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

/* page layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	}
	
#page-body {
	background-color:#e6e6e6;
	}
	
#navigation-layer {
	background-color:#0033cc;
	}
	
#branding-layer {
	background-color:#fff;
	}
	
#branding-layer .leaderboard {
	position:absolute;
	top:15px;
	right:0;
	width:728px;
	height:90px;
	padding:0;
	overflow:hidden;
}

/* general styles */

a {
	color:#009900;
	}

a:hover {
	color:#009900;
	}

a.search-all {
	color:#fff;
	}

a:hover.search-all {
	color:#fff;
	}

h4.article-title a {
	color:#0033cc;
	}


h4.article-title a:hover {
	color:#0033cc;
	}

h2.geobase-list-title a {
	color:#fff;
	}


h2.geobase-list-title a:hover {
	color:#fff;
	}

h2 .archive a {
	color:#fff;
	}

h2 .archive a:hover {
	color:#fff;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:"Futura Book", "Futura", Arial, Helvetica, sans-serif;
	color:#009900;
	}
	
.module h2 {
	color:#fff;
	background-color:#3366ff;
	}
	
/* navigation */
	
ul#nav li a {
	background-color:#0033cc;
	color:#fff;
	}
	
ul#nav li a:hover, ul#nav li a.hover {
	background-color:#0033ff;
	color:#fff;
	}
	
ul#nav li a.on {
	color:#fff;
	background-color:#3366ff;
	}
	
/* 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, "Times New Roman", Times, serif;
	color:#0033cc;
	}

#article-body h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0033cc;
	}

#article-body h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0033cc;
	}
	
#article-body {
	line-height: 1.7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
h3.article-subtitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	}



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

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


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

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

.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:#009900 !important;
	}
	
.photoFaderMenu li a:hover {
	color:#000 !important;
	background-color:#eee !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:#009900 !important;
	color:#fff !important;
	}
	
.mini-fader .photoFaderMenu li a:hover {
	background-color:#eee !important;
	color:#000 !important;
	}
	
table.monthday td {
	padding:0 0 0 0;
	}
	
td.currentday {
	background-color:#009900 !important;
	color:#fff !important;
	}
	
table.monthday td a{
	border:solid 1px #bbb !important;
	}
	
table.monthday td a.currentday,  table.monthday td.currentday a{
	border:solid 1px #333 !important;
	}
	
td.eventday a:hover {
	background-color:#eee !important;
	}
	
a.issue-link, a.issue-link:hover {
	color:#fff;
}

#calendar h2, #calendar h3, #calendar h4, #calendar h5, #calendar h6 {
color:#0033cc;
}

.monthly-view .content #calendar h3 {
	color:#fff;
}
td#free-listing div#listing-data div#description {
	display:none;
	}
	
td#free-listing div#listing-data div#address {
	margin-bottom:15px;
	}