/*  
Theme Name: Iowa WIne
Theme URI: http://iowawinetrail.com
Description: Custome Wine Theme
Version: 1.0
Author: Lindi
Coder: NuDreamer
Author URI: http://thepixel.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */



body {
	background-color: #e8c897;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma;
}
p {
	margin-bottom: 15px;
}
#wrapper {
	margin: 0 auto;
	width: 1108px;
}
#leftEdge {
	float:left;
	background-image:url(images/leftEdge.jpg);
	height: 1140px;
	width: 70px;
}
#rightEdge {
	float:right;
	background-image:url(images/rightEdge.jpg);
	height: 1140px;
	width: 120px;
}
/* Begin Center Content */

#Main {
	margin-left:70px;
	background-color: #ffffff;
	width: 918px;
	height: 1140px;
}

/* define Header Tags */
#header {
}
#headerRight {
	float: right;
	background-image:url(images/mailinglistBG.jpg);
	width: 224px;
	height: 282px;
}

/* sidebar */
#sidebar {
	float: left;
	background-image:url(images/sidebarBG.jpg);
	width: 167px;
	height: 768px;
}
#rightText {
	float:right;
	background-image:url(images/enjoyText.jpg);
	width: 99px;
	height: 768px;
}
#content {
	background-image:url(images/contentBG.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width: 652px;
	height: 768px;
	margin-left: 167px;
	background-color:#FFFFFF;
	overflow: auto;
}

/* Footer */
#footer {
	background-image: url(images/footerBG.jpg);
	height: 90px;
	width: 918px;
}

/* -- Headers -- */

h1 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;
	letter-spacing: 0.09em;
	color: #155897;
	border-bottom: 1px dotted #155897;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;
	letter-spacing: 0.09em;
	color: #155897;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma;
	letter-spacing: 0.1em;
	color: #155897;
	text-align: left;
}
/* -- Begin Typography & Colors -- */

body {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

a {
	font-family: Tahoma;
	font-size: 12px;
	color: #6f0b16;
	text-align: left;
}

a:link {
	font-family: Tahoma;
	text-decoration:underline;
	color: #6f0b16;
	text-align: left;
}

a:visited {
	font-family: Tahoma;
	text-decoration:underline;
	color: #6f0b16;
	text-align: left;
}

a:hover {
	font-family: Tahoma;
	color: #6f0b16;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
}

a:active {
	font-family: Tahoma;
	color: #6f0b16;
	text-decoration:none;
	text-align: left;
}

/* 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;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
#sidebar a {
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: none;
}
#sidebar a:active {
	text-decoration: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;
	width: 100px;
	}

#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;
	}






