/*
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;margin:0px; }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

  
body{
	background-color:#fff;
	background-image:url('http://blog.notionlearning.com/wp-content/themes/strange-little-town/img/bg_top.png');
	background-repeat:repeat-x;
	background-top; 
	font:12px/1.2 'Myriad Pro',helvetica,arial,sans-serif;
	margin:0px;
	padding:0px;
	}
	
#headerLogo {
	display:inline;
	float:left;
	margin:0px 0px 0px 0px;
	}
	
p a{
	color:#126BAA;
	text-decoration:none;
	}
	
p a:hover{
	color:#2898E6;
	text-decoration:none;
	}
	
li a{
	color:#126BAA;
	text-decoration:none;
	}
	
li a:hover{
	color:#2898E6;
	text-decoration:none;
	}

	
.wrapper{
	width:100%;
	padding-top:15px;
	}
	
h1{
	padding:0;
	margin:0;
	}
	
h1 a{
	color: #000;
    font-family: 'Myriad Pro',helvetica,arial,sans-serif;
	font-size: 3.0em;
	text-decoration:none;
	font-weight:200;
	}
	
h3{
	font-size: 1.4em;
	}
	
h4{
	font-size:1.2em;
	font-weight:bold;
	}


/* ----------- Heading ----------- */
	
#description{
	font-size:1.4em;
	font-family: 'Myriad Pro',helvetica,arial,sans-serif;
	text-transform: uppercase;
	color:#000;
	margin-top:-2px;
	width:100%;
	text-align:center;
	}
	
	
	
	
	
	
/* ----------- Menu ----------- */
		
#topnavi{
	width:100%
	margin:0px;
	height: 70px;
	}
	
#topnavi a{
	color: #126BAA;
	text-decoration:none;
	}
	
#topnavi a:hover{
	color: #2898E6;
	}

#menu{
	float:left;
	}

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

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

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

ul#menu li a:hover{
	color: #2898E6;
	}
	
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: #000;
	text-decoration: none;
	display: block;
	}
	
	
	
	
	
	
/* ----------- Centerpieces ----------- */
	
#main{
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
	}
	
#notionHeader {
	
	margin: 0px;

	}
#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:#000;
	}
	
#content h2 a{
	color:#126BAA;
	text-decoration:none;
	}
	
#content h2 a:hover{
	color:#2898E6;
	}

#content .time{
	text-transform:uppercase;
	margin-top:-12px;
	border-bottom:#e2e2e2 dotted 1px;
	color:#000;
	}
	
#content .gray{
	color:#000;
	}
	
#content .edit{
	float:right;
	}
	
#content .time a{
	color:#126BAA;
	text-decoration:none;
	}
	
#content .time a:hover{
	color:#2898E6;
	text-decoration:none;

	}
	
.post{
	padding:0 0 30px 0
	}
	
.details{
	background-image:url('img/sidebarbg.png');
	padding:2px 15px 2px 15px;
	font-size:0.8em;
	}
	
.details a:hover{
	color:#126BAA;

	}
	

/* ----------- 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:#000;
	}
	
.sidebar h2{
	padding:0;
	margin:5px;
	color:#000;
	font-weight:200;
	border-bottom:#e2e2e2 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:#e2e2e2 solid 1px;
	}

.sidebar a{
	text-decoration:none;
	color:#126BAA;
	}
	
.sidebar ul li li:hover{
	background:url('img/sidebarbg.png');
	border-bottom:#2898E6 solid 1px;
	}
	
	
	
	
	
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
	}
	
#searchform #s{
	background:url('img/contentbg.png');
	border:0;
	color:#000;
	font:1.0em 'Myriad Pro',helvetica,arial,sans-serif;
	}
	
	
	
	
	
	
/* ----------- Footer ----------- */

#footer{
	width:100%;
	background-color:#e2e2e2;
	background-repeat:repeat-x;
	clear:both;
	margin-bottom:0;
	color:#000;
	text-align:center;
	padding:6px;
	}
	
	
/* ----------- 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:#000;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#126BAA;
	}

.commentlist a:hover, .commentlist a:active {
	color:#2898E6;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	text-decoration:underline;
	}

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