/*
Table of Content
*******************************************
WRAPPER
- HEADLINES
  -- Headlines in entries
  -- Archive and single post page titles
  -- Mainpage Titles
  -- Widget Titles
  -- Other headlines
- MAINPAGE GENERIC
  -- Mainpage post excerpt classes
- MASTHEAD 
  -- Top ad and masthead border
- HEADER
   -- Site Name/logo
   -- 468 header ad
- NAVIGATION BARS and SEARCH BOX
  -- Category list navigation
  -- Page list navigation
  -- Search box
- PRIMARY TOP WRAPPER
  -- Main Content
     -- Featured Slider
	 -- The block below featured slider
  -- MidColPosts (Block between featured slider and 120*600 ad)
  -- Mainpage top sidebar
- MEDIA BAR
- PRIMARY BOTTOM
  -- Primary bottom ad (300x250 ad display below media bar)
  -- Primary bottom tabs
- SECONDARY CONTENT WRAPPER
  -- Secondary content left boxes
  -- Sidebar bottom - mainpage
- FOOTER
- GLOBALS and CLASSES
- INNER PAGE CONTENT
- INNER PAGE SIDEBARS
  -- Wide Sidebar
  -- Narrow Sidebar
- INNER PAGE SLIDERS
- ARCHIVE PAGE
- COMMENT STYLE
- COMMENT FORM ELEMENTS

- Image Size Adjustments * Some sections (eg, featured slider, featured slider thumbs, p.gallery...) requires certain size of images. To get exact values, some css rules are applied for those thumbnails
*/

body {
	background:url(white/bg.jpg) top left repeat;
	color:#555;
	font:12px/1.4em Arial, Helvetica, sans-serif;
}
#wrapper {
	padding:0 5px 7px;
	background:#fff;
	width:1000px;
	margin:0 auto;
	box-shadow:0px 0px 7px #ccc;
	position:relative;
	padding-top:30px;


}
/* HEADLINES
============================================================== */
h1, h2, h3, h4, h5, h6 {
	color:#222;
	font-weight:normal;
	display:block;
	font: 1em/1.3em Arial, Helvetica, sans-serif;
}
/*HEADLINES IN POST */
.post h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h2 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h3 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	margin: 0 0 13px;
}
.post h4 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
/* Style of titles for single post pages */
h1.singlePageTitle {
	background: url(white/images/leftheader.png) no-repeat center left!important;
padding-left: 30px !important;
color: black;
font-size: 24px !important;
display: block;
min-height: 30px;
padding-top: 10px;
font-family: "Arial", Times New Roman, Times, serif !important;
clear: both;
font-weight:normal;
margin-bottom:5px;
}
/* Archive page titles */
h1.archiveTitle {
	background: url(white/images/leftheader.png) no-repeat center left!important;
padding-left: 30px !important;
color: black;
font-size: 24px !important;
display: block;
min-height: 30px;
padding-top: 10px;
font-family: "Arial", Times New Roman, Times, serif !important;
clear: both;font-weight:normal;
margin-bottom:5px;
}
h1.archiveTitle a {
	color:#000;
}
h1.archiveTitle a:hover {
	text-decoration:underline;
}
/* MAIN PAGE HEADLINES */
/* Title of featured post on slider */
h2.featuredTitle {
	font:17px Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:block;
}
h2.featuredTitle a {
	color:#fff;
	display:block;
	padding:3px;
}
h2.featuredTitle a:hover {
	text-decoration:underline;
}
/* Post titles display on homepage */
h2.postTitle {
	font-size:14px;
	color:#195999;
	margin:0 0 6px 0;
	line-height:1.4em;
	font-weight:bold;
}
h2.postTitle a {
	color:#555555;
}
#left-page-area .postTitle.large-heading  a {
	color:#020d5d;
	font-weight:bold
}
#primaryBottomTabs_body .postTitle a
{
	font-weight:bold}
h2.postTitle a:hover {
	color:#020d5d;
}
#belowfeatured h2.postTitle a {
}
/* bottom box titles */
h2.secondaryCTitle {
	text-transform:uppercase;
	font-size:23px;
	padding-bottom:4px;
	color:#020D5D;
	border-bottom:3px solid #000;
	margin:0 0 12px 0;
	width:100%;
	overflow:hidden;
}
h2.secondaryCTitle a, h2.secondaryCTitle a:hover {
	color:#020D5D;
}
/* Main page secondary content sidebar post titles */
h2.sidebarPostTitle {
	color:#7c7b7b;
	font-size:13px;
	line-height:1.3em;
}
h2.sidebarPostTitle a {
	color:#7c7b7b;
}
h2.titleMediaCat {
	color:#7c7b7b;
	font-size:15px;
	height:32px;
	line-height:13px;
}
h2.titleMediaCat a {
	color:#7c7b7b;
}
/* Widget titles */
h2.widget_title {
	text-transform:CAPITALIZE;
	color:#020D5D;
	font-size:18px;
	margin:4px 0;
	letter-spacing:0px;
}
h2.widget_title a, h2.widget_title a:hover {
	color:#000;
}
h3.widget_sTitle {
	moz-transform: rotate(-4deg);
-o-transform: rotate(-4deg);
-webkit-transform: rotate(-4deg);
filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476);
font-family: "Arial", Times New Roman, Times, serif;
font-size: 20px;
color: white;
float: left;
clear: both;
margin-bottom: 20px;
margin-left: -10px;
padding: 5px 10px;
background: #156D8C;
}
#wideSidebar .widget ul
{
	width:100%;
	float:left;
	clear:both;
}
h3.widget_sTitle a, h3.widget_sTitle a:hover {
	color:#020D5D;
}
h3.widget_sTitle_b, h3.widget_sTitle_b a, h3.widget_sTitle_b a:hover {
	color:#222;
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	letter-spacing:-1px;
}
h3#comments {
	color:#222;
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	letter-spacing:-1px;
}
h3#leaveComment {
	color:#222;
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	letter-spacing:-1px;
}
/* Wrapper for main page post excerpts excerpts */
#wrapper .featuredPost {
	padding:5px 10px 20px;
	border-bottom:1px dotted #666;
	margin-bottom:6px;

}
#wrapper .featuredPost p {
	padding-bottom:5px;
}
#wrapper .featuredPostMeta {
	display:block;
	/*font-style:italic;*/
	font-size:11px;
	text-align:left;
	padding-top:3px;
	color: #666;
}
#wrapper .featuredPostMeta a {
	color:#/*020D5D*/627ed2;
}
#wrapper #left-page-area .featuredPostMeta a
{
	color:#/*b26913*/627ed2;
}
#wrapper .featuredPostMeta a:hover {
	text-decoration:underline;
}
#wrapper .lastPost {
	border:none;
	margin:0;
}
.registor
{
	position:absolute;
	top:120px;
	left:0;
	background:url(white/images/registor.png) no-repeat;
	height:193px;
	width:103px;
	z-index:1234567654;
}
/* Author and post details displayed before post excerpt */
.author a {
	color:#666
}
.author a:hover {
	text-decoration:none;
}
.date {
	color:#222222;
}
/* 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:1000px;
	margin:5px auto;
	display:block;
	text-align:center;
}
#masthead { /* The very top line */
	width:1000px;
	margin:0 auto;
	height:1px;
	background:none;
	overflow:hidden;
}

/* HEADER
============================================================== */
#header {
	width:1000px;
	margin:0 auto;
	height:102px;
	overflow:hidden;
	position:relative

}
#logo {
	float:left;
	width:460px;
	font-weight:bold;
	font-family:georgia, garamond, serif;
	background:url(white/images/logo.png) no-repeat
}
#logo a {
	color:#222;
	overflow:hidden;
	display:block;
	font-size:40px;
	height:102px;
	width:560px;
}
#logo a span {
	font-size:15px;
	font-family:arial, verdana, sans-serif;
	color:#222;
	padding-left:5px;
	overflow:hidden;
	display:block;
}
#header .banner {
	float:right;
	display:none;
	display:inline;
	width:468px;

}
#clock {
	position: absolute;
	left:190px;
	top:5px;
	font:"Arial", Times New Roman, Times, serif;
	color:#0082ed;
	font-size:15px;
	width:275px;
	text-align:center;
}
#clock #hr-date {
	padding:5px;
	float:left;
	padding-left:140px;
	font-size:12px;
	font-style: italic;
}
#clock #hr-time {
	padding:5px;
	float:right;
}
/* NAVIGATION BARS and SEARCH BOX
============================================================== */
/* CATEGORIES */
#navcats {
	width:1030px;
	min-height:50px;
	height: auto !important; /* IE6 Min height hack */
	height: 50px;
	background:url(white/images/menubg.png) no-repeat;
	position: absolute;
	top:-20px;
	left:-10px;
	z-index:1000;
}
#navcats ul {
	float:left;
	z-index:999;
	padding-left:9px;
}
#navcats ul li {
	position: relative;
	display: inline;
	float:left;
	font-size:12px;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 0 1px;
}
#navcats ul li.first {
	padding:0;
	background:none;
}
#navcats ul li a {
	color:#fff;
	height:22px;
	padding:12px 10px 12px 10px;
	font-family: "Arial", Times New Roman, Times, serif;
	font-size:16px;
	display:block;
}
#navcats ul li.first a {
	padding:12px 10px 12px 10px;
}
* 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;
	font-size:14px;
}
#navcats ul li a:link, #navcats ul li a:visited {
	text-decoration:none;
}
#navcats ul li a:hover, #navcats .select a{
	text-decoration:none;
	background:url(white/images/menuhoverbg.png) repeat-x;
	color:#000;
}
#navcats .current-cat a ,#navcats .current-menu-item a{
	text-decoration:none;
	color:#000;
	background:url(white/images/menuhoverbg.png) repeat-x;
}
/*1st sub level menu*/
#navcats ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	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;
	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: 4px 10px;
	margin: 0;
	background:#fff;
	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:#222;
}
#navcats ul li ul li a:hover { /*sub menus hover style*/
	text-decoration:none;
background:url(white/images/menuhoverbg.png) repeat-x;
	color:#000;
}
/* PAGES */
#navpages {
	width:1000px;
	margin-bottom:5px;
	min-height:31px;
	height: auto !important; /* IE6 Min height hack */
	height: 31px;
	background: #efefef url(white/bgr_submenu.gif) bottom repeat-x;
	position:relative;
	z-index:985;
}
#navpages ul {
	float:left;
}
#navpages ul li {
	position:relative;
	display:inline;
	float:left;
	font-size:13px;
}
#navpages ul li a {
	color:#000;
	display:block;
	padding:6px 18px 2px 22px;
	height:20px;
	text-transform:uppercase;
}
* 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:#020D5D;
}
/*1st sub level menu*/
#navpages ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	border-top:3px solid #000;
	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;
	line-height: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;
	border-top:none;
	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;
	padding: 4px 10px;
	margin: 0;
	background:#fff;
	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:#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(white/ico_connect.png) no-repeat 3px center;
	padding-left:20px;
}
#navpages ul li a:hover.gab_connect {
	background: url(white/ico_connect.png) no-repeat 3px center;
	padding-left:20px;
}
#navpages ul li ul li a.gab_rss {
	background: #e9e9e9 url(white/ico_rss.png) no-repeat 3px center;
	padding-left:23px;
}
#navpages ul li ul li a:hover.gab_rss {
	background: #ddd url(white/ico_rss.png) no-repeat 3px center;
	padding-left:23px;
}
#navpages ul li ul li a.gab_email {
	background: #e9e9e9 url(white/ico_email.png) no-repeat 3px center;
	padding-left:23px;
}
#navpages ul li ul li a:hover.gab_email {
	background: #ddd url(white/ico_email.png) no-repeat 3px center;
	padding-left:23px;
}
#navpages ul li ul li a.gab_facebook {
	background: #e9e9e9 url(white/ico_facebook.png) no-repeat 3px center;
	padding-left:23px;
}
#navpages ul li ul li a:hover.gab_facebook {
	background: #ddd url(white/ico_facebook.png) no-repeat 3px center;
	padding-left:23px;
}
#navpages ul li ul li a.gab_twitter {
	background: #e9e9e9 url(white/ico_twitter.png) no-repeat 3px center;
	padding-left:23px;
}
#navpages ul li ul li a:hover.gab_twitter {
	background: #ddd url(white/ico_twitter.png) no-repeat 3px center;
	padding-left:23px;
}
/*search*/
#search {
	position:relative;
	height:20px;
	border:1px solid #a6a5a5;
	background:#fff;
	margin:0 auto;
}
#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:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:164px;
}
#searchsubmit {
	float:left;
	margin:2px 0 0 0;
}
/* PRIMARY TOP WRAPPER wraps three main div #featuredContent, #midColPosts and #primaryTopSidebar
============================================================== */
#primaryTopWrapper { /* Wraps Featured Slider, entries below and on right hand of slider and 120+600 ad on main page */
	margin-bottom:10px;
}
/* MAIN CONTENT (LEFT BLOCK ABOVE THE PHOTO GALLERY ON MAIN PAGE)
============================================================== */
/* /Features Slider */
#featuredContent {
	float:left;
	padding:7px 7px 5px;
	width:342px;
	display:inline;
	background:#f7f7f7;
}
#featured-slider {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 279px; /*width of featured content slider*/
	height: 352px;
	padding-bottom:15px;
}
#featured-slider img {
	display:block;
	min-height:256px;
	height:auto !important;
	height:256px;
}
#featured-slider .sliderPostPhoto { /* Wrapper for featured are photo and post title */
	position:relative;
	height:256px;
	width:279px;
	overflow:hidden;
}
#featured-slider .sliderPostInfo { /* Post title and if enabled excerpt wrapper for featured slider */
	position:absolute;
	bottom:0;
	width:269px;
	min-height:30px;
	color:#fff;
	padding:5px;
	background: url(white/bgTransparent.png);
	height:auto !important;
	height:30px;
}
#featured-slider .sliderPostInfo p { /* Post excerpt style on featured slider */
	color:#fff;
	font-size:1.1em;
	padding:3px 5px 5px 6px;
}
#featured-slider .featuredPost {
	padding:5px 0px;
}
#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;
}
#paginate-featured-slider { /* do not change the name of class - used to wrap thumbnails for featured area */
	display:block;
	margin-bottom:5px;
	font:bold 12px arial, verdana, sans-serif;
	width:100%;
	float:left
}
#meta_enhanced-4 ul
{
	float:left;
	width:100%;
}
#paginate-featured-slider a { /* do not change the name of class - used to style links over featured slider */
	color:#000;
	padding:2px 6px;

}
#facebookactivityfeed-3
{
	background:#fff;
}
#paginate-featured-slider a:hover {
	text-decoration:none;
	color:#020D5D;
}
#paginate-featured-slider a.selected {
color:#000;
	text-decoration:none;
background:url(white/images/menuhoverbg.png) repeat-x;
}
#belowfeatured .featuredPost {
	padding: 3px 10px 10px;
}
#belowfeatured .titleCatName {

}
/* BLOCK BETWEEN FEATURED SLIDER AND TOP SIDEBAR ON MAIN PAGE
============================================================== */
#midColPosts { /* Wraps the entries on rigt hand of featured slider */
	width:294px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline;
}
#midColPosts .titleCatName {
	border-top:3px solid #d1d1d1;
	padding-top:5px;
	margin-top:5px;
}
/* SIDEBAR TOP - MAIN PAGE
================================================================== */
#primaryTopSidebar { /*Wraps the 120*600 ad spot on mainpage */
	float:right;
	width:300px;
	display:inline;
}
/* Primary Top sidebar tabs */
#sidebarTabs {
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:10px;
}
#sidebarTabs_title {
	width:100%;
	overflow:hidden;
	margin-left:10px;

}
#sidebarTabs_title li {
	float:left;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	padding:0 2px 0 0;
	margin-bottom:10px;
}
#sidebarTabs_title li.last {
	padding:0;
}
#sidebarTabs_title li a {
	float:left;
	color:#000;
	background:url(white/bgr_sidebarTabs_title_a.gif) repeat-x;
	height:23px;
	padding:8px 10px 0 10px;
	font-size:11px;
	font-weight:bold;
	margin-right:5px;
}
#sidebarTabs_newly_added,#sidebarTabs_commented
{
	margin-left:10px;}
#sidebarTabs_title li.last a {
	width:75px;
	white-space:nowrap;
}
#sidebarTabs_title li a.selected {
	color:#020D5D;
	background:#ffffff;
	height:24px;
	padding:7px 10px 0 9px;
	border-bottom:0;
	text-decoration:none;
}
#sidebarTabs_body {
	width:274px;

}
#sidebarTabs_body ol {
	color:#999999;
	margin:0 0 0 20px;
}
#sidebarTabs_body ol li {
	list-style:decimal;
	font-size:12px;
	line-height:1.5em;
	padding:7px 0 2px 0;
	border-bottom:1px dotted #333;
}
#sidebarTabs_body ol li a {
	color:#333333;
}
#sidebarTabs_body ol li a:hover {
	color:#333333;
	text-decoration:underline;
}
/* MEDIA BAR BELOW THE PRIMARY CONTENT
============================================================== */
#mediabar {
	width: 952px;
	overflow:hidden;
	background:#fff;
	border:10px solid #ebe9e9;
	padding:8px 6.3px 10px;
	margin-left:3px;
	margin-bottom:10px;
	position:relative;
	height:260px;
}
#mediabar .container { /*Do not change the name of class */
	position: absolute;
	left: 8px;
	width: 954px;
	height:223px;
	overflow:hidden;
}
#mediabar ul {
	width:10000px;
	position: relative;
}
#mediabar li {
	float:left;
	width:152px;
	padding:0 8px 0 0;
}
#mediabar .thumb {
	width:150px;
	background:#fff;
	height:113px;
	border:2px solid #c5c5c5;
	padding:0px;
	margin-bottom:10px;
	margin:0 0 8px 0;
	overflow:hidden;
	text-align:center;
}
#mediabar .thumb img {
	margin:0 auto;
	max-width:150px;
	max-height:113px;
}
#mediabar .info {
	width:148px;
	position:relative;
	background:#fff;
	text-align:center;
	padding:2px;
	overflow:hidden;
	min-height:70px;
	height:auto !important;
	height:70px;
}
#mediabar .info p {
	font-size:12px;
	line-height:1.2em;
	font-weight:normal;
	color:#555;
	padding:0 2px 0 2px;
}
#mediabar .info p.moreVideo {
	position:absolute;
	bottom:3px;
	right:3px;
	padding:3px 5px 0 5px;
}
#mediabar .info p.moreVideo a {
	color:#50630a;
	background:url(white/ico_camera.gif) no-repeat left 2px;
	padding:0 0 0 17px;
}
#mediabar .info p.morePhoto {
	position:absolute;
	bottom:-9px;
	left:30px;
	padding:20px 5px 15px;
	text-transform: uppercase;
}
#mediabar .info p.morePhoto a {

	background:url(white/images/ofde.png) repeat-x left center;
	color:#fff;
	padding:10px;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
#mediabar #previous_button { /*Do not change the name of class */
	position: absolute;
	width: 18px;
	height: 17px;
	right:35px;
	top: 21px;
	background: url(white/prev.png) no-repeat;
	z-index: 100;
	cursor:pointer;
}
#mediabar #previous_button.disabled { /*Do not change the name of class */
	background: url(white/prev-disabled.png) no-repeat;
	cursor:default;
}
#mediabar #next_button { /*Do not change the name of class */
	position: absolute;
	right: 10px;
	top: 21px;
	width: 18px;
	height: 17px;
	background: url(white/next.png) no-repeat;
	z-index: 100;
	cursor:pointer;
}
#mediabar #next_button.disabled { /*Do not change the name of class */
	background: url(white/next-disabled.png);
	cursor:default;
}
/* PRIMARY BOTTOM
============================================================== */
#primaryBottom {
	display:block;
	margin-bottom:10px;
}
#primaryBottomSidebar {
	float:left;
	width:300px;
	margin-left:3px;
}
#primaryBottomTabs {
	float:right;
	width:645px;
	overflow:hidden;
	background:#ebe9e9;
	padding:10px;
}
#primaryBottomTabs_title {
	width:100%;
	overflow:hidden;

}
#primaryBottomTabs_title li {
	float:left;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	padding:0 1px 0 0;
}
#primaryBottomTabs_title li.last {
	padding:0;
}
#primaryBottomTabs_title li a {
	float:left;
	color:#000;
	background:#fff;
	margin:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:24px;
	padding:8px 10px 0 10px;
}
#primaryBottomTabs_title li.last a {
	width:75px;
	white-space:nowrap;
}
#primaryBottomTabs_title li a.selected {
	color:#fff;
	height:31px;
	padding:7px 10px 0 9px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold
}
#primaryBottomTabs_body {
	width:623px;
	background:#fff;
	margin-top:10px;
	border-top:0;
	min-height:203px;
	padding:9px 10px 6px 10px;
	position:relative;
	height:auto !important;
	height:203px;
}
#primaryBottomTabs_body h2{ color:red;}
#primaryBottomTabs_body .text {
	position:absolute;
	left:10px;
	top:10px;
	width:350px;
}
#primaryBottomTabs_body .text p {
	padding:10px 0;
}
#primaryBottomTabs_body .imgThumb {
	position:absolute;
	right:10px;
	top:9px;
	width:269px;
	height:201px;
	overflow:hidden;
}
#primaryBottomTabs_body ul {
	color:#999999;
	margin:0 0 0 20px;
}
#primaryBottomTabs_body ul li {
	list-style:decimal;
	font-size:12px;
	line-height:1.5em;
	padding:3px 0 3px 0;
}
/*SECONDARY CONTENT WRAPPER [CONTENT SECTION BELOW THE PRIMARY BOTTOMS TABS]
============================================================== */
#secondaryContentWrapper { /*Wraps secondary content [Breaking News and two other blocks on the right hand of breaking news] */
	width:100%;
	overflow:hidden;
}
/* homepage secondary content left boxes */
#secondaryContentWrapper #leftBottomContent {
	float:left;
	width:660px;
}
/*bottomBox*/
.bottomBox {
	width:631px;
	border:1px solid #d7d6d6;
	overflow:hidden;
	padding:7px 15px 10px 12px;
	margin-bottom:5px;
}
.bottomBox .left {
	float:left;
}
.bottomBox .right {
	float:right;
}
.bottomBox_wide {
	width:300px;
}
.bottomBox_wide .thumb {
	padding-bottom:5px;
}
.bottomBox_wide img {
	display:block;
}
.bottomBox_narrow {
	width:315px;
}
.bottomBox a.list {
	color:#222;
	display:block;
	font-size:12px;
	display:block;
	padding:2px 0 2px 10px;
	margin-left:5px;
	background:url(white/ico_widget_li.gif) no-repeat left 6px;
}
.bottomBox a:hover.list {
	background:url(white/ico_widget_li_hover.gif) no-repeat left 6px;
	text-decoration:underline;
	color:#020D5D;
}
/* SIDEBAR BOTTOM - MAIN PAGE
================================================================== */
#secondaryContentWrapper #home_sidebar {
	float:right;
	width:300px;
}
/*home_sidebarPosts*/
.home_sidebarPosts {
	width:280px;
	border:1px solid #bcbcbc;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:7px 9px 9px 9px;
}
.home_sidebarPosts ul {
	width:100%;
}
.home_sidebarPosts li {
	width:100%;
	overflow:hidden;
	border-bottom:1px dotted #666;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}
.home_sidebarPosts li.last {
	background:none;
	padding:0;
	margin:0;
	border:none;
}
.home_sidebarPosts img {
	float:left;
	width:80px;
	height:85px;
	margin-right:10px;
}
.home_sidebarPosts p {
	font-size:12px;
	line-height:1.3em;
	padding:3px 0 0 0;
}
.home_sidebarPosts p.date {
	color:#020D5D;
}
.home_sidebarPosts p.date span {
	color:#666;
}
#home_sidebar .widget {
	padding:10px 0px;
	;
}
.widget meta_enhanced
{
	width:100%}
#home_sidebar .tubepress_thumbs, #home_sidebar .tubepress_container {
	clear:both;
	float:none!important;
}
#home_sidebar .tubepress_thumb {
	clear:both;
	float:none!important;
}
.login p.message { border: 1px solid #999999;}
/* FOOTER
============================================================== */
#footer {
	width:100%;
	margin:0 auto;
	background:#0d155c url(white/images/footerbg.jpg) no-repeat  bottom;
	border-top:10px solid #000;
	position:relative;
	z-index:10000;
	padding-top:10px;
}
.footer-widget {
	float:left;
	width:305px!important;
	padding:0px 10px;
}
#footer-bottom-wrap {
	width:996px;
	margin:0 auto;
	padding:20px 0 15px 14px;
	border-top:1px solid #b1d9f8

}
#footer_data {
	width:1000px;
	margin:0 auto;
}
#footer-bottom-wrap ul {
	position:relative;
	margin:0px auto;
	white-space:nowrap;
	display:table;
	text-align:center;
}
#footer-bottom-wrap li {
	display:inline;
	color:#fff;
	font-size:16px;
	height:25px;
	line-height:25px;
	float:left;
	font-family: "Arial", Times New Roman, Times, serif
}
#footer-bottom-wrap li.first {
	padding:0;
	border:none;
	margin:0;
}
#footer-bottom-wrap li.last {
	clear:right;
}
#footer-bottom-wrap li a {
	color:#fff;
	font-weight: normal;
	text-transform:none;
	display:block;
	padding:0 1em;
}
#footer-bottom-wrap li a:hover {
	text-decoration:underline;
}
.copyright{
	width:100%;
	background:#000;
	padding:10px 0 40px 0
}
.copyrights
{
	width:1000px;
	margin:0 auto;
	color:#fff;
}
.copyrights a
{
	color:#b1d9f8}
#footer_logo {
	float:right;
	width:auto;
	padding:15px 16px 0 0;
}
/* GLOBALS and CLASSES - WIDGET STYLES
============================================================== */
.widget {
	margin-bottom:20px;
}
.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(white/ico_widget_li.gif) no-repeat left 7px;
}
.widget a {
	display:inline;
	width:auto;
	color:#000;
}
.widget a:hover {
	text-decoration:underline;
}
.widget ul li.digg {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_digg.png) no-repeat left center;
}
.widget ul li.fb {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_fb.png) no-repeat left center;
}
.widget ul li.stumble {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_stumble.png) no-repeat left center;
}
.widget ul li.twitter {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_twitter.png) no-repeat left center;
}
.widget ul li.reddit {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_reddit.png) no-repeat left center;
}
.widget ul li.google {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_google.png) no-repeat left center;
}
.widget ul li.delicious {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_delicious.png) no-repeat left center;
}
.widget ul li.print {
	padding:3px 0 3px 21px;
	background:url(white/ico_shareit/ico_print.png) no-repeat left center;
}
/* OTHER GLOBAL SELECTORS */
#primaryTopWrapper .wp-caption-text, #primaryBottom .wp-caption-text, #secondaryContentWrapper .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:#b1d9f8;

	display:block;
	font-size:11px;
	margin-bottom:5px;
	font-family: "Arial", Times New Roman, Times, serif;
}
#footer .titleCatName { /* Front page, category labels over blocks */
text-transform:none;
	color:#b1d9f8;
	font-weight: normal;
	border-bottom:1px solid #b1d9f8;
	display:block;
	font-size:21px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-family: "Arial", Times New Roman, Times, serif;
}

.titleCatName a, .titleCatName a:hover {
	text-transform: capitalize;
	color:#020D5D;
	font-weight: normal;
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
}
#right-page-area .titleCatName a,#right-page-area .titleCatName a{
	color:#fff !important;
	font-size:20px !important;
	font-family: "Arial", Times New Roman, Times, serif !important ;
	background:#156d8c !important;

}
/* INNER PAGE CONTENT AREA
============================================================== */
#innerLeft { /* Post wrapper */
	float:left;
	width:665px;
	margin-right:8px;
	margin-left:2px;
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
}
#innerLeft p {
	padding-bottom:10px;
}
.metasingle {
	width:100%;
	overflow:hidden;
	border-bottom:1px dotted #666;
	margin:0 0 4px 0;
	padding:0 0 4px 0;
	color:#909090;
	font-size:11px;
}
.metasingle a {
	color:#909090;
}
.metasingle a:hover {
	color:#000;
}
.postAuthor {
	padding-left:13px;
	background: url(white/ico_author.gif) no-repeat left center;
}
.postDate {
	padding-left:13px;
	background: url(white/ico_date.gif) no-repeat left center;
}
.post {
	padding-top:5px;
}
.post a {
	color:#3B5998;
}
.post a:hover {
	color:#020D5D;
	text-decoration:underline;
}
.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;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */






/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

	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:11px/17px tahoma, arial, sans-serif;
	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;
}
#entryMeta { /* Style to wrap author details below the article  */
	font-size:.9em;
	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;
}
#entryMeta a:hover {
	text-decoration:none;
	;
}
.attachment-nav {
	display:block;
	margin:15px 0;
	text-align:center;
	font-weight:bold;
	color:#ccc;
}
.attachment_more {
	width:156px;
	margin:5px;
	float:left;
	display:inline;
}
/* 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(white/bgnarrowSidebar.gif) repeat;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
}
#wideSidebar { /* The Wide sidebar on inner pages */
	float:left;
	width:300px;
	float: right;
	
	background:#b1d9f8;
	padding: 10px;
	padding-top:10px;
	line-height:18px;
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
}
#wideSidebar .widget
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #EBE9E9;
    margin: 10px 0 0;
}
#wideSidebar .widget1111111 img
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #EBE9E9;
    margin: 10px 0 0;
	display:block
}
/* INNERPAGE SLIDER
============================================================== */
	/* 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: 290px;
	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(white/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;
	height:50px;
	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 #020D5D;
}
/* ARCHIVE POSTS - Post format is inherif from .post class
============================================================== */
#bcrum { /* The wrapper for "category Archive for, Author archive" etc... captions in archive pages */
	font-size:.8em;
	padding-top:7px;
	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:12px;
	color:#8f8f8f;
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px dotted #666;
}
.labelBC a {
	color:#6f6f6f;
}
.labelBC a:hover {
	color:#3f3f3f;
}
.locationBC { /* Name of category, archive or date placed below the (Category archives for - Posts tagged as ... ) text on archive pages */
	display:block;
	font-size:18px;
	color:#222;
	letter-spacing:-1px;
}
.metas {
	padding:2px 0 !important;
	border-bottom:1px solid #bcbcbc;
	border-top:1px solid #bcbcbc;
	text-align:right;
	color:#666;
	font-size:12px;
	display:block;
	margin-bottom:10px;
}
.navigation {
	margin-bottom:10px;
}
.metas a, .navigation a {
	color:#b26913;
}
.metas a:hover, .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:11px/15px verdana, arial, sans-serif;
}
.gab_authorPic { /* Author Pages - photo inside of bio wrapper */
	float:left;
	width:50px;
	display:inline;
	margin-right:7px;
}
.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:10px;
	border-bottom:1px solid #f4f4f4;
	width:240px;
	min-height: 255px;
	height: auto !important; /* IE6 Min height hack */
	height: 255px;
}
.postinfoPhotoCat { /* Post info for photo gallery post details shown below thumbnails on archive pages */
	padding-top:5px;
	font:11px verdana, arial, tahoma, sans-serif;
	color:#9f9f9f;
	display:block;
}
.postinfoPhotoCat a {
	color:#0854C7;
}
.postinfoPhotoCat a:hover {
	color:#020D5D;
}
/* 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 verdana, tahoma, arial, sans-serif;
	background:#efefef;
	padding:4px 4px 4px 10px;
}
ol.commentlist li { /* Comment Wrapper */
	border:1px dotted #666;
	height:1%;
	margin:0 0 10px;
	padding:7px;
	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 0;
}
li div.vcard cite {
	font-style:normal;
}
li div.vcard { /* Font style for comment author link*/
	font:bold 12px arial, sans-serif;
	font-style:normal;
	color:#555;
}
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:bold 10px/1.4 helvetica, arial, sans-serif;
	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:normal 12px helvetica, arial, sans-serif;
	padding:4px 0;
}
li div.reply a {
	color:#020D5D;
}
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:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background: #fff url(white/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 #submit {
	background: url(white/button_submit.gif) no-repeat left;
	width:95px;
	height:35px;
	border:none;
	display:block;
	line-height:0px;
	cursor:pointer;
}
/* image sizes adjustments */
#featured-slider img {
	width:342px;
	height:256px;
}
#belowfeatured img {
	width:70px;
	height:70px;
}
#midColPosts img {
	width:75px;
	height:auto;
}
#primaryBottomTabs_body img {
	width:269px;
	height:201px;
}
.photoFrame img {
	width:232px;
	height:200px;
}
.photoFrame img {
	width:232px;
	height:200px;
}
.attachmentPage img {
	max-width:494px;
}
.bottomBox_narrow img {
	width:55px;
	height:auto;
}
/***************MY STYLES***************/
#featuredContentLEFT {
	padding:7px 7px 5px;
	width:286px;
	margin-bottom:15px
}
#primaryTopWrapper .titleCatName {
	border-top:3px solid #d1d1d1;
	padding-top:5px;
	margin-top:5px;
}
.home-featured-main {
	padding:10px 0px 20px;
}
#search-wrap {
	position:relative;
	padding:10px;
	margin:0 auto 10px;
	background:#eee;
	border:1px solid #d1d1d1;
}
#search-wrap .clear {
	height:1px;
	line-height:1px;
}
#search-wrap #search {
	position:relative;
	height:20px;
	margin:0 auto;
	background:transparent;
	border:0px;
}
#search-wrap #search form, #search-wrap #search fieldset {
	float:left;
}
#search-wrap #search fieldset {
	padding:2px 0 0 4px;
}
#search-wrap #s {
	float:left;
	background:#fff;
	border:1px solid #a6a5a5;
	padding:0 0 0 1px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:180px;
}
#search-wrap label {
	float:left;
	margin-right:10px;
	padding-top:3px;
}
#social-side-links {
	position:relative;
	padding:10px;
	margin:0 auto 10px;
	width:210px;
	background:#eee;
	border:1px solid #d1d1d1;
}
#social-side-links h3 {
	margin-bottom:5px;
	color:#17599A;
	font-weight:bold;
	text-transform:uppercase;
}
#social-side-links ul {
	display:inline-table;
}
#social-side-links ul li {
	position:relative;
	float:left;
	display:inline;
	margin:0px 5px;
}
#social-side-links ul li.last-clear {
	clear:right;
}
#social-side-links ul li ul li a {
	position:relative;
	display:block;
	width:36px;
}
#social-side-links .clear {
	height:1px;
	line-height:1px;
}
#social-side-links ul li a.gab_connect {
	background: url(white/ico_connect.png) no-repeat 3px center;
	padding-left:20px;
}
#social-side-links ul li a:hover.gab_connect {
	background: url(white/ico_connect.png) no-repeat 3px center;
	padding-left:20px;
}
#social-side-links ul li ul li a.gab_rss {
	background: #e9e9e9 url(white/ico_rss.png) no-repeat 3px center;
	padding-left:23px;
}
#social-side-links ul li ul li a:hover.gab_rss {
	background: #ddd url(white/ico_rss.png) no-repeat 3px center;
	padding-left:23px;
}
#social-side-links ul li ul li a.gab_email {
	background: #e9e9e9 url(white/ico_email.png) no-repeat 3px center;
	padding-left:23px;
}
#social-side-links ul li ul li a:hover.gab_email {
	background: #ddd url(white/ico_email.png) no-repeat 3px center;
	padding-left:23px;
}
#social-side-links ul li ul li a.gab_facebook {
	background: #e9e9e9 url(white/ico_facebook.png) no-repeat 3px center;
	padding-left:23px;
}
#social-side-links ul li ul li a:hover.gab_facebook {
	background: #ddd url(white/ico_facebook.png) no-repeat 3px center;
	padding-left:23px;
}
#social-side-links ul li ul li a.gab_twitter {
	background: #e9e9e9 url(white/ico_twitter.png) no-repeat 3px center;
	padding-left:23px;
}
#social-side-links ul li ul li a:hover.gab_twitter {
	background: #ddd url(white/ico_twitter.png) no-repeat 3px center;
	padding-left:23px;
}
.post .metasingle img {
	padding:0px;
	border:0px;
	background:none;
}
#recentpostcomment {
	margin:10px 0px 0px;
	background:#fff;
	border:4px solid #ebe9e9;
}
#facebookactivityfeed-3
{border:4px solid #ebe9e9;}
#subscribebox {
	position:relative;
	padding:10px;
	margin:0 auto 10px;
	width:210px;
	background:#eee;
	border:1px solid #d1d1d1;
}
#subscribebox h3 {
	margin-bottom:5px;
	color:#17599A;
	font-weight:bold;
	text-transform:uppercase;
}
#subscribebox h4 {
	margin-bottom:5px;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
}
/******Member List Styles****/

.post .entry #tern_members li {
	list-style:none;
	background:none;
}
.postauthor {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	padding: 10px;
	margin: 10px 0;
}
.postauthor h4 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
.postauthor img, .contrib-wrap img {
	float: left;
	margin: 0 15px 8px 0;
	padding:3px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
}
.postauthor p {
	padding-bottom:15px;
}
.authors-page .addtoany_share_save_container {
	display:none;
}
.authors-page h1 {
	font-size:18px;
	font-weight:bold;
	color:#90052C;
}
.authors-page h2, .authors-page h2 a {
	font-size:16px;
	font-weight:bold;
	color:#1658A3;
}
.authors-page h3, .authors-page h3 a {
	font-size:12px;
	font-weight:bold;
	color:#90052C;
}
.author-posts {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	padding: 10px;
	margin: 10px 15px;
	clear:both;
}
.author-posts .read-more-link {
	text-align:right;
	width:95%;
	display:block;
	padding:5px 15px;
}
.post .entry ul.tern_wp_members_list li {
	border-bottom: 1px solid #f3f3f3;
	padding: 20px!important;
	clear:both;
}
.contrib-wrap hr {
	clear:both;
	height:1px;
	border:0px;
}
img.eventImage {
	float:left;
	width: 250px;
	height: auto;
	margin: 0px 50px 0px 25px;
}
div.eventHL br, div.event br {
	clear:both;
}
div.eventHL, div.event {
	padding:25px 15px;
	border-top:#e1e1e1 1px solid;
	border-left:#e1e1e1 1px solid;
	border-right:#e1e1e1 1px solid;
	margin-left:25px;
}
div.eventHL {
	background-color:#e4f7ff;
}
div.eventClear {
	clear:both;
}
a.eventLink {
	font-size:16px;
}
a.eventLink:hover {
	font-size:16px;
}
a.eventLink i {
	padding-right:1em;
	font-weight:bold;
}
/***Image Styles***/

#featuredContent a.thumbimg {
	position:relative;
	width:342px;
	overflow:hidden;
}
#belowfeatured a.thumbimg {
	position:relative;
	width:70px;
	height:70px;
	overflow:hidden;
}
#midColPosts a.thumbimg {
	position:relative;
	width:60px;
	height:45px;
	overflow:hidden;
}
#midColPosts div.comics a.thumbimg {
	position:relative;
	width:180px;
	height:180px;
	overflow:hidden;
}
#midColPosts div.comics img {
	width:120px;
	height:auto;
}
/******** New Styles ************/
.clear-both {
	clear:both;
}
#left-page-area {
	float:left;
	width: 666px;
}
#right-page-area {
	float: right;
	width: 300px;
	padding-top:10px;
	background:#b1d9f8 url(white/images/rightbg.png) no-repeat top;
	padding: 10px;
	padding-top:10px;

}
#right-page-area > div
{
	margin-bottom:10px;}
.signin
{ -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476); /* IE */
  position: absolute;
  top:20px;
  height:20px;
  width:93px;
}
.regme
{ -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476); /* IE */
  position: absolute;
  top:70px;
  left:0;
  height:20px;
  width:86px;
}
.subscribe
{-moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476); /* IE */
  position: absolute;
  top:132px;
  height:20px;
  width:103px;}
 #right-page-area .titleCatName,#right-page-area .widget_title {

  font-family: "Arial", Times New Roman, Times, serif;
  font-size:20px;
  color:#fff;
  float:left;
  clear:both;
  margin-bottom:20px;
  margin-left:-20px;
  padding:5px 10px;
  background:#156d8c;
}
.sidebarTabs_newly_added a
{
	color:#555555;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}
#sidebarTabs_commented a
{
	color:#555 !important;
	font-weight:bold;
}
#left-page-area #video-area {
	padding:10px;
	background:#fff url(white/images/leftme.png) repeat-x bottom;
	margin-bottom:10px;
	padding-bottom:20px;
}
#left-page-area #top-category {
	padding:10px;
	background:#fff url(white/images/leftme.png) repeat-x bottom;
	margin-bottom:0px;
}

#col-left-first {
	padding:10px;
	background:#fff url(white/images/leftme.png) repeat-x bottom;
	margin-bottom:0px;
}
#left-page-area #top-category #featured-story {
	float:left;border-right:1px solid #ccc;
	padding-right:20px;
	width:400px;
}
#left-page-area #top-category #featured-story img {
	width:380px!important;
	height:290px; 

}
.uiIconText { color: #ffffff;}
#left-page-area .titleCatName ,#mediabar .widget_title
{
	background:url(white/images/leftheader.png) no-repeat  center left!important;
	padding-left:30px !important;
	color:#000000;
	font-size:27px !important;
	display:block;
	min-height:30px;
		padding-top:10px;
	padding-bottom:5px;
	font-family: "Arial", Times New Roman, Times, serif !important;
	clear:both;
	text-transform: capitalize;
}
#primaryBottomSidebar .bottomleftsidebartitle{
	background:url(white/images/leftheader.png) no-repeat  center left!important;
		padding-left:30px !important;
color: #000000;
display: block;
font-family:  "Arial", Times New Roman,Times,serif !important;
font-size: 24px !important;
line-height: 28px;
	min-height:30px;
	padding-top:24px;
	padding-bottom:5px;
	clear:both;
text-transform: capitalize;
}
.mysearch
{
	background:#dddfe1;
	padding:6px 4px;
	border:none;
	line-height:20px;
	width:170px;
}
.submit
{
	/*background:#000;*/
	color:#fff;
	line-height:20px;
	border:none;
	padding:6px 8px;
}
#left-page-area .titleCatName a
{
	color:#000000;
	font-size:24px !important;
	display:block;
	line-height:28px;
	text-transform:capitalize;
	font-family: "Arial", Times New Roman, Times, serif !important}

#left-page-area #top-category #stories-list {
	float:right;
	width:225px;
	margin-top:20px;
	border-top:1px solid #D1D1D1;

}
#left-page-area #top-category #featured-story h2 {
		font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	color:#26498b;
	line-height:18px;
}
#left-page-area #top-category #featured-story img {
	border: 1px solid #D1D1D1;
}
#left-page-area #top-category #stories-list ul li.featuredPost {
	color:#b1d9f8;
	list-style: none;
	display:block;
	width:190px;
	list-style-position:outside;
	padding:3px 0px 10px;
	padding-left:25px;
	border-bottom: 1px solid #D1D1D1;
}
 #footer #recent-posts-3 ul li, #footer #recent-comments-2 ul li {
	color:#fff;
	list-style:  none;
	width:auto;
	padding:3px 0px 10px;
	background:url(white/images/libg.png) no-repeat left 3px;
	padding-left:20px;

}
#left-page-area #col-left ul li.featuredPost,#wrapper #col-right ul li.featuredPost
{
	background:url(white/images/leftlibg.png) no-repeat left 3px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top:0;
	margin-top:10px;

	}
#left-page-area #top-category #stories-list ul li.lastPost,
#left-page-area #top-category #featured-story div.featuredPost, #footer #recent-posts-3 ul li.lastPost,  {
	border-bottom: 0px dotted #666;

}
#left-page-area h2.postTitle, #footer #recent-posts-3 ul li a, #footer #recent-comments-2 ul li a, #right-page-area h2.postTitle {
	font-size:12px;
	font-weight: normal;
	text-transform: none;
	color:#fff;
	line-height:18px;
	margin:0px;
}
 #footer #recent-comments-2 ul li {
	 font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
 }
 #footer p {
	 padding-bottom:10px;
 }
 .footer .titleCatName
{
	color:#b1d9f8;
	border-bottom:1px solid #b1d9f8;
	font-size:18px;}
 #footer .wp-polls-ul li{
	 padding-bottom:10px;
 }
#top-header {
width:1000px;
margin: 0 auto;
height:182px;
position:relative;

}
.headerbg  {
background:url(white/headerpage.jpg) no-repeat right;
margin: 0 auto;
height:182px;
position:relative;

}
.header_page{
background:url(white/header-bg.jpg) repeat-x;
margin: 0 auto;
height:182px;
position:relative;

}
 #seal {
	 position:relative;
	 width:92px;
	 height:93px;
	 background:url(white/seal.png) top left no-repeat;
	 display:block;
	 float:left


 }
 #awards {
	 color:#a9d3f4;
	 float:left;
	 font-size:14px;
	 font-family:Arial, Helvetica, sans-serif;
	 width:190px;
	 padding-top:10px;
 }
 .donate
 {
	 float:right;
	 margin-top:20px;
}
#social-media-top {
	 float:left;
	 width:195px;
	 position:relative;
	 margin-top:5px;
}
#social-media-top ul li {
	float:left;
	padding:3px;
}
#social-media-top h3 {
margin-bottom: 5px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}
#search-wrap {
position: relative;
padding: 0px;
margin: 5px 0px 0px 15px;
background: transparent;
border: 0px solid #D1D1D1;
float:right;
position:relative
}
#search-wrap form, #search-wrap fieldset {

}
#search-wrap #s {
float: left;
background: white;
border:1px solid #ccc;
padding: 3px;
color: #666;

font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
width: 160px;
}
.fbpf.pluginCommentFlyout.pluginCommentFlyoutFull,.uiFacepile.mts.pluginFacepileConnectConnected.uiFacepileMedium
{
	display:none;
}
#search-wrap #searchsubmit {
	position:absolute;
	right:3px;
	top:5px;
	color:#fff;
	background:url(white/images/search_button.png) no-repeat;
	border:0;
	text-indent:100px;
	width:13px;
	height:13px;
	cursor:pointer;
	z-index:10000;


}
#left-page-area h2.postTitle span, #right-page-area h2.postTitle span {
	color:#020d5d;
}
#wrapper #left-page-area .featuredPostMeta {
	padding:0px;
	clear:both;
}

#primaryBottomTabs_body .featuredPostMeta {padding-top: 60px;}
#wrapper #left-page-area #belowfeatured img {
	/*width:auto;
	height:auto;*/
}
#wrapper #left-page-area #col-left, #wrapper #left-page-area #col-right {
	width: 309px;

	float: left;
	display: inline;
	padding-top:10px;

	}
#wrapper #left-page-area #col-left {
	margin-right: 10px;background:url(white/images/leftme.png) repeat-y right;padding-right:20px;
}
#wrapper #left-page-area h2.large-heading {
	font-size:14px;
	color:#020d5d;
	font-weight:bold;

}
#wrapper #left-page-area #mediabar {
	width: 636px;

}
#wrapper #left-page-area #ad-left {
	position:relative;
	float: left;
	width: 300px;

}
#wrapper #left-page-area #stories-right {
	float: right;
	position:relative;
	width: 335px;
	padding:10px;

}
#wrapper #sidebarTabs_title li a.selected, #wrapper #primaryBottomTabs_title li a.selected, .wp-polls .Buttons, #e_sidebarTabs_title li a.selected {
	color:#fff;
	background:url(white/images/ofde.png) repeat-x !important;
	text-transform:uppercase;
	margin-right:5px;
}
 .wp-polls .Buttons {
 margin-bottom:10px;
 padding:3px 5px;
 }
.wp-polls-form a, .wp-polls-loading a {
	color:#b1d9f8;
}
.footer-widget {
	border-bottom:0px;
	padding:5px 10px;
	margin-bottom:6px;
	color:#fff;
}
.footer a
{
	color:#fff;
}
#social-side-links {
	width:280px;
	text-align:center;
}
#subscribebox {
	width:280px;
}
#e_sidebarTabs_body {
width: 254px;
}
.video-btn {
	color:#fff;
	background:url(white/images/tvbg.png) repeat-x!important;
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:13px;
 padding:3px 5px;
 margin-left:15px;
 display:block;
 float:left
}
.youtubetv
{
	background:url(white/images/livetv.png) no-repeat !important;
 padding:3px 5px;
 margin-left:15px;
 width:140px;
 height:59px;
 display:block;
 position:absolute;
 left:250px;
 top:-25px;
 }
.youtubelink
{
	width:100%;
	position:relative;
}
.android
{
	float:right;
	margin-right:10px;
	margin-top:5px;
}
.android a
{
	margin-left:10px;
}