@charset "utf-8";
/* CSS Document */

/** Top Bar **/

#topbar {
	float: left;
	width: 984px;
	margin: 0 0 0px 0;
	height: 20px;
	display: block;
	position: relative;
	z-index: 1;
	background-color: #000;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
	padding: 0 8px 2px 8px;
	display: block;
	font-style: italic;
	}

#topbar a {
	color:#fff;
}

#topbar a:hover {
	text-decoration: none;
	color: #299ed9;
}

#topnavitems {
	text-align:left;
	width: 850px;
	float:left;
	display:inline;
	position:relative;
	}

#topsearch {
	float: right;
	width:220px;
	height: 15px;
	vertical-align: top;
	text-align:right;
	padding-top:0px;
	padding-bottom:0px;
	margin: 0 5px 0 0;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	display: inline;	
	overflow:hidden;
	position:relative;	
	}


#topsearchform{
	position:relative;
	float:right; 
	width: 220px;	
	margin: 0 10px 0 0;
	padding-top:1px;
	display:inline;
	text-align:right;
	vertical-align: top; 
	}

input.tsearchimg {
	padding-top:2px;
	padding-bottom:-1px;
	padding-left: 3px;
	height: 18px;
	display:inline
	}
	
input.ts {
	border: 1px solid #FFF;
	height:15px;
	width:180px;
	background-color: #000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top:0px;
	margin-bottom:1px;
	vertical-align: top;
	display:inline;
	}
#toplogin {
	height:20px;
	float:right;
	overflow:hidden;
}

/** End Top Bar **/

/** Fonts **/

@font-face {
    font-family: Stag-SemiboldItalic;
    src: url( 'fonts/Stag-SemiboldItalic.otf' );
}

/** End Fonts **/

/** Styles **/

@font-face {
	font-family: Stag-LightItalic;
	src: url('fonts/Stag-LightItalic.otf');
}

@font-face {
	font-family: UtopiaStd-BlackHeadline;
        src: url('fonts/UtopiaStd-BlackHeadline.otf');
}

div.category {
	font-family: Stag-LightItalic, Georgia;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	margin-bottom: 8pt;
  /*text-shadow: 3px 3px 7px #111;*/
}

div.category a {
	color: black;
}

div.category a:hover {
	 color: black;
}

.article-title {
	font-family: UtopiaStd-BlackHeadline, Georgia;
	color: #000;
	font-size: 28pt;
	line-height: 1em;
    margin-bottom: 5px;
}

/** end styles **/

/** Front Page Style **/
/* The following stylings are just for content on the frontpage and don't appear elsewhere. */
.frontpage-blogrow {
    width: 650px;
    clear: both;
    padding-top: 12px;
}

.frontpage-blogrow-title {
    height: 38px;
    border-top: 2px solid black;
    border-bottom: 1px dotted rgb( 204, 204, 204 );

    margin-bottom: 12px;
}

.frontpage-blogrow-title a {
    color: black;
    text-decoration: none;
    outline: none;
}

.frontpage-blogrow-title img {
    vertical-align: middle;
}

.frontpage-blogrow-title p {
    font-family: Stag-SemiboldItalic, Georgia;
    font-size: 24px;

    display: inline;
    position: absolute;
    margin-top: 8px;
    cursor: pointer;
}

.frontpage-blogrow-title p .blue-arrow {
    display: inline;
}

.frontpage-blogrow-title p .blue-arrow-hover {
    display: none;
}

.frontpage-blogrow-title p:hover .blue-arrow {
    display: none;
}

.frontpage-blogrow-title p:hover .blue-arrow-hover {
    display: inline;
}

.frontpage-blogrow-articles {
    width: 670px;
}


/** End Front Page Style **/


/** Main Content **/
#top {
	padding:0;
	}

#headline {
	width:100%;
	float:left;
	background:#fff;
	font:1.05em/1.5em;
	margin:0;
	}
	
#headline a {
	text-decoration: none;
	}

.headline-title {
	color: #000;
	font:bold 26px Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:3px 0 0 0px;
	/*text-transform:uppercase;*/
	}

.headline-title a:hover {
	color:#299ed9;
	}

#headline div.meta {
	display:block;
	margin-top:2px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}


.caterlogo img{
	margin-bottom:6px;
	}

.features {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

.featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

.featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}

.headlinethumb a img, #featured img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	float:left;
	}

.archive, .single, .home {
	width:100%;
	/*padding-top:0px;*/
	padding-bottom:5px;
	font-size:12pt;
	display: inline-block;	
	}

.archive a, .single a, .home a {
	color:#299ed9;
    text-decoration:none;
    }

.archive a:hover, .single a:hover, .home a:hover {
    color:#299ed9;
    text-decoration:underline;
    }

div#nav-below a {
    color: #666666;
}

div#nav-below a:hover {
    color: #FF4B33;
    text-decoration: none;
}

.entry-content a {
    color:#299ed9;
    text-decoration:none;
    }

.entry-content a:hover {
    color:#299ed9;
    text-decoration:underline;
    }


.entry-content table, .entry-content tr, .entry-content td {
	border:0;
}

.entry-title {
	font-family: Georgia, Arial;
	font-weight: normal;
}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, .archive-title {
	font-weight:bold;
	font:1.6em Georgia;
	letter-spacing:-0.05em;
	padding:3px 0 0px 0;
	/*text-transform: uppercase;*/
	margin-bottom: 10px;
	margin-top:0;
	}

.archive-title a{
	color: #000;
}

#front-list .clearfloat, .archive-clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, .archive-spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, .archive-p {
	margin:0px;
	padding:0px;
	}

.author {
	font:bold 0.8em;
	}

.meta {	
	font:normal 11px Helvetica, Verdana, Arial;
	color:#666;
	display: block;
	margin-top: 0px;
	padding-bottom: 5px;
	line-height:15px;
	}

.meta a {
	color:#666;
	text-decoration:none;
	}

.meta a:hover {
    color:#299ed9;
    text-decoration:underline;
}

.meta-clear {
	float-left;	
	clear:both;
	margin-bottom: 0px;
}

/** **/

.credit {
	float:left;	
	font:normal 12px Helvetica, Verdana, Arial;
	color:#666;
	display: block;
	margin-top: 0px;
	padding-bottom: 5px;
	line-height:15px;
	}

.credit a {
    color:#299ed9;
	text-decoration:none;
	}

.credit a:hover {
    color:#299ed9;
    text-decoration:underline;
}

.credit-clear {
	clear:both;
	margin-bottom: 20px;
}

#headline p {
	margin:0;
	}
/** End Main Content **/
	
/* Begin Readers Choice widget */

#readerschoice {
	width:100%;
    font: 8pt/1em;
    text-align: left;
    padding:0px;
    padding-top: 5px;
    background-color: #FFF;
    float: left;
    margin-left: 0px;
    vertical-align: baseline;
    margin-bottom: 20px;
    margin-top: 5px;
	}

#readerschoice h3 {
    font: normal bold 26pt "Arial Black";
    text-transform: uppercase;
    color: #666;
    text-align:center;
    padding-top: 5px;
    padding-bottom: 4px;
    margin: 0 0 10px 0;
	}

#readerschoice h4 {
	font:normal bold 10pt Georgia;
	text-transform: lowercase;
	color: #000;
	}

#readerschoice .choiceitem{
	width:100%;
	}

#mostviewed, #mostcommented, #highestrated {
	margin:0 0 -15px 0;
	}
	
#mostviewed a, #mostcommented a, #highestrated a {
	color:#000;
	text-decoration:none;
	margin-left: -5px;
	}

#mostviewed ul, #mostcommented ul, #highestrated ul {
	margin-top:5px;	
	text-decoration:none;
	}

#mostviewed ul li, #mostcommented ul li, #highestrated ul li {
	list-style:none;
	border-top:1px solid #299ed9;
	display:block;
	padding: 3px 0 3px 10px;
	text-decoration:none;
	}

#mostviewed a:hover, #mostcommented a:hover, #highestrated a:hover {
	color:#299ed9;
    text-decoration:underline;
	}

#mostviewed ul li:hover, #mostcommented ul li:hover, #highestrated ul li:hover {
	color:#299ed9;
	text-decoration:underline;
	}

#mostviewed ul li:first-child, #mostcommented ul li:first-child, #highestrated ul li:first-child {
	border-top:0px dotted #000;
	}

/* End Readers Choice widget */

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	
	}

/* social - this styles the "social media" share buttons - kev */

#share {
	text-transform:uppercase;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-image:url('../images/backgrounds/stripe_gray_white.png');
	height: 30px;
	width:100%;
	font:8pt Verdana;
	padding: 4px 4px 3px 10px;
	display:block;
	clear:both;
	}

#share img {
	border:1px solid #999;
	height:16px;
	width:16px;
	background-color:#fff;
	margin: 4px 6px 0px 6px;
	}

#share img.WP-EmailIcon {
	border:0;
	height:16px;
	width:16px;
	background-color:transparent;
	margin: 4px 6px 4px 6px;
	}

#share img.WP-PrintIcon {
	border:0;
	height:16px;
	width:16px;
	background-color:transparent;
	margin: 4px 6px 4px 6px;
	}
#share h4 {
	display:inline;	
	padding-top: 0;
	margin-top: 0;
	vertical-align:bottom;
	font-weight: bold;
	}

#socialbm {
	display:inline;
	float:left;
	}

#print {
	display: inline;
	}

#email {
	padding-right: 20px;	
	display:inline;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* end social bookmarking css - kev */

/* Inserts by steve */ 

#header, #main {
    background:#fff;
    margin:0 auto;
    width:1000px;
	}

#header {
    position: relative;
}

#access {
    margin-bottom:0;
    border-bottom:0;
    display:inline; 
    float:left;
    width: 100%;  
	}

#home-insert {
    background:#fff;
    margin:0 auto;
    padding:21px 0 0 0;
    width:1000px;
}

#footer {
    margin-top:21px;
	}

#breadcrumbs {
    display:inline;
    text-align:left;
    font:8pt Arial;
    margin: -5px 0 10px 0;
    padding: 0;
    height: 15px;
	}

/** Dropdown Nav Menu **/

/** Nav Bar **/
#navbar {
	background-image: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 5px;
	vertical-align:baseline;
	}

.sf-menu a.navdrop{
	padding: 0;
	} 

/** End Nav Bar **/

.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	}
	
.sf-menu {
	line-height:1.0em;
	float:left;
	margin: 0em;
	}

.sf-menu ul {
	position:absolute;
	top:-999em;
	width:200px; /* 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;
	background-color: #FFF;
	}
	
.sf-menu li li {
    text-decoration:none;
	border-bottom-width: .1em;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-style:dotted;
	}
	
.sf-menu a {
	display:block;
	position:relative;
	padding:.75em 1em;
	font-size:9pt;
	color: #666;
	}
	
.sf-menu a:hover {
    color: #000;
	text-decoration: underline;
	}
	
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:#666;*/
	text-decoration: none;
	}

.sf-menu p {
        display:block;
        position:relative;
        padding:.75em 1em;
        font-size:9pt;
        color: #666;
        }

	
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:2.5em; /* 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 */
	left:100%;
	top:0;
	}

.shortmenu ul li {
        width:200%;
	}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('../images/dropdown/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
	
.sf-shadow ul.sf-shadow-off {
	background:transparent;
	}
	
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#deeef5;	
	outline:0;
	}

/** End Dropdown Nav Menu **/


/* Table Blank to override default Thematic settings for no padding table */

table.blank, tr.blank, td.blank {
	padding:0;
	margin:0;
	border:none
	}

#branding{
	padding: 10px 0 5px 0;
	}

#logo {
	float:left;
	height: 72px;
	display:inline;
	position:relative;
	margin-bottom:10px;
	margin-top: 10px;
	display:inline;
	vertical-align: center;
	}

/** Metropolis Ads **/
#ads_page_right {
	width:300px;
	float:right;
	clear:right;
	margin: 8px 0 0 20px;
 	border:0;
	padding:0;
	}

#ads_page_right a {
	text-decoration: none;
}

#ads_top_right {
	height:100%;
	vertical-align:middle;	
	float:right;
	display:inline;
	position:relative;
	right:0px;
	margin-bottom: 0px;
	padding-bottom:0px;
	padding-top:20px;
}

.squaread {
	margin-top:10px;
	margin-bottom:10px;
}

/* Content Asides - Index TOP Widget */
#content .aside {
    border:0px solid #ccc;
    margin:0 0 5px 0;
    padding:0;
    float:left;
	}

#content .aside ul {
    padding:0;
	}
	
#content .aside h3 {
    font:italic normal 14px Georgia, serif;
    padding:0;
    text-transform:none;
	}
	
#content .aside ul ul {
    padding:0;
	}

/* End Content Asides */

/** Single-Insert-Loop Sidebar **/
/* Must be AFTER - Index TOP Widget */
#single-insert-loop .aside{
        float:none;
}

/** End Single-Insert-Loop Sidebar **/


/* TTF Font Image Styles */

.ttf{
    padding-bottom:8px;
	}

.cat-topright{
	display:block;
	text-align:right;
	}

/* End TTF Style*/

.entry-content{
	font: 10pt Helvetica, Verdana, Arial;
	padding-top:10px;
	line-height:1.3em;
	/*min-height: 400px;*/
}

/* Search/Archive/Page styles */

.short-content {
    padding:0;
	}

.short-content p {
    font: italic 1em Georgia;
	color: #666;
	margin-bottom: 5px;
}

.short-content img{
    height:100%;
    vertical-align: center;
    padding:0;
    border:0;
    margin: 0;
    float:left;
	}

.short-content-frontpage p {
    font: italic 10pt Georgia;
	color: #666;
	margin-bottom: 5px;
}

.readmore{
    float:right; 
    display:inline;
}

.entry-content .readmore{
	padding-top: 0px;
}
/* Image Controls and Overrides */

.wp-caption {
	border: 0px;
	padding-top: 4px;
	margin: 2px 0 10px 0;
	}


.wp-caption p.wp-caption-text {
	font: normal 0.8em/1.2em;
	color: #FFF;
	background-color: #000;
	margin: 0 10px 0 0;
	text-align: left;
	padding: 4px;
	}

.wp-caption.alignright {
	float:right;
    margin-left:20px;
	margin-right:-10px;
	padding-right:0px;
	padding-left:0px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 ;
	}
/* End Image Controls and Overrides */

.yellowbox{
	background-color: #FFF999;
	border:1px solid #ccc;
	padding: 10px 5px 5px 5px;
	display:inline-block;
	margin-bottom:20px;
	}

.yellowbox img {
        margin-bottom:0px;
}

.yellowbox .entry-content{
        padding-top:5px;
}

.yellowbox p {
        margin-bottom:10px;
}


.whitebox{
        background-color: #FFF;
        border:1px dotted #ccc;
        padding: 10px 5px 5px 5px;
        display:inline-block;
	margin-bottom: 20px;
	width:98%;
        }
.whitebox img {
	margin-bottom:0px;
	margin-top:0;
	
}

.whitebox .entry-content{
	padding-top:10;
}

.whitebox .entry-content img {
	
}

.whitebox p {
	margin-bottom:10px;
}


.multibox{
	background-color: #FFF;
	border:1px dotted #ccc;
	display:inline-block;
	margin: 0px;
	width:92%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
        }
.multibox img {
	margin-bottom:0px;
	margin-top:0;
	
}

.multibox .entry-content{
	padding-top:10;
}

/* GeoMashup */

.geomash{
	padding-bottom:22px;
	}

.gm-link img{
	margin-bottom:0 !important;
	}


/*  RSS   */

.rss {
	float:right;
	display:inline;
}


/*  Post Ratings */
.post-ratings-title {
	margin-top: 20px;
}

/*World Friends*/

.worldfriends table, .worldfriends tr, .worldfriends th, .worldfriends td {
	border: 0;
	padding:0;
}

.worldfriends p {
	padding:0;
	margin:0;
}
/* end world friends */

/* Single Styles */

@font-face {
        font-family: Stag-LightItalic;
        src: url('fonts/Stag-LightItalic.otf');
}

@font-face {
        font-family: UtopiaStd-BlackHeadline;
        src: url('fonts/UtopiaStd-BlackHeadline.otf');
}

@font-face {
        font-family: Stag-Book;
        src: url('fonts/Stag-Book.otf');
}

.article-excerpt {
        font-family: Stag-Book, Georgia;
        color: #000;
        font-size: 16pt;
        font-weight: normal;
        line-height: 1em;
	margin-bottom: 15px;
}


/* end single styles */

/* Most Popular Widget */
div.mostpopular-item {
    clear: both;
    min-height: 48px;
    margin-bottom: 12px;
}

div.mostpopular-item a {
    color: black;
    text-decoration: none;
}

div.mostpopular-item a:hover {
    color: #299ed9;
}

div.mostpopular-item p {
    margin: 0em;
}

div.mostpopular-item > p.title {
    font-family: Georgia;
    font-size: 16px;
    color: black;
}

div.mostpopular-item > p.excerpt {
    font-family: Georgia;
    font-style: italic;
    font-size: 14px;
    color: #808080;
}

div.mostpopular-item img {
    float: left;
    margin-right: 8px;
}

div.recentcomments-item {
    margin-bottom: 12px;
}

div.recentcomments-item p {
    margin: 0em;
}

div.recentcomments-item > p.comment-excerpt {
    font-family: Georgia;
    font-style: italic;
    font-size: 12px;
    color: #808080;
}

div.recentcomments-item span.comment-author {
    font-style: normal;
    font-weight: bold;
    color: black;
}

div.recentcomments-item > p.comment-article-title {
    font-family: Georgia;
    font-size: 12px;
    color: #333333;
}

div.recentcomments-item a {
    color: #299ed9;
}

#mpw-photoofday img {
    /*
    This won't work in Safari
    width: 100%;
    height: 100%;
    */

    /* This is probably more correct anyway. */
    width: 100%;
    height: auto;
}

#mpw-photoofday p {
    font-family: Helvetica;
    font-size: 12px;
    color: black;
    margin-bottom: 6px;
}

#mpw-photoofday a {
    color: #299ed9;
}

#mpw-photoofday a:hover {
    color: #ff4b33;
}

