/*
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;
	}

a img { border:none }

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}  
body{
	background: #c35d8a url('img/header.jpg') repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2e1737;
}
	
p a{
	color:#ae3b88;
	text-decoration:none;
	}
	
p a:hover{
	color:#2e1737;
	text-decoration:none;
	}
	
li a{
	color:#ae3b88;
	text-decoration:none;
	}
	
li a:hover{
	color:#2e1737;
	text-decoration:none;
	}

	
.wrapper{
	width:100%;
	padding-top:5px;
	}
	
h1{
	padding:0;
	margin:0;
	}
	
h1 a{
	color: #ffffff;
    font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 3.0em;
	text-decoration:none;
	font-weight:100;
	}
	
h3{
	font-size: 1.3em;
	}
	
h4{
	font-size:1.1em;
	font-weight:bold;
	}
	
strong{
	border-bottom:#FFCCFF dotted 1px;
	}	
	
em{
	color:#FFCCFF;
	}
	







/* ----------- Heading ----------- */
	
#description{
	font-size:1.3em;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color:#580c39;
	margin-top:-2px;
	}
	
	
	
	
	
	
/* ----------- Menu ----------- */
		
#topnavi{
	width:100%;
	margin:0;
	height: 70px;
	font: 1.3em Futura, 'Century Gothic', 'Apple Gothic', sans-serif
	}
	
#topnavi a{
	color: #ffffff;
	text-decoration:none;
	}
	
#topnavi a:hover{
	color: #370c42;
	}

#menu{
	float:left;
	}

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

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

ul#menu li a{
	width: 85px;
	height: 40px;
	padding: 0;
	margin: 0 0 10px 0;
	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:right;
	text-align:right;
	margin-right:0;
	padding: 20px 5px 0px 5px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}
	
	
	
	
	
	
/* ----------- Centerpieces ----------- */
	
#main{
	width: 920px;
	margin: 0 auto 0 auto;
	text-align: left;
}
	
#content{
	width: 650px;
	padding: 25px;
	background: transparent url('img/contentbg.png');
	margin-left: 0;
	float: left;
	font-size: 1.1em;
	line-height: 1.4em;
}
	
#content h2{
	font-size:1.5em;
	font-weight:100;
	background: transparent;
	color:#ffffff;
	}
	
#content h2 a{
	color:#ffffff;
	text-decoration:none;
	}
	
#content h2 a:hover{
	color:#eee;
	}

#content .time{
	margin-top:-12px;
	border-bottom:#ae537b dotted 1px;
	color:#E8CDEB;
	}
	
#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 0 30px 0
	}
	
.details{
	background-image:url('img/sidebarbg.png');
	padding:2px 15px 2px 15px;
	}
	
.details a:hover{
	color:#2e1737;
	border-bottom:#ae3b88 solid 1px;
	}
	

/* ----------- Previous & Next link ----------- */
	
.navigation{
	text-align:center;
	}
	
	
	
	
/* ----------- Sidebar ----------- */
	
.sidebar{
	font-size:1.1em;
	width:210px;
	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:#c15b8b 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:#ae537b solid 1px;
	}

.sidebar a{
	text-decoration:none;
	color:#FBD6FC;
	}
	
.sidebar ul li li:hover{
	background:url('img/sidebarbg.png');
	border-bottom:#ae537b solid 1px;
	}
	
	
	
	
	
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
	}
	
#searchform #s{
	background:url('img/contentbg.png');
	border:0;
	color:#FFFFFF;
	font:1.0em Geneva, Arial, Helvetica, sans-serif;
	}
	
	
	
	
	
	
/* ----------- Footer ----------- */

#footer{
	height:420px;
	width:100%;
	background-color:#000000;
	background-image:url('img/footer.png');
	background-repeat:repeat-x;
	clear:both;
	margin-bottom:0;
	color:#FFFFFF;
	}
#footer p{
	padding:0;
	padding-top: 390px;
	margin:0;
	line-height: 1.1em;
	font-size: 0.9em;
}
/*#footerimg{
	width:1000px;
	height:390px;
	background-image:url('img/footer.png') repeat-x;
	background-color:#000000;
	}*/
	
	
	
/* ----------- 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 img.avatar {
	padding:1px;
	border:1px dotted #ffffff;
	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');
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

/* other */
div#tooltipDiv {
	padding: 5px;
	border: solid 1px #ae3b88;
	display: none; /*white-space: nowrap;*/
	background: #FFF;
	color: #580c39;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
}