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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

  
body{
	text-align:center;
	margin:0;
	padding:0;
	font-size:70%;
	font-family:"Trebuchet MS", sans-serif;
	color:#2e1737;
	background-color: #FFFFFF;
	background-image: url(img/back_pattern.png);
	background-repeat: repeat;
	background-position: left top;
	}
	

	
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:0px;
	position: relative;
	height: auto;
	float: left;
	}
	
h1{
	padding:0;
	margin:0;
	font-size:100%;
	font-family:"Trebuchet MS", sans-serif;
	color:#2e1737;
	}
	
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;
	}
	
em{
	color:#86086F;
	}
	


/* ----------- 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: 10px;
	font: 1.4em Trebuchet MS, Arial, sans-serif;
	position: relative;
	}
	
#topnavi a{
	color: #ffffff;
	text-decoration:none;
	}
	
#topnavi a:hover{
	color: #370c42;
	}

#menu{
	float:left;
	position: relative;
	height: auto;
	}

ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BADA9F;
	}

ul#menu li{
	display: block;
	float: left;
	padding: 30px 15px 0px 15px;
	margin: 0;
	font-size: 1.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BADA9F;
	}

ul#menu li a{
	width: auto;
	height: 20px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #96bf0d;
	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: #000000;
	text-decoration: none;
	display: block;
	}
	
	
	
	
	
	
/* ----------- Centerpieces ----------- */
#header {
	width: 800px;
	margin:0 auto 0 auto;
	position: relative;
}

#main{
	width:800px;
	height: auto;
	text-align:left;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	}
	
#logo{
	width: 170px;
	float: right;
	padding-bottom: 5px;
	padding-right: 25px;
	position: relative;
}	

#content{
	width:550px;
	padding:25px;
	background:url('img/contentbg.png');
	margin-left:0;
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	min-height:500px;
	position: relative;
	height: auto;
	}
	
#content h2{
	font-size:1.6em;
	font-weight:100;
	text-transform:uppercase;
	color:#86086F;
}

#content h3{
	font-size:1.4em;
	font-weight:100;
	color:#86086F;
	line-height: 1.2em;
}
	
#content strong{
	font-weight: bold;
	}	
	
#content h2 a{
	color:#86086F;
	text-decoration:none;
	}
	
#content h2 a:hover{
	color:#641171;
	}

#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;
	border-bottom:#ae3b88 solid 1px;
	}
	
.post{
	padding:0 0 30px 0
	}
	
.details{
	background-color: #C7E2FE;
	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.2em;
	width:185px;
	float:right;
	margin-right:10px;
	background:url('img/sidebarbg.png');
	color:#FFFFFF;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 1.4em;
	}
	
.sidebar h2{
	font-size:1.1em;
	margin:5px;
	color:#86086F;
	font-weight:200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86086F;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 0;
	}
	
.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-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #86086F;
	color: #2e1737;
	}

.sidebar a{
	text-decoration:none;
	color:#2e1737;
	}
	
.sidebar a:hover{
	text-decoration:none;
	color:#86086F;
	}
	
.sidebar ul li li:hover{
	background:url('img/sidebarbg.png');
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86086F;
	}
	
	
	
	
	
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
	}
	
#searchform #s{
	border:0;
	color:#731d80;
	background-color: #BADA9F;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	
	
	
	
	
/* ----------- Footer ----------- */

#footercontainer{
	clear:both;
	width:100%;
	height: auto;
	padding-top: 20px;
	position: relative;
}

#footer{
	height:auto;
	width:100%;
	background-color:#999999;
	margin-bottom:10px;
	color:#FFFFFF;
	padding-top: 3px;
	position: relative;
	padding-bottom: 3px;
	}
	
	
/* ----------- 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-color: #ffffff;
	border-top:1px dotted #ffffff;
	padding: 0 20px 10px 20px;
	color:#000000;
	}


/* ----------- Contactform ----------- */

.contactform {
	width: 530px;
}

.tcf_input {
	width: 400px;
}

.contactform label {
display:block;
text-align:left;
}

.contactform input {
display:block;
border: none;
color: #2d2d2d;
height: 20px;
width:250px;
font-size: 1.5em;
padding-left: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 1px 1px 2px #999 inset;
-webkit-box-shadow: 1px 1px 2px #999 inset;
box-shadow: 1px 1px 2px #999 inset;
}

.contactform textarea {
display: block; width:510px; height:200px;
border: none;
color: #2d2d2d;
font-size: 1.5em;
padding-left: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 1px 1px 2px #999 inset;
-webkit-box-shadow: 1px 1px 2px #999 inset;
box-shadow: 1px 1px 2px #999 inset;
}

.contactform_respons {
display:block;
color:green;
font-weight:bold;
border:2px green solid;
padding:10px;
}

.contactform_error {
display:block;
color:red;
font-weight:bold;
border:2px green solid;
padding:10px;}
.widget .contactform {
/* same fields but in sidebar */
}

input {
    width: 150px;
    border: 1px solid #666;
    background-color: #f7f7f7;
    padding: 5px;
    color: #111;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 5px 0;
}

input#submit, input[type=submit] {
        width: 140px;
        height: 30px;
        background-color: #86086F;
        color: white;
		margin: 10px 15px 0 0;
        float: right;
font-size: 15px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

