/*
Theme Name: Flour Garden
Theme URI: http://flourgarden.com/
Description: Custom theme for Flour Garden Bakery and Cafe, Grass Valley, CA
Author: Design by LeeAnn Brook / Technical Implementation by Rich Webster
Author URI: http://richoid.com/
Tags: blue, gold, custom header javascript, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
html {
	text-align:center;
}
body {
	text-align:center;
	background-color:#333399;
	margin:0px;
	padding:0px;
	font-family: "Palatino","Palatino Linotype", Georgia, Serif;
	font-size:13px;
}
p {
	padding:.5em 0px;
}
#superheader {
	height:110px;
	width:100%;
	height:100px;
	text-align:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
	
}
#superheader #superheader_inner {
	width:120%;
	height:100px;
	overflow:hidden;
}
#superheader #superheader_inner div {
	margin:0px;
	text-align:left;
	height:110px;
	width:170px;
	float:left;
	position:relative;
	clear:right;
}
#superheader #superheader_inner div img {
	position:absolute;
	top:0;
	left:0;
}

#superheader #superheader_inner div img.over {
	z-index:1000;
}
#superheader #superheader_inner div img.under {
	z-index:999;
}
#wrapper {
	width:900px;
	margin:0px auto 8px auto;
	color: #444;
	font-size: 13px;
	line-height: 18px;
}

#header {
	background-color:#333399;
	width:960px;
	height:18px;
	overflow:visible;
	position:relative;
}
#header #logo {
	width:308px;
	height:100px;
	position:absolute;
	left:0px;
	top:-50px;
	z-index:2000;
	background-image:url('images/FlourGardenBakeryLogo.png');
	background-repeat:no-repeat;
}
#header #logo_ie6 {
	width:308px;
	height:100px;
	position:absolute;
	left:0px;
	top:-50px;
	z-index:2000;
	background-image:url('images/FlourGardenBakeryLogo.gif');
	background-repeat:no-repeat;
}
#header #soup {
	height:86px;
	width:86px;
	position:absolute;
	left:770px;
	top:-40px;
	z-index:2000;
	background-image:url('images/todays_soup.png');
	background-repeat:no-repeat;
	cursor:pointer;
	
}
#header #soup_ie6 {
	height:86px;
	width:86px;
	position:absolute;
	left:770px;
	top:-40px;
	z-index:2000;
	background-image:url('images/todays_soup.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
#header #seasonal {
	height:86px;
	width:86px;
	position:absolute;
	left:856px;
	top:-40px;
	z-index:2000;
	background-image:url('images/Seasonal_Menus_btn.png');
	background-repeat:no-repeat;
	cursor:pointer;
	
}
#header #seasonal_ie6 {
	height:86px;
	width:86px;
	position:absolute;
	left:856px;
	top:-40px;
	z-index:2000;
	background-image:url('images/Seasonal_Menus_btn.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
div#topnavs {
	position:absolute;
	width:485px;
	height:2.8em;
	left:318px;
	top:28px;
	z-index:2000;
	text-align:left;
}
div.topnavs_ie6 {
	position:absolute;
	width:485px;
	height:2.8em;
	left:318px;
	top:28px;
	z-index:2000;
	text-align:left;
	}

div#topnavs li.page_item {
	list-style:none;
	display:inline;
	color:white;
	padding:0px .6em;
	font-size:14px;
	font-weight:bold;
	font-style:italic
}
div#topnavs_ie6 li.page_item {
	list-style:none;
	display:inline;
	color:white;
	padding:0px .7em;
	font-size:15px;
	font-weight:bold;
	font-style:italic
}
div#topnavs li.page_item.current_page_item a {
	color:#ff9933;
}
div#topnavs_ie6  li.page_item.current_page_item a {
	color:#ff9933;
}
div#topnavs li.page_item a {
	color:#333399;
}
.flashmessage {
	color:red;
}

#content {
	text-align:left;
	width:900px;
	min-height:500px;
	background-color:white;
	margin:0px;
	padding:0px;
	background-color:#333399;
	background-image:url('images/bg.gif');
	background-repeat:repeat-y;
	background-position:96px 0;
}
#content p {
	font-size:14px;
	line-height:1.4em;
}
.lcolumn {
	width:200px;
	margin-top:50px;
	margin-left:20px;
	min-height:500px;
	padding-top:10px;
	float:left;
}
.rcolumn {
	width:630px;
	min-height:500px;
	margin:70px 20px 0px 0px;
	float:right;
}
.blog h2 {
	margin-bottom:0;
}
.blog .rcolumn {
	width:420px;
	min-height:500px;
	margin:56px 20px 0px 0px;
	float:left;
}
.blog .navcolumn {
	width:200px;
	float:right;
	margin:65px 20px 0px 0px;
}
.blog .navcolumn a {
	color:#333399;
	font-size:15px;
	font-weight:bold;
}
.blog ul.sidebar-right {
	list-style:none;
	margin:0;
	padding:0;
}
.blog ul.sidebar-right h2 {
	display:none;
}
.blog ul.sidebar-right li ul {
	list-style:none;
	margin:0;
	padding:0;
}
.blog ul.sidebar-right li {
	list-style:none;
	margin:.5em 0;
	padding:0;
}
.blog ul.sidebar-right li ul li {
	list-style:none;
	margin:.5em 0;
	padding:0;
}
.blog #search-3 {
	text-align:left;
	display:block;
	margin:1em 0;
	padding:.25em .2em;
	background-color:#ff9933;
	border:1px solid blue;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.archive .rcolumn {
	width:420px;
	min-height:500px;
	margin:42px 20px 0px 0px;
	float:left;
}
.archive .navcolumn {
	width:200px;
	float:right;
	margin:56px 20px 0px 0px;
}
.archive .navcolumn a {
	color:#333399;
	font-size:15px;
	font-weight:bold;
}
.archive ul.sidebar-right {
	list-style:none;
	margin:0;
	padding:0;
}
.archive ul.sidebar-right h2 {
	display:none;
}
.archive ul.sidebar-right li ul {
	list-style:none;
	margin:0;
	padding:0;
}
.archive ul.sidebar-right li {
	list-style:none;
	margin:.5em 0;
	padding:0;
}
.archive ul.sidebar-right li ul li {
	list-style:none;
	margin:.5em 0;
	padding:0;
}
.archive #search-3 {
	text-align:left;
	display:block;
	margin:1em 0;
	padding:.25em .2em;
	background-color:#ff9933;
	border:1px solid blue;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.archive h2.pagetitle {
	text-align:left;
	font-size:16px;
	color: #FF7F00;
	font-size:1em;
	font-family:Helvetica, Arial, Sans-Serif;
}
.archive h1 a {
	text-align:left;
	font-size:20px;
	color:#333399;
}
.archive .post h1 a {
	text-align:left;
	font-size:20px;
	color:#333399;
}
.archive .navigation {
	height:1.5em;
	margin:0;
	padding:0;
}
.single .rcolumn {
	width:420px;
	min-height:500px;
	margin:42px 20px 0px 0px;
	float:left;
}
.single .navcolumn {
	width:200px;
	float:right;
	margin:56px 20px 0px 0px;
}
.single .navcolumn a {
	color:#333399;
	font-size:15px;
	font-weight:bold;
}
.single ul.sidebar-right {
	list-style:none;
	margin:0;
	padding:0;
}
.single ul.sidebar-right h2 {
	display:none;
}
.single ul.sidebar-right li ul {
	list-style:none;
	margin:0;
	padding:0;
}
.single ul.sidebar-right li {
	list-style:none;
	margin:.5em 0;
	padding:0;
}
.single ul.sidebar-right li ul li {
	list-style:none;
	margin:.5em 0;
	padding:0;
}
.single #search-3 {
	text-align:left;
	display:block;
	margin:1em 0;
	padding:.25em .2em;
	background-color:#ff9933;
	border:1px solid blue;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.single h2.pagetitle {
	text-align:left;
	font-size:16px;
	color: #FF7F00;
	font-size:1em;
	font-family:Helvetica, Arial, Sans-Serif;
}
.single h1 a {
	text-align:left;
	font-size:20px;
	color:#333399;
}
.single .post h1 a {
	text-align:left;
	font-size:20px;
	color:#333399;
}
.single .navigation {
	height:1.5em;
	margin:0;
	padding:0;
}
ul#bottom_nav {
	list-style:none;
	padding:0;
	margin:0;
}
ul#bottom_nav li {
	float:left;
}

#footer p {
	font-size: 10px;
}
#footer a {
	font-size:12px;
	padding:0px .75em;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	color:#ff9933;
	text-decoration:underline;
}
#subfooter {
	font-size: 10px;
	width:80%;
	color: #fff;
	text-align:center;
	padding:10px 20px;
	margin:1em 80px 1em 150px;
}
#subfooter p {
	margin:0px;
}
#subfooter a {
	color:#fff;
}
.clearance {
	clear:both;
}



.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding:.75em 0;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


h2.pagetitle {
	font-size: 1.6em;
	line-height:1.1em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}



h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333399;
	font-size:1.1em;
	line-height:1.15em;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #cd6600;
	}
.entry p a:hover {
	color: #fa9530;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color:#FF7F00;
	}
.postmetadata a {
	color:#CD6600;
	text-decoration:underline;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover a:visited {
	color: #ff9933;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */



/*  .lcolumn navs */
.lcolumn ul.ie {
	width:190px;
	overflow:hidden;
	margin:0;
}
.lcolumn ul.ie li {
	margin:0px;
	list-style:none;
	font-family:"Palatino","Palatino Linotype", Georgia, serif;
	font-weight:bold;
	font-size:1.8em;
	line-height:1.2em;
	color:white;
	background-image:none;
}
.lcolumn ul.ie li a {color:white;}
.lcolumn ul.ie li a:hover {
	color:#ff9933;
}
.lcolumn ul.ie li:visited {
	color:white;
}
.lcolumn ul.norm {
	width:200px;
	margin:0px;
	padding:0px;
	list-style:none;
}
.lcolumn ul li {
	height:40px;
	width:200px;
}
.lcolumn ul li img {
	width:200px;
	height:40px;
}
/* left navs use 'css sprites' a single image with both states (off & on) in one image, in the background. Hovering just makes it move the background image so a hidden part comes into view. Et voila! */
.lcolumn ul.norm li#nav_home {
	background-image:url('images/nav/nav_home.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
.lcolumn ul.norm li#nav_home:hover {
	background-image:url('images/nav/nav_home.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
.lcolumn ul.norm li.this_page#nav_home {
	background-image:url('images/nav/nav_home.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
/**/
.lcolumn ul.norm li#nav_beginning {
	background-image:url('images/nav/nav_our-beginning.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
.lcolumn ul.norm li#nav_beginning:hover {
	background-image:url('images/nav/nav_our-beginning.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
.lcolumn ul.norm li.this_page#nav_beginning  {
	background-image:url('images/nav/nav_our-beginning.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
/**/
.lcolumn ul.norm li#nav_products {
	background-image:url('images/nav/nav_our-products.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
.lcolumn ul.norm li#nav_products:hover {
	background-image:url('images/nav/nav_our-products.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
.lcolumn ul.norm li.this_page#nav_products {
	background-image:url('images/nav/nav_our-products.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
/**/
.lcolumn ul.norm li#nav_community {
	background-image:url('images/nav/nav_community.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
.lcolumn ul.norm li#nav_community:hover {
	background-image:url('images/nav/nav_community.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
.lcolumn ul.norm li.this_page#nav_community {
	background-image:url('images/nav/nav_community.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
/**/
.lcolumn ul.norm li#nav_cybercafe {
	background-image:url('images/nav/nav_cybercafe.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
.lcolumn ul.norm li#nav_cybercafe:hover {
	background-image:url('images/nav/nav_cybercafe.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
.lcolumn ul.norm li.this_page#nav_cybercafe {
	background-image:url('images/nav/nav_cybercafe.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
/**/
.lcolumn ul.norm li#nav_newsletter {
	background-image:url('images/nav/nav_newsletter.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
.lcolumn ul.norm li#nav_newsletter:hover {
	background-image:url('images/nav/nav_newsletter.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
.lcolumn ul.norm li.this_page#nav_newsletter {
	background-image:url('images/nav/nav_newsletter.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
/**/
.lcolumn ul.norm li#nav_links {
	background-image:url('images/nav/nav_links.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
.lcolumn ul.norm li#nav_links:hover {
	background-image:url('images/nav/nav_links.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
.lcolumn ul.norm li.this_page#nav_links {
	background-image:url('images/nav/nav_links.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
/**/
.lcolumn ul.norm li#nav_store {
	background-image:url('images/nav/nav_online-store.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
.lcolumn ul.norm li#nav_store:hover {
	background-image:url('images/nav/nav_online-store.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
.lcolumn ul.norm li.this_page#nav_store {
	background-image:url('images/nav/nav_online-store.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
/**/
.lcolumn ul.norm li#nav_blog {
	background-image:url('images/nav/nav_blog.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
.lcolumn ul.norm li#nav_blog:hover {
	background-image:url('images/nav/nav_blog.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
.lcolumn ul.norm li.this_page#nav_blog {
	background-image:url('images/nav/nav_blog.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
/**/
.lcolumn ul.norm li#nav_contact {
	background-image:url('images/nav/nav_contact.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}
.lcolumn ul.norm li#nav_contact:hover {
	background-image:url('images/nav/nav_contact.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
.lcolumn ul.norm li.this_page#nav_contact {
	background-image:url('images/nav/nav_contact.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}
/**/
.lcolumn ul.norm li#nav_facebook:hover {
	background-image:url('images/nav/nav_facebook.png');
	background-repeat:no-repeat;
	background-position: -200px 0;
}

.lcolumn ul.norm li#nav_facebook {
	background-image:url('images/nav/nav_facebook.png');
	background-repeat:no-repeat;
	background-position: 0 0;
}




/* POST */
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	padding-top: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em !important;
	line-height: 1.5em;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0px;
	margin: 0px 30px 0px 130px;
	width: 770px;
	}

#footer p {
	margin: 0;
	padding: 20px 0px;
	text-align: left;
	}
	
#footer div#hours {
	width:24%;
	padding:1em;
	float:left;
}
#footer div#sutton {
	width:20%;
	padding:1em;
	float:left;
}
#footer div#auburn {
	width:20%;
	padding:1em 1em 1em 0px;
	float:left;
}
#footer div#grass_valley {
	width:17%;
	padding:1em;
	float:left;
	margin-left:.5em;
}
/* End Structure */



/*	Begin Headers */
h1 {
	font-family: "Palatino","Palatino Linotype", Georgia, Times, Serif;
	font-size:18px;
	line-height:1.1em;
	font-weight:bold;
	margin-bottom:6px;
	color:#333399;
}
h2 {
	font-family: "Palatino","Palatino Linotype", Georgia, Times, Serif;
	font-size:16px;
	line-height:1.1em;
	font-weight:bold;
	margin-bottom:-2px;
	color:#333399;
}
h3 {
	font-family: "Palatino","Palatino Linotype", Georgia, Times, Serif;
	font-size:14px;
	line-height:1.1em;
	font-weight:bold;
	margin-bottom:-2px;
	color:#333399;
}
h4 {
	font-family: "Palatino","Palatino Linotype", Georgia, Times, Serif;
	font-size:12px;
	line-height:1.1em;
	font-weight:bold;
	margin-bottom:3px;
	color:#333399;
}
h5 {
	font-family: "Palatino","Palatino Linotype", Georgia, Times, Serif;
	font-size:10px;
	line-height:1.1em;
	font-weight:bold;
	margin-bottom:0px;
	color:#333399;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry li.linkcat {
	list-style:none;
}
.entry li.linkcat h2 {
	font-size:18px;
}
.entry li.linkcat ul {
	font-size:14px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* 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;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#respond {
	margin-bottom:2em;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.utility a {
	font-size:.9em;;
}
.gallery {
	width:242px;
	float:right;
	padding-left:2em;
}
dl.gallery-item {
	clear:both;
}

dl.gallery-item img {
	border:2px white
}

/* CONTACT FORM */

.entry form {
	text-align:left;
}
.entry form p {
	margin:0;
	padding:.5em 1em;
}
#auburn a.maplink {
	margin:0;
	padding:0;
}
.cc {
	background-color:#fff;
	width:320px;
	text-align:center;
	padding:.5em;
	border:1px solid #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
