/*

Theme Name: Dr. Miggy's Healthy Blog for Busy Folks on Tight Budgets
Theme URI: www.drmiggy.com
Description: Custom Blog design for Dr. Miggy.
Version: 1.0
Author: David Stagg
Author URI: http://davidstagg.com/

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	} 
	
a img { border: none; }
a { outline: none; }

body {
	font: 14px/1.6em Arial, Helvetica, sans-serif;
	color: #002c68;
	background: transparent url(images/body-bg.jpg) repeat-x top left;
	}

ul, ol { margin: 1em 0; padding-left: 2.5em; }
dt { margin: 0.5em 0 0; }
dd { margin: 0.25em 0 0.5em 2.5em; }

h1, h2, h3, h5, h5, h6 { font-weight: normal; color: #855215; margin-bottom: 10px; } 
h1 { font-size: 30px; line-height: 35px; }
h2 { font-size: 26px; line-height: 30px; }
h3 { font-size: 18px; line-height: 22px; }

h1 a, h2 a, h3 a, h5 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h5 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }

p { margin-bottom: 10px; }

a { color: #ca9352; }
a:hover { text-decoration: none; }
a:active { }
a:visited { }

acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}


/* STRUCTURE */

#header-pattern { background: transparent url(images/pattern.png) repeat-x top left; }
	#title { display: block; width: 900px; height: 90px; text-indent: -9999px; background: transparent url(images/title.png) no-repeat top center; margin: 0 auto; }
	#menu { width: 900px; margin: 0 auto 10px auto; }
	#menu ul { list-style: none; }
	#menu ul li { float: left; }
	#menu ul li a { padding: 6px 10px; font-size: 16px; text-transform: uppercase; color: #fff; text-decoration: none; font-weight: bold; }
	#menu ul li a:hover { background: #855215; }

#container { width: 920px; margin: 0 auto; }

#featured { display: block; width: 920px; height: 390px; background: transparent url(images/featured-bg.png) no-repeat top center; margin-bottom: 20px; position: relative; }
	#featured h2 a { display: block; background: transparent url(images/header-bg.png) repeat top left; color: #855215; font-size: 36px; margin: 40px 20px 20px 40px; float: right; padding: 10px; letter-spacing: -.06em; font-weight: bold; position: relative; z-index: 99; }
	#featured h2 a:hover { color: #ca9352; text-decoration: none; }
	#featured .post-excerpt { width: 340px; float: right; margin: 0 40px 0 0; }
	#featured .published p { color: #855215; font-size: 22px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #002c68; }
	#featured .thumbnail-large { display: block; width: 500px; height: 333px; position: absolute; top: 20px; left: 20px; z-index: 1; }
	#featured .thumbnail-large a { display: block; }
	
#recent-posts { width: 500px; float: left; margin-left: 20px; }
	#recent-posts h3 a { color: #002c68; font-size: 28px; line-height: 32px; font-weight: bold; }
	#recent-posts .post { margin-bottom: 20px; }
	#recent-posts .published p { font-size: 18px; }
	#recent-posts .thumbnail-small { margin-right: 16px; }
	
#sidebar { width: 340px; float: right; margin-right: 20px; }
	#sidebar h3 { color: #855215; font-size: 22px; letter-spacing: -.04em; }
	#sidebar ul { list-style: none; margin: 0 0 20px 0; padding: 0; }
	#sidebar ul li { margin-bottom: 30px; }
	#sidebar #s { border: 1px solid #b8d6ff; padding: 4px; color: #789ac9; width: 230px; font-size: 18px; margin-right: 10px; }
	#sidebar #searchsubmit { border: 1px solid #c8c8c8; background: #c8c8c8; font-size: 18px; color: #fff; text-transform: uppercase; padding: 3px 4px; cursor: pointer; }
	#sidebar #ingredient-browse { padding: 4px; color: #789ac9; border: 1px solid #b8d6ff; width: 240px; }
	#sidebar ul li li { margin: 0 0 4px 0; }
	#sidebar ul li li a { color: #789ac9; text-decoration: none; display: block; padding: 4px 0; border-bottom: 1px solid #789ac9; }
	#sidebar ul li li a:hover { text-decoration: underline; }
	
#footer { background: #b6d5ff url(images/footer-bg.png) repeat-x top left; padding: 30px 0; }
#footer-content { width: 900px; margin: 0 auto; }
	#footer a { color: #6083b2; }


/* SINGULAR */

#sub-bg { background: transparent url(images/sub-bg-bg.png) no-repeat top center; padding-top: 20px; }
#sub-bg #recent-posts h2 { color: #002c68; font-size: 42px; line-height: 46px; font-weight: bold; }
#sub-bg #recent-posts h3 a { color: #855215; font-size: 26px; line-height: 30px; font-weight: bold; }
#sub-bg #recent-posts .content, #sub-bg #recent-posts .search-post { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #333; }

/* WORDPRESS SPECIFIC IMAGE STYLES */
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;
	}

/* 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;
}

/* MISC */
.clear { clear: both; }
p.footer { display: none; }