/*
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(iepngfix.htc);
	}

a img { border:none }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
border:1px solid;
}

.alignleft {
	float: left;
border:1px solid;
margin: 5px;
}

.alignright {
	float: right;
}

  
body{
	background:#c35d8a 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:#2e1737;
	}
	
.post a, .post-edit-link, .breadcrumb a, p a{
	color:#ae3b88;
	text-decoration:none;
	}
	
.post a:hover{
	color:#2e1737;
	text-decoration:none;
	}
	
li a{
	color:#ae3b88;
	text-decoration:none;
	}
	
li a:hover{
	color:#2e1737;
	text-decoration:none;
	}
	
dt
{
font-weight: bold;
}

	
.wrapper{
	width:100%;
	padding-top:15px;
	}
	
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.4em;
	}
	
h4{
	font-size:1.2em;
	font-weight:bold;
	}
	

hr
{
width: 50%;
color: #C35D8A;
background: #C35D8A;
border: 0;
margin: 5px auto;
text-align: center;
height: 1px;
}

blockquote, pre
{
padding: 3px;
margin: auto;
	border-left: 4px solid #C35D8A;
	background-color: #d997b4;
	color:#5e4068;
	font-size: 95%;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}




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

#menu{
	float:left;
	}

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

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

#menu li a{
	width: 85px;
	height: 40px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	}

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


#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: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;
	line-height:1.4em;
	
	}
	
#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{
	color:#eee;
	}

#content .time{
	text-transform:uppercase;
	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;
	}
	
.post{
	padding:0 0 30px 0;
	
	}
	
.post ul li
{
list-style-type: none;
}



.details, #smart404_suggestions{
	background-image:url('img/sidebarbg.png');
	padding:2px 15px 2px 15px;
	}
	
.details a:hover, #smart404_suggestions a:hover{
	color:#2e1737;
	}
	

/* ----------- 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:#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 dotted 1px;
	}

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

#footer{
	height:420px;
	width:100%;
	background-color:#000000;
	background-image:url('img/footerbg.png');
	background-repeat:repeat-x;
	clear:both;
	margin-bottom:0;
	color:#FFFFFF;
	}
	
#footerimg{
	width:1000px;
	height:390px;
	background-image:url('img/footer.png');
	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 cite img.avatar {
	border:1px solid #844a76;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	display: inline;
	float: left;
	}

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

img.reply
{
cursor:pointer;
float: left;
margin: 0 5px;
display: inline !important;
border: 0;
}


/* Icons Styling */
div#iconsmain
{
	width: 95%; 
	margin: auto; 
	text-align: center;
}

div.icons
{
	float: left; 
	width: 110px; 
	height: 133px; 
	margin: 3px;
	background-color: #D997B4;
	color: #fff;
}

.icons > div:first-child
{
	border-left:0 
	border-right:0; 
	border-top:0; 
	border-bottom:3px solid #5e4068; 
	text-align: center; 
	padding: 5px; 
	font-weight: bold;

	
}

.photonav
{
clear: left;
}

/* Multiple Column Lists */
#darklinks ul
{
	margin: 0;
	margin-top:5px;
	padding: 0;
	border-top: 1px solid #c35d8a;
	list-style-type: none;
	clear:both;
	float: left;
	width:98%;
	background-color: #5e4068;

}


.darklinks li
{
	margin: 0;
	padding: .3em;
	display: block;
	list-style-type: none;
	float:left;
	width: 31%;
	text-align: left;
	border-left: 3px solid #C35D8A ;
	background-color: #D997B4;
}

.darklinks li a
{	color:#580c39; font-weight: bold;
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; 
border-bottom:#ae537b dotted 1px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 0;
color: #E8CDEB;
background: white url(img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #c35d8a;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #c35d8a;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(img/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
