@charset "UTF-8";
/* CSS Document */

/* Global Tags ------------------------ */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.8em;
}
body,td,th {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #CC0000;
	text-decoration:none;
}
a:visited {
	color: #CC0000;
	text-decoration:none;
}
a:hover {
	color: #C80D36;
	text-decoration:underline;
}
a:active {
	color: #CC0000;
}

a img {
	border:none;
}

h1
{
	font-size:16px;
}

h2
{
	font-size:16px;
	font-weight:normal;
}


/* Global IDs ---------------------------*/

#footer {
	padding:20px;
	font-size:0.75em;
}

#header_img {
	display:block;
}

#menu
{
	width:205px;
	float:left;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left:3px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#pageContent {
	float:left;
	margin-top: 30px;
	margin-bottom: 60px;
	padding-left:35px;
	padding-right:35px;
	width:660px;
}

/* Global Classes ---------------------------*/

.alert {
	font-style:italic;
	font-weight:bold;
}

.clear {
	clear:both;
}
.oneColFixCtr #container {
	width: 952px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 2px solid #999999;
	background-color: #000000;
	background-image: url(images/leafOutline.gif);
	background-repeat: no-repeat;
	background-position: 400px 20px;
}

.post_title
{
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	color:#fff;
}

.tbl_head td
{
	font-weight:bold;
	border-bottom:solid 1px #999;
}

.w_div_line 
{
	border-bottom: solid 1px #666;
	margin-top:5px;
	margin-left:10px;
    cursor: pointer;
}


.gold
{
	color:#d6ce6e;
	font-weight:bold;
}

.silver
{
	color:#cdcdcd;
	font-weight:bold;
}

.bronze
{
	color:#cc9966;
	font-weight:bold;
}

/* Content Classes ---------------------------------- */

.home
{
	padding-top:50px;
}

.contact
{
	padding-top:50px;
}


/* Wine Page ---------------------------------------------- */

#cart
{
	float:right;
	padding:5px;
	width:250px;
}

.wine
{
	padding-top:25px;
}

.wine .wine_pic
{
	float:left;
	margin-right:20px;
}

.wine .year
{
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	color:#CC0000;
}
.wine .name
{
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	color:#FFFFFF;
}

.wine_menu
{
	text-align:right;
	margin-right:15px;
}

/* Products ----------------------------------------------- */

.name
{
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	color:#FFFFFF;
}


/* News --------------------------------------------------- */

.press {
	border-bottom: solid 1px #fff;
	margin-bottom:15px;
}

.press .post_title
{
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	color:#fff;
}

.press .post_date
{
	float:right;
}

.press .post_content
{

}


/* Steve ------------------------------------ */

.archivedWines {
    display: none;   
}

/* Hollen-B ------------------------------------ */
.press_left  { float:left; width:200px; margin: 0 12px 0 0;}
.press_right { float:right;  width:200px; margin: 0 0 0 12px;}
.orphanage   { overflow:hidden; }
.center_txt  { text-align: center; }
.left_img    { margin:0 8px 0 0; float:left; }
.right_img   { margin:0 0 0 8px; float:right; }
.thumb       { margin: 0 5px 5px 0; padding: 5px; border: 1px solid #ccc; background: #f0f0f0; }





