/*
Theme Name: Epernay Bistro
Theme URI: http://room34.com/downloads/wppi
Description: A Custom Theme Designed by TheBananaland.com and Developed by SumoWebWorks.com
Version: 1.0
Author: Jordan Rabidou
Author URI: http://sumowebworks.com/
Tags: white, silver, light, two-columns, fixed-width

	This is a barebones, yet elegantly designed theme written in valid (X)HTML 5
	and using the Blueprint CSS framework.
	
	The theme is suitable for use with a standard WordPress blog, but is also
	designed for sites that use WordPress as a CMS, with a horizontal navigation
	bar in the header area, with drop-down menus for secondary navigation.
	Secondary navigation also appears in a sidebar menu when viewing appropriate
	primary and secondary pages.
	
Credits and license:

Uses the Blueprint CSS framework:
http://www.blueprintcss.org/

Design, CSS and HTML are released under LGPL version 3:
http://www.gnu.org/licenses/lgpl-3.0-standalone.html

Last update: June 17, 2010
*/


/* STANDARD HTML TAGS */

body {
	color: #929292;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a, a:visited {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration: underline;
}

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

blockquote {
	border-left: 0.5em solid #ccc;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

hr {
	background: #eee;
	color: #eee;
}

small {
	color: #555;
	font-size: 0.9em;
}

th {
	background: #eee !important;
}

ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

	ul.inline li {
		display: inline;
		margin: 0 0.5em 0 0;
	}

/* CUSTOM CSS CLASSES */

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

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

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

	.commentlist li {
		border-bottom: 1px solid #eee;
		margin: 0.5em 0;
	}

	.commentlist cite {
		font-size: 1.2em;
		font-style: normal;
	}

	.commentlist img {
		border: 1px solid #eee;
		float: left; display: inline; /* IE6 fix */
		margin: 0 1em 0.5em 0;
		padding: 4px;
		text-align: left;
	}

	.commentlist p {
		clear: both;
	}
	
	.commentlist .bypostauthor {
		background: #eee;
		border-left: 0.5em solid #ccc;
		border-color: #ccc;
		padding-left: 1em;
	}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}

.entry {
}

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

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

.postmetadata {
	clear: both;
	color: #555;
	font-size: 0.9em;
}

.wp-caption {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em;
}

	.wp-caption img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.wp-caption p.wp-caption-text {
		margin: 0;
		padding: 0;
	}

/* DOM ELEMENTS */

#page {
	background:#f3f3ec;
}

	#header {
		overflow: hidden;
	}
	
		#logo{
		position:relative;
		top:0px;
		left:143px;
		z-index:2;
		height:144px;
		width:290px;
		overflow:hidden;
		}
		
		#header * {
			color: #555;
			line-height: 1.3em;
			text-decoration: none;
		}
		
		#headerimg {
			position:relative;
			top:-144px;
			left:0px;
			z-index:1;
			margin-bottom:-144px;
		}
		
		#header h1 {
			margin: 2em 0 0 0;
		}
				
	#nav {
	background:url(images/nav-bg.gif) top no-repeat;
	min-height:169px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#585858;
	}
		#nav a{
		color:#929292;
		text-decoration:none;
		}

		#nav a:hover{
		color:#585858;
		text-decoration:none;
		}
	
		.nav1{
		float:left;
		width:314px;
		min-height:88px;
		background:url(images/nav-1.gif) no-repeat top;
		}
			
			.subnav1{
				margin: 96px 0px 0px 23px;
			}
			
			.subnav1 li{
			list-style:none;
			padding:0px;
			margin:0px;
			}

		.nav2{
		float:left;
		width:353px;
		min-height:88px;
		margin-left:2px;
		background:url(images/nav-2.gif) no-repeat top;
		}

			.subnav2{
				margin: 96px 0px 0px 44px;
			}
			
			.subnav2 li{
			list-style:none;
			padding:0px;
			margin:0px;
			}

		.nav3{
		float:left;
		width:337px;
		min-height:88px;
		margin-left:2px;
		background:url(images/nav-3.gif) no-repeat top;
		}
		
			.subnav3{
				margin: 96px 22px 0px 46px;
			}
		
	#fancy-border{
		background: url(images/fancy-border.gif) repeat-x top;
		height:10px;
	}
	
	#content {
		margin: 1.5em 0;
		overflow: hidden;
	}
		.content-wrapper{
			margin:0px 22px;
		}
		
		.column1{
			float:left;
			width:314px;
		}
		
		.column2{
			float:left;
			width:330px;
			margin-left:24px;
		}
		
		.column3{
			float:left;
			width:250px;
			margin-left:24px;
		}
	
		#content h1 {
			font-size: 2em;
			margin: 0 0 0.5em 0;
		}
	
		#content h2 {
			font-size: 1.8em;
			margin: 0 0 0.5em 0;
		}
	
		#content h3 {
			font-size: 1.5em;
			margin: 1em 0 0.5em 0;
		}
	
	#sidebar {
		font-size: 0.9em;
		margin: 1em 0 0 1em;
		overflow: hidden;
	}
	
		#sidebar ul {
			list-style: none;
			margin: 0 0 1.5em 0;
			padding: 0;
		}
		
		#sidebar li {
			margin: 0 0 0.5em 0;
		}
		
		#sidebar h2 {
			font-size: 1.2em;
			margin: 0.5em 0;
		}
		
		#sidebar h2 a {
			color: #111;
			text-decoration: none;
		}
		
		#sidebar form {
			margin-bottom: 1.5em;
		}
		
		#sidebar div {
			line-height: 1.5em;
			margin: 0 0 1.5em 0;
		}

		#sidebar div a {
			padding: 0 0.5em 0 0;
			white-space: nowrap;
		}

		#sidebar div a:hover {
			color: #036 !important;
		}
	
	#footer {
		color: #c8c8c8;
		font-size: 11px;
		margin:0;
		padding:20px 0px;
		overflow: hidden;
		background: url(images/footer-bg.gif) repeat-x top #fff;
	}
	
		#footer p {
			margin: 0.5em 0;
		}
		
		#footer a{
		color:#c8c8c8;
		}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 1em 0 0;
		}
