/*
Theme Name: mixedmode
Theme URI: http://mixedmode.org
Description: mixedmode theme
Author: Adrien Fauconnet
Author URI: http://mixedmode.org
*/

html
{
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	font-family: Georgia, Helvetica, Times New Roman;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #1a1a1a;
	color: #000000;
	background-image:url("img/background.png");
}

h1{ font-size: 220%; }
h2{ font-size: 180%; }
h3{ font-size: 140%; }
h4{ font-size: 120%; padding: 10px 0px 0px 0px; margin: 0px; }
h5{ font-size: 100%; padding: 5px 0px; margin: 0px; font-style: italic; }
h6{ font-size: 85%; }

h2 a{ color: #000000; }


a{ color: #720101; text-decoration: none; }
a:hover{ color: #527834; }

#mixedmode{
	padding-top: 15px;
	margin-left: 230px;
	height: 81px;	
	width: 652px;
	text-align: center;
	position: fixed:
	z-index: 1;
}

#mixedmode img{
	border: 0px;
}

#header{
	padding-top: 15px;
	margin-left: 230px;
	height: 60px;	
	width: 652px;
	position: relative:
	z-index: 2;
}

#header img, a{ border: 0px; }

#menu{
	width: 230px;
	position: fixed;
	top: 108px;
	z-index: 0;
}

#menu img{
	border: 0px;
	vertical-align: bottom;
}

#content{
	padding: 1px 0px;
	margin-left: 230px;
	background-color: #FFFFFF;
	width: 652px;
	z-index: 2;
}

#content img{ border: 2px #000000 solid; }

#footer{
	margin-left: 230px;
	width: 652px;
	height: 18px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 2px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	clear: both;
	z-index: 2;
}

#footer a{ color: #ffffff; text-decoration: none; }
#footer a:hover{ color: #F0F0F0; text-decoration: underline; }

.navigation{
	font-size: 12px;
}

div.alignLeft{
	width: 311px;
	text-align: left;
	margin-left: 15px;
	float: left;
}

div.alignRight{
	width: 311px;
	text-align: right;
	margin-right: 15px;
	float: left;
}

#permalink{
	padding-bottom: 10px;
	width: 652px;
	margin-left: 230px;
	text-align: center;
	color: #444444;
	font-style: italic;
	font-size: 10px;	
}

.posts{
	margin: 7px 0px;
	background-color: #F0F0F0;
	padding: 1px 15px;
}

.postbottom{
	clear: both;
}
.postcomments{
	font-size: 12px;
	color: #0A0A0A;
	text-align: left;
	width: 50%;
	float: left;
}
.postinfo{
	font-size: 12px;
	color: #0A0A0A;
	text-align: right;
//	width: 50%;
//	float: right;
}

.posttags{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #0A0A0A;
}

.commentlist{
	font-size: 14px;
	text-align: justify;
	width: 550px;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 2px 0 10px 7px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 0px;
	margin: 2px 7px 10px 0;
	display: inline;
	float: left;
	}

/* End Images */


#commentform input, textarea{
	font-family: verdana;
	font-size: 10px;
	border: 1px #000000 solid;
	width: 100%;
}

#commentform textarea{
	height: 150px;
}

#searchform{
	margin-top: 25px;
	padding: 0;
	padding-top: 15px;
	width: 211px;
	height: 50px;
	background-image:url("img/s_background.png");
}

#search{
	margin-left: 15px;
	width: 170px;
}

#searchform img{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#searchButton{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#shots {
	margin: 0;
	padding: 0;
	margin-left: 230px;
	background-color: #FFFFFF;
	width: 652px;
}

#shots img{
	border: 0px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

#shots p{
	margin:0;padding:0;
}

.audioplayer_container{
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightsidebar{
	background: url('img/background-side.png');
	color: #FFFFFF;
	font-size: 12px;
	width: 230px;
	padding: 10px;
	margin-left: 882px;
	position: absolute;
}


#rightsidebar a:hover{ 
	text-decoration: underline; 
}

a.side_mix{ color: #507532; }
a.side_records{ color: #337574; }
a.side_shots{ color: #753066; }
a.side_playlists{ color: #6f0102; }
a.side_brews{ color: #a3530a; }
	