/*
Theme Name: Strange Little Town
Description: With whimsical, crooked little houses. 
Author: Minmin
Author URI: http://magical.nu/
Version: 0.3
Tags: two-columns, pink, purple, blue, dark, fixed-width, right-sidebar, holiday, seasonal
*/


/*	I'm never good at having perfect, tidy CSS ... hopefully they will come out valid.
	So without further ado,
	In the order of appearance I present to you  */

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

img{
	border:none;
	behavior: url(http://bostonguitarfest.org/2011/wp-content/themes/strange-little-town/iepngfix.htc);
	}

a img { border:none }

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

.alignleft {
	float: left;
	padding-right: 15px;
}

.alignright {
	float: right;
}

  
body{
	background:#2E3E57 url('img/header.png') repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family:GillSans, Calibri, Trebuchet, sans-serif;
	color:#000000;
	}
	
p a{
	color:#CC3E09; /*red links*/
	text-decoration:none;
	}
	
p a:hover{
	color:#B96E08; /*burnt orange hover links*/
	text-decoration:none;
	}
	
li a{
	color:#E5CC92; /** beige **/
	text-decoration:none;
	}
	
li a:hover{
	color:#cccccc;
	text-decoration:none;
	}
	
.wrapper{
	color: #999
	width:100%;
	padding-right:15px;
	}
	
.logo{
	padding-top:15px;
	}
	
h1{  /** individual post-page titles **/
	color: #385374; /** blue **/
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 24px; 
	line-height: 30px;
	text-decoration:none;
	font-weight:100;
	text-transform: uppercase;
	}

/** see h2 for page and homepage-post titles **/

h1 a{
	color: #385374; /** blue **/
	}
	
h3{
	font-size: 1.4em;
	}
	
h4{
	font-size:1.2em;
	font-weight:bold;
	}
	

	

	
	
	
/* ----------- Menu ----------- */
		
#topnavi{
	width:100%
	margin:0;
	height: 50px;
	font-size: 12px;
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	text-transform: uppercase;
}
	
#topnavi a{
	color: #ffffff;
	text-decoration:none;
	}
	
#topnavi a:hover{
	color: #ffffff;
	}

#menu{
	float:left;
	}

ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-left:#cccccc dotted 1px;
	}

ul#menu li{
	display: block;
	float: left;
	padding: 20px 2px 0px 2px;
	margin: 0;
	border-right:#cccccc dotted 1px;
	}

ul#menu li a{ /*dotted menu at top */
	width: 80px;
	height: 10px;
	margin: 0 0 10px 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	}

ul#menu li a:hover{
	color: #cccccc;
	}
	
ul#menu li:hover{
	  background:url('img/menuhover.png') repeat-x;
	}


ul#menu .current_page_item{
	color: #cccccc;
  	background:url('img/menuhover.png') repeat-x;
	}
	
#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:12px;
	line-height:1.5em;
	}
	
#content h2{ /**  PAGE titles and post titles on homepage  **/
	color:#385374; /**blue **/
	font-size:20px;
	font-weight:100;
	text-transform:uppercase;
	}
	
#content h2 a{
	color:#385374; /**blue **/
	text-decoration:none;
	}
	
#content h2 a:hover{
	color:#2E3E57;
	}

#content .time{
	text-transform:uppercase;
	margin-top:-12px;
	border-bottom:#ffffff dotted 1px;
	color:#ffffff;
	}
	
#content .gray{
	color:#ffffff;
	}
	
#content .edit{
	float:right;
	}
	
#content .time a{
	color:#ffffff;
	text-decoration:none;
	}
	
#content .time a:hover{
	color:#ffffff;
	text-decoration:none;
	border-bottom:#ffffff solid 1px;
	}
	
.post{
	padding:0 0 30px 0
	}
	
.details{
	background-image:url('img/sidebarbg.png');
	padding:2px 15px 2px 15px;
	}
	
.details a:hover{
	color:#ffffff;
	border-bottom:#ffffff solid 1px;
	}
	

/* ----------- Previous & Next link ----------- */
	
.navigation{
	text-align:center;
	}
	
	
	
	
/* ----------- Sidebar ----------- */
	
.sidebar{
	font-size:11.5px;
	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:#ffffff 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:#ffffff solid 1px;
	}

.sidebar a{
	text-transform:uppercase;
	font-size:12px;
	color:#FFEFB7;
	}
	
.sidebar ul li li:hover{
	background:url('img/sidebarbg.png');
	border-bottom:#ffffff solid 1px;
	}
	
	
	
	
	
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
	}
	
#searchform #s{
	background:url('img/contentbg.png');
	border:0;
	color:#000000;
	font:1.0em Geneva, Arial, Helvetica, sans-serif;
	}
	
	
	
	
	
	
/* ----------- Footer ----------- */

#footer{
	height:366px;
	width:100%;
	background-color:#9BC0C1;
	background-image:url('img/footerbg.png');
	background-repeat:repeat-x;
	clear:both;
	margin-bottom:0;
	color:#FFFFFF;
	}
	
#footerimg{
	width:1000px;
	height:366px;
	background-image:url('img/footer.png');
	background-color:#9BC0C1;
	}
	
	
	
/* ----------- 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:#ffffff;
	}

.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: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

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