/*
Theme Name: Magazine Basic
Theme URI: http://tinkerpriestmedia.com/free-wordpress-themes/magazine-basic/
Description: A magazine style theme with a fully customizable layout. Theme options include site width, 1 or 2 widgetized sidebars, logo uploader, multiple front page grid layouts, Google Analytics, header ad space and tons more. Also includes dynamic SEO keywords and page descriptions. Tested on WP 2.8 using Firefox, IE6 and IE7. Fully optimized for search engine ranking. 100% valid xHTML. Designed by <a href="http://tinkerpriestmedia.com">c.bavota</a>.
Version: 2.4.11
Author: c.bavota
Author URI: http://tinkerpriestmedia.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #205B87;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}

body {
	color: #444;
	font-size: 14px; 
	margin: 20px auto;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #222;
	}

textarea {
	width: 97%;
	}

/* Header Elements */

#header{
	background: #fff;
	float: left;
	width: 100%;
	margin-top: 10px;
	}

#headerad {
	width: 468px;
	}	

#login {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	height: 16px;
	font-size: 12px;
	color: #3f6b7e;
	text-align: right;
	padding: 10px 20px 18px;
	background: url(images/login.png) repeat-x;
	}
	
	#login a:link {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #3f6b7e;
		}
	
	#login a:visited {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #3f6b7e;
		}
	
	#login a:hover {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #95b2bd;
		}
	
	#login a:active {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #3f6b7e;
		}
	
	#login ul {
		padding: 0;
		margin: 0;
		color: #666666;
		}
	
	#login ul li {
		display: inline;
		color: #666666;
		}
	
.dot:before {
	content: url(images/whitedot.png) " ";
	}

#title {
	font-size: 58px;
	margin: 20px 0 0;
	padding: 0;
	line-height: 34px;
	}
	
	#title a {
		color: #222;
		}		
	
	#title a:hover {
		color: #cc0000;
		text-decoration: none;
		}
		
	.headerimage .aligncenter {
		margin: 0 auto !important;
		}
		
#description {
	font-size: 14px;
	margin: 10px 0 0;
	padding: 0;
	}		
	
.main-navigation {
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
	background:	url(images/nav.png);
	position: relative;
	z-index: 1000;
	}
	
#navigation {
	clear: left;
	background: url(images/nav.png) repeat;
	float: left;
	width: 100%;
 	z-index: 100;
 	position: relative;
	margin-top: 10px;
	}

#navigation ul * {
	margin:0; 
	padding:0
	}

	#navigation ul {
		padding: 0;
		margin: 0;
		}
	
	#navigation ul li {
		position:relative;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		list-style-type: none;
		float: left;
		font-size: 10px;
		line-height: 24px;
		padding: 0;
		margin: 0;
		position: relative;
		}
	
	#navigation ul a {
		display: block;
		font-weight: normal;
		color: #58646d;
		border-right: 1px solid #fff;
		padding: 0 15px;
		}
		
		#navigation ul a:hover {
			color: #444;
			background: #c5c5c5;
			text-decoration: none;
			}
#navigation ul li:hover ul { display: block; z-index: 1000;}	
#navigation ul li:hover ul ul { display: none; }	
#navigation ul ul { position:absolute; top:24px; left:0; background:#d1d1d1; display:none; list-style:none;}
#navigation ul ul li {position:relative; border:1px solid #aaa; width:159px; margin:0; }
#navigation ul ul li a {display:block; padding:0 7px 0 12px; color: #555; background-color:#d1d1d1; border-right: 0; font-size: 12px; }
#navigation ul ul li a:hover {background-color:#c5c5c5}
#navigation ul ul li:hover ul { display: block; }
#navigation ul ul ul { left:159px; top:-1px; display: none; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	border-right:	1px solid #fff;
	padding: 		.6em 1em .4em;
	text-decoration:none;
}

.sf-menu li li a {
	border: 0;
	}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#888;
}
.sf-menu li li li {
	background:		#888;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:			#fff;
	background:		#666;
	outline:		0;
}


/* Pagination */	
	
.pagination-blog {
	margin: 20px 0 10px;
	float: right;
	background: #ffffff;
	width: 97%;
	border-bottom: 0;
	border-right: 0;
	padding: 12px 1% 10px;
	}	

.pagination-blog a {
	padding: 3px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #666;
	background-color: #FFFFFF;	
}

.pagination-blog a:hover {	
	border: 1px solid #444;
	color: #444;
	background-color: #FFFFFF;
}

.pagination-blog span.pages {
	padding: 3px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}
.pagination-blog span.current {
	padding: 3px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #666;
	color: #444;
	background-color: #FFFFFF;
}
.pagination-blog span.extend {
	padding: 3px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #ccc;
	color: #444;
	background-color: #FFFFFF;
}
								
#sub-navigation {
	clear: both;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	float: left;
	width: 100%;
	padding-top: 2px;
 	z-index: 50;
 	position: relative;
 	margin-top: 10px;
	}
	
	#sub-navigation ul {
		padding: 0 0 0 5px;
		margin: 0;
		}
	
	#sub-navigation li {
		list-style-type: none;
		float: left;
		font-size: 12px;
		padding: 0 10px 0 0;
		text-transform: uppercase;
		margin: 0;
		line-height: 22px;
		background: url(images/blackdot.png) right 5px no-repeat;
		position: relative;
		}
	
	#sub-navigation a {
		color: #2e3192;
		padding: 0 5px;
		}
		
		#sub-navigation a:hover {
			text-decoration: underline;
			}
			
#sub-navigation ul li:hover ul { display: block; }	
#sub-navigation ul li:hover ul ul { display: none; }	
#sub-navigation ul ul { position:absolute; top:22px; left:0; background:#fff; display:none; list-style:none; margin:0;padding:0; border-top: 1px solid #2e3192;}
#sub-navigation ul ul li {position:relative; border:1px solid #aaa; border-top: 0;width:159px; margin:0; padding: 0; background: none;}
#sub-navigation ul ul li a {display:block; padding:0 7px 0 12px; color: #555; background-color:#fff; border-right: 0; font-size: 12px; }
#sub-navigation ul ul li a:hover {background-color:#eee}
#sub-navigation ul ul li:hover ul { display: block; }
#sub-navigation ul ul ul { left:159px; top:-1px; display: none; }	


#sub-navigation li.nodot {
	background: none;
	}
	
#sub-navigation li.right-d {
	float: right;
	}

/* Main Elements */
	
#mainwrapper {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 0;
	border-bottom: 1px solid #aaa;
	background: #fff;
	}

#sidebar {
	float: left;
	margin: 0 10px;
	padding: 5px 0 0;
	}

#secondsidebar {
	float: left;
	margin: 0 10px;
	padding: 5px 0 0;
	}
	
.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}	
	
.side-widget {
	float: left;
	margin: 0 0 10px;
	padding: 0 10px 15px;
	background: url(images/bg-hatch.gif);
	border: 1px solid #ddd;
	}
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0;
		font-size: 13px;
		}
		
	.side-widget ul li {
		padding-left: 15px;
		margin: 2px 0;
		}
	
	.side-widget h2 {
		font-size: 14px;
		border-bottom: 1px solid #ddd;
		padding: 10px 0 5px;
		margin-top: 0;
		text-align: center;
		}
		
	.side-widget .storycontent {
		border-bottom: 1px solid #ddd;
		}
		
	.side-widget .noline {
		border-bottom: 0;
		}		

.posts {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}
	
	.posts img {
		margin: 10px 10px 10px 0;
		float: left;
		}
		
.readmore {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
        font-size: 11px;
	font-weight: bold;
	}
		
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #222;
	background: #fff;
	}

/* Left Content Elements */

#leftcontent {
	float: left;
	margin: 0 10px;
	padding: 0;
	}

	#leftcontent h5 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #cc0000;
		margin-bottom: 5px;
		font-size: 14px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 24px;
		line-height: 26px;
		}

#leftcontent h1.catheader {
	margin-top: 3px;
	color: #cc0000;
	font-weight: normal;
	}
	
	#leftcontent .post h1, 
	#leftcontent .ind-post h1, 
	#leftcontent .twopost h1, 
	#leftcontent .threepost h1 {
		margin-top: 5px;
		font-size: 36px;
		font-family: Georgia, Times, serif;
		font-weight: normal;
		line-height: 38px;
		color: #222;
		}
		
	#leftcontent .twopost h1 {
		font-size: 26px;
		line-height: 28px;
		}
	
	#leftcontent .threepost h1 {
		font-size: 20px;
		line-height: 22px;
		}
	
	#leftcontent .postmetadata {
		clear: both;
		line-height: 14px;
		}
		
	#leftcontent .post .entry {
		font-size: 15px;
		line-height: 18px;
		}
		
	#leftcontent .date {
		margin-bottom: 5px;
		font-style: italic;
		color: #888;
		}
		
	#leftcontent .meta {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #444;
		}	
		
	#leftcontent .catdesc {
		background: #f7f7f7;
		border: 3px double #ddd;
		padding: 0 10px;
		color: #666;
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 10px;
		}
		
/* This is your subtitle style */

#leftcontent p.sub {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
	}

/* This is your blockquote style */
	
#leftcontent blockquote {
	width: 250px;
	font-size: 24px;
	line-height: 26px;
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
	font-style: italic;
	}
	
	#leftcontent blockquote p {
		padding: 0;
		margin: 0;
		}

.more-link {
	font-size: 11px;
	text-align: right;
	color: #cc0000;
	}

.tags a {
	color: #cc0000;
	}
	
.ind-post, .post {
	float: left;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

	.ind-post img {
		margin: 0px 10px 5px 0;		
		}

#twocol {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: url(images/line.png) repeat-y 50% 0;
	}

	#twocol img {
		margin: 0px 8px 5px 0;
		}
		
	#twocol hr.two {
		height: 0;
		border: 0;
		clear: both;
		border-bottom: 1px solid #aaa;
		}
	
.mainhr {
	float: left;
	background: #aaa;
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
}	
	
.twopost {
	width: 46%;
	float: left;
	}	

	.twopost2, .twopost4 {
		margin-left: 7.5%;
		}
		
	.twopost3, .twopost4 {
		border-top: 1px solid #aaa;
		padding-top:5px;
		}
		
	.twopost1, .twopost3 {
		clear: left;
		}		
		
#threecol {
	float: left;
	background: url(images/line.png) repeat-y 31.5% 0;
	margin-top: 3px;
	}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.png) repeat-y 67% 0;
}

	#threecol img {
		margin: 0px 5px 5px 0;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #aaa;
	padding-top: 10px;
	}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
	.threepost1, .threepost4 {
		clear: left;
		}
			
/* Other Elements */

.red, .entry a {
	color: #cc0000;
	}
	
#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #cc0000;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}
			
			
	 h4#comments, #respond h3 { color:#333; font:normal 240% georgia,times,serif; margin:0 0 .1em; padding:0 0 .1em; }

	 #respond p { font-size:11px; margin:0 0 1em; }	

	 ol.commentlist { list-style:none; margin:0; padding:0; }

	 ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }

	 ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }

	 ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }

	 ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }

	 ol.commentlist li div.vcard cite.fn a.url, .cancel-comment-reply a { color:#cc0000; text-decoration:none; }

	 ol.commentlist li div.vcard cite.fn a.url:hover, .cancel-comment-reply a:hover { color:#000; }

	 ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }

	 ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }

	 ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }

	 ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }

	 ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }

	 ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }

	 ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }

	 ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }

	 ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }

	 ol.commentlist ul.children li.odd { background:#fff; }

	 ol.commentlist ul.children li.even { background:#f6f6f6; }

	 ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
			
.commentnumber {
		position: absolute;
		left: 7px;
		bottom: 3px;
		font-size: 14px;
		color: #ccc;
		}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto;
}

.alignleft, div.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #cc0000;
	}

#wp-calendar {
	margin: auto;
	}

	
/* MT.com wrapper styles */
.centerblog {
text-align:center; 
width:996px;
	display: block;
	clear: both;
	float: center;
	}

.top-nav 
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	white-space: nowrap;
	display: block;
	clear: both;
	float: center;
}

.top-nav a:link {
	color: #cc7d48;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 5px;
}

.top-nav a:visited {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #cc7d48;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 5px;
}

.top-nav a:hover {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #008b9b;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 5px;
}

.top-nav a:active {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #cc7d48;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 5px;
}

.header-nav
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	white-space: nowrap;
	display: block;
	clear: both;
	float: center;
}

.header-nav td {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	line-height: 13px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

.header-nav a {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #FFC20E;
	text-decoration: none;
}

.header-nav a:hover {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #00adef;
	text-decoration: none;
}

.header-nav-blue
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	white-space: nowrap;
	display: block;
	clear: both;
	float: center;
}

.header-nav-blue td {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	line-height: 13px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

.header-nav-blue a {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #2e3192;
	text-decoration: none;
}

.header-nav-blue a:hover {
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #00adef;
	text-decoration: none;
}

.link-box-left p
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	margin-top: 5px;
	background-color: #2e3192; padding: 5px;
	font-size: 12px;
	line-height: 19px;
	font-weight: bolder;
}

.link-box-left a
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #FFFFFF;
	text-decoration: none;
}

.link-box-left a:hover
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #00adef;
	text-decoration: none;
}

.quick-links p
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	margin-top: 10px;
	margin-left: 5px;
	color: #00adef;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.quick-links a
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #2e3192;
	text-decoration: none;
	font-weight: normal;
}

.quick-links a:hover
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #ffc20e;
	text-decoration: none;
	font-weight: normal;
}

#body-small {
	color: #000000;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
}

.article-topics160
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #3f6b7e;
	font-size: 10px;
	margin-left: 0;
	margin-top: 5px;
}

.article-topics160 a:link, .article-topics160 a:visited, .article-topics160 a:active
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}

.article-topics160 a:hover
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #3f6b7e;
	text-decoration: underline;
	line-height: 17px;
}

.article-topics160_sub a:link, .article-topics160_sub a:visited
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #3f6b7e;
	text-decoration: none;
	margin-left: 6px;
	line-height: 17px;
}

.article-topics160_sub a:hover, .article-topics160_sub a:active
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #00adef;
	text-decoration: underline;
	margin-left: 6px;
	line-height: 17px;
}

.inthisissue-feed-border
{
	width: 182px;
	margin-top: 15px;
	background-color: #3f6b7e;
	padding: 0;
	border-color: #3f6b7e;
	border-style: solid;
	border-width: 1px;
}

.inthisissue-feed
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #FFFFFF;
	margin: 6px 0 4px 0;
	background-color: #3f6b7e;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.inthisissue-feed a:link
{
	color: #FFFFFF;
	background-color: #3f6b7e;
	font-weight: bold;
	text-decoration: none;
}

.inthisissue-feed a:visited
{
	color: #FFFFFF;
	background-color: #3f6b7e;
	font-weight: bold;
	text-decoration: none;
}

.inthisissue-feed a:hover
{
	color: #ffc20e;
	background-color: #3f6b7e;
	font-weight: bold;
	text-decoration: none;
}

.inthisissue-feed a:active
{
	color: #FFFFFF;
	background-color: #3f6b7e;
	font-weight: bold;
	text-decoration: none;
}

.footer-nav
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #2e3192;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}

.footer-nav a
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #2e3192;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

.footer-nav a:hover
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #00adef;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

.copyright
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #666666;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	text-align: left;
}

.blogfeed-special
{
	margin:  0 0 10px 20px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.blogfeed-special a:link
{
	color: #7ac7b5;
	text-decoration: none;
}

.blogfeed-special a:visited
{
	color: #7ac7b5;
	text-decoration: none;
}

.blogfeed-special a:hover
{
	color: #ffc20e;
	text-decoration: none;
}

.blogfeed-special a:active
{
	color: #7ac7b5;
	text-decoration: none;
}

.quick-links-box p
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	margin-top: 10px;
	color: #ffffff;
	background-color: #3f6b7e;
	padding: 1px 0 2px 5px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bolder;
}

.quick-links-box a:link
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.quick-links-box a:visited
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.quick-links-box a:hover
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #3f6b7e;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.quick-links-box a:active
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.newsletter-box p
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	margin-top: 10px;
	color: #ffffff;
	background-color: #33a3af;
	padding: 1px 0 2px 5px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bolder;
}

.newsletter-box a:link
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.newsletter-box a:visited
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.newsletter-box a:hover
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #33a3af;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.newsletter-box a:active
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.resources-box p
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	margin-top: 10px;
	color: #ffffff;
	background-color: #98b1bc;
	padding: 1px 0 2px 5px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bolder;
}

.resources-box a:link
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.resources-box a:visited
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.resources-box a:hover
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #98b1bc;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.resources-box a:active
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.related-links-box p
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	margin-top: 10px;
	color: #ffffff;
	background-color: #3f6b7e;
	padding: 1px 0 2px 5px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bolder;
}

.related-links-box a:link
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.related-links-box a:visited
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.related-links-box a:hover
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #b75675;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.related-links-box a:active
{
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.top-story-box
{
	margin: 0 0 0 10px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	font-weight: bolder;
}


/* NEW GLOBALFOOTER */
#globalfooter { width: 996px; color: #666; font-size: 10px; margin: 18px auto; padding-bottom: 36px; text-align: left !important; }
#globalfooter p { margin-bottom: 1em; color: #777777; }
#globalfooter .gf-buy { float: left; width: 60%; margin: 18px 0 9px; }
#globalfooter .gf-links { float: right; text-align: right; margin: 18px 0 9px; }
#globalfooter .gf-links a { padding: 0 10px; white-space: nowrap; }
#globalfooter .gf-links a.last { padding-right: 0; _float: none !important; width: auto !important; }
#globalfooter .gf-sosumi { clear: both; width: 100%; border-top: 1px solid #eee; padding-top: 9px; }
#globalfooter .gf-sosumi a { padding: 0 10px; }
#globalfooter form { margin: 18px 10px; }
#globalfooter .search-wrapper { margin: 0 auto; }
#globalfooter .search-wrapper input.prettysearch { margin-left: 10px; }

/* NEW BREADCRUMBS */
#globalfooter #breadcrumbs { font-size: 11px; color: #444; overflow: hidden; height: 36px; line-height: 34px; font-weight: bold; text-shadow: 2px 2px 1px #fff; }
#globalfooter #breadcrumbs a { color: #444; text-decoration: none; float: left; padding: 0 10px; position: relative; margin-left: -10px; _cursor: hand; 	font-weight: normal; }
#globalfooter #breadcrumbs a:hover { color: #3f6b7e; text-decoration: none !important; 	font-weight: normal; }
#globalfooter #breadcrumbs a.home { margin: 0; width: 15px; height: 0; padding-top: 36px; overflow: hidden; }
#globalfooter #breadcrumbs span { float: left; width: 9px; margin: 0 10px 0 0; position: relative; height: 0; padding-top: 34px; margin-top: 1px; overflow: hidden; }

/* DIRECTORY NAV */
#directorynav { font-size: 11px; border: 1px solid #e5e5e5; float: left; width: 100%; position: relative; margin-top: -4px; }
#directorynav .column { width: 122px; padding: 9px 0 0 18px; }
#directorynav .column.last { float: left !important; padding-right: 0; }
#directorynav h4 { color: #444; font-weight: bold; }
#directorynav h4.standalone { margin-bottom: 18px; }
#directorynav a { display: block; _zoom: 1; }
#directorynav a:link,
#directorynav a:visited { color: #777; text-decoration: none; font-weight: normal; }
#directorynav h4.standalone a:link,
#directorynav h4.standalone a:visited { color: #444; }
#directorynav a:hover { color: #3f6b7e !important; text-decoration: none !important; font-weight: normal; }
#directorynav .capbottom { clear: both; position: relative; top: 5px; _top: 12px; height: 5px; width: 996px; }

/* DIRECTORY NAV CUSTOM WIDTHS */
.gf-900 #directorynav .column { width: 170px; }
.gf-980 #directorynav.mac #dn-cola { width: 180px; }
.gf-980 #directorynav.mac #dn-colb { width: 210px; }
.gf-980 #directorynav.mac #dn-colc { width: 180px; }
.gf-980 #directorynav.mac #dn-cold { width: 140px; }
.gf-980 #directorynav.mac #dn-colg { width: 165px; }
#directorynav ul { margin-bottom: 9px; }

/* GRID */
.column { float: left; }
.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right !important; }

/* End MT.com wrapper styles */
	
