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

	Description:	Screen CSS
	Version:		v1.0 | 2009
	
	Company:		Women for WineSense 2010 Grand Event
					wwsgrandevent.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, Times, 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 12px 20px; line-height: 17px; }

/* Links */
a:link, 
a:visited { color: #a10000; text-decoration: underline; margin: 0 0 0 0; padding: 0 0 0 0; }
a:hover { color: #650000; text-decoration: underline; }


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

/* Body & Wrapper
---------------------------------------------------------------------------------------------------- */
body { margin: 20px 0 20px 0; background: #f8f7f5 url('../images/common/none.png') no-repeat 50% 0; min-width: 960px; }
#wrapper { width: 980px; margin: 0 auto; border: 3px solid #eeeeee; background: #ffffff;  -moz-border-radius:10px; -webkit-border-radius:10px; }


/* Header
---------------------------------------------------------------------------------------------------- */
#header { margin-top: 10px; margin-bottom: 20px; padding-top: 10px; text-align: center; background: #eeeeee; border-bottom: 1px solid #dddddd; -moz-border-radius:5px; -webkit-border-radius:5px; }

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

#header ul.navigation li a { font: bold 11px 'Lucida Grande', sans-serif; line-height: 50px; text-transform: uppercase; }
#header ul.navigation li a:link,
#header ul.navigation li a:visited { padding: 0; margin: 0 15px 0 15px; color: #333333; text-decoration: none; }
#header ul.navigation li a:hover { color: #a10000; }
#header ul.navigation li a.current { color: #a10000; }

/* Content
---------------------------------------------------------------------------------------------------- */
#content { margin-top: 25px; }
#content p { font-family: Georgia; font-size: 13px; margin: 0 0 20px 0; }

.column-1 .column-left { text-align: left; }
.column-1 .column-right { text-align: left; }
.column-2 .column-left { text-align: left; }
.column-2 .column-right { text-align: left; }

.column-2 h1 { color: #a10000; font-family: Georgia, serif; font-size: 30px; line-height: 34px; margin: 0 0 20px 0; }
.column-1 h1 { color: #a10000; font-family: Georgia, serif; font-size: 30px; line-height: 34px; margin: 0 0 30px 0; }
.column-1 h2 { color: #333333; font-family: Georgia, serif; font-size: 20px; line-height: 20px; margin: 0 0 15px 0; }
.column-1 em { color: #a10000; }

.sponsors { text-align: right; }
.sponsors ul li { list-style-type: none; font-family: Georgia; font-size: 13px; margin: 0 0 10px 0; }
.sponsors h2 { font: 22px Georgia, serif; color: #808080; margin: 0 0 25px 0; }
.eventchairs h2 { font: 22px Georgia, serif; color: #808080; margin: 0 0 25px 0; }

img.wws-logo { margin: 0 20px 10px 0; }

/* 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: 20px; font-size: 9px; text-align: center; }

#footer .column { margin: 0 0 0 0; padding: 0 15px 0 15px; height: 25px; }
#footer .column p { margin-top: 4px; color: #333333; }
#footer .column p em { margin: 0 2px 0 0; font: italic 10px Georgia, serif; color: #333333; }
#footer .column.divider { border-right: 1px solid #e5916f; }

#footer table td { border-bottom: none; margin: 0; }

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