/*  
Theme Name: Nemoland
Original Theme URI: 
Description: Nemoland is part retro, part modern and stripey. Based on Butterflies by Teresa Jones, which was based on Dusk by Becca Wei.
Version: 1.0
Author: Wendi Dunlap
Author URI: http://slumberland.seattle.wa.us/
Modified by: Wendi Dunlap


*/



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
        height: 100%;
	background: #ffffff url(images/polka_bg.png);
        background-repeat: repeat;
        background-position: top center;
	font-size: small;
	font-family: Georgia, Times New Roman, serif;
	color: #737373;
	text-align: center;
	font-size: 1.6em;
}
html>body {
	font-size: small;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.1em 0;
	font-family: Georgia, serif;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 150%;
}

h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link {
	color: #d4961c;
}
a:visited, a:active {
	color: #aa7200;
}
a:hover {	color: #930c08; 
		text-decoration: none;
}
input, textarea, select {
	background-color: #FFF;
	font-size: 1em;
	font-family: Arial, sans-serif;
}
blockquote {
	background-color: #FBEDCD;
	margin: 0 10px;
	padding: 0 10px;
	border-left: 1px dotted #ECB452;
	border-right: 1px dotted #ECB452;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}



/* Layout */

#wrapper {
	width: 795px;
	margin: 0 auto;
	background: #ffffff url(images/wrapper.png) repeat-y;
	font-size: 0.9em;
	text-align: left;
}
#header {
	width: 795px;
	height: 120px;
	background: url(images/header.png) no-repeat;
}



	/* Header Styles */
	
	#title {
		float: left;
		margin: 38px 0 0 9px;
		border-bottom: 1px dotted #9e2251;
		padding: 1px;
	}
	/* #title h1 {
		margin: 0;
		padding: 5px 15px;
		border: 0;
		background-color: #222;
		color: #f9b7d5;
	        font-size: 0.92em;
		line-height: 32px;
		letter-spacing: 1px;
	} */ 
	#title h1 a {
		color: #ccd46e;
		text-decoration: none;
	}
	
#content {
	float: left;
	padding: 0px 13px 0 15px;
	margin: -45px auto 0 auto;
	background: #ffffff url(images/content_bg.png) no-repeat;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 525px;

} 
html>body #content {
	width: 525px;

}
#sidebar {
	float: left;
	width: 212px;
        margin-top: -65px;
	padding: 18px 15px 0 15px;
	color: #737373;
	font-size: 0.92em;
        text-align: justify;
	width: 212px;
} 
html>body #sidebar {
	width: 212px;
        margin-bottom: 0px;
}

	/* Sidebar Styles */
	
	#sidebar h2 {
		margin: 0 0 0 0;
		border-bottom: 1px dotted #930c08;
	        width: 212px;
	        height: 25px;
                padding-top: 6px;
                text-align: center;
                color: #ffffff;
	        background: #d4961c;
		font-size: 120%;
	}
	#sidebar a:link {
		color: #d4961c;
	}
	#sidebar a:visited {
		color: #aa7200;
	}
	#sidebar a:hover {
                color: #930c08; 
		text-decoration: none;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#sidebar ul ul, #sidebar ol {
		margin: 1.2em 0 1.2em 1.3em;
	}
	#sidebar ul ul {
		list-style-type: disc;
	}
	#sidebar ul ul ul {
		margin-top: 0;
		margin-bottom: 0;
	}


#footer {
	clear: both;
	padding: 0em 0px 0em 0px;
}

	/* Footer Styles */
	
	#footer p {
		margin: 0;
		padding: 0.6em 0;
		border-top: 1px dotted #9e2251;
		font-size: 0.92em;
	}

	

/* Blog Styles */

.posttitle {
	margin: 0.6em 0 0 0;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #737373;
}
.posttitle a {
	text-decoration: none;
}
.postmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
}
.postmeta, .postfeedback {
	font-size: 0.92em;
	text-align: right;
}
.pagetitle {
	margin: 0.6em 0 1.2em 0;
}
.commentauthor {
	margin: 1.2em 0 0 0;
	border-bottom: 1px dotted #737373;
	font-size: 1.1em;
}
.commentauthor a {
	text-decoration: none;
}
.commentmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
	font-size: 0.92em;
}
#comment {
	width: 98%;
}

.postnav {
	width: 100%;
	padding: 1.2em 0 0 0;
	font-size: 0.92em;
	overflow: auto;
}
.prev {
	float: left;
}
.next {
	float: right;
}

/* Widgets and Etc */

.widget_calendar h2 {
	display: none;
}
.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 1px;
	width: 0px;
}

/* Image Borders */

div.image {
	margin: 1.2em 0;
}

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}
div.imagecenter img {
	margin: 0 auto;
}

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	padding: 5px;
	border: 1px solid #737373;
	background: #FFF;
}

/* Comment Form - End */

