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

	Description:	Screen CSS
	Version:		v1.0 | 2009
	
	Company:		Sense Yountville
					senseyountville.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: 'Lucida Grande', Tahoma, Verdana, sans-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: 20px 0 20px 0; background: #ffffff; min-width: 960px; }
#wrapper { width: 960px; margin: 0 auto; }


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

/* Sitewide Navigation */
#header #navigation a { font: normal 11px 'Lucida Grande', sans-serif; line-height: 80px; text-transform: uppercase; }
#header #navigation a:link,
#header #navigation a:visited { padding: 0; margin: 0 12px; color: #524f26; text-decoration: none; }
#header #navigation a:hover { color: #81790f; }
#header #navigation a.current { font-weight: bold; color: #81790f; }

/* Content
---------------------------------------------------------------------------------------------------- */
#content { margin-top: 25px; text-align: center; }

.content { text-align: center; line-height: 20px; font-size: 11px; }
.content a:link, 
.content a:visited { font-size: 12px; color: #595034; font-weight: bold; text-decoration: none; }
.content a:hover { text-decoration: underline; }

#general { }


/* 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: 25px; margin-bottom: 25px; }

#footer p { text-align: center; color: #333333; font-size: 11px; }
#footer p.copyright { text-align: center; color: #333333; font-size: 10px; }


.column p a:link,
.column p a:visited { color: #f6e7e0; text-decoration: none; }
.column p a:hover { color: #ffffff; text-decoration: underline; }
