/* ====================================================================================================

	Description:	Screen CSS
	Version:		v1.0 | 2009-09-19
	
	Company:		Double Eagle Wine
					http://www.doubleeaglewine.com

	Author:			Design Vineyard, a division of Everflight LLC
					http://www.designvineyard.com

==================================================================================================== */

/* Imports */
@import "base.css";


/* ====================================================================================================				
	Generic Classes
==================================================================================================== */

/* Headings */
h1 { font-size: 40px; line-height: 40px; margin: 0 0 10px 0; color: #333333; }
h2 { font-size: 30px; line-height: 30px; margin: 0 0 10px 0; color: #333333; }
h3 { font-size: 20px; line-height: 20px; margin: 0 0 10px 0; color: #333333; }
h4 { font-size: 14px; line-height: 20px; margin: 0 0 10px 0; color: #333333; }
h5 { font-size: 12px; line-height: 20px; margin: 0 0 10px 0; color: #333333; }
h6 { font-size: 10px; line-height: 20px; margin: 0 0 10px 0; color: #333333; }

/* Typography */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif; }
body { font-size: 12px; line-height: 19px; }
p { color: #c9b29a; }
blockquote { font-family: Georgia, serif; }

/* Lists */
ol { margin: 0 0 25px 0; }
ol li { margin: 0 0 4px 0; }
ul { list-style-type: square; margin: 0 0 25px 0; }
ul li { margin: 0 0 5px 20px; line-height: 14px; }

/* Links */
a:link, 
a:visited { color: #375b9e; text-decoration: underline; }
a:hover { color: #a10000; text-decoration: underline; }


/* ====================================================================================================				
	Site Specific CSS
==================================================================================================== */

/* Body & Wrapper
---------------------------------------------------------------------------------------------------- */
body { margin: 0 0 20px 0; background: #000000 url('../images/common/bg-header.jpg') repeat-x top left; min-width: 960px; }
#wrapper { width: 960px; margin: 0 auto; }


/* Header
---------------------------------------------------------------------------------------------------- */
#header { height: 64px; }
#header img { float: left; }

/* Sitewide Navigation */
#header ul.navigation { margin: 0; padding: 0; float: right; /* This float aligns the navigation */ }
#header ul.navigation li { float: left; list-style: none; margin: 0 0 0 0; padding: 0; }

#header ul.navigation li a { font: bold 11px Palatino, 'Times New Roman', Times, serif; text-transform: uppercase; }
#header ul.navigation li a:link,
#header ul.navigation li a:visited { padding: 10px 0; margin: 0 0 0 25px; color: #e4d4c2; text-decoration: none; }
#header ul.navigation li a:hover { color: #ffffff; }
#header ul.navigation li a.current { color: #ffffff; }

#header table { height: 64px; float: right; }
#header table td { border: none; vertical-align: middle; margin: 0 0 0 0; }


/* Content
---------------------------------------------------------------------------------------------------- */
/* Generic */
#home #content { padding-top: 15px; height: 564px; color: #c9b29a; }
#content { padding-top: 55px; height: 700px; color: #c9b29a; }
#content p { line-height: 20px; }

/* Backgrounds */
#wine #wrapper { background: #000000 url('../images/common/bg-wine.jpg') no-repeat 50% 0; }
#vineyard #wrapper { background: #000000 url('../images/common/bg-vineyard.jpg') no-repeat 50% 0; }
#clubs #wrapper { background: #000000 url('../images/common/bg-clubs-2-irons.jpg') no-repeat 50% 0; }
#news #wrapper { background: #000000 url('../images/common/bg-3-clubs.jpg') no-repeat 50% 0; }

/* Tasting Notes */
#wine #content h1 { font: bold 17px Palatino, Georgia, 'Times New Roman', serif; line-height: 20px; text-transform: uppercase; margin: 0 0 15px 0; color: #8c3517; }

/* Vineyard */
#vineyard #content h1 { font: bold 17px Palatino, Georgia, 'Times New Roman', serif; line-height: 20px; text-transform: uppercase; margin: 0 0 15px 0; color: #8c3517; }

/* News */
#news #content h1 { font: bold 17px Palatino, Georgia, 'Times New Roman', serif; line-height: 20px; text-transform: uppercase; margin: 0 0 15px 0; color: #ffffff; }
#news #content img { margin: 0 0 15px 15px; }

/* Technical Information */
#wine ul#technical-information { list-style-type: none; margin: 35px 0 0 0; font-size: 11px; }
#wine ul#technical-information strong { display: block; font-size: 8px; text-transform: uppercase; }
#wine ul#technical-information li { margin: 0 0 13px 0; line-height: 14px; }


/* Miscellaneous
---------------------------------------------------------------------------------------------------- */
/* Search */
#search { margin: 0 0 20px 0; }

/* Mailing List */
#mailing-list { margin-bottom: 20px; font-size: 10px; }

/* Social Media */
#social-media { margin-bottom: 20px; font-size: 10px; text-align: right; }
#social-media a:link, 
#social-media a:visited { margin: 0 0 0 15px; color: #333333; text-decoration: none; }
#social-media a:hover { text-decoration: underline; }


/* Footer
---------------------------------------------------------------------------------------------------- */
#footer { margin-top: 30px; font-size: 14px; text-align: center; }

#footer p { color: #f6e7e0; margin: 0 0 6px 0; }
#footer p em { margin: 0 2px 0 0; font: italic 12px Georgia, serif; color: #929292; }
#footer p.copyright { font-size: 9px; font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif; }

#footer p a:link,
#footer p a:visited { color: #9f987d; text-decoration: none; }
#footer p a:hover { color: #333333; text-decoration: underline; }