/* -

	Stratus Wines

	print styles
	- CHDS 2007

	toc
	---
	1 - universal


--------------------- */


/* 1 - universal
--------------------- */

body { 
	margin-top: 0;
	font-size: 100%; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align: center;
	}
	

#container { background: none; }
#nav { display: none; }

img#reservations { 
	display: none;
	}
			
#masthead {
	margin: 0 auto; padding: 0;
	width: auto; height: 5px;
	display: block;
	text-align: left;
	}
	#masthead div.article {
		margin: 0 auto; padding: 0;
		}

#content {
	margin: 0 auto; padding: 0;
	width: auto;
	clear: both;
	}

#main_content {
	margin: 0 auto; padding: 0 0 0 20px;
	width: auto; 
	float: none;
	text-align: left;
	}
	#main_content div.article {
		/*clear: both;*/
		padding-bottom: 30px;
		}


#sidebar {
	margin: 20px 60px 15px 30px; padding: 0;
	width: 250px; height: auto;
	float: right;
	text-align: center;
	background: transparent;
	border-left: 1px solid #e1d8a9;
	}
	#sidebar img.border {
		margin: 0 0 -3px 0; padding: 0;
		}
	#sidebar div.article {
		margin: 20px 0 20px 0; padding: 0px 20px 0 25px;
		clear: both;
		text-align: left;
		}

#page-bottom { display: none; }
#footer {
	margin: 0 auto 30px auto; padding: 0;
	width: auto; height: 64px;
	background: transparent;
	clear: both;
	position: relative;
	}
	#footer p {
		text-align: center;
		display: block;
		}

/* 2B - home page
--------------------- */
.home #content h1 { display: none; }
.home #content {

	}
.home #main_content {
	margin: 0 auto; padding: 0;
	width: auto; 
	text-align: center;
	}
.home #main_content img {
	margin: 0 auto;
	border: none;
	width: 600px;
	}
	

/* 4 - anchors
--------------------- */

#container a img { border: none; }
#container #sidebar a { border: none; }


#nav a:link { color: #b73602; text-decoration: none; }
#nav a:visited { color: #b73602; text-decoration: none; }
#nav a:hover { color: #49321c; text-decoration: none; }
#nav a:active { color: #b73602; text-decoration: none; }

#nav #main ul ul a:link { color: #7a501c; text-decoration: none; }
#nav #main ul ul a:visited { color: #7a501c; text-decoration: none; }
#nav #main ul ul a:hover { color: #ead7a4; text-decoration: none; }
#nav #main ul ul a:active { color: #7a501c; text-decoration: none; }

#content a:link { color: #724e00; text-decoration: underline; }
#content a:visited { color: #7b5500; text-decoration: underline; }
#content a:hover { color: #b07900; text-decoration: underline; }
#content a:active { color: #7b5500; text-decoration: underline; }


/* 5 - typography
--------------------- */

h1 {}
	#content h1 {
		margin: 0 auto; padding: 30px 0 0 0;
		font-size: 14px;
		font-weight: lighter;
		text-transform: uppercase;
		color: #b73602;
		line-height: 110%;
		letter-spacing: .2em;
		height: 20px;
		text-align: center;
		}
		#content h1:before { content: "\2014\ "; }
		#content h1:after 	{ content: " \2014"; } 
h2 {}
	#main_content h2,
	#main_content .article h2 {
		margin: 0 0 15px -25px; padding: 7px 0 5px 0;
		font-size: 12px;
		font-weight: lighter;
		color: #3a2614;
		line-height: 110%; letter-spacing: .2em;
		text-transform: uppercase;
		}
				
	#sidebar .article h2 {
		margin: 10px 0 10px 0; padding: 7px 0 5px 0;
		font-size: 10px;
		font-weight: lighter;
		color: #3a2614;
		line-height: 110%; letter-spacing: .2em;
		text-transform: uppercase;
		}

h3 {}

p {}									
	#container p {
		margin: 0 0 15px 0;
		display: block;
		font-size: 14px;
		color: #b83702;
		line-height: 150%;
		font-weight: lighter;
		text-align: left;
		font-family: Palatino, "Palatino Linotype", Times, serif;
		}
		#main_content p {
			padding-right: 35px;
			}
		#main_content {  /* fail-safe size & colour */
			font-size: 12px;
			color: #000;
			}
	#sidebar p {
		margin: 0 0 15px 0; padding: 0;
		font-size: 12px;
		color: #c69553;
		display: block;
		line-height: 160%;
		text-align: left;
		}

	#footer p {
		font-size: 11px;
		color: #463607;
		line-height: 120%;
		}
	#main_content p.more {
		margin: -15px auto 0 auto;
		font-size: 10px;
		color: #222;
		width: 93%;
		text-align: right;
		}

	strong {
		font-weight: bold;
		}
	#content .sub_header {
		font-size: 14px;
		color: #1290c4;
		font-weight: lighter;
		}

	/* for nav */
	#nav li a {
		font-size: 14px;
		font-weight: lighter;
		text-transform: lowercase;
		font-variant: small-caps;
		}
	#home_subnav #main li a {
		font-size: 14px;
		font-weight: lighter;
		text-transform: lowercase;
		font-variant: small-caps;
		}
	#sub_nav li a {
		font-size: 12px;
		font-weight: lighter;
		text-transform: lowercase;
		font-variant: small-caps;
		}
			
	/* for forms */
	#container form fieldset input,
	#container form fieldset select,
	#container form fieldset textarea {
		font-size: 11px;
		color: #000;
		line-height: 120%;
		font-family: Palatino, "Palatino Linotype", Times, serif;
		}


/* 6 - lists
--------------------- */

#main_content .article ul {
	margin: 15px 50px 25px 0; padding: 0;
	font-size: 12px;
	color: #312604;
	list-style-image: url("images/square.png");
	}
	#main_content .article ul li {
		margin-left: 15px; padding: 0;
		margin-bottom: 4px;
		line-height: 120%;
		}

#sidebar .article ul {
	margin: 0 0 15px 5px; padding: 0;
	width: 100%; 
	font-size: 11px;
	color: #312604;
	list-style-image: url("images/square.png");
	text-align: left;
	}
	#sidebar .article ul li {
		margin-left: 15px; padding: 0;
		margin-bottom: 6px;
		line-height: 120%;
		}


#main_content .article ol {
	margin: 15px 50px 25px 0; padding: 0;
	font-size: 12px;
	color: #312604;
	}
	#main_content .article ol li {
		margin-left: 15px; padding: 0;
		margin-bottom: 4px;
		line-height: 120%;
		}

#sidebar .article ol {
	margin: 0 0 15px 5px; padding: 0;
	width: 100%; 
	font-size: 11px;
	color: #312604;
	text-align: left;
	}
	#sidebar .article ol li {
		margin-left: 15px; padding: 0;
		margin-bottom: 6px;
		line-height: 120%;
		}


/* 7 - images
--------------------- */

#main_content .article img.inline_right { 
	float: right;
	margin: 5px 0 15px 25px;
	}
#main_content .article img.inline_left { 
	float: left;
	margin: 5px 15px 15px 0;
	}
#main_content .article img.standalone_left { 
	float: left;
	margin: 5px 0 15px 0;
	border: none;
	}
#main_content .article img.none {
	float: none; margin: 0;
	}
	/* removing margins for masthead image, no matter what the settings are */
	#container #masthead .article img.inline_right,
	#container #masthead .article img.inline_left { float: none; margin: 0; }
	


	/* default image settings */
	#content #sidebar_left img,
	#content #main_content img { }
 
	#main_content img { padding: 0px; border: 8px solid #fff; }
	

	/* captions */
	#container div.caption {
		background: #ead7a4;
		position: relative; 
		display: inline;
		}
	#container div.caption {
		background: #ead7a4;
		border: none;
		}
		#container .article div.inline_right { 
			float: right;
			margin: 0 0 5px 15px;
			width: auto;
			}
		#container .article div.inline_left { 
			float: left;
			margin: 0 15px 5px 0;
			width: auto;
			}
	/* if caption is present, remove margins from the image and add it to the caption div */
	#container div.caption img.inline_right,
	#container div.caption img.inline_left,
	#container div.caption img.none {
		margin: 0 0 3px 0;
		padding-bottom: 0px;
		}
	#container div.caption p {
		position: absolute;
		left: 0; bottom: 0;
		width: auto;
		padding: 10px;
		border: none;
		font-size: 11px;
		color: #49321c;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
		}

/* 8A - forms - universal
--------------------- */
form {
	margin: 0; padding: 0;
	background: transparent;
	border: none;
	float: left;
	}
form#contact_form { margin: 25px 0 15px 0; width: 460px; }
form fieldset {
	border: none;
	background: transparent;
	margin: 0; padding: 0;
	}
	form fieldset legend {
		display: none;
		}
		form fieldset input,
		form fieldset select,
		form fieldset textarea {
			}
		form fieldset input:hover,
		form fieldset select:hover,
		form fieldset textarea:hover {
			}
		form fieldset input:focus,
		form fieldset select:focus,
		form fieldset textarea:focus {
			color: #ead7a4;
			}
			

	#contact_form fieldset {						/* contact form */
		padding: 0;
		margin: 0;
		width: auto; clear: both;
		}
	#contact_form fieldset input,
	#contact_form fieldset select {
		margin: 5px 0; padding: 2px 2px 0 5px;
		width: 150px; height: 15px;
		}
		#contact_form fieldset select { height: 20px; }
		form fieldset select option { border: none; background: #fff; }
		#contact_form fieldset input.button {
			margin: 0;
			width: auto; height: auto;
			border: none;
			background: transparent;
			}
		#contact_form fieldset textarea {
			margin: 5px 0; padding: 5px;
			width: 300px;
			height: 100px;
			clear: both;
			}

		#contact_form fieldset ol {
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
			#contact_form fieldset ol li {
				margin: 0;
				padding: 4px 10px;
				display: block;
				border-bottom: 1px solid #efe3c9;
				clear: both;
				}
			#contact_form fieldset ol li label {	/* main labels styling */
				display: block;
				float: left;
				width: 120px;
				margin: 5px 0 0 0;
				padding: 5px 0 0 0; 
				clear: both;
				font-size: 11px;
				color: #222;
				}
	

/* 8B - submit / highlighting / errors 
--------------------- */

form input.submit {							/* submit button */
	margin: 10px 0 0 130px;
	}
	
	form input.submit:hover {

		}
	form input.submit:focus {

		}


form#contact_form fieldset ol li label em {		/* emphasis denoting required fields */
	color: #c98c00;
	}
form#contact_form fieldset ol li.error {		/* emphasis of li if required field was left blank */
	color: #c98c00;
	}
	form#contact_form fieldset ol li.error input,
	form#contact_form fieldset ol li.error select,
	form#contact_form fieldset ol li.error textarea {
		color: #c98c00;
		}