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

/* page layout */


	
	
#navigation-layer {
	}
	
#branding-layer {
	background-color:#fff;
	height:171px;
	padding-top:0;
	}
	
#logo {
	top:39px;
	left:0px;
}
	
/* general styles */

a {
	color:#496DA9;
	}

a:hover {
	color: #000;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	color:#000;
	}

h2.blue {
	color:#FFF;
	background-color:#839fc2;
	border-bottom-color:#000;
	border-bottom-width: 2px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px; 
}


h2.blue span {
	font-size: 12px;
    padding-left: 5px;
	text-transform:none;
}

h4.top_10 a {
	color:#A7BD39;
	text-transform:none;
	font-weight:bold;
}

h4.top_10 a:hover {
	color:#000;
}

h2.top_10 {
	color:#A7BD39;
	border-bottom-width: 0px;
}

h4.rp a {
	text-transform:none;
	font-weight:bold;
	font-size:19px;
	color:#839fc2;
	line-height:100%;

}

h4.rp a:hover {
	color:#000;
}

h2.rp {
	border-bottom-width: 0px;
}
	
	
/* navigation */

table.nav td {
width:10%;
	}
	
table.nav td a {
	color:#fff;
	font-size:14px;
	padding:0 10px;
	white-space:nowrap;
	line-height:27px;
	height:30px;
	background:url(/images/nav.png);
	background-repeat:no-repeat;
	border-right:none;
	text-transform:lowercase;
	background-position:right 0;
	text-align:left;
	font-family:Century Gothic, Helvetica, Arial, sans-serif;
	font-weight:bold;
	}
	
table.nav td.blue a {
	background-position:right 0;
}

table.nav td.blue a:hover {
	background-position:right -30px;
}

table.nav td.blue a.on {
	background-position:right -60px;
}

table.nav td.green a{
	background-position:right -90px;
}

table.nav td.green a:hover {
	background-position:right -120px;
}

table.nav td.green a.on {
	background-position:right -150px;
}

table.nav td.teal a{
	background-position:right -180px;
}

table.nav td.teal a:hover{
	background-position:right -210px;
}

table.nav td.teal a.on{
	background-position:right -240px;
}
	
/* Flyout menu colors should match the hover states indicated above */

table.nav td.blue div.flyout a {
	color:#fff;
	background:#738fbd;
	}
	
table.nav td.blue div.flyout a:hover {
	background:#738fbd;
	}
	
table.nav td.green div.flyout a {
	color:#fff;
	background:#a7bd39;
	}
	
table.nav td.green div.flyout a:hover {
	background:#95B011;
	}
	
table.nav td.teal div.flyout a {
	color:#fff;
	background:#6d8c85;
	}
	
table.nav td.teal div.flyout a:hover {
	background:#547870;
	}
	
/* IE6 hack to keep color in hover state consistent */	
	
* html table.nav td div.flyout a:hover {
	color:#fff;
	}

	
/* special article styles */

#article-body h1 {
	text-transform:none;
	}
	
#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:#404040;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:16px;
	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:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:16px;
	border-top:solid 1px #404040;
	border-right:solid 1px #404040;
	background-color:#fff;
	}
	
.pullquote {
	border-bottom:solid 1px #404040;
	border-top:solid 1px #404040;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:16pt;
	color:#404040;
}

.dropcap {
	float:left;
	font-size:350%;
	line-height:90%;
	padding-top:2px;
	font-weight:normal;
	margin-right:.1em;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#404040;
}


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

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

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

.top_10 table.articles td { 
	border-bottom:none;
	padding-top: 5px;
	}

.rp table.articles td { 
	border-color:#000;
	}

.on-newsstands-now .price, .on-newsstands-now .duration {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#404040;
	}
	
td.currentday {
	background-color:#891a1c !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;
	}
	
.splash .sg-splash-right-menu .galleryMenu,  .splash .sg-splash .galleryMenu{
    margin-top: 0;
	margin-right:0;
}

ul.region-selector {
	position:absolute;
	top:122px;
	left:360px;
	list-style:none;
	margin:0;
	padding:0;
	font-size:28px;
	text-transform:lowercase;
	letter-spacing:-1px;
}

ul.region-selector li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	margin-left:10px;
}

ul.region-selector li a {
	color:#2e5f82;
}

ul.region-selector li a.green {
	color:#97b35b;
}

ul.region-selector li a:hover {
	text-decoration:none;
	color:#000;
}

ul.region-selector li a.selected, ul.region-selector li a.selected:hover {

}

ul.region-selector-module li {
	list-style:none;
	margin:0 0 3px 0;
	padding:0;
}

ul.region-selector-module {
	margin:0;
	padding:0;
}

ul.region-selector-module li a {
	display:block;
	background-color:#f5f5f5;
	color:#666;
	line-height:25px;
	padding:0 10px;
}

ul.region-selector-module li a:hover {
	text-decoration:none;
	background-color:#eee;
}

ul.region-selector-module li a.selected {
	background-color:#ccc;
	color:#000;
}

div.magazines {
	position:absolute;
	top:23px;
	right:0px;
}

.top-links {
	position:absolute;
	top:20px;
	left:431px;
	text-transform:lowercase;
	font-family:Century Gothic, Helvetica, Arial, sans-serif;
	line-height:18px;
}

.top-links  a {
	color:#000;
}

.top-links  a:hover {
	text-decoration:underline;
}

.living table.articles tr:last-child td {
	border-bottom:solid 1px #ccc;
	}
	
.living a.archive {
	display:block;
	margin-top:5px;
	text-align:right;
}

/* HOME PAGE LEADERBOARD */
.leaderboard {
	background-color:#fff;
        padding-top: 0px;
        padding-bottom: 0px;
	}
	
/* directories table */
/*
table.directories {
	border-collapse:collapse;
	width:100%;
	border:none;
}

table.directories td {
	width:50%;
	vertical-align:middle;
	height:136px;
	padding:0;
	position:relative;
}



*/

div.directories a {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	color:#fff;
	font-size:21px;
	display:inline-block;
	text-decoration:none;
	margin-top:20px;
}


#article div.directories h1 {
	text-transform:lowercase;
}

div.directories div.curved-green, div.directories div.curved-teal, div.directories div.curved-blue {
	float:left;
	margin-right:15px;
	margin-bottom:30px;
	width:360px;
	height:110px;
}

div.directories div.curved-green {
	background-image:url(/images/modules/curved-green-small.png);
}

div.directories .curved-blue {
	background-image:url(/images/modules/curved-blue-small.png);
}

div.directories .curved-teal {
	background-image:url(/images/modules/curved-teal-small.png);
}

#searchform {
	margin-top: 20px;
}

#special-issue {
	margin-top: 10px;
	margin-bottom: -10px;
}

#header-top {
	background-color:#fff;
	margin-bottom:0px;
	height:20px;
	position:absolute;
	top: 35px;
	left: 0px;
	z-index:10001;
}

.leaderboard-ad {
position: absolute;
}
