/*  
Theme Name: Auberge
Theme URI: http://
Description: A two column style based on Kubrick
Version: wordpress 2[1].1.3
Author: Blizzard Internet Marketing
Author URI: http://blizzardinternet.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #482400;
	color: #800000;
	text-align: center;
	margin: 10px 0 20px 0;
	padding: 0; 
	behavior: url('http://blog.aubergemendocino.com/csshover.htc'); /* WinIE behavior call */
	}

#page {
	background-color: #EBC24A; /*yellow*/
/*	border: 1px solid #959596;*/
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	}

#header {
	background: #246282 url(images/header.jpg) no-repeat bottom center; /*blue*/
	margin: 0 0 0 0px; 
	padding: 0; 
	height: 285px; 
	width: 760px;
	}
	
.headerlink {
	display:block;
	height:100px;
	width:760px;
	margin: 0px 0 0 0px;
	padding:0;
	}

#content {
	font-size: 1.2em;
	padding-top: 5px;
	padding: 0 0 20px 0px;
	margin: 0px 0 0 208px;
	width: 490px;
	}

.postmetadata {
	text-align: center;
	font-size: 0.8em;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
.postmetadata {

}
	
.alt {
	margin: 0;
	padding: 10px;	
/*	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	}

	
#footer {
	padding: 0 0 15px 0;
	margin: 0 auto;
	width: 760px;
	height: auto;
	clear: both;
	background: #246282 no-repeat top; /*grey/blue*/
	border: none;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

	
/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0px;
	margin: 0 0 0 15px;
	width: 190px;
	float: left;
	}

#sidebar form {
	margin: 0;
	}	
	
#sidebar ol, #sidebar ul, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	margin: 1px 0 1px 0px;
	padding: 0 0 0 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 0px;
	}
	

/*Font Style */

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #800000;
	}

h1 {
	font-size: 1.2em;
	color: #CCCCCC;
	}
	
h2 {
	font-size: 1.1em;
	margin: 30px 0 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}
	
	
#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 10px ;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0;
	}


/*Comments*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
	
/*Links*/
a {
	color: #811003;
	text-decoration: underline;
	}

a:hover {
	color: #811003;
	text-decoration: underline;
	}
	
a:visited {
	color: #811003;
	}
	
/* Begin Images */
p img {
	padding-right: 5px;
	padding-left: 5px;
	max-width: 100%;
	}

a img {
	border: none;
	}
	
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.nextandback {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

#nllink {
	margin: -100px 0 0 390px;
	padding: 0 0 0 0px;
	font-weight: bold;
	color: #800000;
	font-size: 1.3em;
}

#nllink a {
	text-decoration: underline;
}

#nllink p {
	text-decoration: none;
}

#footerleft {
	float:left;
	width: 375px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.3em;
	color: #EBC24A;
	font-weight:bold;
}

#footerleft a:link {
	color: #EBC24A;
	}
	
#footer h2 {
	font-size: 1.3em;
	margin-top: 5px;
	}
	
#footerright {
	float:right;
	width: 378px;
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	font-weight:bold;
}

#footerright td a {
	color: #ffffff;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	}

#footerbase {
clear: both;
color: #EBC24A;
	}
	
#footerbase h2 {
color: #EBC24A;
	}
	
#footerbase a:link {
color: #EBC24A;
	}
	
/* TOP NAVIGATION */

#navigation {
	background:#256483;
	width:760px;
	padding-top:3px;
	height:22px;
	font-family: Tahoma;
	font-size:9pt;
}

.navtop {
	font-family: Tahoma;
	font-size:9pt;
	padding-right:15px;
	background:url(images/navgif.jpg) no-repeat right center;
}

.navtop a:hover{
	color:#DED48D !important;
}

.navtop ul li a:hover{
	border: 1px solid #DED48D !important;
	color:#DED48D !important;
	
}


#nav .top { /* all 1st level list items should include class="top" */
	background: white;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 3px;
	list-style: none;
	line-height: 1;
	font-size:12px;
}

#nav a {
	text-align:left;
	display: block;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

#nav a:hover {
	display: block;
}
	
#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #256483;
	width: 160px;
	margin-left:-1px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li ul {
	margin-left:161px;
	margin-top:-20px;
} 

#nav li ul a{
	margin-top:0px;
	width:153px;
	border:1px solid #000000;
	font-weight: normal;
	text-align:center;
	padding:3px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.navtop a{
	padding:3px 3px 7px 3px;
}
	
.navtopright{
	margin-top:8px;
}

.navtopright a{
	padding:3px 10px 3px 10px;
}

.nav {
	width:160px;
}

.aboutus{
	padding:0;
	background:none;
}

.flyout{
	background:url(images/arrow.jpg) no-repeat right center !important;
}
