/*  
Theme Name: Plauge2010
Theme URI: http://www.plauge.net
Description: Kauan odotettu, uusittu Plauge.net
Version: 1.0
Author: Henri Viitanen
Author URI: http://jossain.org

*/

/* Layout from "Perfect 'Right Menu' 2 Column Layout" by Matthew James Taylor http://matthewjamestaylor.com/blog/perfect-2-column-right-menu.htm */

/* Common elements */

body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	font-size: 80%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 155%;
	color: #333;
	}
	
h1, h2, h3, h4, h5, h6 {
  border-width: 0px;
  color: #000;
  font-family: Georgia, serif;
  font-style: italic;
  padding: 2% 0;
  }
  
p {
  margin: 0 0 3%;
  }
  
blockquote {
  margin: 2%;
  padding: 2%;
  border: dotted 1px #bbb;
  background-color: #eee;
  }
	
a, a:link {
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-color: #aaa;
  border-style: dotted;
  color: #444;
  }
  
a:visited {
  }
  
a:hover {
  background-color: #ccc;
  }
	
img, a img, a:link img { /* http://jeffcroft.com/blog/2005/oct/11/dotted-underline-links-that-mostly-work-all-over/ */
  margin-bottom: -2px;
  vertical-align: sub;
  border-width: 0;
  border-style: none;
  border-color: #fff;
  }
	
/* Layout elements */
	
#pageContainer {
  margin: auto;
  width: 90%;
  min-width: 1000px;
  max-width: 1400px;
  }

#header, #footer, #siteNavigation {
	clear: both;
	position: relative;
	margin: auto;
	}
	
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	}
	
/* common column settings */
#colleft {
		float: left;
		width: 100%;
		position: relative;
	}

#col1,
#col2 {
	float: left;
	position: relative;
	overflow: hidden;
	}
	
/* 2 Column (right menu) settings */
.rightmenu {
	/* background: #fff;		/* right column background colour */
	}
.rightmenu #colleft {
	right: 38%;			/* right column width */
	/* background: #fff;		/* left column background colour */
	}

.rightmenu #col1 {
	width: 58%;			/* left column content width (left column width minus left and right padding) */
	left: 40%;			/* (right column width) plus (left column left padding) */
	}

.rightmenu #col2 {
	width: 34%;			/* right column content width (right column width minus left and right padding) */
	left: 44%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

/* Header */

#header {
  left: 2%;
  background-image: url('img/header.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  height: 170px;
  }
  
#header h1 {
  margin: 0;
  width: 300px;
  height: 170px;
  opacity: 0.0;
  filter: alpha(opacity=0)
  }
  
/* Site navigation */

#siteNavigation {
  padding: 0 0 1% 2%;
font-family: Georgia, serif;
font-style: italic;
  }
  
#siteNavigation ul {
  width: 100%;
  padding: 1% 0;
  }

#siteNavigation ul li {
  font-size: 150%;
  float: left;
  padding: 0 1% 0 0;
  text-decoration
  }
  
#siteNavigation ul li a, #siteNavigation ul li a:link {
  border-width: 0;
  background-color: #ccc;
  padding: 1%;
  float: left;
  }

#siteNavigation ul li a:visited {
  }

#siteNavigation ul li a:hover {
  border-width: 0;
  background-color: #fff;
  padding: 1%;
  float: left;
  }

#siteNavigation ul li.current_page_item a, #siteNavigation ul li.current_page_item a:link {
  background-color: #fff;
  }

/* Page navigation */

#pageNavigation {
  margin-bottom: 2%;
  }

/* Footer */

#footer {
  padding-top: 1.5%;
  }

#footer p {
  float: none;
  border-top: 1px solid #ccc; 
  margin-left: 2%;
  width: 31%;
  padding-top: 0.5%;
  }
  
/* Posts */

.post {
  width: 100%
  position: relative;
  border-bottom: thin solid black;
  margin: 0 0 2% 0;
  padding: 1%;
  }
  
.postMetadata {
  color: #777;
  }
  
/* Post and page navigation */

.alignleft {
  float: left;
  }
  
.alignright {
  float: right;
  }
  
/* Right column */

#col2 {
  padding: 1%;
  }
  
/* Lists */

ul li ul {
  /* list-style-image: url('img/bullet.gif'); */
  margin-left: 2%;
  }

ul li {
  list-style-type: none;
  }
  
#col2 ul {
  padding: 0;
  margin: 0 0 2% 0;
  width: 98%;
  }

#some_share {
  margin-bottom: 2%;
  }

#some_share ul li {
  float: left;
  margin-right: 1em;
  }

#some_share:after {
  clear:both;
  }

#col2 .children {
  margin-left: 4%;
  }

.mixtapes {
  padding-bottom: 2%;
  }
  
/* Forms */

textarea {
  width: 98%;
  }
  
/* Typography */

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -1px;
  margin-right: 1%;
  width: 90%;
  }
  
#col2 h2 {
  border-bottom: dashed 1px #ccc;
  /* margin: 7% 0 4% 0; */
  }
  
/* Forms */

fieldset {
  border: 0;
  padding-top: 10px;
  }

