/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
 
html, body, #wrap {height: 100%;}

html{
	background: url(images/bg-pattern.gif);
	background-color: #d6d6d6;
	height: 100%;
}

body{
	background: url(images/hor-tile.gif) repeat-x;
	height: 100%;
	color:#000;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	line-height:1.2;
	margin:0;
	padding:0;
	text-align:center;
}

body > #wrap {height: auto; min-height: 100%;}

#wrap{
	margin:0 auto;
	text-align:left;
	width:1000px;
	background-color: #ffffff;
}

#main {
	overflow:auto;
	padding-bottom: 50px; /* must be same height as the footer */
	}

#content{
	font-size:1.2em;
	float:left;
	padding: 0;
	width:700px;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width:300px;
	list-style-type:none;
}
#header{
	padding: 0;
}
#footer{
	color:#888;
	clear:both;
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	font-size:0.9em;
	padding: 15px 0px 15px 0px;
}

#menu {
	height: 150px;
	width: 1000px;
	}
	
#menu ul {float: left; margin: 0; padding: 0; list-style: none}
#menu ul li {display: block; float: left}
#menu ul li a {display: block; float: left}
#menu ul li a img {border: 0}
#menu ul li a span {display: none}

#menu .logo a {background-image: url(images/logo.gif); width: 347px; height: 150px}
#menu .about a {background-image: url(images/about-off.gif); width: 84px; height: 150px}
#menu .about a:hover {background-image: url(images/about-on.gif)}
#menu .media a {background-image: url(images/media-off.gif); width: 99px; height: 150px}
#menu .media a:hover {background-image: url(images/media-on.gif)}
#menu .merch a {background-image: url(images/merch-off.gif); width: 159px; height: 150px}
#menu .merch a:hover {background-image: url(images/merch-on.gif)}
#menu .events a {background-image: url(images/events-off.gif); width: 201px; height: 150px}
#menu .events a:hover {background-image: url(images/events-on.gif)}
#menu .contact a {background-image: url(images/contact-off.gif); width: 110px; height: 150px}
#menu .contact a:hover {background-image: url(images/contact-on.gif)}

#main-image {background-image: url(images/header-01.jpg); width: 970px; height: 250px; margin: 0px 15px 0px 15px; background-color: #000000;}

#newsletter {
	margin: 10px 0px 15px 0px;
	}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: verdana,arial,helvetica;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: verdana,arial,helvetica;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#83a32d;
}
#header h1 a:hover{
	color:#4f621b;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#83a32d;
}
.entrytitle h2 a:hover{
	color:#4f621b;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#83a32d;
	font-size:1.5em;
	margin:0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	padding: 0px 15px 0px 15px;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	padding:3px;
}
.filedto{
	padding:3px;
	padding-left:20px;
}
.commentslink{
	padding:3px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #4f621b;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#131313;
	border:1px dotted #4f621b;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#83a32d;
	text-decoration:none;
}
a:hover{
	color:#4f621b;
}

img {
	border: none;
	}
