/*
Theme Name: Saddacracker: Based on (for now) Strange Little Town by Minmin http://magical.nu
Description: It's what I called helicopters when I was four. Boom. 
Author: Saddacracker
Author URI: http://www.saddacrackers.com
Version: 0.1
Tags: two-columns, fixed-width, right-sidebar, home, town, neighborhood, hood
*/


/* ----------- Basic ----------- */

img{
	border:none;
	behavior: url(iepngfix.htc);
	}
	
img[style] {
	float:none !important;
}

a img { border:none }
a { color:#FFF; }

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

  
body{
	background:#80c3f7 url('img/header.png') repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	font-size:62.5%;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.75em;
	}
	
p a{
	text-decoration:none;
	}
	
p a:hover{
	text-decoration:none;
	}
	
li a{
	text-decoration:none;
	}
	
li a:hover{
	text-decoration:none;
	}

	
.wrapper{
	width:100%;
	padding-top:15px;
	}
	
h1{
	padding:0;
	margin:0;
	}
	
h1.logo { display:block; width: 527px; height: 93px; background: url('img/logo.png') no-repeat 0px 0px; }
h1.logo span { display: none; }
	
h1 a{
	color: #ffffff;
	font-size: 4.0em;
	text-decoration:none;
	font-weight:100;
	}
	
h2 { line-height: 1.25em;}
	
h3{
	font-size: 1.4em;
	}
	
h4{
	font-size:1.2em;
	font-weight:bold;
	}
	
strong{
	border-bottom:#FFF dotted 1px;
	}	
	
em{
	color:#FFF;
	}
	







/* ----------- Heading ----------- */
	
#description{
	font-size:1.4em;
	text-transform: uppercase;
	color:#FFF;
	margin-top:-2px;
	}
	
	
	
	
	
	
/* ----------- Menu ----------- */
		
#topnavi{
	width:100%
	margin:0;
	height: 70px;
	font-size: 1.8em;
	}
	
#topnavi a{
	color: #80c3f7;
	text-decoration:none;
	}
	
#topnavi a:hover{
	
	}

#menu{
	float:left;
	}

ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	
	}

ul#menu li{
	display: block;
	float: left;
	padding: 20px 0px 0px 0px;
	margin: 0;
	
	}

ul#menu li a {
	width: 95px;
	height: 40px;
	padding: 15px 0px 0px 0px;
	margin: 0 0 10px 0;
	color: #80c3f7;
	text-decoration: none;
	display: block;
	text-align: center;
	}

ul#menu li a:hover{
	
	}
	
ul#menu li:hover{
	 
	}


ul#menu .current_page_item{
	color: #FFFFFF;
  	background:url('img/menuhover.png') no-repeat 5px 0px;
	}
	
ul#menu li.current_page_item  a { color: #FFFFFF; }
	
#rightnavi{
	float:right;
	text-align:right;
	margin-right:0;
	padding: 20px 5px 0px 5px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}
	
	
	
	
	
	
/* ----------- Centerpieces ----------- */
	
#main{
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
	}
	
#content {
	width:550px;
	padding:25px;
	background:url('img/contentbg.png');
	margin-left:0;
	float:left;
	font-size:1.2em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content h2{
	font-size:1.6em;
	font-weight:100;
	text-transform:uppercase;
	color:#ffffff;
	}
	
#content h2 a{
	color:#ffffff;
	text-decoration:none;
	}
	
#content h2 a:hover{

}

#content .time{
	text-transform:uppercase;
	margin-top:12px;
	margin-bottom: 8px;
	border-bottom:#FFF dotted 1px;
	color:#FFF;
	}
	
#content .gray{

}
	
#content .edit{
	float:right;
	}
	
#content .time a {
	color:#FFF;
	background-color: #499bda;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration:none;
	}
	
#content .time a:hover{
	color:#FFF;
	text-decoration:none;
	}
	
.post{
	padding:0 0 30px 0
	}
	
.post img { margin-bottom: 8px; }
	
.details{
	background-image:url('img/sidebarbg.png');
	padding:2px 15px 2px 15px;
	}

.details a { 
	background-color: #499bda;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}

.details p { color: #499bda; }

.details a:hover{

}
	

/* ----------- Previous & Next link ----------- */
	
.navigation{
	text-align:center;
	}
	
	
	
	
/* ----------- Sidebar ----------- */
	
.sidebar{
	font-size:1.2em;
	width:200px;
	float:left;
	margin-right:0px;	
	background:url('img/sidebarbg.png');
	color:#FFFFFF;
	}
	
.sidebar h2{
	padding:0;
	margin:5px;
	color:#FFFFFF;
	font-weight:200;
	border-bottom:#FFF solid 1px;
	}
	
.sidebar ul{
	margin: 0;
	padding: 2px;
	list-style-type: none;
	}
	
.sidebar ul li{
	background:none;
	padding:2px 0 2px 0;
	margin:5px;
	}
	
.sidebar ul li li{
	border-bottom:#a2d3fa solid 1px;
	}

.sidebar a{
	text-decoration:none;
	}
	
.sidebar ul li li:hover{
	background:url('img/sidebarbg.png');
	border-bottom:#FFF solid 1px;
	}
	
	
	
	
	
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
	}
	
#searchform #s{
	background:url('img/contentbg.png');
	border:0;
	color:#FFF;
	font-size:1.0em;
	}
	
	
	
	
	
	
/* ----------- Footer ----------- */

#footer{
	width:100%;
	clear:both;
	margin-bottom:0;
	color:#FFFFFF;
	}
	
#footerimg{
	height:320px;
	background:url('img/footer.png') no-repeat center top;
	background-color:#FFF;
	}
	
	
	
/* ----------- Comments ----------- */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	color:#ffffff;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#FFF;
	}

.commentlist a:hover, .commentlist a:active {
	color:#ffffff;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font-size: 1.2em;
	text-decoration:underline;
	}

.commenttext {
	background: url('img/sidebarbg.png');
	border-top:1px dotted #ffffff;
	padding: 0 20px 10px 20px;
	color:#fff;
	}

