/*  
Theme Name: Wineworth Default
Description: The default Wineworth theme
Version: 0.9
Author: Rick Gregory

*/

/* BASE STYLES */

html {background-color: #FDFCDD;}

body {
	background-color:transparent; 
	color:#444; 
	margin:0; 
	padding:20px 0 0 0; 
	min-width:740px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .95em;
	text-align: center;
	}
	
H1,H2, H3 {font-weight: normal; letter-spacing: 1px;color: #222;}
H1 {font-size: 170%;line-height: 125%;}
H2 {font-size: 140%;}

a {text-decoration: none; color: #cc3467;}
a:hover {text-decoration: underline;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 10px;
	border: 1px solid #222;
}
.alignright {
	float: right;
	margin-left: 10px;
	border: 1px solid #222;
	
}

/* CONTAINER STYLES */
#container	{width: 850px; margin: 0 auto 0 auto; text-align: left;	}
#header {background-color: #fff; float: left; width: 850px; margin-bottom: 15px; padding: 0; border: 4px solid #222;}
#header img {float: left; margin: 0 40px 0 0;}
#logo {float: right; margin: 50px 0 0;}
#content {width: 630px; line-height: 145%; float:left; padding:0 40px 0 0; }
#footer {clear:both; font-size: 80%;padding-top: 10px;}

/*  SIDEBAR STYLES */
#right_sidebar 	{
      float: left; 
      width: 150px; 
      padding:0; 
      margin:0;
font-weight: bold;
}

.sidebar_menu {background-color: black; color: white; font-family: stencil, arial, sans-serif; font-size 1.2em; padding: 5px 0 2px 0; text-align: center;font-weight: normal;}

#right_sidebar li .page_item { font-weight: normal; padding:0;}

.page_item {font-size: .85em; list-style:none; margin:10px 0 0 0;}
.page_item ul {margin:0; padding:0 0 0 10px;}
.page_item ul li {margin:5px 0 0 0;}

/* IMAGE STYLES */ 
#key_image {float:right; margin:5px; padding:0;}
#inline_img {float:left; margin:5px 10px 0 0; padding: 0;}
#main_image { height: 150px; width: 50%; float: left; position: relative; background: #fff url('http://wineworthimporters.com/images/header/home.jpg'); margin: 0; }

.quote {font-size: 110%; font-style: italic;}
.quote_source {font-size: 95%; font-weight: bold;}
.wine_name {text-decoration: underline; }


/* POST TEXT STYLES */
div.post p {font-size: .95em; color: #111;}	
