/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #364120 url('/images/bg-color.jpg');
	color: #3d2212;
	text-align: center;
	}

#page {
	text-align: left;
	background: #FBF1C9 url("/images/page-bg.jpg") repeat-y top; border: none;
	}

#header {
	background: #FBF1C9 url('/images/ruskin-apothecary-banner.jpg') no-repeat bottom center;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#mainnav {
border: 0px;
font-family: Georgia,'Times New Roman', Serif;
font-size: 2.2em;
font-weight: normal;
margin: 0px 0px 20px 0px;
}

#mainnav ul {
border: 0px;
list-style-type: none; 
margin: 5px 30px 5px 35px;
padding: 0px;
}

#mainnav li {
display: inline;
padding: 0px 15px 0px 0px;
}

#mainnav li a:link, #mainnav li a:visited {
color: #364120;
}

#mainnav li.current_page_item a:link, #mainnav li.current_page_item a:visited, #mainnav li.current_page_parent a:link, #mainnav li.current_page_parent a:visited, #mainnav li.current_page_ancestor a:link, #mainnav li.current_page_ancestor a:visited {
color: #a5522a;
}

#mainnav li a:hover {
color: #a5522a;
text-decoration: none;
border: 0px;
}


#content {
	font-size: 1.2em;
	border: 0px;
	}

.widecolumn p {
	font-size: 0.9em;
	}
	
.entry p {
	font-size: 1em;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	}

.imgborder {
	border: 1px solid #3d2212;
}
	
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.widecolumn {
	line-height: 1.8em;
	}

.alt {
	
	border-top: 1px dashed #3d2212;
	border-bottom: 1px dashed #3d2212;
	}

#fronttable {
border: 0px;
width: 100%;
}	

#fronttable td {
width: 30%;
padding: 2px;
border: 0px;
vertical-align: top;
}

#fronttable td img {
border: 0px;
}

#fronttable img a:hover {
border-bottom: 1px dashed transparent;
}
	
#sidebar li a:link, #sidebar li a:visited {
color: #364120;
}

#sidebar li.current_page_item a:link, #sidebar li.current_page_item a:visited {
color: #a5522a;
}

#sidebar li.current_page_item ul.children li a:link, #sidebar li.current_page_item ul.children li a:visited {
color: #364120;
}

#sidebar li a:hover {
color: #a5522a;
text-decoration: none;
}

#sidebar li.current {
content: "\00BB \0020";
}


#footer {
	background: #364120 url('/images/footer-bg.jpg') no-repeat top; 
	min-height: 63px;
	border: 0px;
	padding: 30px 70px 60px 70px;
	}
	
#footer a:link {
color: #364120;
}
#footer a:visited {
color: #364120;
}

#footer a:hover: {
color: #3d2212;
}
	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #916b56; 
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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;
	}


/*small, #sidebar ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	} */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

	
a {
text-decoration: none;
}

#content a:link, #content a:visited {
	color: #364120;
	border-bottom: 1px dashed #364120;
}

#content a:hover {
	color: #a5522a;
	border-bottom: 1px dashed #a5522a;
	}

#content h2 a:link, #content h2 a:visited, #content h3 a:link, #content h3 a:visited {
	border-bottom: 0px;
}
	
#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 */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

#header {
	background-color: #FBF1C9;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 35px;
	margin: 0px;
	width: 475px;
	}

.widecolumn {
	padding: 0 0 20px 45px;
	margin: 0px;
	width: 400px;
	float: left;
	}

.post {
	text-align: left;
	margin: 0px 0px 2em 0px;
	padding-bottom: 1em;
	border-bottom: 1px dashed #3d2212;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	text-align: left;
	}

#content .postmetadata a:link, #content .postmetadata a:visited {
	border-bottom: 0px;
}

#content .postmetadata a:hover {
	color: #a5522a;
	border-bottom: 1px dashed #a5522a;
}

.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: left;
}

#content .wp-caption {
	text-align: center;
	margin-left: 1px;
	margin-bottom: 0.15em;
	padding: 0.25em;
}

#content .wp-caption img {
	margin: 5px 0px 0;
}

#content .wp-caption a {
	border: 0px;
}

#content .wp-caption p.wp-caption-text {
	margin: 5px 10px 0.25em 6px;
	padding: 0px;
	text-align: left;
	color: #364120;
	font-size: 0.8em;
	line-height: 1.3em;
}



#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	border-top: 1px dashed #3d2212;
	margin:  0px 30px 0px 30px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1, h2, h3, h4 {
	font-family: Georgia,'Times New Roman', Serif;
	font-weight: normal;
	color: #a5522a;
	}

h1 {
	font-size: 4em;
	padding-top: 70px;
	margin: 0;
	}

#headerimg h1 {
	display: none;
}	
#headerimg .description {
	display: none;
	}

h2 {
	font-size: 2em;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1em;
	}

h2.pagetitle {
	font-size: 1.8em;
	margin-top: 30px;
	text-align: left;
	}

h3 {
	margin: 0.75em 0px 0.25em 0px;
	font-size: 1.6em;
	padding: 0;
	color: #364120;
	}

h4 {
	margin: 0.75em 0px 0px 0px;
	font-size: 1.4em;
	padding: 0;
	color: #364120;
	}
	
#comments {
	padding: 0;
	margin: 40px auto 0px;
	font-size: 0.9em;
	font-weight: bold;
	}
/* 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 */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	} 

.entry ul li {
	list-style-type: disc;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
	}

.entry ol {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}

.entry ol li {
	margin-left: 10px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */


/* Begin Comments*/
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 10px 40px 0px 20px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 5px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 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: 0px;
	margin: 2em 0px 0px 533px;
	width: 200px;
	font-size: 1.1em;
		}
	
#sidebar h2 {
	color: #364120;
	border-bottom: 1px dashed #364120;
	font-size: 1.5em;
	margin: 0.3em 10px 0.25em 10px;
	padding: 0px 0px 0.25em 0px;
	}
		
#sidebar ul  {
	margin: 5px 5px 20px 0px;
	padding: 0;
	}

#sidebar ul.curvedborder  {
	border: 1px solid #364120;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	background: #eddeb2;
	}
	
.transparent {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	}
	
#sidebar ul li  p {
	margin: 0px 10px 0.5em 10px;
	line-height: 1.4em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul {
	margin: 5px 5px 0.75em 15px;
	}
	
#sidebar ul ul li {
	list-style: disc;
	padding: 0px;
	margin: 0px 0px 0.5em 10px;
}
	
#sidebar ul ul ul {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	}

#sidebar ul ul ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul ul ul li {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 5px 5px;
}

/* End Sidebar */
	
/* Begin Form Elements */
	
.entry form {
	text-align:left;
	}

#searchform, #commentform {
	margin: 0px;
	padding: 0.25em 10px 10px 10px; 
}
	
.entry form input, .entry form textarea, #s, #commentform input, #commentform textarea{
	border: 1px solid #9fab88;
	font-family: 'Courier New', Courier, Fixed;
	color: #734931;
	padding: 2px;
	background: url(/images/input-bg.jpg);
	font-size: 1.1em;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}

#searchsubmit, .wpcf7-form input.wpcf7-submit, #commentform #submit {
	padding: 2px;
	margin: 0px;
	font-size: 1.1em;
	font-family: Georgia, 'Times New Roman', Serif;
	border: 1px solid #ba9998;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #a5534f;
	background: url(/images/button-bg.jpg);
	}
/* End Form Elements */



/* 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: 0px 0px 1em 0px;
	padding: 10px 20px 5px 20px;
	border-top: 1px dotted #3d2212;
	border-bottom: 1px dotted #3d2212;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/* End Various Tags & Classes*/

/* Pages Nav */
#pages_nav {
        margin:10px;
        padding-left:15px;
        padding-right:15px;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */