/* ------------------------------------------------------------------------
CSS sheet for Simon Creek Vinyards
Author: Andy Johnsen
Date Created: 05/2010

All inquiries for this document should be directed to info@foxvalleywebdesign.com
------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
------------------------------------------------------------------------*/
a img {
	border: none;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
body {
	text-align: center;
	background-color: #cccc99;
	background-image: url(../images/bg_grapes.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#wrapper {
	position: relative;
	margin: 15px auto;
	padding-top: 0;
	width: 1000px;
	text-align: left;
}
#header {
	width: 1000px;
	height: 200px;
	background-image: url(../images/header.png);
	border: 1px solid #000000;
}
img.logo {
	width: 390px;
	height: 200px;
	border-right: 1px solid #000000;
}
#content {
	width: 960px;
	min-height: 550px;
	background-color: #eef1c5;
	border: 1px solid #000000;
	border-top: none;
	padding: 20px;
}
#slideshow {
	background: url(../images/slideshow_bg.jpg) 0 0 no-repeat;
	width: 350px;
	height: 527px;
	float: left;
	padding:3px 0 0 19px;
}
#rightside {
	margin-left: 380px;
	width: 580px;
	float: none;
}
#medium_col {
	width: 380px;
	float: left;
}
#small_col {
	width: 190px;
	float: right;
}
#half_col {
	width: 480px;
}
/* for pages with images */
#pgPic {
	float: left;
	width: 289px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#pgContent {
	padding: 10px;
	width: 430px;
	min-height: 500px;
	float: right;
}
#footer {
	padding-bottom: 10px;
	text-align: center;
	clear: both;
}
.hide {
	display: none;
}
/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
------------------------------------------------------------------------*/

/* bottom navigation */
ul#botnav {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}
ul#botnav li {
	padding: 0px 10px;
	display: inline;
}

/* ------------------------------------------------------------------------
DOCK-STYLE MENU ELEMENTS
------------------------------------------------------------------------*/
/*position and hide the menu initially - leave room for menu items to expand...*/
#menu {
	position:absolute; 
	top: 45px; 
	left: 388px; 
	width: 610;
	height: 200px; 
	display: none;
}
/*dock styling...*/

/*...centre the dock...*/
#menu div.jqDockWrap {margin:0 auto;}
/*...set the cursor...*/
#menu div.jqDock {
	cursor:pointer;
}
/*label styling...*/
div.jqDockLabel {padding:0 6px; white-space:nowrap; color:#ffff00; background-color:#666666; cursor:pointer;}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
------------------------------------------------------------------------*/
p {
	margin: 10px 0px;
}
.firstLetter {
	font-size: 300%;
}
h1 {
	margin: 10px 0px;
	font-size: 20px;
}
h2 {
	margin: 10px 0px;
	font-size: 18px;
}
h3 {
	margin: 10px 0px;
	font-size: 16px;
}
#content ul {
	margin-left: 30px;
}
#content li {
	line-height: 20px;
	list-style-type: square;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333;
}


/* ------------------------------------------------------------------------
TABLE ELEMENTS
------------------------------------------------------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
table.gallery td {
	text-align: center;
}
table.music {
	border-top: 1px solid #999966;
	border-right: 1px solid #999966;
}
table.music td.header {
	background: #F0EDD4;
}
table.music td {
	padding: 5px;
	text-align: left;
	border-left: 1px solid #999966;
	border-bottom: 1px solid #999966;
}
table.wines td {
	width: 50%;
	padding: 10px;
	border: 10px solid #B9B08F;
	background: #EAEAD5;
}
#content table.wines td img {
	margin-right: 15px;
}
.buy {
	clear: both;
	display: block;
}
table.newsletter td {
	padding: 5px;
}
/* ------------------------------------------------------------------------
HOME PAGE ELEMENTS
------------------------------------------------------------------------*/
#home #pgContent img, #home #pgPic img {
	border: 0px;
}

/* ------------------------------------------------------------------------
MISC ELEMENTS
------------------------------------------------------------------------*/
#pgContent img {
	border: 1px solid #999966;
}
#pgContnet #vt {
	display: block;
}
#pgContent #vt img {
	padding: 10px;
	border: none;
	vertical-align: middle;
}
.clearboth {
	clear:both;
	font-size:0em;
	height:0px;
}

/* ------------------------------------------------------------------------
RADIUS BORDER ELEMENTS
------------------------------------------------------------------------*/
#box {
	border: solid 5px #85a157;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 10px 0;
	padding: 8px 0 8px 0;
}
#box_text {
	padding:10px 10px 0 10px;
	
}
#box_text img {
	margin-right: 10px;
	float: left;
}
#box a {
	color: #550000;
	text-decoration: underline;
}
