/*
Theme Name: Joe the Winemaker
Theme URI: http://joethewinemaker.com
Description: Custom website design for www.joethewinemaker.com
Version: 1.0
Author: Green Tangerine Media
Author URI: http://greentangerinemedia.com
*/


/*-- Layout + Miscellaneous -- */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 12px;
	font-family: georgia, times, 'times new roman', serif;
	background-color: #FFF;
	/*background-image: url(images/backgroundjoe3.jpg);*/
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #333;
	text-align: center;
	}
	
#header {
	width: 900px;
	height: 150px;
	margin: 0;
	padding: 0;
	background-image: url(images/header.gif) no-repeat;
	}

#page {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
	
#content {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 600px;
	text-align: left;
	}
	
.post {
	width: 566px;
	padding: 15px;
	border-bottom: #5B2F1E 2px solid;
	background-color: #FFF;
	}
	
#divider {
	width: 500px;
	height: 30px;
	margin: 0px 0 15px 0;
	padding: 0;
	/*background-image: url(images/divider.gif);*/
	}

#footer {
	width: 900px;
	text-align: left;
	margin: 10px auto 20px 45px;
	color: #666;
	}
	
#sidebar {
	padding: 0px 10px 10px 0;
	margin-left: 690px;
	width: 170px;
	font-size: 1.3em;
	text-align: left;
	}
	
#clear {
	clear: both;
	}
	
.alignleft {
	float: left;
	}
	
.alignright {
	float: right;
	}
	
#searchbox {
	width: 255px;
	float: right;
	padding-top: 68px;
	padding-left: 120px;
	#padding-top: 60px;
	#width: 265px;
	#padding-left: 110px;
	}
	
#searchbox, x:-moz-any-link {padding-top:63px;}

#facebook {
	width: 120px;
	height: 39px;
	padding: 15px;
	float: right;}
	
#headerimg { 
	width: 400px;
	float: left;
	}



/*-- Typography (Main Content) -- */

#header h1 {
	width: 400px;
	height: 150px;
	text-indent: -9000px;
	display: block;
	margin: 0 0 0 0px;
	padding: 0;
	background-image: url(images/header.gif);
	background-position: top left;
	float: left;
	}
	
#content p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 12px;
	}
	
#content h2 {
	font-size: 1.8em;
	font-family: Georgia, Times, serif;
	/*font-family: Arial, sans-serif;*/
	font-weight: normal;
	font-weight: bold;
	}
	
#content a:link, #content a:visited {
	color: #5A2F1E;
	text-decoration: none;
	}
	
#content a:hover {
	color: #900;
	text-decoration: none;
	}


/*-- Typography (Sidebar) -- */

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 15px;
	}
	
#sidebar ul li ul {
	list-style-type: square;
	}

#sidebar ul li ul li {
	margin-left: 15px;
	margin-bottom: 5px;
	list-style-type: square;
	}
	
#sidebar h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Georgia, Times, serif;
	/*font-family: Arial, sans-serif;*/
	color: #5A2F1E;
	font-weight: normal;
	font-weight: bold;
	font-size: 1.5em;
	}
	
#sidebar a:link, #sidebar a:visited {
	color: #900;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #F00;
	text-decoration: none;
	}
	
#sidebar li {
	text-align: left;
	font-size: 1em;
	font-size: .9em;
	}
	
a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	border: #000 1px solid;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: #000 1px solid;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: #000 1px solid;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: #000 1px solid;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
