/*
Theme Name: 2 Peas & A Pot
Theme URI: 
Description: A custom-built WordPress theme for 2 Peas & A Pot
Author: Room 34 Creative Services (development); Spunk Design Machine (design)
Version: 1.0
Tags: 
*/

/* RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, images, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.5em; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* FONTS */

@import url('fonts/NadiaSerif/stylesheet.css');

/* STANDARD HTML */

body {
	background: #e6e9b5 url('images/bg/body.png') 50% 35px no-repeat fixed;
	color: #666;
	font-family: Georgia, serif;
	font-size: 80%;
}

a, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #7a8f5e;
}

a:active, a:focus {
	outline: none;
}

a img {
	border: none;
	text-decoration: none;
}

h1, h2, h3 {
	color: #90c442;
	font-family: 'NadiaSerifNormal', Georgia, serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h1:after, h2:after, .widget-area h3:after {
	color: #e6e9b5;
	content: ' \26ab\26ab';
	font-size: 14px;
}

h1 a, h1 a:visited, h2 a, h2 a:visited {
	color: #90c442;
	text-decoration: none;
}

label {
	display: block;
	font-weight: bold;
}

p, dl, ol, ul {
	margin: 0.5em 0 1.5em 0;
}

small {
	font-size: 85%;
	line-height: 1.5em;
}

/* CUSTOM CLASSES */

.alignleft {
	float: left;
	margin: 0.3em 0.5em 0.7em 0;
}

.aligncenter {
	display: block;
	margin: 0.3em auto;
	text-align: center;
}

.alignright {
	float: right;
	margin: 0.3em 0 0.7em 0.5em;
}

.big {
	font-size: 133%;
	line-height: 1.5em;
}

.clear {
	clear: both;
}

.entry {
	margin: 0 0 2em 0;
}

	.entry-content ol, .entry-content ul {
		padding-left: 2em;
	}
			
.entry-meta {
	clear: both;
	color: #90c442;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	margin: 0.5em 0;
}

	.entry-meta a, .entry-meta a:visited {
		color: #90c442;
	}
	
	.entry-meta a.reversed {
		background: #90c442;
		color: #fff;
		padding: 1px 2px;
		text-decoration: none;
	}

.form-allowed-tags {
	display: none;
}

ul.inline {
	list-style: none;
}

	ul.inline li {
		display: inline;
		padding-right: 0.5em;
	}
	
	ul.inline ul.inline {
		display: inline;
	}

.post {
	margin: 0 0 3em 0;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.sidebar {
	font-size: 85%;
	line-height: 1.5em;
}

	.sidebar>ul {
		list-style: none;
	}
	
	.sidebar>ul>li {
		margin: 0 0 2em 0;
	}

.widget-area {
}
	
	.widget-area ul {
		list-style: none;
	}
	
	.widget-area h3 {
		font-size: 150%;
		margin: 0;
	}

.widget_categoryposts {
}

	.widget_categoryposts .post-title {
		color: #90c442;
		font-family: 'NadiaSerifNormal', Georgia, serif;
		font-size: 120%;
		font-weight: normal;
		line-height: 1.2em;
		margin: 0 0 0.5em 0;
		text-decoration: none;
	}

/* DOM ELEMENTS */

#background {
	background: transparent url('images/bg/background.png') 50% bottom no-repeat;
	bottom: 25px;
	height: 490px;
	left: 50%;
	margin-left: -525px;
	position: fixed;
	width: 1040px;
	z-index: -1;
}

#wrapper {
	background: #fff;
	margin: 60px auto 50px auto;
	padding: 10px 40px;
	position: relative;
	width: 880px;
	z-index: 0;
}

	#header {
		height: 160px;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	
		#logo {
			background: transparent url('images/bg/logo.png') left top no-repeat;
			height: 145px;
			position: relative;
			width: 220px;
		}
		
			#logo * {
				margin: 0;
				padding: 0;
				text-indent: -9999px;
			}
			
			#logo a {
				height: 145px;
				left: 0;
				position: absolute;
				top: 0;
				width: 220px;
			}
		
		#description {
			text-indent: -9999px;
		}
	
	#page {
		background: transparent url('images/bg/page.png') 190px top repeat-y;
		position: relative;
		z-index: 1;
	}
	
		#sidebar_1 {
			float: left;
			padding: 0 20px 0 0;
			width: 170px;
		}
		
			#nav>div>ul {
				list-style: none;
			}
			
				#nav>div>ul>li {
					margin-bottom: 0.5em;
				}

				#nav>div>ul>li>a, #nav>div>ul>li>a:visited {
					color: #7a8f5e;
					font-family: 'NadiaSerifNormal', Georgia, serif;
					font-size: 150%;
					text-decoration: none;
				}
				
				#nav .current-menu-item>a, #nav .current-menu-parent>a {
					color: #90c442 !important;
				}
			
				#nav>div>ul>li>a:hover {
					color: #666;
					text-decoration: none;
				}
				
				#nav ul ul {
					display: none;
					list-style: none;
					margin: 0.3em 0 1em 1em;
				}
				
				#nav .current-menu-item>ul, #nav .current-menu-parent>ul {
					display: block;
				}
				
			#rss_links {
			}
		
		#content {
			float: left;
			margin: 0;
			min-height: 540px;
			overflow: hidden;
			padding: 0 50px;
			width: 400px;
		}
		
			#content .post {
			}
			
			#content .title {
			}
			
			#content .entry {
			}
			
			#content img {
				height: auto;
				max-width: 400px;
			}
			
			#nav-above, #nav-below {
				display: none;
			}
			
			#comments {
				margin: 1.5em 0;
			}
						
			#respond {
				margin: 1.5em 0;
			}
			
				#respond p {
					margin: 0 0 0.5em 0;
				}
	
		#sidebar_2 {
			float: left;
			padding: 0 0 0 20px;
			width: 170px;
		}
		
	#footer {
		color: #999;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 85%;
		padding: 2em 0 1em 0;
		text-align: center;
	}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 1em;
		}
	
		#footer a, #footer a:visited {
			color: #999;
		}
	
/* IMAGE PRELOAD */
#image_preload {
	background-color: transparent;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	height: 1px;
	left: -1px;
	overflow: hidden;
	position: fixed;
	top: -1px;
	width: 1px;
}

/* Add images below that need to be preloaded */
#image_preload { background-image: url(''); }
