/*
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{
	background:#57bc34 url('img/bgrepeat.jpg') repeat-x top center;
	text-align:center;
	margin:0;
	padding:0;
	font-size:72.5%;
	font-family:GillSans, Calibri, Trebuchet, sans-serif;
	color:#ffffff;
	}
	
p a{
	color:#333333;
	text-decoration:none;
	}
	
p a:hover{
	color:#ffcc00;
	text-decoration:none;
	}
	
li a{
	color:#ae3b88;
	text-decoration:none;
	}
	
li a:hover{
	color:#2e1737;
	text-decoration:none;
	}

	
.wrapper{
	width:100%;
	padding-top:15px;
	}
	
h1{
	padding:0;
	margin:0;
	text-indent: -9999px;
	}
	
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;
	}
	



/* ----------- Heading ----------- */
	
#description{
	font: 1.5em Futura, 'Century Gothic', 'Apple Gothic', sans-serif;
	text-transform: uppercase;
	color:#ffffff;
	margin-top:-2px;
	font-style: italic;
	text-indent: -9999px;
	}
	
	
	
/* ----------- Menu ----------- */
		
#topnavi{
	width:100%
	margin:0;
	height: 70px;
	font: 1.4em 'Georgia', serif;
	font-variant:small-caps;
	margin-left: -30px;
	}
	
#topnavi a{
	color: #ffffff;
	text-decoration:none;
	}
	
#topnavi a:hover{
	color: #257fd7;
	}
#startnav{
	float:left;
	margin-top: 40px;
	background:url('img/menuleft.png') no-repeat;
	width: 30px;
	height: 60px;
	}
#endnav{
	float:left;
	margin-top: 40px;
	background:url('img/menuright.png') no-repeat;
	width: 30px;
	height: 60px;
	}
#menu{
	float:left;
	margin-top: 40px;
	background:url('img/menuhover.png') repeat;
	}

ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}

ul#menu li{
	display: block;
	float: left;
	padding: 20px 5px 0px 5px;
	margin: 0;
	}

ul#menu li a{
	height: 30px;
	padding: 0;
	padding-left: 9px;
	padding-right: 9px;
	margin: 0 0 10px 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	}

ul#menu li a:hover{
	color: #fff;
	}
	
ul#menu li:hover{
	  background:url('img/menuhover.png') repeat-x;
	}


ul#menu .current_page_item{
	color: #fff;
  	background:url('img/menuhover.png') repeat-x;
	}
	
ul#menu li.current_page_item a {
	color: #fff;
	}
	
#rightnavi{
	float:right;
	text-align:right;
	margin-right:0;
	padding: 20px 5px 0px 5px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}
	
	
	
	
	
	
/* ----------- Centerpieces ----------- */

#bg{
	width: 100%;
   	height: 700px; /* height of bg! */
   	position: absolute;
   	top: 0;
   	left: 0;
   	background: transparent url('img/header.jpg') no-repeat center top;
	}
	
#main{
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
	color: #333333;
	position: relative;
    z-index: 1;
	}
	
#content{
	width:550px;
	padding:25px;
	background:url('img/contentbg.png');
	margin-left:0;
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	padding-top: 10px;
	}
	
#content h2{
	font-weight:100;
	font: 1.8em 'Georgia', serif;
	color:#333333;
	font-variant:small-caps;
	}
	
#content h2 a{
	color:#ffffff;
	text-decoration:none;
	}
	
#content h2 a:hover{
	color:#eee;
	}

#content .time{
	text-transform:uppercase;
	margin-top:-12px;
	border-bottom:#000000 dotted 1px;
	color:#E8CDEB;
	}
	
#content .gray{
	color:#844a76;
	}
	
#content .edit{
	float:right;
	}
	
#content .time a{
	color:#ffffff;
	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:#666;
	border-bottom:#666 solid 1px;
	}
	

/* ----------- 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{
	font: 1.6em 'Georgia', serif;
	font-variant:small-caps;
	padding:0;
	margin:5px;
	color:#FFFFFF;
	font-weight:100;
	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 ul li li:hover{
        background:url('img/sidebarbg.png');
	}

.sidebar a{
	text-decoration:none;
	color:#ffffff;
	}
	
.sidebar ul li li li{
	display: none;
	}
	
	
	
	
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
	}
	
#searchform #s{
	background:url('img/contentbg.png');
	border:0;
	color:#FFFFFF;
	font:0.85em Geneva, Arial, Helvetica, sans-serif;
	}
	
	
	
	
	
	
/* ----------- Footer ----------- */

#footer{
	width:600px;
	clear:both;
	padding-right:200px;
	margin: 0 auto;
	color:#000000;
	}
	
#footer p {
	
	padding: 5px;
	}
	
/* ----------- 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;
	}
	
/* ------------- Comments ------------- */
.googlemap {
border: 1px solid black;
}
.googleroute {
border: 1px solid black;
width : 300px;
background-color: #ffffff;
}
.gmsmall {
width: 200px;
min-height: 200px;
height: 200px;
}
.gmmedium {
width: 300px;
min-height: 300px;
height: 300px;
}
.gmlarge {
width: 400px;
min-height: 400px;
height: 400px; }
