/* these styles define what is customizable for a standard implementation */

/* page layout */

body {
	font-family: "Futura", Arial, Helvetica, sans-serif;
	background-color:#fff;	
	}
	
#page-body {
	background-color:#fff;
	}
	
#navigation-layer {
	background-color:#fff;
	}
	
#branding-layer {
	background-color:#fff;
	}
	
/* general styles */

a {
	color:#d82328;
	}

a:hover {
	color: #5f6062;
	}
	
h1, h2, h4, h3, h5, h6 {
	font-family:"Georgia","serif";mso-fareast-font-family:"Times New Roman";
	color:#202125;
	}
	
.module h2 {
	color:#202125;
        font-family:"Georgia","serif";mso-fareast-font-family:"Times New Roman";
	background-color:#fff;
        border-bottom:solid 1px #202125;
	}
	
.module h2 a {
	color:#202125;
        font-family:"Georgia","serif";mso-fareast-font-family:"Times New Roman";
	}	
	
/* navigation */
	
ul#nav li a {
	background-color:#5f6062;
	color:#fff;
	}
	
ul#nav li a:hover, ul#nav li a.hover {
	background-color:#000;
	color:#fff;
	}
	
ul#nav li a.on {
	color:#fff;
	background-color:#000;
	}
	
/* Submenu colors should match the hover states indicated above */
	
ul.submenu li a {
	color:#fff;
	background-color:#333;
	}
	
ul.submenu li a:hover {
	background-color:#555;
	}

/* IE6 hack to keep color in hover state consistent */	
	
* html ul.submenu li a:hover {
	color:#fff;
	}
	
/* special article styles */

#article-body h1 {
	font-family: "Georgia","serif";mso-fareast-font-family:"Times New Roman";
	color:#202125;
        letter-spacing:-.75pt;
        font-weight:normal
        font-size:22.5pt;
	}
	
#article-body {
	line-height:16.5pt;
	font-family:"Arial","sans-serif";
        color:#7A7A7A;
	font-size:10.5pt;
	}
	
h3.article-subtitle {
	font-family: "Georgia","serif";mso-fareast-font-family:"Times New Roman";
	color:#202125;
        letter-spacing:-.35pt;
        font-weight:normal
        font-size:16.5pt;
	}

.sidebar-right {
	float:right;
	margin:0 0 5px 15px;
	padding:15px 0 15px 15px;
	width:225px;
	color:#404040;
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:solid 1px #404040;
	border-left:solid 1px #404040;
	background-color:#fff;
	}
	
.sidebar-left {
	float:left;
	margin:0 15px 5px 0;
	padding:15px 15px 15px 0;
	width:225px;
	color:#404040;
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:solid 1px #404040;
	border-right:solid 1px #404040;
	background-color:#fff;
	}
	
.pullquote {
	border-bottom:solid 1px #202125;
	border-top:solid 1px #202125;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#202125;
}

.dropcap {
	float:left;
	font-size:350%;
	line-height:90%;
	padding-top:2px;
	font-weight:normal;
	margin-right:.1em;
	font-family: "Georgia","serif";mso-fareast-font-family:"Times New Roman";
	color:#d82328;
}


/* modules - derived from colors and styles indicated above */

table.articles th {
	border-bottom:solid 1px #a39382;
	}

.on-newsstands-now .price, .on-newsstands-now .duration {
	font-family:"Futura Book", "Futura", Arial, Helvetica, sans-serif;
	color:#a39382;
	}
	
.photoFaderMenu li a:active, .photoFaderMenu li a:focus, .photoFaderMenu li a.selected, .photoFaderMenu li a.selected:hover {
	color:#fff !important;
	background-color:#EEEEEE !important;
	}
	
.photoFaderMenu li a:hover {
	color:#000 !important;
	background-color:#d82328 !important;
	}
	
.mini-fader .photoFaderMenu li a {
	color:#000 !important;
	background-color:#fff !important;
	}
	
.mini-fader .photoFaderMenu li a.selected, .mini-fader .photoFaderMenu li a.selected:hover {
	background-color:#d82328 !important;
	color:#fff !important;
	}
	
.mini-fader .photoFaderMenu li a:hover {
	background-color:#eee !important;
	color:#000 !important;
	}

table td.currentday {
	background-color:#fff !important;
	color:#fff !important;
	}

td.eventday a {
	border:solid 1px #bbb !important;
	}
	
table td.currentday a {
	border:solid 1px #324a63 !important;
	}
	
td.eventday a:hover {
	background-color:#eee !important;
	}
