/*
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
*/


/* ----------- Basic ----------- */

img{
	border:none;
	behavior: url(iepngfix.htc);
	}

a img { border:none }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

  
body{
	background:#2e1737 url('img/purplheader1010x166.jpg') repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family:GillSans, Calibri, Trebuchet, sans-serif;
	color:#2e1737;
	}
	
p a{
	color:#5a08a9;
	text-decoration:none;
	}
	
p a:hover{
	color:#2e1737;
	text-decoration:none;
	}
	
li a{
	color:#5a08a9;
	text-decoration:none;
	}
	
li a:hover{
	color:#2e1737;
	text-decoration:none;
	}

	
.wrapper{
	width:100%;
	padding-top:20px;
	}
	
h1{
	padding:0;
	margin:0;
	}
	
h1 a{
	color: #bc7644;
    font-family: Mistral, Times New Roman, times-roman, georgia, serif;
	font-size: 2.5em;
	text-decoration:none;
	font-weight:100;
	}
	
h3{
	font-size: 1.4em;
	}
	
h4{
	font-size:1.2em;
	font-weight:bold;
	}
	
strong{
	border-bottom:#bc7644 dotted 1px;
	}	
	
em{
	color:#953984;
	}
	







/* ----------- Heading ----------- */
	
#description{
	font-size:1.4em;
	font-family: Palatino, Times New Roman, times-roman, georgia, serif;
	text-transform: uppercase;
	color:#ffffff;
	margin-top:-2px;
	}
	
	
	
	
	
	
/* ----------- Menu ----------- */
		
#topnavi{
	width:100%
	margin-top:-50px;
	height: 70px;
	font: 3.5em Mistral,  'Charcoal', 'Lucida Grande', 'Century Gothic', 'Apple Gothic', sans-serif
	}
	
#topnavi a{
	color: #a9f4a9;
	text-decoration:none;
	}
	
#topnavi a:hover{
	color: #370c42;
	}

#menu{
	float:right;
	}

ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-left:#c3adae dotted 0px;
	}

ul#menu li{
	display: block;
	float: left;
	padding: 10px 15px 10px 15px;
	margin: 0;
	border-right:#c3adae dotted 0px;
	}

ul#menu li a{
	width: 85px;
	height: 30px;
	padding: 0;
	margin: 0 12px 10px 12px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	}

ul#menu li a:hover{
	color: #370c42;
	}
	
ul#menu li:hover{
	  background:url('img/menuhover.png') repeat-x;
	}


ul#menu .current_page_item{
	color: #370c42;
  	background:url('img/menuhover.png') repeat-x;
	}
	
#rightnavi{
	float:center;
	text-align:center;
	margin-right:0;
	padding: 20px 5px 0px 5px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}
	
	
	
	
	
	
/* ----------- Centerpieces ----------- */
	
#main{
	width:80%;
	margin:0 20px 20px 80px;
	text-align:left;
	}
	
#content{
	width:70%;
	padding: 0px 25px 20px 25px;
	background:url('img/ltpurplbg.png');
	margin-left:0;
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	}
	
#content h2{
	font-size:1.6em;
	font-weight:100;
	text-transform:uppercase;
	color:#bc7644;
	}
	
#content h2 a{
	color:#bc7644;
	text-decoration:none;
	}
	
#content h2 a:hover{
	color:#eee;
	}

#content .time{
	text-transform:uppercase;
	margin-top:-12px;
	border-bottom:#ae537b dotted 1px;
	color:#5a08a9;
	}
	
#content .gray{
	color:#844a76;
	}
	
#content .edit{
	float:right;
	}
	
#content .time a{
	color:#ae3b88;
	text-decoration:none;
	}
	
#content .time a:hover{
	color:#2e1737;
	text-decoration:none;
	border-bottom:#ae3b88 solid 1px;
	}
	
.post{
	padding:0 30px 30px 0
	}
	
.details{
	background-image:url('img/ltpurplbg.jpg');
	padding:2px 15px 2px 15px;
	}
	
.details a:hover{
	color:#5a08a9;
	border-bottom:#ae3b88 solid 1px;
	}
	

/* ----------- Previous & Next link ----------- */
	
.navigation{
	text-align:center;
	}
	
	
	
	
/* ----------- Sidebar ----------- */
	
.sidebar{
	font-size:1.2em;
	width:170px;
	float:right;
	margin-right:0px;	
	background:#ede5ee;
	color:#bc7644;
	}
	
.sidebar h2{
	padding:0;
	margin:5px;
	color:#bc7644;
	font-weight:200;
	border-bottom:#c15b8b solid 0px;
	}
	
.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:#ae537b solid 0px;
	}

.sidebar a{
	text-decoration:none;
	color:#580c39;
	}
	
.sidebar ul li li:hover{
	background:url('img/sidebarbg.png');
	border-bottom:#ae537b solid 0px;
	}
	
	
	
	
	
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
	}
	
#searchform #s{
	background:#953984;
	border:0;
	color:#000000;
	font:1.0em Geneva, Arial, Helvetica, sans-serif;
	}
	
	
	
	
	
	
/* ----------- Footer ----------- */

#footer {
	height:30px;
	width:100%;
	background-color:#2e1737;
valign: bottom;
clear: both;
	color:#ffffff;
	}

#footer p {
	margin:0;
	text-align: center;
valign: bottom;
	color: #FFF;
}
#footer p a {
color: #FFF; /* or some other color */
}
	
		

/* ----------- 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:#ae537b;
	}

.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;
	}

