@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;	
}

@font-face {
	font-family: 'extreme';
	src: url('http://www.stonecellarwines.com/fonts/extreme-webfont.eot');
	src: local('☺'), url('http://www.stonecellarwines.com/fonts/extreme-webfont.woff') format('woff'), url('http://www.stonecellarwines.com/fonts/extreme-webfont.ttf') format('truetype'), url('http://www.stonecellarwines.com/fonts/extreme-webfont.svg#webfontTDinFkIJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

#backgroundimage {
	background-image: url(art/backgroundSeamless01.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #000;
	background-position: center top;
}
	
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: middle; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}
/*about page markup*/


.aboutcopy {
	width:580px;
	height:530px;
	position:absolute;
	margin-left: 80px;
	top: 340px;
}
.aboutcopy p{
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 22px;
	font-weight: 100;
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 0;
}
.goldText {color:#E7A614;}

.aboutcopy a:link{color:#E7A614;}
.aboutcopy a:visited{color:#E7A614;}
.aboutcopy a:hover{color:#FFFFFF;}
.aboutcopy a:active{color:#FF0000;}

/*newsletter and form markup*/
.newswindow {
	width:309px;
	float: left;
	height: 178px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(art/newsletter-bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
form
{
	margin:125px 10px 0px 10px;
}

.fieldset
{
	border: 1px solid #000;
}

.button
{
	
	margin:1px 0px 1px 10px;
}

.privacy {
	color:#b86e51;
	font-size:10px;
	font-family:Arial,Helvetica,san-serif;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	display:inline;
}
.chalkboard {
	width:960px;
	height:460px;
	position:relative;
	background-attachment: scroll;
	background-color: #224D39;
	background-image: url(art/chalkboard_blank_460v.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.playdates {
	width:750px;
	height:175px;
	position:relative;
	font-family: Extreme, "Comic Sans MS", cursive;
	font-size: 28px;
	line-height: 28px;
	color:#D1D9D4;
	margin-top: 200px;
	padding-left: 120px;
	font-weight: normal;
	float: left;
}

