/*
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.1
Tags: 
*/

/* RESET */

@import url('reset.css');

/* 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: 12px;
	vertical-align: top;
}

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

hr {
	background: transparent url('images/bg/hr.png') left center repeat-x;
	border: 0;
	clear: both;
	height: 3px;
	margin: 1em 0;
	padding: 0;
	width: 100%;
}

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 a, .sidebar a:visited {
		text-decoration: none;
	}

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

	.sidebar_image {
		height: 150px;
		line-height: 150px;
		margin: 10px;
		overflow: hidden;
		text-align: center;
		width: 150px;
	}
	
		.sidebar_image img {
			height: 150px;
			vertical-align: middle;
			width: auto;
		}
	
.vr {
	background: transparent url('images/bg/vr.png') left top repeat-y;
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 3px;
}

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

.widget_categoryposts {
	margin-bottom: 0;
}

	.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: 0 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;
			left: 0;
			position: absolute;
			top: 10px;
			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;
		}
		
		#nav {
			left: 220px;
			position: absolute;
			top: 0;
		}
		
			#nav>div>ul {
				list-style: none;
			}
			
				#nav>div>ul>li {
					background: transparent url('images/bg/nav_li.png') 6px center no-repeat;
					float: left;
					height: 115px;
					padding-left: 20px;
				}

				#nav>div>ul>li:first-child {
					background: none;
					padding-left: 0;
				}

				#nav>div>ul>li>a, #nav>div>ul>li>a:visited {
					background: none;
					color: #7a8f5e;
					display: block;
					font-family: 'NadiaSerifNormal', Georgia, serif;
					font-size: 150%;
					height: 115px;
					line-height: 115px;
					text-align: center;
					text-decoration: none;
				}
				
				#nav>div>ul>li#menu-item-1304>a,
				#nav>div>ul>li#menu-item-22>a
				{ width: 85px; }
				#nav>div>ul>li#menu-item-1304>a:hover, #nav>div>ul>li#menu-item-1304.current-menu-item>a,
				#nav>div>ul>li#menu-item-22>a:hover, #nav>div>ul>li#menu-item-22.current-menu-item>a
				{ background: transparent url('images/nav_lighter/catering.png') center center no-repeat; }
				
				#nav>div>ul>li#menu-item-1303>a,
				#nav>div>ul>li#menu-item-20>a
				{ width: 60px; }
				#nav>div>ul>li#menu-item-1303>a:hover, #nav>div>ul>li#menu-item-1303.current-menu-item>a,
				#nav>div>ul>li#menu-item-20>a:hover, #nav>div>ul>li#menu-item-20.current-menu-item>a
				{ background: transparent url('images/nav_lighter/book.png') center center no-repeat; }
				
				#nav>div>ul>li#menu-item-1310>a,
				#nav>div>ul>li#menu-item-24>a
				{ width: 55px; }
				#nav>div>ul>li#menu-item-1310>a:hover, #nav>div>ul>li#menu-item-1310.current-menu-item>a,
				#nav>div>ul>li#menu-item-24>a:hover, #nav>div>ul>li#menu-item-24.current-menu-item>a
				{ background: transparent url('images/nav_lighter/blog.png') center center no-repeat; }
				
				#nav>div>ul>li#menu-item-1309>a,
				#nav>div>ul>li#menu-item-23>a
				{ width: 65px; }
				#nav>div>ul>li#menu-item-1309>a:hover, #nav>div>ul>li#menu-item-1309.current-menu-item>a,
				#nav>div>ul>li#menu-item-23>a:hover, #nav>div>ul>li#menu-item-23.current-menu-item>a
				{ background: transparent url('images/nav_lighter/about.png') center center no-repeat; }
				
				#nav>div>ul>li#menu-item-1319>a,
				#nav>div>ul>li#menu-item-25>a
				{ width: 60px; }
				#nav>div>ul>li#menu-item-1319>a:hover, #nav>div>ul>li#menu-item-1319.current-menu-item>a,
				#nav>div>ul>li#menu-item-25>a:hover, #nav>div>ul>li#menu-item-25.current-menu-item>a
				{ background: transparent url('images/nav_lighter/press.png') center center no-repeat; }
				
				#nav>div>ul>li>a:hover, #nav .current-menu-item>a, #nav .current-menu-parent>a {
					color: #90c442 !important;
					text-decoration: none;
					text-shadow: 1px 1px 0 rgb(255,255,255);
				}
			
				#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;
				}
		
		#social_networking {
			left: 655px;
			position: absolute;
			top: 62px;
		}
		
		#contact {
			font-size: 85%;
			left: 730px;
			position: absolute;
			top: 62px;
		}
						
	#page {
		background: transparent url('images/bg/page.png') 190px top repeat-y;
		clear: both;
		position: relative;
		z-index: 1;
	}
	
		#sidebar_1, #sidebar_catering_1 {
			float: left;
			padding: 0 20px 0 0;
			width: 170px;
		}
		
		#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 {
				display: none;
			}
			
			#nav-below {
			}
			
				#nav-below a, #nav-below a:visited {
					color: #7a8f5e;
					font-family: 'NadiaSerifNormal', Georgia, serif;
					font-size: 120%;
					text-decoration: none;
				}
				
				#nav-below a:hover {
					color: #90c442;
					text-decoration: none;
				}
			
			#comments {
				margin: 1.5em 0;
			}
						
			#respond {
				margin: 1.5em 0;
			}
			
				#respond p {
					margin: 0 0 0.5em 0;
				}
	
		#sidebar_2, #sidebar_book_2 {
			float: left;
			padding: 0 0 0 20px;
			width: 170px;
		}

		#sidebar_2 h3, #sidebar_book_2 h3 {
			background: rgb(99,133,59);
			color: rgb(255,255,255);
			font-size: 150%;
			padding: 4px 5px 1px 5px;
		}
				
	#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;
		}

/* HOME PAGE TEMPLATE OVERRIDES */

.page-template-home-php {
}

	.page-template-home-php #page {
		background: transparent;
	}


		.page-template-home-php #page h1, .page-template-home-php #page h3 {
			background: rgb(99,133,59);
			color: rgb(255,255,255);
			font-size: 150%;
			padding: 4px 5px 1px 5px;
		}
		
		.page-template-home-php #page h1:before, .page-template-home-php #page h3:before {
			color: #e6e9b5;
			content: '\26ab\26ab  ';
			font-size: 12px;
			vertical-align: top;
		}
		
		.page-template-home-php #page h1:after, .page-template-home-php #page h3:after {
			content: none;
		}
		
			.page-template-home-php #page h1 a, .page-template-home-php #page h3 a {
				color: rgb(255,255,255) !important;
				text-decoration: none !important;
			}
	
		.page-template-home-php #content {
			float: none;
			min-height: 0;
			overflow: hidden;
			padding: 0;
			width: 100%;
		}

	.page-template-home-php #sidebar_home_1 {
		float: left;
		margin: 0;
		padding: 0 20px 0 0;
		width: 280px;
	}
	
	.page-template-home-php .hentry {
		float: left;
		margin: 5px 0 0 0;
		padding: 0 30px 0 0;
		width: 270px;
	}
	
	.page-template-home-php #sidebar_home_2 {
		float: left;
		margin: 45px 0 0 0;
		width: 270px;
	}

		.page-template-home-php #sidebar_home_2 h3 {
			background: transparent;
			color: #90c442;
			font-size: 120%;
			padding: 0;
		}
	
	.page-template-home-php #sidebar_home_3 {
		float: left;
		padding: 0 30px 0 0;
		width: 240px;
	}
	
	.page-template-home-php #sidebar_home_4 {
		background: transparent url('images/bg/vr.png') left top repeat-y;
		float: left;
		padding: 0 30px;
		width: 240px;
	}
	
	.page-template-home-php #sidebar_home_5 {
		background: transparent url('images/bg/vr.png') left top repeat-y;
		float: left;
		padding: 0 30px;
		width: 240px;
	}

	.page-template-home-php .sidebar_image {
		height: 200px;
		line-height: 200px;
		margin: 20px;
		overflow: hidden;
		text-align: center;
		width: 200px;
	}
	
		.page-template-home-php .sidebar_image img {
			height: 200px;
			vertical-align: middle;
			width: auto;
		}

/* CATERING PAGE TEMPLATE OVERRIDES */

.page-template-catering-menu-php h1 {
	text-align: center;
}
	
/* 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;
}

#image_preload * {
	left: 1px;
	overflow: hidden;
	position: absolute;
	top: 2px;
}

/* Add images below that need to be preloaded */
#image_preload_1 { background-image: url('images/nav_lighter/catering.png'); }
#image_preload_2 { background-image: url('images/nav_lighter/book.png'); }
#image_preload_3 { background-image: url('images/nav_lighter/blog.png'); }
#image_preload_4 { background-image: url('images/nav_lighter/about.png'); }
#image_preload_5 { background-image: url('images/nav_lighter/press.png'); }
