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

	Description:	Screen CSS
	Version:		v1.0 | 2009
	
	Company:		Grieve Family Winery
					grievewinery.com

	Author:			Design Vineyard, a design service of Everflight LLC
					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: Georgia, serif; }
body { font-size: 12px; line-height: 19px; }
p { color: #333333; }
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: #375b9e; text-decoration: underline; }


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

/* Body & Wrapper
---------------------------------------------------------------------------------------------------- */
body { margin: 0 0 50px 0; background: #ffffff url('../images/common/bg.png') repeat-x; min-width: 960px; }
#wrapper { margin: 0 auto; }


/* Header
---------------------------------------------------------------------------------------------------- */
#header { margin-top: 50px; margin-bottom: 20px; text-align: center; }

/* Sitewide Navigation */
#navcontainer { margin: 20px 0 0 0; }
#navcontainer ul { text-align: center; padding-bottom: 5px; padding-top: 5px; padding-left: 0; margin-top: 0; margin-left: 0; color: #9f987d; width: 100%; font: normal 12px Georgia, serif; text-transform: uppercase; line-height: 18px; }
#navcontainer ul li { display: inline; padding-left: 0; padding-right: 0; padding-bottom: 5px; padding-top: 5px; }
#navcontainer ul li a { padding-left: 10px; padding-right: 10px; padding-bottom: 5px; padding-top: 5px; color: #9f987d; text-decoration: none; }
#navcontainer ul li a:hover { background-color: #9f987d; color: #ffffff; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#navcontainer ul li a.current { background-color: #9f987d; color: #ffffff; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Content
---------------------------------------------------------------------------------------------------- */
#content { margin-top: 0px; background: #ffffff url('../images/content/beauty-shot.jpg') no-repeat; }

#wine #content { margin-top: 0px; height: 600px; background: #ffffff url('../images/content/beauty-shot.jpg') no-repeat 50% 0; }

#wine h1 { font-size: 24px; line-height: 24px; margin: 0 0 15px 0; }
#news h1 { font-size: 20px; line-height: 24px; margin: 0 0 15px 0; }


/* 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; }



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

#footer p { color: #9f987d; margin: 0 0 6px 0; }
#footer p em { margin: 0 2px 0 0; font: italic 12px Georgia, serif; color: #5e5944; }
#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; }
