/*

Theme Name: Tony Chachere's Recipe Blog
Theme URI: 
Description: Custom Blog design for Tony Chachere's Recipe Blog.
Version: 1.0
Author: Brandi Lalanne/David Stagg
Author URI: http://schipul.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: 12px/1.4em Arial, Helvetica, sans-serif;
	color: #433a3a;
	background: #357137 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-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #830e0c; margin-bottom: 10px; } 
h1 { font-size: 26px; line-height: 30px; }
h2 { font-size: 22px; line-height: 28px; }
h3, h2.widgettitle { font-size: 18px; line-height: 22px; }

#sidebar-content li {list-style: none;}

h1 a, h2 a, h3 a, h5 a, h5 a, h6 a { text-decoration: none; color: #830e0c; }
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: #357137;  }
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 {
	display: block;
	width: 1200px;
	height: 248px;
	background: transparent url(images/header-bg.jpg) no-repeat top left;
	position: relative;
	margin: 0 auto;
	}
	#logo, #menu, #search-form { position: absolute; }
	#logo { bottom: 60px; left: 122px; }
	#search-form { bottom: 24px; right: 150px; }
	#s { border: 1px solid #daa565; }

	#menu { bottom: 32px; left: 138px; }
	#menu ul { list-style: none; margin: 0; padding: 0; }
	#menu ul li { float: left; }
	#menu ul li a { font-family: Verdana, Geneva, sans-serif; color: #fff; font-weight: bold; padding: 0 14px; text-decoration: none; }
		#menu ul li a:hover { text-decoration: underline; }
	
	
#wrapper {
	width: 1200px;
	margin: 0 auto;
	background: transparent url(images/wrapper-bg.jpg) no-repeat top center;
	}
	#content-wrapper {
		width: 920px;
		margin: 0 auto;
		background: #fff;
		}
		#content { float: left; width: 510px; padding-left: 20px; }
		#sidebar { float: right; width: 350px; padding-right: 20px; }
		
		#twitter-container {
			display: block;
			width: 350px;
			height: 160px;
			background: #eedab2 url(images/twitter-bg.jpg) no-repeat top left;
			margin-bottom: 20px;
			}
		#twitter_div { width: 230px; float: left; }
		#twitter_div ul { list-style: none; margin: 0; padding: 20px 0 0 20px; }
		#twitter_div ul li { color: #830e0c; font-family: Verdana, Geneva, sans-serif; font-weight: bold; }		

	.entry { margin-bottom: 20px; }
	.post { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #c29b6e; }
	
	.thumbnail-small { float: left; width: 150px; margin-right: 16px; }
	
	
	p.postmetadata { margin-bottom: 0; font-size: 11px; font-style: italic; }
	
	
	#sidebar-content {
		background: #eedab3 url(images/sidebar-widget-bg.jpg) no-repeat top left;
		padding: 20px;
		}
		#social, #videos { margin-bottom: 20px; }
		#videos .latest p { margin: 0; }
		#videos .latest { padding: 10px; background: #7e1d1a; margin-bottom: 10px; }
	
	#flickr-images a {
		display: block;
		float: left;
		padding: 4px;
		margin: 0 8px 8px 0;
		background: #357137;
		}
		#flickr-images a:hover { background: #79ad7a; }
		
	#footer { width: 920px; margin: 0 auto; padding: 20px 0; text-align: center; }
	#footer, #footer a { color: #fff; }
	
/* 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 */

.wp-pagenavi { padding-bottom: 18px; }
.clear { clear: both; height: 0; }