/* FIX FOR CHROME BOLD BUG
============================================================= */


strong
{
	font-weight:bold;
}


/* FIX FOR TWITTER WIDGET WIDTH
============================================================= */
iframe[id^='twitter-widget-']
{
	width:100% !important;
}


/* FIX FOR SUPERSCRIPT SUBSCRIPT
============================================================= */


sup
{
	font-size:xx-small; 
	position:relative;
	top:-6px;
}

sub
{
	font-size:xx-small; 
	position:relative;
	top:6px;
}



/* START OF REST
============================================================= */


body {
	background:#ddd;
	font: 1em Ubuntu, Arimo, Tahoma, Arial, sans-serif;
	font-weight:400;
	line-height:100%;
	color:#222;
}
#wrapper {
	padding:5px 10px 5px;
	background:#fff;
	width:1245px;
	margin:0 auto;
	font-size:.75em;
	box-shadow: 0px 0px 10px black;
	position: relative; /* to make the screensize_indicator work with abspos */
}

#screensize_indicator {
	position:absolute;
	left:1005px;
	width:254px;
	border-left: dashed 2px #8800FF;
	border-right: dashed 2px #8800FF;
	height: 100%;
	z-index: 9001;
	pointer-events: none;
}

#thirds_indicator {
	position:absolute;
	left:334px;
	width:334px;
	border-left: dashed 2px #008800;
	border-right: dashed 2px #008800;
	height: 100%;
	z-index: 9001;
	pointer-events: none;
}


/* HEADLINES
============================================================== */
h1,h2,h3,h4,h5,h6 { /*Global values for headings*/
	color:#222;
	font-weight:normal;
	letter-spacing:-1px;
	font: 1em/17px Gentium Basic, PT Serif, Georgia, serif;
}
/*HEADLINES IN POST */
.post h1 {
	font-size:20px;
	font-family: Gentium Basic, PT Serif, Georgia, serif;
	letter-spacing:-1px;
	font-weight:bold;
	margin-bottom: 14px;
}
.post h2 {
	font-size:20px;
	font-family:Gentium Basic, PT Serif, Georgia, serif;
	letter-spacing:-1px;
	font-weight:bold;
	margin-bottom: 14px;
}

.post h3 {
	font-size: 1.7em;
	font-family: Gentium Basic, PT Serif, Georgia, serif;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	border-top: 1px dotted silver;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 20px;
	margin-top: 0px;
	line-height:120%;
}

.post h4 {
	font-size:16px;
	font-family:Gentium Basic, PT Serif, Georgia, serif;
	letter-spacing:-1px;
	font-weight:bold;
}

/* Style of titles for single post pages */
h1.singlePageTitle { 
	display:block;
	letter-spacing:-1px;
	color:#222;
	font: 36px/1.1em Gentium Basic, Georgia, serif;
	font-weight:600;
	border-left:16px solid #cd1713;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:6px;
	border-top:1px solid #cd1713;
	margin-bottom:10px;	
}

/* MAIN PAGE HEADLINES */
/* Title of featured post on slider */
h1.featuredTitle, h2.featuredTitle { 
	font-size:40px;
	display:block;
	line-height:38px;
	font-weight:bold;
	letter-spacing:-2px;
	margin-bottom:7px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	text-shadow: 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white, 0px 0px 10px white, 0px 0px 5px white;
}
h1.featuredTitle a, h2.featuredTitle a {
	color:#000;
	display:block;
}
h1.featuredTitle a:hover, h2.featuredTitle a:hover {
	color:#cd1713;
}

.featuredTitleOuterContainer {
	position:relative;
	width:646px;
	height:363px;
}

.featuredTitleImageContainer {
	position:absolute;
	top:0px;
	left:0px;
}

.featuredTitleTextContainer {
	position:absolute;
	top:0px;
	left:0px;
	pointer-events:none;
}

.semiFeaturedTitleTextContainer {
	position:absolute;
	top:0px;
	left:0px;
	pointer-events:none;
}

h2.semiFeaturedTitle { 
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 22px;
	line-height: 20px;
	margin-bottom: 5px;
	color: black;
	display:block;
	letter-spacing:-1px;
	margin-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-shadow: 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white, 0px 0px 10px white, 0px 0px 5px white;
}

h2.semiFeaturedTitle a {
	color: black;
	text-underline: none;
}

.demiFeaturedTitleTextContainer {
	position:absolute;
	top:0px;
	left:0px;
	pointer-events:none;
}

h2.demiFeaturedTitle { 
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	margin-bottom: 4px;
	color: black;
	display:block;
	letter-spacing:0px;
	margin-bottom:5px;
	padding-left:9px;
	padding-right:7px;
	padding-top:9px;
	text-shadow: 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white, 0px 0px 10px white, 0px 0px 5px white;
}

h2.demiFeaturedTitle a {
	color: black;
	text-underline: none;
}


/* Post titles for Guest Writers / Breaking News */

#breakingNews h2.subnewsEntryTitle
{
	font: 11px Ubuntu, Arimo, Tahoma, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	word-spacing: 1px;
	line-height: 12px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}


/* Post titles for the top half (above photo gallery bar) on main page (except featured slider's title) */
h2.postTitle {
	font-weight:bold;
	letter-spacing:-1px;
	font-size:22px;
	line-height:20px;
	margin-bottom:5px;
	color:#222;
}
h2.postTitle a {
	color:#222;
}
h2.postTitle a:hover {
	color:#cd1713;
}
/* The title of 9 vertical cols at the very bottom of main page */
h2.subnewsEntryTitle {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:4px;
}
h2.subnewsEntryTitle a {
	color:#222;
}
h2.subnewsEntryTitle a:hover {
	color:#cd1713;
}
/* Title for the archive entries */
h2.archiveTitle {
	display:block;
	color:#8f8f8f;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:3px;
	padding-left:5px;
	margin-bottom:7px;
	letter-spacing:-1px;
	font-size:16px;
	font-weight:bold;
	background: url(sans-default/bgWriteComment.gif);
	border-left: 5px solid #cd1713;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
h2.archiveTitle a{
	color:#222;
}
h2.archiveTitle a:hover {
	color:#cd1713;
}
h2.titlePhotoCat { /* Title for photo category archive posts */
	font-size:15px;
	font-weight:bold;
	line-height:14px;
	height:30px;
}
h2.titlePhotoCat a, h2.titlePhotoCat a:hover{
	color:#222;
}
h2.pageTitle { /* Title for the static pages */
	display:block;
	color:#222;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:5px;
	font-size:1.4em;
	background: url(sans-default/bgWriteComment.gif);
	padding-left:10px;
	border-left: 10px solid #cd1713;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
/* Title for Breaking News, Tag Cloud and inner page widgets */
h3.widgetbgTitle {
	font:13px Ubuntu;
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	background:#cd1713;
	letter-spacing: 1px;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:6px;
	text-align: center;
}
h3.widgetbgTitle a, h3.widgetbgTitle a:hover {
	color:#fff;
}
h3.narrowSidebarTitle { /* Title of Photo Gallery on narrow sidebar */
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#cd1713;
	padding-top:4px;
	padding-bottom:3px;
	margin-bottom:10px;
}
h3.archiveTitle {
	font-weight:bold;
	font-size:15px;
	margin-bottom:3px;
}
h3#leaveComment{ /* Leave  a rely text above the comment form */
	font-weight:bold;
	text-transform:uppercase;
	font-size:.85em;
	color:#fff;
	clear:both;
	background:#cd1713;
	padding-left:7px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}

div#comments { /* The div that holds the number of comments made for the article below the article on single post page */
	display:block;
	font-size:1.7em;
	font-weight:normal;
	clear:both;
	display:block;
	color:#222;
	margin-bottom:10px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:0;
	background:url(sans-default/bgRespond.gif) no-repeat;
	height:74px;
	font:11px/15px Ubuntu, Arimo, Tahoma, arial, sans-serif;
}


div#comments a {
	color:#0854C7;
}

div#comments a:hover {
	color:#cd1713;
	text-decoration:underline;
}


h3#comments { /* Style that holds the number of comments made for the article below the article on single post page */
	display:block;
	font-size:1.7em;
	font-weight:normal;
	clear:both;
	display:block;
	color:#222;
	margin-bottom:10px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:0;
	background:url(sans-default/bgRespond.gif) no-repeat;
	height:74px
}
h3#comments span.respondEntryTitle { /* Style for the name of post that stands below the number of comments on single post page */
	display:block;
	color:#898989;
	font-size:14px;
	line-height:16px;
}

/* Wrapper for main page post excerpts excerpts */
#wrapper .featuredPost {
	padding:5px 0;
	border-bottom:1px dotted #666;
	margin-bottom:6px;
	padding-bottom: 12px;
}
#wrapper .featuredPost p {
	padding-bottom:2px;
	padding-top:2px
}
#wrapper .featuredPostMeta {
	display:block;
	font-style:italic;
	font-size:11px;
	padding-top:3px;
	font-weight: 500;
}
#wrapper .featuredPostMeta a{
	color:#cd1713;
	font-weight: 600;
}
#wrapper .featuredPostMeta a:hover {
	text-decoration:underline;
}
#wrapper .lastPost {
	border:none;
	margin:0;
}

/* MASTHEAD - SUBSCRIBE, DATE, AND SEARCH BOX
============================================================== */
#topad { /* If 728x90 ad is activated to be displayed on header, this ID will be used to wrap advertisement */
	width:728px;
	margin:5px auto;
	display:block;
}
#masthead { /* The very top line where subscribe and search in site objects are kept */
	background: #f5f5f5 url(../images/rss-18px.png) no-repeat 4px center;
	padding-left:22px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
	font-size:.9em;
	clear:both;
	position:relative;
	z-index:1100;
}
#masthead ul{
	float:left;
}
#masthead ul li {
	position: relative;
	display: inline;
	float:left;
	padding:4px 4px 3px;
	color:#cd1713;
	font: 12px Ubuntu,sans-serif;
	font-weight: 500;
}
#masthead ul li.first{}
#masthead ul li.first a{}
#masthead ul li a{
	display: block;
	color:#010d37;
}
* html #masthead ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #masthead ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#masthead ul li a:link, #masthead ul li a:visited{
	text-decoration:none;
}

#masthead ul li a:hover, #masthead .select a{
	color:#cd1713;
	text-decoration:none;
}
/*1st sub level menu*/
#masthead ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	border-bottom:1px solid #afafaf;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#masthead ul li ul li{
	display: list-item;
	float: none;
	font-weight:normal;
	font-size:1.0em;
	background:none;
	padding:0;
	margin:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#masthead ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#masthead ul li ul li a, #masthead .select ul li a{
	width: 200px;
	height:auto;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:23px;
	margin: 0;
	background: #e9e9e9;
	text-align:left;
	text-decoration:none;
	color: #010d37;
	border-top: 1px solid #afafaf;
}
#masthead ul li ul li a.gab_rss{background: #e9e9e9 url(sans-default/ico_rss.png) no-repeat 3px center;}
#masthead ul li ul li a:hover.gab_rss{background: #ddd url(sans-default/ico_rss.png) no-repeat 3px center;}

#masthead ul li ul li a.gab_email{background: #e9e9e9 url(sans-default/ico_email.png) no-repeat 3px center;}
#masthead ul li ul li a:hover.gab_email{background: #ddd url(sans-default/ico_email.png) no-repeat 3px center;}

#masthead ul li ul li a.gab_facebook{background: #e9e9e9 url(sans-default/ico_facebook.png) no-repeat 3px center;}
#masthead ul li ul li a:hover.gab_facebook{background: #ddd url(sans-default/ico_facebook.png) no-repeat 3px center;}

#masthead ul li ul li a.gab_twitter{background: #e9e9e9 url(sans-default/ico_twitter.png) no-repeat 3px center;}
#masthead ul li ul li a:hover.gab_twitter{background: #ddd url(sans-default/ico_twitter.png) no-repeat 3px center;}

/*search*/
#search{
	float:right;
	width:190px;
	height:20px;
	border:1px solid #efefef;
	background:#fff;
}
#search form, #search fieldset{
	float:left;
}
#search fieldset{
	padding:2px 0 0 4px;
}
#s {
	float:left;
	background:#fff;
	border:0;
	padding:0 0 0 1px;
	color:#bcbcbc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:164px;
}
#searchsubmit {
	float:left;
	margin:2px 0 0 0;
}
/* HEADER - RIGHT AND LEFT QUOTES + SITE NAME
============================================================== */
#header { /*Wraps quotes and site name*/
	min-height:100px;
	height: auto !important; /* IE6 Min height hack */
	height: 100px;	
}

#header span.quoteCaption {
	display:block;
	font-family: Gentium Basic, Georgia, serif;
	font-size:18px;
	color:#cd1713;
	font-weight:bold;
	text-shadow: #FFFFFF 1px 1px 1px;
}
#leftQuote {
	width:290px;
	float:left;
	height:100px;
	display:block;
	position:relative;
	text-shadow: #FFFFFF -1px 1px 1px;
	z-index:102;
}
#leftQuote p.leftQuoteWording {
	width:200px;
	position:absolute;
	font-size:14px;
	color:#aaa;
	letter-spacing:0px;
	bottom:4px;
	text-align:right;
	text-shadow: #FFFFFF -1px 1px 1px;
	z-index:102;
}
#leftQuote p.leftQuoteWording a{
	color:#999;
}
#leftQuote p.leftQuoteWording a:hover{
	color:#888;
}
#leftQuote img {
	position:absolute;
	right:0;
	bottom:0;
	z-index:100;
}
#rightQuote {
	width:290px;
	float:right;
	height:100px;
	display:block;
	position:relative;
	text-shadow: #FFFFFF 1px 1px 1px;
}
#rightQuote img {
	position:absolute;
	left:0;
	bottom:0;
}
#rightQuote p.rightQuoteWording {
	width:195px;
	position:absolute;
	font-size:14px;
	color:#aaa;
	letter-spacing:0px;
	bottom:4px;
	left:95px;
	text-shadow: #FFFFFF 1px 1px 1px;
}
#rightQuote p.rightQuoteWording a{
	color:#999;
}
#rightQuote p.rightQuoteWording a:hover{
	color:#888;
}
#sitename {
	width:390px;
	float:left;
	font-family:Gentium Basic, Georgia, serif;
	margin-top:20px;
	text-align:center;
}
#name1stRow {
	font-size:26px;
	display:block;
	line-height:22px;
}
a.name {
	color:#222;
}
#name2ndRow {
	font-size:40px;
	display:block;
	color:#cd1713;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
#ad468x60 {
	width:468px;
	height:60px;
	float:right;
	margin-top:20px;
}

#quoteContainer div div a
{
	color: black;
}

/* ========================================================== */

/* CUSTOMIZATION: TWEET BAR */ 

#newstweetbar {
	width:1245px;
	background: #f5f5f5;
	border-top:2px solid #efefef;
	clear:both;
	position:relative;
	z-index:985;
	border-bottom:2px solid #222;
	height:22px;
	padding-top: 2px;
	font: 14px Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	font-weight: 600;
	margin-top:4px;
}

#newstweetprefix {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 14px;
}

#newstweetbar ul{
	float:left;
}
#newstweetbar ul li{
	position: relative;
	display: inline;
	float:left;
}
#newstweetbar ul li.first{
}
#newstweetbar ul li.first a{
}
#newstweetbar ul li {
	font: 14px Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	color:#010d37;
	padding-left: 20px;
	text-transform:uppercase;
}

#newstweetbar ul li a:link, #navpages ul li a:visited{
	text-decoration:none;
}

#newstweetsloading {
	background: url(sans-default/ajax-loader.gif);
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#js-news {
	display: none;
}

#ticker-title {
	display: none;
}

#ticker {
	text-transform: uppercase;
	font-weight: 500;
}

.spanTwitterNewsItem a
{
	color: black;
	text-decoration: none;
}

.spanTwitterNewsItem a:hover
{
	color: #cd1713;
}

.spanTwitterNewsTime
{
	color: #808080;
	font-style: italic;
	padding-left: 10px;
	text-transform: none;
	font-weight: 300;
	font-size: 92%;
}


/* NAVIGATION BARS
============================================================== */
/* CATEGORIES */
#navcats {
	width:1245px;
	background: url(sans-default/bgGradientLines.gif) repeat;
	border-bottom:1px solid #efefef;
	position:relative;
	z-index:1000;
	margin-bottom:10px;
}
#navcats ul{
	float:left;
	z-index:999;
}
#navcats ul li{
	position: relative;
	display: inline;
	float:left;
}
#navcats ul li.first{
}
#navcats ul li.first a{
}
#navcats ul li a{
	font:20px Ubuntu Condensed, Arial Condensed, Arial Narrow, sans-serif;
	font-weight:normal;
	display: block;
	color:#010d37;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;
	text-shadow: 0px 0px 1px #808080;
	letter-spacing: -1px;
}
* html #navcats ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #navcats ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#navcats ul li a:link, #navcats ul li a:visited{
	text-decoration:none;
}
#navcats ul li a:hover, #navcats .current-cat a, #navcats .current-cat-parent a, #navcats .select a{
	color:#cd1713;
	text-decoration:none;
}
/*1st sub level menu*/
#navcats ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	border-bottom:1px solid #afafaf;
	z-index:995;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navcats ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navcats ul li ul li ul{
	top: 0;
	margin:0;
	z-index:990;
}
/* Sub level menu links style */
#navcats ul li ul li a, #navcats .select ul li a{
	width: 180px;
	height:auto;
	font: 14px Ubuntu, Arimo, Tahoma, verdana, arial, sans-serif;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
	margin: 0;
	background:#e9e9e9;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	color: #010d37;
	border-top: 1px solid #afafaf;
}
#navcats ul li ul li a:hover{ /*sub menus hover style*/
	background: #ddd;
	color:#222;
	text-decoration:none;
}

/* PAGES */
#navpages {
	width:1328px;
	background: #f5f5f5;
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	clear:both;
	position:relative;
	z-index:985;
	display:none;
}
#navpages ul{
	float:left;
}
#navpages ul li{
	position: relative;
	display: inline;
	float:left;
}
#navpages ul li.first{
}
#navpages ul li.first a{
}
#navpages ul li a{
	font:bold 11px Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	display: block;
	color:#010d37;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;	
}
* html #navpages ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #navpages ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#navpages ul li a:link, #navpages ul li a:visited{
	text-decoration:none;
}
#navpages ul li a:hover, #navpages .current_page_item a, #navpages .select a{
	background: #ddd;
	color:#222;
	text-decoration:none;
}
/*1st sub level menu*/
#navpages ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	border-bottom:1px solid #afafaf;
	z-index:984;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navpages ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navpages ul li ul li ul{
	top: 0;
	margin:0;
	z-index:983;
}
/* Sub level menu links style */
#navpages ul li ul li a, #navpages .current_page_item ul li a,#navpages .current_page_parent ul li a, #navpages .select ul li a{
	width: 160px;
	height:auto;
	font:bold 11px Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
	margin: 0;
	background:#e9e9e9;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	color: #010d37;
	border-top: 1px solid #afafaf;
}
#navpages ul li ul li a:hover{ /*sub menus hover style*/
	background: #ddd;
	color:#222;
	text-decoration:none;
}
/* PRIMARY CONTENT WRAPPER
============================================================== */
#primaryTopWrapper { /*Wraps secondary content [Breaking News and two other blocks on the right hand of breaking news] */
	margin-bottom:15px;
}


/* RIGHTMOST FOLD-OUTS WRAPPER */
/* =========================== */

#narrow1366Wrapper {
	width: 72px;
	border: 1px solid #c0c0c0;
	height: 1650px;
	float: right;
	url(sans-default/bgGradientLines.gif) repeat
}

/*BREAKING NEWS  (guest posts)
============================================================== */
#breakingNews {
	width:237px;
	float:left;
	padding-left: 3px;
}

#breakingNews .widgetbgTitle {
	margin-bottom:0 !important;
}

.bnewspost {
	background:#f5f5f5;
	margin-top: 5px;
	position: relative;
	width: 100%;
	height: 49px;	
}

.bnewsposthover {
	background:#eee;
	margin-top: 5px;
	position: relative;
	width: 100%;
	height: 49px;
}

#breakingNews span {
	display:block;
	padding:2px 0;
	border-top:none;
	border-bottom:1px solid #ccc;
}
#breakingNews a.bntitle {
	color:#222;
	margin-bottom:6px;
	display:block;
}
#breakingNews li a:hover {
	color:#cd1713;
}

.breakingNewsMeta
{
	color:#222222;
	font-size:80%;
	font-style:italic;
	border-top-style:none;
}

.breakingNewsMeta a
{
	color:#222222;
}

.breakingNewsMeta a:hover
{
	color:#cd1713;
}

/* FEATURED CONTENT
============================================================== */
#featuredWrapper {
	float:left;
	width:1005px;
}

#primaryTopMid {
	width:646px;
	float:left;
	display:inline;
	padding-left:5px;
	padding-right:9px;
	border-right:1px solid #efefef;
}

#primaryTopRight {
	width:320px;
	float:left;
	padding-left:9px;
	padding-right: 9px;
	border-right:1px solid #efefef;
}

p.postExcerpt a {
	color: black;
	text-decoration: none;
}

p.postExcerpt a:hover {
	color: #cd1713;
}

#ad728 {
	padding-top:7px;
	text-align:center;
	display:block;
}
/* MAIN PAGE PHOTO GALLERY BAR
============================================================== */
#photoGalleryBar { /*Do not change the name of ID */
	width: 970px;
	height: 185px;
	margin-bottom:15px;
	position: relative;  
	border-top:2px solid #efefef;
	border-bottom:2px solid #efefef;
	display:block;
}
#photoGalleryBar .container { /*Do not change the name of class */
	position: absolute;
	left: 29px;  
	width: 915px;
	height: 185px;
	overflow:hidden;
	background:url(sans-default/bgGradientLines.gif) repeat;
}
#photoGalleryBar #previous_button { /*Do not change the name of class */
	position: absolute;
	width: 27px;
	height: 185px;
	background: url(sans-default/left.gif);
	z-index: 100;    
	cursor:pointer;
}
#photoGalleryBar #previous_button_disabled { /*Do not change the name of class */
	background: url(sans-default/left-disabled.gif);
	cursor:default;
}

#photoGalleryBar #previous_button.disabled { /*Do not change the name of class */
	background: url(sans-default/left-disabled.gif);
	cursor:default;
}
#photoGalleryBar #next_button { /*Do not change the name of class */
	position: absolute;
	right: 0;
	width: 27px;
	height: 185px;
	background: url(sans-default/right.gif);
	z-index: 100;
	cursor:pointer;
}
#photoGalleryBar #next_button_disabled { /*Do not change the name of class */
	background: url(sans-default/right-disabled.gif);
	cursor:default;
}
#photoGalleryBar #next_button.disabled { /*Do not change the name of class */
	background: url(sans-default/right-disabled.gif);
	cursor:default;
}
#photoGalleryBar ul { /* Main page photo gallery is displayed in a list format */
	width: 100000px;
	position: relative;
	margin-top:10px;
}
#photoGalleryBar ul li {
	display:inline;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:.9em;
	line-height:1em;
	width:167px;
	margin-left:8px;
	margin-right:8px;
}
#photoGalleryBar ul li a.photogallery_title{
	color:#222;
	display:block;
	margin-top:5px;
}
#photoGalleryBar ul li a.photogallery_title:hover {
	color:#cd1713;
}
#photoGalleryBar a img{
	display:block;
	background:#fff;
	margin-top:0;
}

/* SUBNEWS - 4 COLS BELOW THE PHOTO GALLERY
============================================================== */
#subNews { /* Wraps all vertical cols */
	float:left;
	line-height:1.1em;
}
.subNewsContainer { /* Each vertical cols is wrapper individually with this class */
	width:320px;
	float:left;
	margin-right:7px;
	padding-right:8px;
	display:inline;
	/* border-right:1px solid #efefef; */
	padding-top:4px;
	padding-bottom:5px;
}
.subNewsContainer img {
	display:block;
	margin-bottom:5px;
}
.subNewsContainerMeta { /* wrapper for data and more link at bottom of vertical cols */
	display:block;
	font-size:.85em;
	font-style:italic;
	margin-top:5px;
	padding-bottom:5px;
	font-weight: 500;
}
.subNewsContainerMeta a{
	color:#cd1713;
	font-weight: 600;
}
.subNewsContainerMeta a:hover {
	text-decoration:underline;
}
.border { /* The seperator between 8 entries below the photo gallery */
	clear:both;
	border-top:1px solid #efefef;
	display:block;
	height:1px;
	margin-right:8px;
}
#footer468x60 {
	padding:15px 0 0;
	display:block;
	text-align:center;
}

/* SIDEBAR - FOR MAIN PAGE (the right hand of vertical cols at the bottom half)
================================================================== */
#mainPageSidebar { /* Wraps all the objects inside of main page sidebar */
	float:right;
	width:300px;
}
#searchCat  select, #archiveform  select, #cat, #googlequery{
	background-color: #FFF;
	border: 1px solid #7F9DB9;
	color: #555;
	font: 1em/1.2 Ubuntu, Arimo, Tahoma, Helvetica, Sans-Serif;
	margin-bottom: 10px;
	width:190px;
	padding: 1px;
	margin-left:10px;
}

/* AJAX TAB STYLE on sidebar of mainpage */
/* REQUIRED to hide the non-active tab content */
.tabberlive .tabbertabhide {display:none;}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 { display:none;}

/* ul.tabbernav = the tab navigation list */
ul.tabbernav{
	height:24px;
	margin-top:12px;
	font-size:.9em;
	border-bottom:1px solid #efefef;
	font-weight:bold;
}
ul.tabbernav li{
	display: inline;
	float: left;
	line-height: 23px;
	height: 24px;
}
ul.tabbernav li a {
	display: block;
	float: left;
	padding: 0 8px;
	text-align: center;
	height: 23px;
	background: #fafafa url(sans-default/bgAjaxTabs.gif) repeat-x;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	color: #222;
}
ul.tabbernav li.tabberactive a {
	color: #222;
	display: block;
	float: left;
	padding: 0 8px;
	text-align: center;
	height: 24px;
	border: 1px solid #efefef;
	border-bottom:1px solid #fff;
	background:#fff;
}

/* The tab container */
.tabbertab {
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	padding:5px;
	background:#fff;
	margin-bottom:12px;
}
.tabbertab ul li {
	line-height:18px;
	color:#666;
	border-bottom:1px dotted #D3D9EB;
	margin-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	list-style:disc inside;
}
.tabbertab a  {
	display:inline;
	color:#666;
}
.tabbertab a:hover {
	color:#0854C7;
	text-decoration:underline;
}
.archiveBox {
	padding:5px 10px 8px;
	background:#efefef;
}
/* FOOTER
============================================================== */
#footerCatBar { /*Category bar on footer */
	padding-top:4px;
	padding-bottom:4px;
	margin-top:5px;
	display:block;
	text-align:center;
	border-top:2px solid #efefef;
	border-bottom:2px solid #efefef;
	font-size:.9em;
	line-height:1em;
	font-weight:bold;
}
#footerCatBar ul {
	display:block;
}
#footerCatBar li {
	display:inline;
}
#footerCatBar a{
	text-transform:uppercase;
	color:#949494;
	margin-right:6px;
	margin-left:6px;
}
#footerCatBar a:hover {
	color:#da0006;
	text-decoration:none;
}
#footerPages { /* Pages bar on footer */
	margin-top:10px;
	padding-top:10px;
	padding-bottom:5px;
	display:block;
	text-align:center;
	background:#efefef;
	font-size:.9em;
	line-height:1em;
	font-family:Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
}
#footerPages ul {
	display:block;
}
#footerPages li {
	display:inline;
	margin-right:4px;
	margin-left:4px;
	font-weight:bold;
	text-transform:uppercase;
}
#footerPages a{
	color:#222;
}
#footerPages a:hover {
	color:#da0006;
	text-decoration:none;
}
#themeInfo{ /* Wraps the credits below pages links on footer */
	display:block;
	margin-top:10px;
}

/* GLOBALS and CLASSES
============================================================== */
#bcrum { /* The wrapper for "category Archive for, Author archive" etc... captions in archive pages */
	font-size:.8em;
	border:1px solid #ddd;
	padding:7px;
	background:#f5f5f5;
	color:#444;
	margin-bottom:10px;
	line-height:1.3em;
}
.labelBC { /* The style for the label used on archive pages to display where visitor is (Category archives for - Posts tagged as ... )*/
	display:block;
	font-size:13px;
	color:#8f8f8f;
	margin-bottom:2px;
}
.locationBC { /* Name of category, archive or date placed below the (Category archives for - Posts tagged as ... ) text on archive pages */
	display:block;
	font-size:20px;
	color:#222;
	letter-spacing:-1px;
}
.adLabel { /*Style for the label displayed as "advertisement" on ads */
	color:#aaa;
	display:block;
	font-size:12px;
	text-align:center;
	padding:3px 0;
}
.titleCatName { /* Front page, category labels over blocks */
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	display:block;
	font-size:11px;

	font-family: Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
}
.titleCatName a,.titleCatName a:hover {
	text-transform:uppercase;
	color:#cd1713;
	font-weight:bold;
	font-size:11px;
	font-family: Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
}
.videoTitle { /* Title of video on sidebar of frontpage */
	font-size:15px;
	margin-bottom:5px;
	display:block;
}
.videoTitle a {
	color:#222;
}
.videoTitle a:hover {
	color:#cd1713;
	text-decoration:none;
}
.clear{clear:both;}
.block {display:block}
.margintop {margin-top:7px;}
.paddingtop {padding-top:7px;}
.bordernone {border:none}

/* Widget Styles */
.widget {
	margin-bottom:10px;
}
.widget p {
	padding-top:5px;
	padding-bottom:5px;
}
.widget ul li {
	line-height:18px;
	color:#666;
	width:auto;
	border-bottom:1px dotted #D3D9EB;
	margin-left:3px;
	list-style:disc inside;
}
.widget a  {
	display:inline;
	width:auto;
	color:#666;
}
.widget a:hover {
	color:#0854C7;
	text-decoration:underline;
}
.sidebarWidget {
	margin-top:10px;
	margin-bottom:0;
}
.wideSidebarWidget {
	margin-top:15px;
	margin-bottom:0;
}
.wideSidebarWidget span {
	padding-left:0px;
}
.narrowSidebarWidget ul {
	padding-left:5px;
	text-align:left;
}
#primaryTopWrapper .wp-caption-text,
#primaryTopWrapper .wp-caption-text, 
#subNews  .wp-caption-text { 
/* Hack to hide captions; NOT to be displayed on main page */display:none; 
}
.thumb {
	padding:2px;
	background:#fff;
	border:1px solid #aaa;
}
a.gab_headline  {
	display:block;
	color:#555;
	line-height:18px;
	color:#555;
	font-size:12px;
	border-bottom:1px dotted #D3D9EB;
	margin-left:7px;
	margin-top:0px;   /* EDITED - was 5px */
	padding-left:10px;
	background:url(sans-default/ico_widget_li.gif) no-repeat left 5px;
}
a.gab_headline:hover {
	color:#cd1713;
	text-decoration:underline;
	background:url(sans-default/ico_widget_li_hover.gif) no-repeat left 5px;
}
/* INNER PAGE CONTENT AREA
============================================================== */
#innerContent { /* Inner page content wrapper */
	float:left;
	display:inline;
	font-size:1.2em;
	line-height:1.4em;
	width: 1252px;
}	
	#innerLeft p {
		padding-bottom:20px;
		line-height:170%;
		font-size: 1.05em;
		text-align: left;
		padding-left: 5px;
		padding-right: 20px;
		font-weight: 300;
	}

	#innerLeft p.intro
	{
		font-size: 1.3em;
		line-height: 140%;
		font-weight: 500;
		padding-top: 26px; /* to offset from featured image in div */
	}

	#innerLeft p.intro strong
	{
		font-weight: 500 !important; /* override strong, which is placed in intro for RSS readers */
	}

	div.FloatingQuoteBox
	{
		float:right;
		width:40%;
		font-style:italic;
		border:1px dashed #CD1713;
		margin-top:5px;
		margin-left:20px;
		padding:5px; 
		background-color: #FFF8F8;
	}

	#innerleft span.w500
	{
		font-weight: 500;
	}

	#innerleft span.w600
	{
		font-weight: 600;
	}

	#innerleft span.w700
	{
		font-weight: 700; !important
	}

	#innerleft p.intro span.catauthor
	{
		font-weight: 700;
		text-transform: uppercase;
	}

	#innerleft em
	{
		padding-right: 2px;  /* compensate for browser-simulated italics */
	}

	.post a, .post blockquote a {
		color:#0854C7;
		text-shadow: 0px 0px 1px #20DCF4;
		font-weight: 400;
	}

	.post strong
	{
		font-weight: 500;
	}

	.post a:hover, .post blockquote a:hover {
		color:#cd1713;
		text-shadow: 0px 0px 2px #E99496;
		text-decoration:underline;
	}

	.post strong b, .post b strong
	{
		text-shadow: 0px 0px 1px #666;
		font-weight: 900; /* to override 600 in header */
	}

	.post h3 a
	{
		color:#000000; /* #021542; */
		border-bottom: #0854C7 1px dashed;
	}
	.post h3 a:hover
	{
		color:#cd1713;
		border-bottom: #cd1713 1px solid;
		text-decoration: none;
	}

	#innerContent h3.widgetbgTitle
	{
		margin-bottom: 10px;
	}

	.post ul {
		padding-bottom:20px;
		list-style: square outside;
	}
	.post img {
		padding:2px;
		border:1px solid #aaa;
		background:#fff;
	}
	.post .featuredTitleImageContainer img {
		padding:0px;
		border:0px;
		background:none;
	}

	img.FeaturedImage
	{
		width: 646px !important;
		height: 363px !important;
	}

	img.ArchiveImage
	{
		width: 160px !important;
		height: 90px !important;
		margin-right: 10px;
		padding-top: 3px;
	}

	img.TeaserImageLarge
	{
		width: 320px !important;
		height: 180px !important;
	}

	img.TeaserImageSmall
	{
		width: 237px !important;
		height: 133px !important;
	}

	

	.post .authorAvatarContainer img {
		padding:0px;
		border:0px;
		background:none;
	}
	.post img.bnone {
		border:none;
	}
	.post ol {
		padding-bottom:10px;
		list-style: decimal outside;
	}
	.post li {
		padding: 2px 0px 6px 2px;
		margin-left: 40px;
		font-size: 105%;
		line-height: 1.5em;
		color:#4c4c4c;
	}
	.alignleft {
		float:left;
		margin-right:10px;
		margin-top:0px;
	}
	.alignright {
		float:right;
		margin-left:10px;
		margin-top:-4px; /* lift images a bit */
	}
	.aligncenter {
		margin:0 auto;
		display:block;
	}
	.wp-caption {
		margin-bottom:10px
	}	
	.wp-caption img {
		margin-bottom: 5px;
		padding:4px;
		border: 1px solid #ddd;
		background-color:#fff;
	}
	p.wp-caption-text {
		color:#222;
		width: auto;
		font:.7em Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
		text-align:center;
	}
	blockquote {
		padding: 2px 10px;
		background: #f6f5f5;
		color:#333;
		clear:both;
		border-left: 3px solid #bfbbbb;
		margin-bottom:10px;
		margin-right:15px;
	}
	code {
		font-family: Ubuntu Mono;
		font-weight: bold;
		color: #844;
		font-size: 14px;
		padding-left: 10px;
		border-left: 4px solid #844;
		display:block;
		background: #FFF8F0;
	}
	blockquote p {
		font-size: 1.1em;
		padding: 5px 0px;
		margin: 5px 0px;
		line-height: 1.3em;
	}
	blockquote li {
		padding: 2px 0px 2px 10px;
		font-size: 1.1em;
		line-height: 1.3em;
		color:#369;
	}
	blockquote a {
		color:#0080ca;
		text-decoration:none;
	}
	blockquote a:hover {
		color:#039;
		text-decoration:underline;
	}
	.postinfo { /* post info shown under the summary of posts on search results */
		text-align:right;
		padding-top:3px;
		padding-bottom:3px;
		padding-right:5px;
		clear:both;
		font:11px Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
		color:#9f9f9f;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		background:#f9f9f9;
		margin-top:10px;
		margin-bottom:20px;
		display:block;
	}
	.postinfo a,.navigation a {
		color:#0854C7;
	}
	.postinfo a:hover, .navigation a:hover {
		color:#cd1713;
	}
	.photoFrame { /* container around the photo on archive pages  */
		display:block;
		float:left;
		text-align:center;
		padding-bottom:5px;
		padding-right:5px;
		padding-left:5px;
		margin-bottom:15px;
		border-bottom:1px solid #f4f4f4;
		width:240px;
		min-height: 255px;
		height: auto !important; /* IE6 Min height hack */
		height: 255px;
	}
	#entryMeta { /* Style to wrap author details below the article  */
		font-size:.95em;
		border:1px solid #ddd;
		padding:7px;
		background:#f5f5f5;
		color:#444;
		margin-bottom:10px;
		line-height:1.3em;
	}
	#entryMeta img { /* Alignment for author image on single post page */
		float:left;
		padding:2px;
		border:1px solid #bbb;
		margin-top:1px;
		margin-right:5px;
	}
	#entryMeta a { /* Link style for the post details below the post title on single post page */
		color:#8f8f8f;
		text-decoration:underline;
		text-shadow: none;
	}
	#entryMeta a:hover {
		text-decoration:none;
		text-shadow: none;
	}
	#innerLeft { /* Post wrapper */
		float:left;
		width:646px;
		padding-left: 5px;
		padding-right: 9px;
		border-right: 1px solid #EFEFEF;
	}
	.gab_authorInfo  { /* Author Pages - Post Author Bio wrapper */
		background: #efefef;
		padding:5px;
		margin:5px 0 10px;
		border: 1px solid #ccc;
		font:11px/15px Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	}
	.gab_authorPic { /* Author Pages - photo inside of bio wrapper */
		float:left;
		width:50px;
		display:inline;
		margin-right:7px;
	}	
	.share { /* Socialize buttons styles */
		text-align:right;
		display:block;
		padding-bottom:15px;
	}
	.share img {
		display:block;
		float:right;
		margin-left:5px;
		padding:0;
		border:none;
	}
	.share img:hover {
	}
	.postinfoPhotoCat { /* Post info for photo gallery post details shown below thumbnails on archive pages */
		padding-top:5px;
		font:11px Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
		color:#9f9f9f;
		display:block;
	}
	.postinfoPhotoCat a {
		color:#0854C7;
	}
	.postinfoPhotoCat  a:hover {
		color:#cd1713;
	}
	
	/* Inner Page JS Slider Style */
	#innerpage-slider {
		position: relative; /*leave as is*/
		overflow: hidden; /*leave as is*/
		width: 500px; /*width of innerpage content slider*/
		height: 380px;
		background:#efefef;
	}
	#innerpage-slider .contentdiv{ /* do not change the name of class - The size of contentdiv is 495x270 (after excluding padding value) */
		visibility: hidden; /*leave as is*/
		position: absolute; /*leave as is*/
		left: 10px;  /*leave as is*/
		top: 10px;  /*leave as is*/
		z-index:1;
	}
	#innerpage-slider p.sliderCaption { /* Post excerpt style on innerpage slider */
		color:#fff;
		font-size:1em;
		padding:3px 5px 5px;
		position:absolute;
		top:15px;
		display:inline;
		width:auto;
		left:0px;
		background: url(sans-default/bgTransparent.png);
	}
	#innerpage-slider img {
		display:block;
		width:480px;
		height: auto !important;
		height: 270px;
		border:none;
		padding:0;
	}
	#paginate-innerpage-slider{ /* do not change the name of class - used to wrap thumbnails for innerpage area */
		background-color: #efefef;
		padding:0 0 5px 10px;
		margin-bottom:10px;
	}
	#paginate-innerpage-slider ul {
		width:490px;
		padding-bottom:0;
		list-style: none;
	}
	#paginate-innerpage-slider ul li {
		display: inline;
		width:65px;
		float:left;
		margin-left:0;
		padding:0 0 0 0;
		margin-right:4px;
		margin-bottom:3px;
	}
	#paginate-innerpage-slider img{ 
		padding:5px 0 0 0;
		border-right:0;
		border-left:0;
		width:65px;
		border-bottom:0;
		background: #efefef;
	}
	#paginate-innerpage-slider a img{
		border-top:4px solid #fff;
	}
	#paginate-innerpage-slider a:hover img, #paginate-innerpage-slider a.selected img{
		border-top:4px solid #cd1713;
	}
	
	/* Rick's additions -- translations available box */

	.post .translated
	{
		margin-top: 0px;
		margin-bottom: 20px;
		border: 2px #cd1713 solid;
		padding: 5px;
		padding-left: 8px;
		padding-top:2px;
		padding-bottom: 6px;
		font-family: Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
		line-height: 140%;
		font-size: 80%;
		font-style: italic;
	}
	
	.post .translated .header
	{
		color: #cd1713;
		padding-bottom: 10px;
		line-height:200%;
		font-weight: bold;
		font-style: normal;
	}

	/* renamed "redbox" */

	.post .redbox,
	.post .bluebox
	{
		margin-top: 0px;
		margin-bottom: 20px;
		margin-right:15px;
		padding: 5px;
		padding-left: 8px;
		padding-top:2px;
		padding-bottom: 6px;
		font-family: Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
		line-height: 140%;
		font-size: 1.0em;
		font-style: italic;
	}

	.post .redbox
	{
		border: 2px #cd1713 solid;
	}
	
	.post .redbox .header,
	.post .bluebox .header
	{
		padding-bottom: 10px;
		line-height:200%;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
	}

	.post .redbox .header
	{
		color: #cd1713;
	}

	.post .redbox p,
	.post .bluebox p
	{
		padding-bottom: 0px !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.post .bluebox
	{
		border: 2px #1317CD solid;
	}
	
	.post .bluebox .header
	{
		color: #1317CD;
	}

	.post .authorbox
	{
		margin-top: 0px;
		margin-bottom: 20px;
		margin-left: 10px;
		border: 1px #888 solid;
		padding: 2px;
		font-family: Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
		line-height: 140%;
		font-size: 80%;
		font-weight: 500;
		float: right;
	}

	.post pre
	{
		padding-bottom: 20px; !important
	}

	.post p em, .post ul li em, .post ol li em
	{
		/* compensate for italic hangout to right */
		padding-right: 2px;
	}

	#innerLeft .post .wp-caption p.wp-caption-text
	{
		font-style:italic;
		font-size:90%;
		text-align:center;
		line-height:125%;
	}


/* INNER PAGE SIDEBARS
============================================================== */
#wideSidebar { /* The Wide sidebar on inner pages that extends from story to 1024px screens */
	float:left;
	width:320px;
	background:white;
	font-size:.8em;
	padding-bottom:5px;
	padding-right:9px;
	padding-left:9px;
	border-right:1px solid #EFEFEF;
}

#narrowSidebar { /* The narrow sidebar on inner pages that extends 1024px screens to 1280px screens */
	float:left;
	width:237px;
	padding-left:8px;
}

	}
	ul#narrowSidebarGallery { /* Photo gallery style for the inner page narrow sidebar */
		margin-bottom:15px;
	}
	ul#narrowSidebarGallery li {
		display:block;
		width:126px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		text-align:center;
		font:bold .9em/1.1em Gentium Basic, PT Serif, Georgia, serif;
	}
	ul#narrowSidebarGallery li a{
		color:#222;
	}
	ul#narrowSidebarGallery li a:hover {
		color:#cd1713;
	}
/* COMMENTS STYLE
============================================================== */
p#commentNotification { /* text style for notification message that is displayed when post is pass protected or comments are closed */ 
	display:block;
	margin-top:7px;
	background:#f9f9f9;
	padding:3px 5px;
	font-weight:bold;
}
p#noComment {
	font:bold .8em Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	background:#efefef;
	padding:4px 4px 4px 10px;
}

li.comment
{
	overflow-x: hidden;
}

ol.commentlist li a {
	color:#0854C7;
}
ol.commentlist li a:hover {
	color:#cd1713;
}
ol.commentlist li {
	border:1px solid #d5d5d5; 
	height:auto; 
	margin:0 0 10px; 
	padding:5px;
	padding-left: 80px;
	position:relative; 
}
ol.commentlist li div.vcard {
	padding-top:5px;
	font:20px/1.4em Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	font-weight: 500;
	color:#222;
}
ol.commentlist li div.vcard cite.fn { 
	font-style:normal;display:inline; 
}
ol.commentlist li div.vcard cite.fn a.url {
	color:#222;
	text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover { 
	text-decoration:underline;
}
ol.commentlist li div.vcard img.avatar { 
	border:1px solid #aaa;
	padding:1px;
	background:#fff; 
	left:7px; 
	position:absolute; 
	top:7px;
}
ol.commentlist li div.comment-meta { 
	font:bold 10px/1.4 Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	display:block;
	margin-bottom:10px; 
}

ol.commentlist li .commentnumber {
	color:#999999;
	font-size:36px;
	position:absolute;
	right:7px;
	top:9px;
}

ol.commentlist li li .commentnumber {
	font-size:20px;
	top:8px;
}

ol.commentlist li li li .commentnumber {
	font-size:16px;
	top: 9px;
}

ol.commentlist li li li li .commentnumber {
	font-size:32px;
	top: -4px;
}


ol.commentlist li div.comment-meta a { 
	color:#aaa; 
	text-decoration:none;
	font-style:italic;
}
ol.commentlist li div.comment-meta a:hover { 
	color:#222; 
}
ol.commentlist li p { 
	font:normal 12px/1.4em Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	padding-left: 2px !important;
}
ol.commentlist li ul { 
	font:normal 12px/1.4em Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	list-style:square; 
	margin:0 0 1em; 
	padding:0; 
	text-indent:0; 
}
ol.commentlist li div.reply { 
	background:#CCC; 
	border:1px solid #AAA; 
	color:#fff; 
	font:bold 9px/1 Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	padding:5px 10px;
	text-align:center;
	margin-bottom:12px;
	margin-right:10px;
	float:right;
}
ol.commentlist li div.reply:hover { 
	background:#c30; 
	border:1px solid #c00; 
}
ol.commentlist li div.reply a { 
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase; 
}
ol.commentlist li ul.children { 
	list-style:none;
	margin:1em 0 0; 
	text-indent:0;
}
ol.commentlist li ul.children li.depth-2 {
	margin:0 0 .25em; 
 }
ol.commentlist li ul.children li.depth-3 {
	margin:0 0 .25em; 
}
ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em; 
}
ol.commentlist li.even { 
	background:#fff;
}
ol.commentlist li.odd { 
	background:#f5f5f5;
}

/* COMMENT FORM ELEMENTS
============================================================== */
#respond {
	font-family: Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	background: url(sans-default/bgWriteComment.gif) repeat;
	padding:5px 15px 0;
	border:1px solid #ececec;
}
.cancel-comment-reply {
	font-size:12px;
}
.cancel-comment-reply, #respond cite {
	font-size:12px;
	padding-top:4px;
}
#respond label {
	font-size:0.8em;
	padding-left:3px;
	font-family: Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
}
#author,#email,#url {
	font: 0.8em Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	width: 35%;
	padding: 2px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
}
#respond textarea:focus, #respond input[type="text"]:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}
#respond textarea {
	font: 0.8em Ubuntu, Arimo, Tahoma, Helvetica, sans-serif;
	line-height: 130%;
	width: 95%;
	height: 120px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
	padding: 2px 3px 3px 7px;
	resize: none;
}
#submit {
	/* background: url(sans-default/submit.gif) no-repeat left; */
	height:24px;
	border:1px solid #888;
	display:block;
	line-height:0px;
	cursor:pointer;
	text-transform: uppercase;
	color: white;
	font-weight: 500;
	background:#AAA;
}
#submit:hover {
	cursor:pointer;
	/* background: url(sans-default/submit.gif) no-repeat right; */
	background:#c30; 
}

/* Image Size Adjustments */
#featured-slider img {
	display:block;
	height:278px;
	width:495px;
}
#paginate-featured-slider img {
	display:block;
	width:75px;
	height:50px;
}
.photoFrame img {
	display:block;
	width:234px;
	height:200px;
	border:none !important;
	padding:0 !important;
}
#photoGalleryBar img {
	display:block;
	width:161px;
	height:120px;
}



/* masthead fix by http://mystrd.at */

#masthead {
	height: 24px;
	padding: 0 5px 0 25px;
}

#masthead > ul > li,
#masthead > div > ul li {
	line-height: 24px;
	padding: 0 4px;
}

#masthead > div:nth-child(2) {
	top: 3px !important;
}


/* Ugly hacks for comment field looks */

div#cws-gravatar-signup p:last-child
{
	display: none;
}

div#cws-gravatar-signup label
{
	position:relative;
	top: -2px;
}

p.cptch_block
{
	margin-top: -6px;
}

p.cptch_block span.captcha
{
	width:216px;
	display:block;
	float:left;
}

p.cptch_block span.captcha input
{
	border: 1px solid #bbb;
}

