/*
Table of Content
*******************************************
WRAPPER
- HEADLINES
  -- Headlines in entries
  -- Archive and single post page titles
  -- Mainpage Titles
  -- Widget Titles
  -- Other headlines
- GLOBALS and CLASSES
- MAINPAGE GENERIC
  -- Mainpage post excerpt classes
- MASTHEAD 
  -- Top advertisement
  -- Pages navigation
  -- Search
  -- Stay Connected dropdown
- HEADER
   -- Site Name/logo
   -- 468 header ad
- CATEGORY BAR
- PRIMARY TOP WRAPPER
  -- Main Content
     -- Featured Slider
	 -- The block below featured slider (left and right)
  -- Primary top mid column
  -- Primary top sidebar
- MEDIA BAR
- SECONDARY CONTENT WRAPPER
  -- Secondary content left column
  -- Secondary content mid column
  -- Secondary content right column
- SUBNEWS (4 POSTS SHOWN ON FRONT PAGE ABOVE FOOTER)
- FOOTER
- INNER PAGE CONTENT
  -- Post format
  -- Attahment page and attachments
  -- Inner page slider
  -- Archive posts
- INNER PAGE SIDEBARS
  -- Narrow Sidebar
  -- Wide Sidebar
- COMMENT STYLE
- COMMENT FORM ELEMENTS
- Image Size Adjustments * Some sections (eg, featured slider, p.gallery...) requires certain size of images. To get exact values, some css rules are applied for those thumbnails
*/

@font-face {
	font-family: 'droid_sansbold';
	src: url('../fonts/DroidSans-Bold-webfont.eot');
	src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),  url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),  url('../fonts/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'droid_sansregular';
	src: url('../fonts/DroidSans-webfont.eot');
	src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/DroidSans-webfont.woff') format('woff'),  url('../fonts/DroidSans-webfont.ttf') format('truetype'),  url('../fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #fff;
	color: #000;
	font: 12px/17px georgia, 'palatino linotype', palatino, 'times new roman', times, serif;
}
#wrapper {
	padding: 0px 0px 0;
	background: #fff;
	width: 1217px;
	margin: 0 auto;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
/* HEADLINES
============================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: normal;
	display: block;
	font-family: 'droid_sansregular';
}
/*HEADLINES IN POST */
.post h1 {
	font-size: 22px;
	font-family: 'droid_sansregular';
	font-weight: bold;
}
.post h2 {
	font-size: 18px;
	font-family: 'droid_sansregular';
	font-weight: bold;
}
.post h3 {
	font-size: 16px;
	font-family: 'droid_sansregular';
	font-weight: bold;
}
.post h4 {
	font-size: 14px;
	font-family: verdana, tahoma, sans-serif;
	font-weight: bold;
}
/* Style of titles for single post pages */
h1.singlePageTitle {
	font-size: 25px;
	font-family: 'droid_sansregular';
	font-weight: 700;
	color: #222;
	line-height: 30px;
	padding-bottom: 4px;
}
/* Archive page titles */
h2.archiveTitle {
	color: #cd1713;
	font-weight: 700;
	font-family: 'droid_sansregular';
	font-size: 22px;
	margin: 0 0 5px 0;
	line-height: 22px;
}
h2.archiveTitle a {
	color: #111;
}
h2.archiveTitle a:hover {
	text-decoration: underline;
}
/* MAIN PAGE HEADLINES */
/* Title of featured post on slider */
h2.featuredTitle {
	font-family: 'droid_sansregular';
	font-weight: normal;
	display: block;
}
h2.featuredTitle a {
	color: #fff;
	display: block;
	padding: 3px;
	font-family: 'droid_sansregular';
}
h2.featuredTitle a:hover {
	text-decoration: underline;
}
/* Post titles display on homepage */
h2.postTitle {
	font-size: 15px;
	color: #2d2d2d;
	margin: 0 0 6px 0;
	line-height: 1.0em;
}
h2.postTitle a {
	color: #2d2d2d;
}
h2.postTitle a:hover {
	color: #cd1713;
}
h2.titleMediaCat { /* Title for media category archive posts */
	font-size: 14px;
	line-height: 14px;
	height: 30px;
}
h2.titleMediaCat a {
	color: #555;
}
h2.titleMediaCat a:hover {
	color: #222;
}
h3.footerWidgetTitle, h3.footerWidgetTitle a, h3.footerWidgetTitle a:hover {
	color: #fff;
    font-family: "droid_sansregular";
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 8px;
    text-transform: uppercase;
}
h3.titleCategoryRSS {
	font-family: 'droid_sansregular';
	letter-spacing: -1px;
	padding: 2px 0 2px 20px;
	margin-bottom: 3px;
	color: #bd8b43;
	border-bottom: 1px dotted #555;
	background: url(default/rssBig.gif) no-repeat left center;
}
/* Widget titles */
h2.widget_title {
	text-transform: uppercase;
	color: #cd1713;
	font-size: 16px;
	margin: 4px 0;
	font-family: 'droid_sansregular';
}
h2.widget_title a, h2.widget_title a:hover {
	color: #cd1713;
}
h3.widget_sTitle {
	text-transform: uppercase;
	color: #cd1713;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
/*	letter-spacing: -1px;*/
	font-family: 'droid_sansregular';
}
h3.widget_sTitle a, h3.widget_sTitle a:hover {
	color: #111;
}
/* other titles titles */
h3#comments, h3#leaveComment {
	margin-bottom: 10px;
}
/* GLOBALS and CLASSES - 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: none;
	padding: 2px 0 2px 10px;
	display: block;
	background: url(default/ico_widget_li.gif) no-repeat left 12px;
}
.widget ul li ul li {
	border-bottom: none;
}
.widget a {
	display: block;
	width: auto;
	color: #cd1713;
	font-family: 'droid_sansregular';
	font-weight:normal;
}
.widget a:hover {
	text-decoration: underline;
}
/* OTHER GLOBAL SELECTORS */
.featuredPost .wp-caption-text, #mediabar .container .wp-caption-text {
	/* Hack to hide captions; NOT to be displayed on main page */ display: none;
}
.titleCatName { /* Front page, category labels over blocks */
	text-transform: uppercase;
	color: #cd1713 !important;
	font-weight: bold;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-family: 'droid_sansregular';
}
.titleCatName a, .titleCatName a:hover {
	text-transform: uppercase;
	color: #cd1713 !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 14px;
	font-family: 'droid_sansregular';
}
/* small size post title, used for mediabar and secondary content columns  */
.spostTitle {
	font-size: 13px;
	line-height: 14px;
	color: #2d2d2d;
	display: block;
	margin-bottom: 3px;
	font-weight: 700;
	font-family: "droid_sansregular";
}
.spostTitle a {
	color:#111;
}
.spostTitle a:hover {
}
/* Wrapper for main page post excerpts excerpts */
#wrapper .featuredPost {
/*	padding: 5px 0;
/**//*	border-bottom: 1px dotted #e1e4f2;
*/	/*margin-bottom: 6px;*/
}
#wrapper .featuredPost p {
	color: #555;
	font-family: arial;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: 'droid_sansregular';
}
#wrapper .featuredPostMeta {
	color: #000;
    display: block;
    font-family: "droid_sansregular";
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    padding-top: 0px;
    text-align: left;
    text-transform: uppercase;
}
#wrapper .featuredPostMeta a {
	color: #c00;
	font-family: 'droid_sansregular';
}
#wrapper .featuredPostMeta a:hover {
	text-decoration: underline;
	color: #f00;
}
#wrapper .lastPost {
	border: none;
	margin: 0;
}
.thumb {
	/*	padding:2px;*/
	background: #fff;
	border: 1px solid #aaa;
}
/* Author and post details displayed before post excerpt */
.author a {
	color: #666
}
.author a:hover {
	text-decoration: none;
}
.date {
	color: #cd1713
}
/* LEADERBOARD AD+ PAGE MAVIGATION + SEARCH + SUBSCRIBE +  
============================================================== */
#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;
}
#primartTopMidCol .widget ul li a{
	border-bottom: 1px dotted #222;
    margin-left: 14px;
	padding:6px 0;
}
#primartTopMidCol .widget ul li {
	background: url("default/ico_widget_li.png") no-repeat scroll left 13px;
	border:none !important;
	padding:0 !important;
	
}
#primartTopMidCol .widget h3{
	margin-bottom:1em;
}
#primartTopMidCol .widget ul{
	margin-left:15px;
}
.socailadd {
	text-align: center;
}

/* PAGES */
#navpages {
	/*	width:1280px;*/
	background: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.08)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.08), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.08), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.08), rgba(255,255,255,0));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.08), rgba(255,255,255,0));
	border-bottom: 4px solid #a91515;
	color: #ccc;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 5px 11px;
}
#navpages ul {
	float: left;
}
#navpages ul li {
	position: relative;
	display: inline;
	float: left;
	font-size: 13px;
	font-family: 'droid_sansregular';
}
#navpages ul li a {
	color: #fff;
	display: block;
	padding: 6px 12px 4px 12px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
* 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 {
	text-decoration: none;
	color: #cd1713;
}
/*1st sub level menu*/
#navpages ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 4px 0 0 0;
	border-bottom: 1px solid #aaa;
	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: 13px;
	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: 990;
	padding: 0;
	border-bottom: 1px solid #aaa;
}
/* 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;
	padding: 4px 10px;
	margin: 0;
	background: #fff;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-transform: none;
	color: #222;
}
#navpages ul li ul li a:hover { /*sub menus hover style*/
	text-decoration: none;
	background: #efefef;
	color: #222;
}
#navpages ul li a.gab_connect {
	background: url(default/ico_connect.png) no-repeat 3px center;
	padding-left: 20px;
}
#navpages ul li a:hover.gab_connect {
	background: url(default/ico_connect.png) no-repeat 3px center;
	padding-left: 20px;
}
#navpages ul li ul li a.gab_rss {
	background: #e9e9e9 url(default/ico_rss.png) no-repeat 3px center;
	padding-left: 23px;
}
#navpages ul li ul li a:hover.gab_rss {
	background: #ddd url(default/ico_rss.png) no-repeat 3px center;
	padding-left: 23px;
}
#navpages ul li ul li a.gab_email {
	background: #e9e9e9 url(default/ico_email.png) no-repeat 3px center;
	padding-left: 23px;
}
#navpages ul li ul li a:hover.gab_email {
	background: #ddd url(default/ico_email.png) no-repeat 3px center;
	padding-left: 23px;
}
#navpages ul li ul li a.gab_facebook {
	background: #e9e9e9 url(default/ico_facebook.png) no-repeat 3px center;
	padding-left: 23px;
}
#navpages ul li ul li a:hover.gab_facebook {
	background: #ddd url(default/ico_facebook.png) no-repeat 3px center;
	padding-left: 23px;
}
#navpages ul li ul li a.gab_twitter {
	background: #e9e9e9 url(default/ico_twitter.png) no-repeat 3px center;
	padding-left: 23px;
}
#navpages ul li ul li a:hover.gab_twitter {
	background: #ddd url(default/ico_twitter.png) no-repeat 3px center;
	padding-left: 23px;
}
/*search*/
#search {
	float: right;
	width: 193px;
	height: 20px;
	border: 1px solid #a6a5a5;
	background: #fff;
	margin: 2px 3px 0 0;
	display: inline;
}
#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: 'droid_sansregular';
	width: 164px;
}
#searchsubmit {
	float: left;
	margin: 2px 0 0 0;
}
/* HEADER
============================================================== */
#header {
	/*	width:1280px;*/
	margin: 0 auto;
	overflow: hidden;
	min-height: 115px;
	height: auto !important; /* IE6 Min height hack */
	height: 115px;
}
#header img {
	display: block;
}
#logo {
	float: left;
	font-weight: bold;
	width: 180px;
	font-family: 'droid_sansregular';
}
#logo h1 a {
	color: #222;
	overflow: hidden;
	display: block;
	font-size: 45px;
	line-height: 35px;
}
#logo h1 a span {
	font-size: 15px;
	font-family: 'droid_sansregular';
	color: #cd1713;
	padding-left: 5px;
	overflow: hidden;
	display: block;
}
#header .banner {
	float: right;
	width: 660px;
	padding: 30px 5px 0 0;
	margin-top: -5px;
}
/* /* CATEGORIES NAVIGATION
============================================================== */
/* CATEGORIES */
#navcats {
	/*	width:1280px;*/
	background: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.14)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.14), rgba(255,255,255,0));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.14), rgba(255,255,255,0));
	border-bottom: 4px solid #00a651;
	color: #ddd;
	font-size: 13px;
	font-size: 1.3rem;
	float: left;
	width: 100%;
}
#navcats ul {
	float: left;
	z-index: 900;
}
#navcats ul li {
	position: relative;
	display: inline;
	float: left;
	font-size: 14px;
	font-family: Arial;
//georgia, 'palatino linotype', palatino, 'times new roman', times, serif;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.4);
	padding: 0 0 0 1px;
}
#navcats ul li.first {
	padding: 0;
	background: none;
}
#navcats ul li a {
	color: #fff;
	/*	height:23px;*/
	padding: 13px 12px;
	display: block;
	font-family: 'droid_sansregular';
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#navcats ul li.first a {
	padding: 5px 19px 0 19px;
}
* 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-menu-item a {
	text-decoration: none;
	color: #fff;
	background: #00a651;
}
#navcats .current-cat a {
	text-decoration: underline;
	background: #cd1713;
	color: #fff;
}
/*1st sub level menu*/
#navcats ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-top: 1px solid #aaa;
	z-index: 900;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navcats ul li ul li {
	display: list-item;
	float: none;
	font-size: 1em;
	padding: 0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navcats ul li ul li ul {
	top: 0;
	margin-top: -1px;
	border-top: 1px solid #aaa;
	z-index: 990;
}
/* Sub level menu links style */
#navcats ul li ul li a, #navcats .select ul li a {
	width: 160px;
	height: auto;
	padding: 5px 10px;
	margin: 0;
	background: #333;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	/*	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;*/
	text-transform: none;
	color: #fff;
}
#navcats ul li ul li a:hover { /*sub menus hover style*/
	text-decoration: none;
	background: #00a651;
	color: #fff;
}
/* PRIMARY TOP WRAPPER wraps three main div #featuredContent, #primary and #primaryTopSidebar
============================================================== */
#primaryTopWrapper { /* Wraps Featured Slider, entries below and on right hand of slider and 120+600 ad on main page */
	padding: 30px 35px 10px;
}
/* MAIN CONTENT 
============================================================== */
/* Features Slider */
#featuredContent {
	margin-right: 23px;
	float: left;
	display: inline;
	width: 600px;
}
#featured-slider {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 100%; /*width of featured content slider*/
	height: 390px;
/*	border-bottom: 1px solid #ddd;*/
	margin-bottom: 10px;
}
#featured-slider img {
	display: block;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	min-width: 100%;
}
#featured-slider .sliderPostPhoto { /* Wrapper for featured are photo and post title */
	position: relative;
	height: 372px;
	width: 100%;
	overflow: hidden;
}
#featured-slider .sliderPostInfo { /* Post title and if enabled excerpt wrapper for featured slider */
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: auto !important;
    padding: 20px 10px;
    position: absolute;
    width:88%;
}
#featured-slider .sliderPostInfo p { /* Post excerpt style on featured slider */
	color: #fff;
	font-size: 1.1em;
	padding: 3px 5px 5px 6px;
	line-height:25px;
}
#featured-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: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	z-index: 1;
}
#featuredNav {
	padding: 5px;
	display: block;
	border: 1px solid #efefef;
	margin-bottom: 5px;
	height: 15px;
	display:none;
}
#paginate-featured-slider { /* do not change the name of class - used to wrap thumbnails for featured area */
	font-family: 'droid_sansregular';
	float: left;
	width: 368px;
}
#paginate-featured-slider a { /* do not change the name of class - used to style links over featured slider */
	color: #000;
	padding: 2px 9px;
}
#paginate-featured-slider a:hover {
	text-decoration: none;
	color: #cd1713;
}
#paginate-featured-slider a.selected {
	color: #fff;
	text-decoration: none;
	background: #cd1713;
}
.featuredViewAll {
	float: right;
	width: 90px;
	text-align: right;
}
.featuredViewAll a, .featuredViewAll a:hover {
	text-transform: uppercase;
	color: #cd1713;
	font-weight: bold;
	font-size: 11px;
	font-family: arial, tahoma, sans-serif;
}
#belowfeatured {
}
#belowFeaturedLeft {
	float: left;
	width: 100%;
	 margin-bottom: 30px;
}
#belowFeaturedRight {
	float: right;
	width: 100%;
	 margin-bottom: 30px;
}
/* PRIMARY TOP MID COLUMN * /
============================================================== */
#primartTopMidCol { /* Wraps the breaking news and 125 ads */
	border-right: 1px solid #eee;
    display: inline;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    width: 170px;
}
#ad125px {
	text-align: center;
}
#ad125px img {
	margin: 5px auto;
	display: block;
}
/* SIDEBAR TOP - MAIN PAGE
================================================================== */
#primaryTopSidebar { /*Wraps the 120*600 ad spot on mainpage */
	float: right;
	width: 310px;
	display: inline;
}
/* featured videos */
#video-slider {
	display: block;
	margin-bottom: 10px;
}
#featuredVideoNav {
	padding: 5px;
	display: block;
	border: 1px solid #efefef;
	margin-bottom: 5px;
	height: 15px;
}
#paginate-video-slider { /* do not change the name of class - used to wrap thumbnails for featured area */
	ffont-family: 'droid_sansregular';
	float: left;
	width: 200px;
}
#paginate-video-slider a { /* do not change the name of class - used to style links over featured slider */
	color: #000;
	padding: 2px 5px;
}
#paginate-video-slider a:hover {
	text-decoration: none;
	color: #cd1713;
}
#paginate-video-slider a.selected {
	color: #fff;
	text-decoration: none;
	background: #cd1713;
}
.featuredVideoViewAll {
	float: right;
	width: 65px;
	text-align: right;
}
.featuredVideoViewAll a, .featuredVideoViewAll a:hover {
	text-transform: uppercase;
	color: #cd1713;
	font-weight: bold;
	font-size: 11px;
	font-family: arial, tahoma, sans-serif;
}
#flickrWidget {
	display: block;
	margin-top: 5px;
}
#flickrWidget img {
	margin: 7px 7px 7px 6px;
	padding: 4px;
	border: 1px solid #ddd;
	display: block;
	float: left;
}
/* Primary Top sidebar tabs */
#sidebarTabs {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#sidebarTabs_title {
	width: 100%;
	overflow: hidden;
	background: url(default/bgr_sidebarTabs_title.gif) repeat-x bottom;
}
#sidebarTabs_title li {
	float: left;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	padding: 0 2px 0 0;
}
#sidebarTabs_title li.last {
	padding: 0;
}
#sidebarTabs_title li a {
	float: left;
	color: #000;
	background: url(default/bgr_sidebarTabs_title_a.gif) repeat-x;
	height: 24px;
	padding: 8px 10px 0 10px;
}
#sidebarTabs_title li.last a {
	width: 75px;
	white-space: nowrap;
}
#sidebarTabs_title li a.selected {
	color: #cd1713;
	background: #ffffff;
	height: 24px;
	padding: 7px 10px 0 9px;
	border: 1px solid #bcbcbc;
	border-bottom: 0;
	text-decoration: none;
}
#sidebarTabs_body {
	width: 274px;
	border: 1px solid #bcbcbc;
	border-top: 0;
	padding: 3px 12px 6px 12px;
}
#sidebarTabs_body ol, #sidebarTabs_body ul {
	color: #999999;
	margin: 0 0 0 20px;
}
#sidebarTabs_body li {
	list-style: decimal;
	font-size: 12px;
	line-height: 1.5em;
	padding: 2px 0 2px 0;
}
#sidebarTabs_body li a {
	color: #333333;
}
#sidebarTabs_body li a:hover {
	color: #333333;
	text-decoration: underline;
}
/* MEDIA GALLERY
============================================================== */
#mediabar { /*Do not change the name of ID */
	border:1px solid #e4e4e4;
	display: block;
	height: 175px;
	margin: 35px 0 15px;
	position: relative;
}
#mediabar a {
	color: #ccc;
    display: inline;
    font-family: "droid_sansregular";
    font-size: 9px;
    font-weight: normal;
    line-height: 13px;
    padding: 0
}
#mediabar a:hover {
	color: #fff;
}
#mediabar .container { /*Do not change the name of class */
	height: 175px;
    left: 0;
    margin: 15px;
    overflow: hidden;
    position: absolute;
    width: 566px !important;
}
#mediabar .thumb {
	display: block;
	margin-bottom: 5px;
	border: none;
}
#mediabar #previous_button { /*Do not change the name of class */
	background: rgba(0, 0, 0, 0) url("default/left.gif") repeat scroll -1px 0;
	cursor: pointer;
	height: 22px;
	position: absolute;
	right: 27px;
	top: -31px;
	width: 21px;
	z-index: 100;
	cursor: pointer;
}
#mediabar #previous_button_disabled { /*Do not change the name of class */
	background: url(default/left-disabled.gif);
	cursor: default;
}
#mediabar #previous_button.disabled { /*Do not change the name of class */
	background: rgba(0, 0, 0, 0) url("default/left.gif") repeat scroll -1px 0;
	cursor: default;
}
#mediabar #next_button { /*Do not change the name of class */
	background: rgba(0, 0, 0, 0) url("default/right.gif") repeat scroll 1px 0;
	cursor: pointer;
	height: 22px;
	position: absolute;
	right: 0px;
	top: -31px;
	width: 21px;
	z-index: 100;
}
#mediabar #next_button_disabled { /*Do not change the name of class */
	background: rgba(0, 0, 0, 0) url("default/left.gif") repeat scroll -1px 0;
	cursor: default;
}
#mediabar ul { /* Main page photo gallery is displayed in a list format */
	width: 100000px;
	position: relative;
	
}
#mediabar ul li {
	display: inline;
    float: left;
    height: 140px;
    line-height: 1.2em;
    margin: 0 25px 0 0;
    overflow: hidden;
    padding: 0;
    width: 148px !important;
	border-bottom:1px dotted #000;
}
/*SECONDARY CONTENT WRAPPER [BELOW PHOTO GALLERY]
============================================================== */
#secondaryContentWrapper { /*Wraps secondary content [Breaking News and two other blocks on the right hand of breaking news] */
	/*width:100%;*/
	overflow: hidden;
/*	border-bottom: 1px solid #e1e4f2;*/
	margin:0 0 10px 0;
}
#secondaryLM { /* secondary content left and mid block wrapper */
	float: left;
	width:100%;
	overflow: hidden;
	padding: 10px 0;
}
#secondaryLM a.list {
	display: block;
	font-size: 11px;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 13px;
	background: url(default/ico_widget_li.gif) no-repeat left 5px;
	font-family: 'droid_sansregular';
	color: #111;
}
#secondaryLM a:hover.list {
	background: url(default/ico_widget_li_hover.gif) no-repeat left 5px;
	text-decoration: underline;
	color: #cd1713;
}
#secondaryLM a {
	color: #111;
}
#secondaryLM a:hover {
	color: #cd1713;
	text-decoration: underline;
}
/* Secondary content left column */
#bottomBoxLeft { /* Secondary content left block */
	float: left;
/*	padding-right: 9px;*/
	/*	border-right:1px solid #e1e4f2;*/
	width: none;
}
#bottomBoxRight { /* Secondary content mid column */
	width:100%;
	float: left;
	margin-top:20px;
	
}
#secondaryR { /* Secondary content right column */
	padding-top: 9px;
	float: left;
	width:100%;
}
/* SUBNEWS (4 POSTS SHOWN ON FRONT PAGE ABOVE FOOTER)
================================================================== */
#subnews { /*Wraps secondary content [Breaking News and two other blocks on the right hand of breaking news] */
	/*width:100%;*/
	overflow: visible;
	padding: 24px 0 0;
	float:left;
}
#subnews .featuredPost {
	padding-top: 0;
}

#subnews a {
	color: #111;
	font-family: 'droid_sansregular';
}
#subnews a:hover {
	color: #cd1713;
}
#subnews .subnewspost {
	display: inline;
	float: left;
	line-height: 1.2em;
	width:48%;
	margin-bottom: 20px;
	height:350px;
}
#subnews img {
	/*	padding:1px;*/
	display: block;
	margin-bottom: 5px;
	margin-top: 3px;
	width: 100%;
	height:100%;
}
/* FOOTER
============================================================== */
#footer {
	width:1217px;
	margin: 0 auto;
	color: #ccc;
	background: #363636;
	padding: 40px 0;
	font-family: 'droid_sansregular';
	;
}
#footer a {
	color: #ccc;
	padding: 4px 0;
}
#footer a:hover {
	color: #fff;
}
#footerLeft {
	float: left;
    width: 24%;
	margin: 0 4%;
}
#footerLeft a {
	color: #ccc;
	margin: 0 2px;
	display: block;/*padding:4px 0;*/
}
#footerLeft a:hover {
	text-decoration: underline;
}
#footerMid {
	float: left;
    margin: 0 4%;
    width: 27%;
}
#footerMid ul li {
	border-bottom: 1px dotted #555;
}
#footerMid ul#gab_bookmark li a {
	background: url(default/link.png) no-repeat left center;
	padding-left: 20px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footerMid ul#gab_bookmark li a:hover {
	background: #1F1B17 url(default/link.png) no-repeat left center;
	padding-left: 20px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footerRight {
	display: inline;
    float: right;
    width: 25%;
	margin: 0 4%;
}
.footerRightInner{
	padding-top: 10px;
}
/*footer credits*/
.copyrights {
	float: right;
	margin: 0 auto;
	color: #fff;
	padding: 2px 0;
	text-align: right;
	/*	font-size:10px;*/
	font-family: 'droid_sansregular';
}
.copyrights a {
	color: #fff;
	font-family: 'droid_sansregular';
}
.copyrights a:hover {
	text-decoration: underline;
}
/* INNER PAGE CONTENT
============================================================== */
#innerLeft { /* Post wrapper */
	display: inline;
	float: left;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-right: 16px;
	width:53%;
}
#innerLeft p {
	color: #777;
    font-size: 13px;
    line-height: 1.6;
    padding-bottom: 10px;
}
#innerLeft .post {
	/*padding:6px;
		border:1px solid #ddd;*/
	margin-bottom: 10px;
	font-family: 'droid_sansregular';
}
.post a {
	color: #cd1713;
}
.post a:hover {
	color: #cd1713;
	text-decoration: underline;
}
/* Post Details below post title */
span.postinfo {
	display: block;
	/*background:#efefef;*/
	color: #777;
	margin-top: 4px;
	font-size: 11px;
	margin-bottom: 6px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
span.postinfo a {
	display: inline;
	color: #cd1713;
}
span.postinfo a:hover {
	text-decoration: underline;
}
span.postauthor {
	float: left;
	padding-left: 13px;
	background: url(default/ico_author.gif) no-repeat left center;
	margin-right: 5px;
	display: inline;
}
span.postfolder {
	float: left;
	background: url(default/folder.gif) no-repeat left center;
	padding-left: 16px;
	margin-right: 5px;
	display: inline;
}
span.postdate {
	float: left;
	padding-left: 13px;
	background: url(default/ico_date.gif) no-repeat left center;
	display: inline;
	line-height:21px;
}
.post ul {
	padding-bottom: 10px;
	list-style: square inside;
}
.post img {
	padding: 2px;
	border: 1px solid #aaa;
	background: #fff;
}
.post img.bnone {
	border: none;
}
.post ol {
	padding-bottom: 10px;
	list-style: decimal inside;
}
.post li {
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #4c4c4c;
}
.alignleft {
	float: left;
	margin-right: 10px;
/*	margin-top: 5px;*/
}
.alignright {
	float: right;
	margin-left: 10px;
/*	margin-top: 5px;*/
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.alignnone {
	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-family: 'droid_sansregular';
	text-align: center;
	padding-bottom: 0 !important;
}
blockquote {
	padding: 2px 10px;
	background: #efefef;
	color: #333;
	clear: both;
	border-left: 3px solid #bfbbbb;
	border-bottom: 1px dotted #bfbbbb;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}
code {
	color: #444;
	font-family: 'droid_sansregular';
	display: block;
}
blockquote p {
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 15px;
}
blockquote li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	color: #369;
}
blockquote a {
	color: #0080ca;
	text-decoration: underline;
}
blockquote a:hover {
	color: #039;
}
.share img {
	border: none !important;
}
#entryMeta { /* Style to wrap author details below the article  */
	font-size: .9em;
	border: 1px solid #ddd;
	padding: 7px;
	background: #f5f5f5;
	color: #444;
	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;
}
#entryMeta a:hover {
	text-decoration: none;
	;
}
/* attahment page and attachments */
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	overflow: hidden;
}
.gallery-item img {
	border: 1px solid #cfcfcf !important;
	padding: 1px !important;
}
.gallery-item .gallery-caption {
	margin-left: 0;
}
.attachment-nav {
	display: block;
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
	color: #ccc;
}
.attachment_more {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	overflow: hidden;
}
.attachment_more img {
	border: 1px solid #cfcfcf !important;
	padding: 1px !important;
}
#postAd {
	text-align: center;
}
#postAd img {
	border: 0 !important;
	padding: 0 !important;
}
/* innerpage slider */	
#innerpage-slider {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 480px; /*width of featured content slider*/
	height: 270px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
#innerpage-slider img {
	display: block;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	width: 480px;
	padding: 0 !important;
	border: none !important;
}
#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: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	z-index: 1;
	overflow: hidden;
	height: 270px;
	display: block;
}
#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(default/bgTransparent.png);
}
#paginate-innerpage-slider { /* do not change the name of class - used to wrap thumbnails for featured area */
	font-family: 'droid_sansregular';
	padding: 5px;
	display: block;
	border: 1px solid #efefef;
	margin-bottom: 5px;
	height: 15px;
}
#paginate-innerpage-slider a { /* do not change the name of class - used to style links over featured slider */
	color: #000;
	padding: 2px 9px;
}
#paginate-innerpage-slider a:hover {
	text-decoration: none;
	color: #cd1713;
}
#paginate-innerpage-slider a.selected {
	color: #fff;
	text-decoration: none;
	background: #cd1713;
}
/* Archive Posts */
#bcrum { /* The wrapper for "category Archive for, Author archive" etc... captions in archive pages */
	font-size: 12px;
	color: #444;
	margin-bottom: 5px;
	line-height: 1.3em;
	/*background:#efefef;*/
	padding: 4px;
	font-family: "droid_sansregular";
}
#bcrum a { /* The wrapper for "category Archive for, Author archive" etc... captions in archive pages */
	color: #555;
	font-family: "droid_sansregular";
}
#bcrum a:hover { /* The wrapper for "category Archive for, Author archive" etc... captions in archive pages */
	color: #222;
}
.navigation {
	padding-bottom: 5px;
}
.navigation a {
	color: #cd1713;
}
.navigation a:hover {
	text-decoration: underline;
}
.gab_authorInfo { /* Author Pages - Post Author Bio wrapper */
	background: #efefef;
	padding: 5px;
	margin: 5px 0 5px;
	border: 1px solid #ccc;
	font-family: 'droid_sansregular';
}
.gab_authorPic { /* Author Pages - photo inside of bio wrapper */
	float: left;
	width: 50px;
	display: inline;
	margin-right: 7px;
}
.mediaFrame { /* container around the photo on archive pages  */
	display: block;
	float: left;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f4f4f4;
	width: 237px;
	min-height: 160px;
}
.postinfoMediaCat { /* Post info for photo gallery post details shown below thumbnails on archive pages */
	padding-top: 5px;
	font-family: 'droid_sansregular';
	color: #9f9f9f;
	display: block;
}
.postinfoMediaCat a {
	color: #0854C7;
}
.postinfoMediaCat a:hover {
	color: #cd1713;
}
/* INNER PAGE SIDEBARS
============================================================== */
#narrowSidebar { /* The narrow sidebar on inner pages that holds photo gallery and 120x600 ad */
	float: left;
	width: 130px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	display: inline;
	background: url(default/bgnarrowSidebar.gif) repeat;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
#wideSidebar { /* The Wide sidebar on inner pages */
	float: left;
	width: 300px;
	background: #f5f5f5;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
/* 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-family: 'droid_sansregular';
	background: #efefef;
	padding: 4px 4px 4px 10px;
}
.nopaddingbottom {
	padding-bottom: 0 !important;
}
ol.commentlist li { /* Comment Wrapper */
	border: 1px dotted #666;
	height: 1%;
	margin: 5px 0;
	list-style: none;
	padding: 5px;
	position: relative;
}
ol.commentlist li li, ol.commentlist li li li, ol.commentlist li li li li, ol.commentlist li li li li li {
	margin: 0 0 3px;
}
ol.commentlist ul.children {
	margin: 0;
	padding: 0;
}
li div.vcard cite {
	font-style: normal;
}
li div.vcard { /* Font style for comment author link*/
	font-family: 'droid_sansregular';
	font-style: normal;
	color: #555;
}
li #cancel-comment-reply-link { /* Font style for comment author link*/
	font-size: 12px;
	margin: 3px 0;
}
li div.vcard a { /* Font style for comment author link*/
	color: #222;
}
li div.vcard img.avatar { /* Avatar style between comments */
	border: 1px solid #d5d5d5;
	padding: 1px;
	background: #fff;
	position: absolute;
	top: 7px;
	right: 5px;
}
li div.comment-meta { /* Style for date of comment */
	font-family: 'droid_sansregular';
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
}
li div.comment-meta a {
	color: #8F8F8F;
}
li div.comment-meta a:hover {
	text-decoration: underline;
}
ol.commentlist li p { /* Comment font style */
	font-family: 'droid_sansregular';
	padding: 4px 0;
}
li div.reply a {
	color: #cd1713;
}
ol.commentlist li ul.children { /* Inner comment style */
	margin-top: 10px;
}
li.depth-2, li.depth-3, li.depth-4, li.depth-5 { /* inner comment margin-bottom */
	margin: 0 0 .20em;
}
ol.commentlist li.even { /*The background color for 1-3-5... no comments*/
	background: #fff;
}
ol.commentlist li.odd { /* Background color for 2-4-6... no comments */
	background: #f9f9f9;
}
ol.commentlist li.pingback div.vcard {
	padding: 0 170px 0 0;
}
/* COMMENT FORM
============================================================== */
#respond {
	width: 100%;
	overflow: hidden;
}
#respond p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 12px 0;
}
#url, #email, #author, #commentText {
	float: left;
	border: 1px solid #d2d2d2;
	font-family: 'droid_sansregular';
	font-size: 13px;
	color: #000;
	background: #fff url(default/bgr_respond_text.gif) repeat-x;
	padding: 3px;
	width: 201px;
	float: left;
}
#respond textarea#commentText {
	width: 97%;
	height: 94px;
	overflow: auto;
}
#respond p label small {
	float: left;
	padding: 4px 0 0 7px;
	font-size: 11px;
	color: #777;
	line-height: 1.3em;
}
#respond p#nopadding {
	padding: 0;
}
#respond #gab_submit {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	display: block;
	padding: 13px 10px;
	background: #efefef;
	line-height: 0px;
	font-size: 12px;
	cursor: pointer;
}
#respond #gab_submit:hover {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* image sizes adjustments */
#featured-slider img {
	height: 287px;
	width: 659px;
}
#mediabar a img {
	height: 140px;
	width: 224px;
}
.photoFrame img {
	width: 237px;
	height: 132px;
}
.attachmentPage img {
	max-width: 474px;
	margin: 0 auto;
}
header {
	padding-left:35px;
	padding-right: 35px;
}
.cat-img {
	float: left;
	margin: 0 9px 0 0;
	width: 70px;
}
.cat-img img {
	height: 100%;
	width: 100%;
}
#belowFeaturedLeft .featuredPost h3 {
	border-bottom: 4px solid #00a651;
	margin: 0 0 0px;
}
#belowFeaturedLeft .featuredPost h3 > a {
	background: #00a651 none repeat scroll 0 0;
	color: #fff;
	display: table;
	padding:10px 17px 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'droid_sansregular';
}
#belowFeaturedRight .featuredPost h3 {
	border-bottom: 4px solid #00a651 !important;
	margin: 0 0 0px;
}
#belowFeaturedRight .featuredPost h3 > a {
	background: #00a651 none repeat scroll 0 0;
	color: #fff !important;
	display: table;
	padding:10px 17px 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'droid_sansregular';
}
#bottomBoxLeft .featuredPost h3 {
	border-bottom: 4px solid #00a651 !important;
	margin:0;
}
#bottomBoxLeft .featuredPost h3 > a {
	background: #00a651 none repeat scroll 0 0;
	color: #fff !important;
	display: table;
	padding: 11px 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'droid_sansregular';
}
#bottomBoxRight h3 {
	border-bottom: 4px solid #00a651 !important;
	margin:0;
}
#bottomBoxRight h3 > a {
	background: #00a651 none repeat scroll 0 0;
	color: #fff !important;
	display: table;
	padding: 11px 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'droid_sansregular';
}
#subnews h3 {
	border-bottom: 4px solid #00a651 !important;
	margin:0;
}
#subnews h3 > a {
	background: #00a651 none repeat scroll 0 0;
	color: #fff !important;
	display: table;
	padding: 11px 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'droid_sansregular';
}
#secondaryR h3 {
	border-bottom: 4px solid #00a651 !important;
	margin: 0 0 0;
}
#secondaryR h3 > a {
	background: #00a651 none repeat scroll 0 0;
	color: #fff !important;
	display: table;
	padding: 11px 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'droid_sansregular';
}
.leftpic {
	border: 1px solid #e4e4e4;
    float: left;

    padding: 15px;
    width: 43%;
}
.rightpic {
	border: 1px solid #e4e4e4;
    float: right;

    padding: 15px;
    width: 43%;
}
.leftpic img {
	height: 100%;
	width: 100%;
}
.featuredPost h2 {
	color: #000;
    font-family: "droid_sansregular";
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
#innerLeft .post a {
	font-family: "droid_sansregular";
	font-size: 15px;
	line-height: 22px;
	font-weight:500;
}
address {
	font-family: "droid_sansregular";
	font-style: normal;
	line-height: 24px;
}

#innerLeft .wpcf7-form input[type="text"], #innerLeft .wpcf7-form input[type="email"], #innerLeft .wpcf7-form input[type="tel"] {
	width: 100%;
	padding: 5px 5px;
	margin: 0;
	font-family: "droid_sansregular";
	border: 1px solid #999;
}
#innerLeft .wpcf7-form textarea {
	width: 100%;
	padding: 5px 5px;
	margin: 0;
	font-family: "droid_sansregular";
	border: 1px solid #999;
	height: 100px;
	resize: none;
}
#innerLeft .wpcf7-form {
	width: 500px;
}
#footerRight #searchform {
	margin-top: 8px;
	position: relative;
}
#footerRight #searchform input[type="text"] {
	width: 99%;
	padding: 5px 0 5px 5px;
}
#footerRight #searchform #searchsubmit {
	position: absolute;
	right: 4px;
	top: 5px;
}
#footerRight .screen-reader-text {
	display: none;
	padding: 5px 0 0 0;
}
#footerRight #cat {
	border: 1px solid #ccc;
	margin: 7px 0;
	padding: 2px 0;
	width: 100%;
}
#footerRight .widget_search {
	margin-bottom: 17px !important;
}
#footerRight .textwidget {
	margin-top: 10px;
}
.copyrightpart {
	padding:24px 24px 0;
}
#mediabar .car {
	position: relative;
}
#mediabar .car p {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff !important;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
}
.sliderPostPhoto h2.featuredTitle a {
	padding: 0 !important;
	font-size: 20px;
	line-height:25px;
}
#belowFeaturedLeft .featuredPost img {
	width: 100%;
	height: 100%;
}
#belowFeaturedRight .featuredPost img {
	width: 100%;
	height: 100%;
}
/* =Ticker
-------------------------------------------------------------- */

#ticker {
	background: #00a651 none repeat scroll 0 0;
    font-family: "droid_sansregular";
    font-size: 12px;
    height: 15px;
    line-height: 1;
    margin-top: 47px;
    padding: 10px;
    position: relative;
    z-index: 1;
}
#ticker #js-news {
	display: none;
}
#ticker .ticker-title {
	color: #fff;
	display: inline-block;
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin-right: 0.75em;
	text-transform: uppercase;
	white-space: nowrap;
	width: 90px;
	margin-top: 0px;
}
#ticker p.ticker-content {
	margin: 0;
}
#ticker p.ticker-content a {
	color: #fff;
	padding: 0 0 0 10px;
}
#ticker p.ticker-content a:hover {
	color: #fff;
}
#ticker .ticker-swipe {
	display: none;
}

.uba h2{ display:none;}
.uba{text-align:center; margin-bottom: 24px;}
.post-cont {
    margin-bottom: 15px;
}
.leftpic h2{ padding-top:15px; font-size:15px;}
#bottomBoxLeft .featuredPost {
    float: left;
    width: 48%;
}
#bottomBoxLeft .featuredPost.last{ float:right;}

.left img {
    height: 100%;
    width: 100%;
	margin-bottom:10px;
}
.post-outer{border: 1px solid #e4e4e4;
    padding: 15px;}
	
	.featuredPost.down .right {
    float: right;
    width: 43%;
	border: 1px solid #e4e4e4;
    padding: 15px;
}

.featuredPost.down .left {
    float: left;
    width: 43%;
	border: 1px solid #e4e4e4;
    padding: 15px;
}
#bottomBoxLeft .featuredPost.down {
    float: left;
    width:100% !important;
	margin-top:20px;
}
.featuredPost.down .post-outer{
	padding:0 !important;
	border:none !important;	
	}
#secondaryR	.post-outer{ border:none !important; padding:0 !important;}

#mediabar h3 {
    border-bottom: 4px solid #00a651 !important;
    margin:-31px 0 0;
}

#mediabar h3 > a {
    background: #00a651 none repeat scroll 0 0;
    color: #fff !important;
    display: table;
    font-family: "droid_sansregular";
    font-weight: bold;
    padding:10px 17px 5px;
    text-transform: uppercase;
	font-size:13px;
}
.featuredPost1,.rightpic .featuredPost{  
	margin-bottom:20px;
}
#primartTopMidCol .widget{
	margin-bottom:20px;	
	}
#primartTopMidCol .widget h2{
	color:#111;
	font-family: "droid_sansregular";
    font-weight: normal;
	font-size:14px;	
	}
	.subnewspost .featuredPost.lastPost {
    border: 1px solid #ccc !important;
    padding:15px !important;
}	
.post-outer .left {
    margin-bottom: 15px;
}
.widget_recent_comments ul li {
    background-position: 0 11px;
    margin: 4px 0;
    padding: 5px 0 5px 15px;
}
.widget_recent_comments .recentcomments a{
	display:block !important;	
	}
.widget_recent_comments{ display:none;}	

.postauthor a,.postfolder a{ font-size:12px !important;}
.postauthor,.postfolder{ line-height:15px;}
.subnewspost.last {
	float: right !important;
    margin-right: 0 !important;
}