/*  
Theme Name: The Journal
Version: 1.1.5
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes

Author URI: http://www.woothemes.com
*/

/* Default styles */
@import "reset.css";

/* Custom styles */
@import "custom.css";
 
body {

}

#wrap {	
	background: none; 
}

/* Wrap */

#wrap { }

/* Top */

#top {
	width: 942px;
	margin: 0 auto;
	border-top-width: 5px;
	border-top-style:solid;
}

/* Top Meta */

#top-meta {
	width: 942px;
	height:21px;
	padding:15px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	margin-bottom:15px;
}

#top-meta .date {
	font-size:12px;
	height:21px;
	width:465px;
	float:left;

	margin-right:12px;
}

#top-meta .search {
	font-size:11px;
	padding: 0 5px 0 15px;
	float:right;
	border-left-width: 5px;
	border-left-style:solid;
}

form#topSearch {
	background-color:#ffffff;
	border:1px solid #cccccc;
	width: 133px; height: 16px; padding:2px;
	position: relative;
}
	form#topSearch p.fields {
		padding:0;
	}
	
	form#topSearch p.fields input {
		color: #666666;
		font-size: 11px;
		font-style:italic;
		font-weight: normal;
		width: 130px;
		background: none;
		overflow: hidden;
		border: none;
		padding-left:20px;
		position: absolute;
	}
		form#topSearch p.fields button {
			background: url(images/ico-search.png) no-repeat;
			width: 16px; height: 16px;
			border: none;
			position: absolute;
			top: 2px; left: 2px;
            text-indent: -999px
		}
		


#top-meta .rss {
	padding: 4px 0px 0 10px;
	float:right;
	width:146px;
	border-left-width: 1px;
	border-left-style:solid;
    margin-left: 10px; 
}

#top-meta .rss a {
	background: url(images/ico-rss.png) no-repeat 0 5px;
	padding: 6px 0 3px 23px;
}

#top-meta .contact-link {
	padding: 4px 20px 0 10px;

    border-left-style: solid;
    border-left-width: 1px;
	float:right;
}

#top-meta .contact-link a {
	background: url(images/ico-contact-link.png) no-repeat 0 5px;
	padding: 6px 0 3px 23px;
}

/* Highlights */ 

#highlights {
	width: 922px;
	padding:10px;
	border-bottom-width: 5px;
	border-bottom-style:solid;
}

#highlights h3 {
	font-size: 14px;
	padding:0;
	font-style: italic;
	float:left;
	margin-bottom:10px;
}

#highlights .more {
	float:right;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	padding-top:5px;
}

#highlights .post {
	width: 294px;
	margin-right:20px;
	float:left;
}

#highlights .last {
	margin-right:0;
}

#highlights .post .image {
	float:left;
	width: 145px;
}

#highlights .post .image img {
	border-width:5px;
	border-style:solid;
}

#highlights .post .content {
	float:right;
	border-top-width: 1px;
	border-top-style:solid;
	width:140px;
	padding-top:10px;
}

#highlights .post .content .read_more a {
	font-size:10px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	padding:2px;
}

#highlights .post .content p {
	padding: 0 0 10px 0;
}

#highlights .post .content a {
	font-size:14px;
}

/* Page Navigation */

#top-nav {
	font-size: 11px;
	border-top-width: 0px;
	border-bottom-width:0px;
	border-top-style:solid;
	border-bottom-style:solid;
height: 35px;
margin-bottom: 16px;
         text-transform: normal;
         color: #fff;
         background-color: #000;
border: 1px solid #fff;
}


#top-nav a {
	color: #fff;
	font-family: gill sans mt, verdana,arial,sans-serif;
	font-size:10px;
        
}

#top-nav a:hover {
	text-decoration: underline;
background-color: #fff;
      
}

#top-nav ul {
	padding: 0;
}

#top-nav .col-left {
	margin-left: -6px;
}

#top-nav .current_page_item ul li a {
	color:#111111;
}

#top-nav .current_page_item ul li a:hover {
	color:#ffffff;
}

/* Page Nav */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	
}

#nav a {
display: block;
	height: 35px;
	width: 120px;
	font-size: 16px;
border-right: 0px solid #ccc;
padding-left: 4px;
font-weight: bold;
         
           
}


#nav li {
	float: left;
         
}

/* Style drop down list */

#nav li ul { position: absolute; width: 100px; left: -999em; border-top: 1px solid #F7F6F6; }
#nav li ul li {	border: 1px solid #F7F6F6; border-width:0 1px 1px; background: #FFF; }
#nav li ul li a { line-height: 22px; font-size: 12px; color: #555555; width: 100px;}
#nav li ul ul {	margin: -26px 0 0 170px; }
#nav li ul ul li a { line-height: 28px; }
#nav li ul li ul li a {	border-width:0 1px 1px 0px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto;}
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

/* Header */



#header {
	width: 100%;
	height: 107px;
	padding-top: 0px;
	clear: both;
	position: relative;
	margin:2px 0;
	
         border-bottom: 0px solid #cd0021;
}

#header h1 {
	display: none;
}

#header .logo {
	float:left;
	
	/*margin-right:18px;*/
}

#header #header-banner-ad {
	position: absolute;
	left: 470px;
	top:50px;
}

 #header .recent-entries {
    width: 320px;
    float:right;
    height:60px;    
}



#header .recent-entries .archives {
    width:130px;
    padding-right:0px;
    float:left;
    text-align:right;
}

#header .recent-entries .archives h3 {
    padding:0;
    margin-bottom:65px;
    font-size: 14px;
}

#header .recent-entries .archives p {
    font-size:13px;
    letter-spacing:-1px
    line-height:14px;
    margin-bottom:0;
}

#header .recent-entries ul {
    width:180px;
    float:right;
    border-left-width: 4px;
    border-left-style:solid;
    padding:0;
    height:130px;
   
}

#header .recent-entries li {
    width:135px;
    padding: 0 10px;
    float:left;
    height:130px;
    border-left-width: 1px;
    border-left-style:solid;
    overflow: hidden;
}

#header .recent-entries h4 {
    padding:0;
    text-transform:uppercase;
    letter-spacing:-1px;
}



.category {
	margin-bottom:5px;
	clear:both;
	padding:0;
}

.category a {
	font-size: 12px;
font-family: georgia;
text-transform: italic;
line-height: 14px;
color: #000;
}

.category a:visited {
	font-size: 12px;
font-family: georgia;
text-transform: italic;
line-height: 14px;
color: #000;
}


#header .recent-entries h4 a {
    font-size:20px;
    font-weight:normal;
}


/* Content */

#content {
	width: 942px;
	margin:0 auto;
	min-height: 550px;
	padding: 0;
        
       
}
* html #content { height: 550px; }

#main {
	width:617px;
}

#contenta {
	width: 942px;
	margin-left: 160px;;
	min-height: 550px;
	padding: 0;
         margin-top: 10px;
       
}



/* Home Page */

.threecol_one {
	width:530px;
	margin-right:10px;
	float:left;
	margin-bottom:16px;
}

.threecol_two {
	width:380px;
	float:right;
	

}

.threecol_three {
	width:303px;
	float:right;
	margin-bottom:16px;
}

#featured_photo {
	border-bottom-width:1px;
	border-bottom-style:solid;
         background-color: #faf9dc;
         padding-right: 15px;
         border-right: 2px dotted #ccc;
         border-top: 2px solid #ccc;
         padding-top: 10px;
         padding-left: 5px;
}

#featured_photo img {
	border-width:5px;
	border-style:solid;
}

#featured_photo div {
    padding-top:  10px;
	padding-bottom:10px;
	margin-bottom:2px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#featured_post {
	padding-bottom:10px;
	border-bottom-width:0px;
	border-bottom-style:solid;
	margin-bottom:2px;
   
}

#featured_post p {
	
}

#featured_post h2 a {
	font-size:36px;
	color:#111111;
}

#categories-module {
	width:303px;
	float:right;
}

#categories-module p {
	padding:0;
}

.category-box {
	border-bottom-style:solid;
	border-bottom-width:0px;
	padding-bottom:6px;
	margin-bottom:2px;
	width:374px;
 
}

.category-box .category {
	padding: 0 0 5px 0;
	margin:0;
}

.category-box h3 a {
	font-size:14px;
	font-weight:normal;
}

.category-image-block {
	float:left;
	margin-right:20px;
border: 0px;
}

.category-image-block img {
	border-width:5px;
	border-style:solid;
}

hr {
	height:5px;
	margin-bottom:15px;
	clear:both;
	border:none;
         background-color: #000;
}
.hr {
    height:5px;
    margin-bottom:15px;
    clear:both;
    border:none;
    background-color: #000;
}

.borderimg img {
border-width: 5px;
border-style: solid;
}

#also {

	margin: 0 0px 15px 0;
}

#also-header {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
         border-bottom-color: #000;
}

#also-header h3 {
	font-size:18px;
	font-style:italic;
	float:left;
}

#also-header .carousel-nav {
    float:right;
    
}

#also-header .carousel-nav img {
	cursor: pointer;
}

#categories-crop {
    width: 942px;
    overflow: hidden;
}

#categories-slider {
	margin-bottom: 15px;
height: 220px;
	float:left;
    width:8000px

}

#categories-slider .panel {
	float:left;
	width:147px;
	margin-right:12px;

}

#categories-slider .panel-image {
	float:left;
    margin-bottom: 5px;
}

#categories-slider .panel h3 {
	font-size:16px;
         font-weight: normal;
	line-height: 20px;
        font-family: georgia;
}
#categories-slider .panel h3 a:link,
#categories-slider .panel h3 a:visited { color: #004276;}

#bottom ul {
	padding:0;
}

#bottom li {
	padding:2px 0;
}

#bottom .featured_article {
	border-right-style:solid;
	border-right-width:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 0 20px 20px 0;
}

#bottom .featured_article .more_featured {
	text-align:right;
	padding:0;
}

#bottom .featured_article h3 {
	font-size:24px;
	font-style:italic;
}

#bottom #col_two {
width: 250px;
}

#bottom #col_two li {
	padding-bottom:10px;
	margin-bottom:5px;
	color: #004276;
         font-family: georgia;
         font-size: 12px;
          line-height: 12px;
border-bottom: 1px solid #eee;
      
}


#bottom #col_two li a {
	
	color: #004276;
    
}



#bottom #col_two li li{ display: none;}    

#bottom #col_one li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 2px solid #000;
}
#bottom #col_one li li{ display: none;}    

#bottom #col_three li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-style:dotted;
	border-bottom-width:2px;
         font-family: gill sans mt;
         font-size: 14px;
         line-height: 12px;
}
#bottom #col_three li li{ display: none;}  

/* Tabs */

#tabs {
	width:296px;
	float:left;
	padding-top:20px;
	border-top-width:1px;
	border-top-style:solid;
}

ul.idTabs {
	width: 100%;
	padding: 0 !important;
}

ul.idTabs li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
       padding-bottom: 5px;
}

ul.idTabs li a {
	line-height: 25px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color: #2e3738 !important;
	display: block;
	float: left;
	padding: 0 5px;
          padding-bottom: 4px;
	margin-right: 4px;
}

ul.idTabs li a.selected, ul.idTabs li a:hover {
	text-decoration:none;
}

.inside ul {
	padding:10px !important;
	border-bottom-width:5px;
	border-bottom-style:solid;
}

.inside li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 5px 0 !important;
	list-style-type: none !important;
	color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:1px;
         padding-bottom: 5px;
}

.inside li a {
	color:#ffffff;
}

/* Adverts */


#mpu_ad {
	float:right;
	width:303px;
	margin-bottom:15px;
}

#leaderboard_ad {
  text-align: center;
  background: url(images/ad-deco.gif) center center no-repeat;
  height:90px;
}

#button_ad {
	float:right;
	width:200px;
	height:90px;
}

/* Main Content (style) */

#main a { text-decoration: underline; }
#main a:hover {	text-decoration: none; }
#main h2, #main h3 { font-weight: normal; }
#main h2 { font-size: 24px; }
#main h3 {font-size: 18px; }
#main h4 { font-size: 12px; }
#main ol, #main ul { line-height: 18px; }
#main ul { padding-left: 50px; }
#main ul li { list-style: circle; padding: 3px 0; }
#main ol { padding-left: 57px; }
#main ol li { list-style: decimal; padding: 3px 0; }
#main blockquote {
	border-left:2px solid #777777;
	color:#000;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

#bottom {
	width:942px;
	border-top-style:solid;
	border-top-width:1px;
	float:left;
	margin-top:15px;
	padding-top:15px;
}

#bottom #col_one {
	width:295px;
	float:left;
	margin-right:18px;
}

#bottom #col_two {
	width:400px;
	float:left;
	margin-right:18px;
}

#bottom #col_three {
	width:320px;
	float:left;
	margin-right:18px;
}

#bottom #col_four {
	width:142px;
	float:left;
}

#bottom .widget h3 {
	font-size:14px;
	font-style:italic;
	padding-bottom:5px;
	border-bottom-style:solid;
	border-bottom-width:1px;




	margin-bottom:18px;
}

/* Main Content (post) */

#main .post { padding:0 0 15px; }

#main .post-title {	font-size:36px; font-weight: normal; font-family: georgia; margin-bottom:10px; padding-top:0; line-height: 34px; }

#main .page-title {	font-size:36px; margin-bottom:15px; padding-top:0; }

p.post-details { 
	border-bottom: 1px solid;
	padding-bottom:5px !important;
	margin-bottom:5px;
}

#main h2 a, #main h3 a { color: #2A2A2A; text-decoration: none; }
#main h2 a:hover, #main h3 a:hover { text-decoration: underline; }
#main p.post-details { line-height: 18px; font-size:11px !important; margin-top: -10px; position: relative; }
#main p.post-details a { text-decoration: none; }
#main p.post-details a:hover { text-decoration: underline; }
#main p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 0px 0 1px
}
#main .post h4 { margin-top: 1px; clear: both; width: 100%; }
#main .post h4.continue a {
	background: #A8BC70;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
#main .post h4.continue a:hover {background: #9fb26a;}
#main .post img.thumbnail {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
     float: right; 
     margin: 15px 0 15px 15px;     
}
#main .post p { font-size:16px; line-height:22px; }

#main .post img.gallery { margin:0 7px 7px 0; }
#main h2.arh {
	border-bottom: #cccccc 1px solid;
	margin-bottom: 10px;
	padding-bottom:10px;
	font-size:14px;
	text-transform:uppercase;
}



/* Main Content (advert 468x60) */

#main .advert_468x60 {
	background-color:#EDEDED;
	padding:12px 0;
	margin: 5px 0 25px 0;
	text-align:center;
}
#main .latest .advert_468x60 {margin-left:33px;}

/* Main Content (post>single) */

#main p.tags {
	width: 597px;
	padding:5px 10px;
	clear: both;
	font-size:11px;
}
.single #main .advert_468x60 {margin: 15px 0 0px 0;}
#main .page h2 {padding-top: 5px;}

/* Comments */

#comments h3 { font-size: 20px;	font-weight: normal;padding: 10px 0 20px 0;}

#comments #comments_wrap {padding: 0; position: relative; margin-top:20px;}
#comments #comments_wrap h2 {
	font-size:18px;
	font-style:italic;
	padding: 10px 0;
	border-top-style:solid;
	border-top-width:5px;
	letter-spacing:-1px;
}
#comments ol.commentlist li { list-style-type:none; }

#comments .comment { margin: 18px 0 30px 0; padding-bottom:30px; width: 100%; border-bottom-style:solid; border-bottom-width:1px; }
#comments .comment a { text-decoration: underline; }
#comments .comment a:hover { text-decoration: none; }
#comments .comment small { font-size: 10px;	margin-top: -2px; }

#comments .comment .col-left {width: 110px;}
#comments .comment .col-left img {border: #EDEDED 5px solid;}
#comments .comment .col-left p { padding: 0 0 0 2px; line-height: 19px;}
#comments .comment .col-left .inside {
	width: 110px;
	float: left;
	position: relative;
	overflow: hidden;
	min-height:70px;
}

#comments .comment .col-right {
	min-height: 70px;
	background: #fff;
	padding: 10px 20px;
	border: #EDEDED 1px solid;
	margin-left:100px;
	float:none; 
}

#comments .comment div.avatar {
	float:left;
	width:80px;
}

#comments .comment img.avatar {
}

#comments .comment .comment-entry p {
	font-size:14px;
	line-height:18px;
	padding-left:80px;
}

#comments .comment .comment-head {
	margin-bottom:10px;
}

#comments .reply {
	text-align:right;
}

#comments .reply a {
	padding:3px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
}

* html #comments .comment .col-right { height: 100px; }
#comments .comment span.reply { float:right; padding: 3px 3px 0; font-size:11px; }
#comments .comment span.reply a { text-decoration:none; color:#aaa; }

#comments ul.children { padding:10px 0 0 30px; margin-left:30px; border-left-style:solid; border-left-width:1px; }
#comments ul.children li { border:none; }

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	background: #9F9F9F;
	color: #fff;
	display: block;
	padding: 5px 9px;
	margin-left: 4px;
	font-family:Georgia;
	font-weight:bold;
}
#comments .navigation a:hover {background: #888;}
#comments .commentlist {
	padding:0;
	border-top-style:solid;
	border-top-width:1px;
}
#comments .commentlist p{padding:0 0 10px;}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}

#respond h2 {
	font-size:18px;
	margin-bottom:18px;
}
#commentform {
	background-color:#eeeeee;
	padding:10px;
}
#commentform p {
	padding:0;
	margin-bottom:10px;
}

#commentform .comment-fields {
	float:left;
	width:368px;
}

#commentform .comment-info {
	float:right;
	width:200px;
	padding: 15px 10px 0 0;
}

#commentform .comment-info p {
	font-size:12px;
	font-style:italic;
}
#commentform label {
	float:left;
	width:368px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	width:356px;
	padding:5px;
	border:1px solid #ffffff;
}
#comments .commentlist .children #respond #form_wrap .col-right{float:none;}
#comments .cancel-comment-reply {margin-bottom:10px;}

#commentform #submit {
	padding:5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	border-style: solid;
	border-width:1px;
	text-transform:uppercase;
}

/* Sidebar */


#sidebar {
	width: 315px;
	overflow: hidden;
}



#sidebar .subcol {
	width: 315px;
}

#sidebar .subcol img {
  border: 4px solid #dbdbdb;
}


#sidebar ul {
	clear: both;
}
#sidebar ul li a {
	color: #636363;
	display:block;
}

#sidebar a:hover, #sidebar .current-cat a, #sidebar li.active a {
	color: #000;
          text-decoration: underline;
   
}

#sidebar ul li span {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#878787;
	font-weight:normal;
}

/* Sidebar (block) */

#sidebar .block {
	width: 300px;
}

#sidebar .subcol .block {
	width: 300px;
}

/* Sidebar (widgetized)*/

#sidebar .textwidget {
	clear:both;
	padding:0;
}

#sidebar .widget {
	margin-bottom:25px;
	border-bottom-style:solid;
	border-bottom-width:5px;
}

#sidebar .widget ul {
	padding:0;
}

#sidebar .widget a {
	font-size:12px;
	font-family: georgia, helvetica;
}

#sidebar .widget li {
	padding:4px;
}

#sidebar .widget h3 {
	font-size:14px;
         font-family: georgia, helvetica;
	font-style:bold;
	padding:5px;
	margin-bottom:5px;
         background-color: #fff;
}

#sidebar li {
	border-bottom: 1px solid #e2e2e2;
	line-height: 18px;
	overflow: hidden;
}

/* Sidebar (widgetized>list>inside)*/

#sidebar ul ul {
	padding: 0;
	margin: 3px 0 0 0;
	border:0;
}

#sidebar ul ul li {
	border: 0;
	padding-bottom: 0;
	border-top:1px solid #E2E2E2;
}

/* Sidebar (widgets)*/

#tag_cloud h2 {display: block;float: none;}
.textwidget {clear: both;padding: 5px 2px;line-height:20px;}
#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	clear: both;
}
#wp-calendar caption {padding: 10px; margin-bottom:5px;}
#wp-calendar th {color: #fff;}
#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
}
#wp-calendar td {background: transparent;}
#wp-calendar td, table#wp-calendar th {padding: 3px 0;}
#wp-calendar a {text-decoration: underline;}
#wp-calendar a:hover {text-decoration: none;}

/* Sidebar (Search)*/

#sidebar #search_main form div {
	position: relative;
	height: 33px;
	background: #ccc;
	margin-bottom:25px;
}

#sidebar #search_main input.field {
	width: 163px;
	position: absolute;
	left: 12px;
	top: 7px;
	padding-top: 2px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 0;
	background: transparent;
	z-index: 1;
}

#sidebar #search_main input.submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}


/* Sidebar (flickr) */

#flickr h3 span {
	color: #0061D8;
}

#flickr h3 span span {
	color: #FF1183;
}

#flickr .wrap {
	margin-left: -5px;
	padding: 0;
	position: relative;
	margin-bottom:25px;
}

#flickr a img {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	background: #fff;
	border: #CECFC6 1px solid;
}

#flickr a:hover img {
	border: #A8AA99 1px solid;
}

/* Footer */

#footer {
	width: 922px;
	padding: 10px;
	margin:15px auto;
	font-size: 11px;
	color: #fff;
	text-align:center;
}

#footer #category-nav, #footer #page-nav {
	width: 922px;
	padding: 5px 0;
}

#footer #category-nav ul {
width: 922px;
}

#footer #category-nav li, #footer #page-nav li {
	width: 220px;
}

#footer #page-nav li {
	padding-right:8px;
	margin-right:8px;
	border-right-style:solid;
	border-right-width:1px;
         border-left: 1px solid #fff;
}

#footer #category-nav a {
	text-transform:uppercase;
}

#footer a{ color:#fff; }
#footer .credits img {vertical-align: middle;}
#footer .credits span {display: none;}

#toolbox {
border: 2px solid #ccc;
width: 120px;
float: left;
height: 169px;
padding: 10px;
margin-top: 4px;
margin-right: 6px;
margin-bottom: 2px;
font-family: georgia;
font-size: 12px;
}

#toolbox li {
border-bottom: 1px solid #ccc;
padding-bottom: 4px;
padding-top: 4px;
list-style: none;
font-family: georgia;
padding-left: -12px;
}

#toolbox li a{
text-decoration: none;
}

#toolbox li a:hover {
text-decoration: underline;
}

/* ================================================================ 
     TABBER
=================================================================== */

.tabberlive .tabbertabhide {
        display:none;
        }

.tabber {
        }

.tabberlive {
        margin-top:1em;
        }

ul.tabbernav {
        margin:0;
        padding: 3px 0;
        border-bottom: 1px solid #cccccc;
        font: bold 12px Verdana, sans-serif;
        }

ul.tabbernav li {
        list-style: none;
        margin: 0;
        display: inline;
        }

ul.tabbernav li a {
        font-family: Verdana;
        font-size: 10px;
        text-transform: uppercase;
        padding: 3px 0.5em;
        font-weight: normal;
        margin-left: 0px;
        border: 1px solid #cccccc;
        border-bottom: none;
        background: #F0F4F5;
        text-decoration: none;
        }

ul.tabbernav li a:link { 
        color: #000000; 
        }

ul.tabbernav li a:visited { 
        color: #000000; 
        }

ul.tabbernav li a:hover {
        color: #000000;
        background: #F0F4F5;
        border-color: #cccccc;
        text-decoration: underline;
        }

ul.tabbernav li.tabberactive a {
        background-color: #fff;
        border-bottom: 1px solid #fff;
        }

ul.tabbernav li.tabberactive a:hover {
        color: #000;
        background: white;
        border-bottom: 1px solid white;
        }

.tabberlive .tabbertab {
        padding:10px;
        border:1px solid #cccccc;
        border-top:0;
        }

.tabberlive .tabbertab ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.tabberlive .tabbertab ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
	}

.tabberlive .tabbertab ul li a {
	color: #004276;
	text-decoration: none;
	}

.tabberlive .tabbertab ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.tabberlive .tabbertab ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

.tabberlive .tabbertab h2 {
        display:none;
        }

.tabberlive .tabbertab h3 {
        display:none;
        }

.tabberlive#tab1 {
        }

.tabberlive#tab2 {
        }

.tabberlive#tab2 .tabbertab {
        height:200px;
        overflow:auto;
        }

.postimg {
 float: right; 
border:1px solid #ccc; 
margin-left: 6px; 
margin-top: 4px; 
margin-bottom: 4px;
}

#dualcolumn_container {
width: 100%;
text-align: justify;
text-justify: auto;
margin-top: 15px;
}

.dualcolumn_left {
width: 48%;
float: left;
}

.dualcolumn_right {
width: 48%;
float: right;
}

#noborder img {
border: 0px;
}

.posthead {
font-size: 54px;
font-family: impact;
line-height: 50px;
}

.postexcerpt {
font-size: 22px;
font-family: georgia, times new roman;
margin-top: -10px;
border-bottom: 6px solid #000;
}

.postexcerpt2 {
font-size: 18px;
font-family: georgia;
line-height: 16px;
}

#firstpost {
background-color: #ecf3fd;
margin-top: 10px;
border-top: 4px solid #ccc;
}

.date{
color: #666;
font-size: 9px; 
text-transform: uppercase; 
font-family: verdana; 
padding-bottom: -12px; 
float: left; 
border-left: 4px #cd0021 solid; 
padding-left: 4px;
}

.author {
color: #cd0021;
font-size: 11px;
font-family: verdana;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 10px;
}

.posthead1 {
font-size: 30px;
font-family: gill sans mt;
line-height: 30px;
padding-bottom: 4px;
}

.posthead2 {
font-size: 30px;
font-family: gill sans mt;
line-height: 28px;
font-weight: bold;
padding-bottom: 8px;
}


.posthead2a {
font-size: 30px;
font-family: gill sans mt;
line-height: 28px;
font-weight: bold;
padding-bottom: 8px;
letter-spacing: -2px;
}

.topic {
color: #cd0021;
font-size: 11px;
font-family: verdana;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 5px;
}

#divider3 {
        background: transparent url(images/divider.gif) repeat-x;
        height: 4px;
        margin: 10px 0px 10px 0px;
        }

.topic a {
color: #ccc;
font-size: 11px;
font-family: verdana;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 5px;
}

#top-meta .date2 {
	font-size:12px;
	height:21px;
	width:465px;
	float:left;

	margin-right:12px;
}

#hr2 {
	height:5px;
	margin-bottom:15px;
	clear:both;
	border:none;
         background-color: #000;
}
.hr2 {
    height:5px;
    margin-bottom:15px;
    clear:both;
    border:none;
    background-color: #000;
}

.posthead3 {
font-size: 22px;
font-family: gill sans mt;
line-height: 20px;
padding-bottom: 8px;
}

.posthead4 {
font-size: 14px;
font-family: verdana;
text-transform: uppercase;
line-height: 14px;
padding-bottom: 10px;
color: #333;
padding-top: 4px;
}

.posthead5 {
	padding-bottom:6px;
	margin-bottom:5px;
	color: #004276;
         font-family: georgia;
         font-size: 12px;
          line-height: 18px;
list-style: disc;
}

.posthead5 a {
color: #004276;
}

.posthead5 a: visited {
color: #004276;
}

#list li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-style:dotted;
	border-bottom-width:2px;
         font-family: gill sans mt;
         font-size: 16px;
          line-height: 12px;
border-left: 4px solid #cd0021;
padding-left: 4px;

}

#featuredcontent {  
-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
font-size: 16px;
line-height: 12px;
} 



/* ================================================================ 
     GENERAL SETTINGS
=================================================================== */

body {
	background: #f6f6f6;
	color: #1a1a1a;
	font-size: 13px;
        line-height: 17px;
	font-family: georgia;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #ffffff;
	width: 973px;
	margin: 15px auto 0px;
	padding: 0px 0px 0px 0px;
        border-top: 0px solid #999999;
        border-right: 1px solid #d4d4d4;
        border-left: 1px solid #d4d4d4;
	position: relative;
	}

#divider {
        background: transparent url(images/divider.gif) repeat-x;
        height: 4px;
        margin: 20px 0px 0px 0px;
        }

#divider2 {
        background: transparent url(images/divider.gif) repeat-x;
        height: 4px;
        margin: 0px 0px 0px 0px;
        }

#divider3 {
        background: transparent url(images/divider.gif) repeat-x;
        height: 4px;
        margin: 10px 0px 10px 0px;
        }

#divider4 {
        background: transparent url(images/divider.gif) repeat-x;
        height: 4px;
        margin: 0px 0px 10px 0px;
        }

#divider5 {
        margin: 0px 0px 16px 0px;
        padding: 0px 0px 10px 0px;
        border-bottom: 1px solid #cccccc;
        }

/* ================================================================ 
     TYPOGRAPHY SETTINGS
=================================================================== */

a {
	color: #000000;
	text-decoration: none;
	}

a:visited {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}

h1 {
        color: #000033;
	font-size: 32px;
        line-height: 34px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	}

h1.titlelink {
        color: #004276;
	font-size: 20px;
        line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	}

h1.titlelink a {
	color: #004276;
	text-decoration: none;
	}

h1.titlelink a:visited {
	color: #004276;
	text-decoration: none;
	}
	
h1.titlelink a:hover {
	color: #004276;
	text-decoration: underline;
	}

h1.logobarh1 {
        color: #000000;
        font-family: Arial, san-serif;
	font-size: 28px;
        line-height: 28px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	}

h1.logobarh1 a {
	color: #fff;
	text-decoration: none;
	}

h1.logobarh1 a:visited {
	color: #fff;
	text-decoration: none;
	}
	
h1.logobarh1 a:hover {
	color: #fff;
	text-decoration: none;
	}

h1.newstitle {
        color: #1a1a1a;
	font-size: 24px;
         font-weight: lighter;
        line-height: 24px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}

h1.newstitle a {
	color: #000000;
	text-decoration: none;
	}

h1.newstitle a:visited {
	color: #000000;
	text-decoration: none;
	}
	
h1.newstitle a:hover {
	color: #000000;
	text-decoration: none;
	}

h1.newstitle-cat {
        color: #000000;
	font-size: 24px;
        line-height: 24px;
	margin: 25px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}

h1.newstitle-cat a {
	color: #000000;
	text-decoration: none;
	}

h1.newstitle-cat a:visited {
	color: #000000;
	text-decoration: none;
	}
	
h1.newstitle-cat a:hover {
	color: #000000;
	text-decoration: underline;
	}

h1.sidebar-title {
        color: #000000;
        font-family: Arial, san-serif;
	font-size: 14px;
        line-height: 14px;
        font-weight: bolder;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	}

h2 {
        color: #000033;
	font-size: 26px;
        line-height: 28px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	}

h2.titlelink {
        color: #004276;
	font-size: 18px;
        line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	}

h2.titlelink a {
	color: #004276;
	text-decoration: none;
	}

h2.titlelink a:visited {
	color: #004276;
	text-decoration: none;
	}
	
h2.titlelink a:hover {
	color: #004276;
	text-decoration: underline;
	}

h3 {
        color: #000033;
	font-size: 22px;
        line-height: 24px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	}

h3.titlelink {
        color: #004276;
	font-size: 16px;
        line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	}

h3.titlelink a {
	color: #004276;
	text-decoration: none;
	}

h3.titlelink a:visited {
	color: #004276;
	text-decoration: none;
	}
	
h3.titlelink a:hover {
	color: #004276;
	text-decoration: underline;
	}

h4 {
        color: #000033;
	font-size: 18px;
        line-height: 20px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	}

h4.titlelink {
        color: #004276;
	font-size: 16px;
        line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	}

h4.titlelink a {
	color: #004276;
	text-decoration: none;
	}

h4.titlelink a:visited {
	color: #004276;
	text-decoration: none;
	}
	
h4.titlelink a:hover {
	color: #004276;
	text-decoration: underline;
	}

h5 {
        color: #000033;
	font-size: 14px;
        line-height: 16px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 6px 0px;
	}

h5.authortext {
        color: #aaaaaa;
	font-family: Verdana;
	font-size: 10px;
        font-weight: normal;
        line-height: 10px;
        text-transform: uppercase;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	}

h5.authortext-post {
        color: #999999;
	font-family: Arial, san-serif;
	font-size: 11px;
        font-weight: normal;
        line-height: 11px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	}

h5.authortext-post a {
	color: #004276;
        text-transform: uppercase;
	text-decoration: none;
	}

h5.authortext-post a:visited {
	color: #004276;
        text-transform: uppercase;
	text-decoration: none;
	}
	
h5.authortext-post a:hover {
	color: #004276;
        text-transform: uppercase;
	text-decoration: underline;
	}

h5.publishtext-post {
        color: #999999;
	font-family: Arial, san-serif;
	font-size: 11px;
        font-weight: normal;
        line-height: 11px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	}

h5.sidetext {
        color: #666666;
	font-family: Arial, san-serif;
	font-size: 11px;
        font-weight: normal;
        line-height: 14px;
	margin: 0px 4px 12px 0px;
	padding-bottom: 4px;
        margin-top: 6px;
        border-bottom: 1px solid #999;
        margin-left: 4px;
        
	}

h5.subtext {
        color: #666666;
	font-family: Arial, san-serif;
	font-size: 11px;
        font-weight: normal;
        line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

h6 {
        color: #333;
	font-size: 12px;
        line-height: 14px;
font-family: verdana;
margin-top: -8px;

margin-bottom: -16px;
	}

h5.titlelink {
        color: #004276;
	font-size: 14px;
        line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	}

h5.titlelink a {
	color: #004276;
	text-decoration: none;
	}

h5.titlelink a:visited {
	color: #004276;
	text-decoration: none;
	}
	
h5.titlelink a:hover {
	color: #004276;
	text-decoration: underline;
	}

/* ================================================================ 
     TOP LINKS
=================================================================== */

#toplinks {
         color: #fff;
	width: 974px;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, san-serif;
	padding: 4px 0px 4px 0px;
        border-bottom: 0px solid #999999;
	overflow: hidden;
       background: #f6f6f6;
	}

#toplinks a {
        background: #f16b14
	color: #fff;
	text-decoration: none;
        padding: 14px;
        text-transform: uppercase;
        border-right: 1px solid #fff;
        background: #f17f2b;
	}

#toplinks a:visited {
         color: #fff;
	text-decoration: none;
	}
	
#toplinks a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* ================================================================ 
     LOGO BAR
=================================================================== */

#logobar {
        background: #2c3f67;
        color: #ffffff;
	width: 973px;
        height: 102px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
        border-bottom: 2px solid #fff;
	}

.logobar-left {
	width: 189px;
	float: left;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	}

.logobar-middle {
	width: 800px;
        height: 100px;
	float: left;
	padding: 0px;
         color: #fff;
	}

.logobar-middle2 {
	width: 575px;
        height: 100px;
	float: left;
	padding: 0px;
         color: #fff;
         margin-left: 140px;
	}

.logobar-middle a {
	color: #fff;
	}

.logobar-right {
	width: 220px;
	float: right;
	margin-left: 45px;
        
	}

#logobar-post {
        color: #fff;
	width: 973px;
        height: 52px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
        border-bottom: 2px solid #fff;
	}

.logobar-left-post {
	width: 189px;
	float: left;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	}

.logobar-middle-post {
	width: 575px;
        height: 50px;
	float: left;
	margin: 0px auto 0px;
	padding: 0px;
	}

.logobar-right-post {
	width: 189px;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}

#categorylink a{
color: #fff;
}

/* ================================================================ 
     ANNOUNCEMENT
=================================================================== */

#announcement {
	font-size: 13px;
        background: #fff;
        padding: 8px;
        border-bottom: 1px solid #999999;
        border-top: 1px solid #999999;
        }

#announcement2 {
	font-size: 12px;
        background: #faf9dc;
        padding: 4px;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        color: #000;
     
        }

/* ================================================================ 
     SUB-BAR
=================================================================== */

#subbar {
        background: #2c3f67;
        color: #fff;
	width: 968px;
        height: 24px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
        border-bottom: 1px solid #fff;
	overflow: hidden;
        
	}

#subbar a {
	color: #000000;
	text-decoration: none;
	}

#subbar a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#subbar a:hover {
	color: #000000;
	text-decoration: underline;
	}

.subbar-left {
	width: 450px;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

.subbar-right {
	width: 450px;
	float: right;
        text-align: right;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	}

/* ================================================================ 
     HORIZONTAL MENU
=================================================================== */

#navbar-pages {
	width: 973px;
	height: 24px;
	font-size: 11px;
	font-family: Georgia;
        text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
	
#navbarpages {
	width: 973px;
	float: left;
	margin: 0px;
	padding: 0px;
         background: #2c3f67;
         color: #fff;
	}
	
#navpages {
	margin: 0px;
	padding: 0px;
	}
	
#navpages ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navpages li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navpages li a, #navpages li a:link, #navpages li a:visited {
        background: #2c3f67;
	color: #fff;
	display: block;
        font-weight: normal;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
        border-right: 2px solid #2c3f67;
	}

#navpages li a:hover, #navpages li a:active {
        background: #F0F4F5;
	color: #000000;
	display: block;
        font-weight: normal;
        text-decoration: underline;
        margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
        border-right: 1px solid #cccccc;
	}
	
#navpages li {
	float: left;
	padding: 0px;
	}

#navpages li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#navpages li li { 
	}

#navpages li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#navpages li ul ul {
	margin: -29px 0 0 171px;
	}

#navpages li:hover ul ul, #navpages li:hover ul ul ul, #navpages li.sfhover ul ul, #navpages li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#navpages li:hover, #navpages li.sfhover { 
	position: static;
	}

/* ================================================================ 
     LAYOUT A
=================================================================== */

#bg-a {
        background: #ffffff url(images/bg-a.gif) repeat-y;
        width: 973px;
        line-height: 18px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
        }

.leftmenu {
	width: 89px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
         background: #cadcf2;
         color: #333;
         height: 100%;
	}  

.maincontent {
	width: 593x;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	}

#maincontent-split {
        width: 593px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
        }

.maincontent-split-left {
	width: 163px;
	float: left;
	
	}

.maincontent-split-left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.maincontent-split-left ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

.maincontent-split-left ul li a {
	color: #004276;
	text-decoration: none;
	}

.maincontent-split-left ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.maincontent-split-left ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}


.maincontent-split-first {
	width: 757px;
	float: right;
        border-left: 0px solid #cccccc;
margin-left: 6px;
padding-left: 4px;
overflow: none;
	}

.maincontent-split-right {
	width: 410px;
	float: right;
        border-left: 1px solid #cccccc;
margin-left: 6px;
padding-left: 4px;
	}

.maincontent-split-right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.maincontent-split-right ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

.maincontent-split-right ul li a {
	color: #004276;
	text-decoration: none;
	}

.maincontent-split-right ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.maincontent-split-right ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

#maincontent-split-right-split {
        width: 402px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
        }

.maincontent-split-right-split-left {
	width: 190px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	}

.maincontent-split-right-split-left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.maincontent-split-right-split-left ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

.maincontent-split-right-split-left ul li a {
	color: #004276;
	text-decoration: none;
	}

.maincontent-split-right-split-left ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.maincontent-split-right-split-left ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

.maincontent-split-right-split-right {
	width: 190px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
        border-left: 1px solid #cccccc;
	}

.maincontent-split-right-split-right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.maincontent-split-right-split-right ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

.maincontent-split-right-split-right ul li a {
	color: #004276;
	text-decoration: none;
	}

.maincontent-split-right-split-right ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.maincontent-split-right-split-right ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

#bottomcontent-split {
        width: 575px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	overflow: hidden;
        }

.bottomcontent-split-left {
	width: 345px;
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 10px 0px;
	}

.bottomcontent-split-left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.bottomcontent-split-left ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

.bottomcontent-split-left ul li a {
	color: #004276;
	text-decoration: none;
	}

.bottomcontent-split-left ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.bottomcontent-split-left ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

.bottomcontent-split-right {
	width: 192px;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 6px;
        border-left: 1px solid #cccccc;
        margin-left: 3px;
	}

.bottomcontent-split-right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.bottomcontent-split-right ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

.bottomcontent-split-right ul li a {
	color: #004276;
	text-decoration: none;
	}

.bottomcontent-split-right ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.bottomcontent-split-right ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

#rightside {
	width: 338px;
	float: right;
border-left: 1px solid #ccc;
padding-left: 4px;
margin-left: -4px;
	}

#rightlink a {
 color: #004276;
text-decoration: none;

}

#rightlink a:hover {
color: #004276;
text-decoration: underline;
}

#rightlink a:visited {
color: #004276;
text-decoration: none;
}

#rightside-split {
        width: 336px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
        border-bottom: 1px solid #cccccc
        }

.rightside-split-left {
	width: 163px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	}

.rightside-split-left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.rightside-split-left ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

.rightside-split-left ul li a {
	color: #004276;
	text-decoration: none;
	}

.rightside-split-left ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.rightside-split-left ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

.rightside-split-right {
	width: 162px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
        border-left: 1px solid #cccccc;
	}

.rightside-split-right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.rightside-split-right ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

.rightside-split-right ul li a {
	color: #004276;
	text-decoration: none;
	}

.rightside-split-right ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.rightside-split-right ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

/* ================================================================ 
     LAYOUT B
=================================================================== */

#bg-b {
        background: #ffffff url(images/bg-b.gif) repeat-y;
        width: 973px;
        line-height: 18px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
        }

.bmaincontent {
	width: 517px;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	}

#bmaincontent-split {
        width: 517px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
        }

.bmaincontent-split-left {
	width: 340px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}

.bmaincontent-split-left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.bmaincontent-split-left ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

.bmaincontent-split-left ul li a {
	color: #004276;
	text-decoration: none;
	}

.bmaincontent-split-left ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.bmaincontent-split-left ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

.bmaincontent-split-right {
	width: 162px;
	float: right;
	margin: 0px 3px 0px 0px;
	padding: 10px 0px 10px 6px;
        border-left: 1px solid #cccccc;
	}

.bmaincontent-split-right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.bmaincontent-split-right ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}

.bmaincontent-split-right ul li a {
	color: #004276;
	text-decoration: none;
	}

.bmaincontent-split-right ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.bmaincontent-split-right ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

/* ================================================================ 
     POST LAYOUT
=================================================================== */

#bg-post {
        background: #ffffff url(images/bg-post.gif) repeat-y;
        width: 973px;
        line-height: 18px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
        }

#bg-post-full {
        background: #ffffff;
        width: 973px;
        line-height: 18px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
        }

#topbanner {
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 0px;
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        }

.postcontent {
	width: 617px;
	float: left;
        font-size: 15px;
        line-height: 24px;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
        color: #1a1a1a;
	}

.postcontent a {
	color: #004276;
	text-decoration: underline;
	}

.postcontent a:visited {
	color: #004276;
	text-decoration: underline;
	}
	
.postcontent a:hover {
	color: #004276;
	text-decoration: none;
	}

.postcontent-full {
	width: 958px;
	float: left;
        font-size: 15px;
        line-height: 24px;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	}

.postcontent-full a {
	color: #004276;
	text-decoration: underline;
	}

.postcontent-full a:visited {
	color: #004276;
	text-decoration: underline;
	}
	
.postcontent-full a:hover {
	color: #004276;
	text-decoration: none;
	}

blockquote {
        background: #F0F4F5;
        border: 1px solid #cccccc;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	}
	
.postcontent blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

#relatedstyle ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 18px;
	}
	
#relatedstyle ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

#relatedstyle ul li a {
	color: #004276;
	text-decoration: none;
	}

#relatedstyle ul li a:visited {
	color: #004276;
	text-decoration: none;
	}

#relatedstyle ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}



.rightside-post {
	width: 336px;
	float: right;
	margin: 20px 5px 0px 5px;
	padding: 10px 0px 0px 0px;
	}

/* ================================================================ 
     PLUGINS
=================================================================== */

#fcg {
        line-height: 14px;
        }

/* ================================================================ 
     TABBER
=================================================================== */

.tabberlive .tabbertabhide {
        display:none;
        }

.tabber {
        }

.tabberlive {
        margin-top:1em;
        }

ul.tabbernav {
        margin:0;
        padding: 3px 0;
        border-bottom: 1px solid #cccccc;
        font: bold 12px Verdana, sans-serif;
        }

ul.tabbernav li {
        list-style: none;
        margin: 0;
        display: inline;
        }

ul.tabbernav li a {
        font-family: Verdana;
        font-size: 10px;
        text-transform: uppercase;
        padding: 3px 0.5em;
        font-weight: normal;
        margin-left: 0px;
        border: 1px solid #cccccc;
        border-bottom: none;
        background: #F0F4F5;
        text-decoration: none;
        }

ul.tabbernav li a:link { 
        color: #000000; 
        }

ul.tabbernav li a:visited { 
        color: #000000; 
        }

ul.tabbernav li a:hover {
        color: #000000;
        background: #F0F4F5;
        border-color: #cccccc;
        text-decoration: underline;
        }

ul.tabbernav li.tabberactive a {
        background-color: #fff;
        border-bottom: 1px solid #fff;
        }

ul.tabbernav li.tabberactive a:hover {
        color: #000;
        background: white;
        border-bottom: 1px solid white;
        }

.tabberlive .tabbertab {
        padding:10px;
        border:1px solid #cccccc;
        border-top:0;
        }

.tabberlive .tabbertab ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.tabberlive .tabbertab ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
	}

.tabberlive .tabbertab ul li a {
	color: #004276;
	text-decoration: none;
	}

.tabberlive .tabbertab ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
.tabberlive .tabbertab ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

.tabberlive .tabbertab h2 {
        display:none;
        }

.tabberlive .tabbertab h3 {
        display:none;
        }

.tabberlive#tab1 {
        }

.tabberlive#tab2 {
        }

.tabberlive#tab2 .tabbertab {
        height:200px;
        overflow:auto;
        }

/* ================================================================ 
     WIDGETS
=================================================================== */

h1.widget-h1 {
        color: #333333;
	font-size: 11px;
        line-height: 2px;
	font-family: Georgia;
        text-transform: uppercase;
        }

#widget-list ul {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
        border-bottom: 1px solid #cccccc;
	}
	
#widget-list li {
	list-style: none;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
        line-height: 13px;
	font-family: Arial, san-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#widget-list li a{
	color: #999;
	text-decoration: none;
	}
	
#widget-list li a:hover {
	color: #000;
	text-decoration: underline;
	}

#widget a:hover{
color: #fff;
text-decoration: underline;
}

#widget a{
color: #fff;
text-decoration: none;
}

#widget a:visited{
color: #fff;
text-decoration: none;
}

h1.widget-h1b {
        color: #333333;
	font-size: 11px;
        line-height: 12px;
	font-family: Arial, san-serif;
        text-transform: uppercase;
        margin: 0px 0px 5px 5px;
        }

#widget-listb ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
	
#widget-listb ul li {
	list-style-type: none;
	background: #FFFFFF url(images/bullet.gif) no-repeat 0 .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
	}

#widget-listb ul li a {
	color: #004276;
	text-decoration: none;
	}

#widget-listb ul li a:visited {
	color: #004276;
	text-decoration: none;
	}
	
#widget-listb ul li a:hover {
	color: #004276;
	text-decoration: underline;
	}

/* ================================================================ 
     IMAGE SETTINGS
=================================================================== */

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 5px 0px 20px 15px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 5px 20px 15px 0px;
	display: inline;
	}
	
img.alignleft {
	padding: 0px;
	margin: 5px 20px 15px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wp-caption {
	margin: 0px;
	padding: 0px;
	}
	
.wp-caption img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px 0px 0px 0px;

	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
	}



/* ================================================================ 
     SEARCH BAR
=================================================================== */

#search-bar {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#searchbox {
	background: #ffffff !important;
	width: 300px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #000000;
	margin: 1px 0px 6px 0px;
	padding: 4px 0px 1px 0px;
	display: inline;
        border-top: 1px solid #aaaaaa;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
	}

.buttonz {
       background: transparent url(images/search.gif) no-repeat;
       width: 40px;
       height: 19px;
       padding: 0px 0px 0px 0px;
       border: 0px;
       }

#search-bar2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#searchform2 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#searchbox2 {
	background: #ffffff !important;
	width: 140px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #000000;
	margin: 1px 0px 6px 0px;
	padding: 4px 0px 1px 0px;
	display: inline;
        border-top: 1px solid #aaaaaa;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
	}

.buttonz2 {
       background: transparent url(images/search.gif) no-repeat;
       width: 40px;
       height: 19px;
       padding: 0px 0px 0px 0px;
       border: 0px;
       }

/* ================================================================ 
     THREADED COMMENT SETTINGS
=================================================================== */
	
#commentblock {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock p {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.commentleft {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#commentblock ol li {
        background: #E9ECEE;
	list-style: none;
	margin: 0px;
	padding: 10px;
        border-bottom 10px solid #ffffff;
	}
	
.commentdate {
	padding-left: 0px;
	}
	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

ol.commentlist { 
        list-style:none;
        margin:0 0 1em;
        padding:0;
        text-indent:0;
        }

ol.commentlist li {
        }

ol.commentlist li.alt {
        }

ol.commentlist li.bypostauthor {
        }

ol.commentlist li.byuser {
        }


ol.commentlist li.comment-author-admin {
        }

ol.commentlist li.comment {
        padding:1em;
        }

ol.commentlist li div.comment-author {
        }

ol.commentlist li div.vcard {
        }

ol.commentlist li div.vcard cite.fn {
        font-style:normal;
        }

ol.commentlist li div.vcard cite.fn a.url {
        }

ol.commentlist li div.vcard img.avatar {
        border:3px solid #E0E3E5;
        float:left;
        margin:3px 10px 5px 0px;
        }

ol.commentlist li div.vcard img.avatar-32 {
        }

ol.commentlist li div.vcard img.photo {
        }

ol.commentlist li div.vcard span.says {
        }

ol.commentlist li div.commentmetadata {
        }

ol.commentlist li div.comment-meta {
        font-size:9px;
        }

ol.commentlist li div.comment-meta a {
        color:#ccc;
        }

ol.commentlist li p {
        margin:0 0 1em;
        }

ol.commentlist li ul {
        list-style:square;
        margin:0 0 1em 2em;
        }

ol.commentlist li div.reply {
        }

ol.commentlist li div.reply a {
        font-weight:bold;
        }
ol.commentlist li ul.children {
        list-style:none; 
        margin:1em 0 0; 
        text-indent:0;
        }

ol.commentlist li ul.children li {
        }

ol.commentlist li ul.children li.alt {
        }

ol.commentlist li ul.children li.bypostauthor {
        }

ol.commentlist li ul.children li.byuser {
        }

ol.commentlist li ul.children li.comment {
        }

ol.commentlist li ul.children li.comment-author-admin {
        }

ol.commentlist li ul.children li.depth-2 {
        border:1px dotted #555;
        margin:0 0 .25em .25em;
        }

ol.commentlist li ul.children li.depth-3 { 
        border:1px dotted #999;
        margin:0 0 .25em .25em;
        }

ol.commentlist li ul.children li.depth-4 {
        border:1px dotted #bbb;
        margin:0 0 .25em .25em;
        }

ol.commentlist li ul.children li.depth-5 {
        }

ol.commentlist li ul.children li.odd {
        }

ol.commentlist li.even {
        background:#fff;
        }

ol.commentlist li.odd {
        background:#f6f6f6;
        }

ol.commentlist li.parent {
        border:0px dotted #111;
        }

ol.commentlist li.pingback {
        border-bottom:1px dotted #666;
        padding:1em;
        }

ol.commentlist li.thread-alt {
        }

ol.commentlist li.thread-even {
        }

ol.commentlist li.thread-odd {
        }

/* ================================================================ 
     LIVE CHAT
=================================================================== */

#livechat {
        border-bottom: 1px solid #cccccc;
        padding: 5px;
        }

.hidden { 
        display: none;
        }

.unhidden {
        display: block;
        }

/* ================================================================ 
     NO IE6
=================================================================== */

#ie6warning {
        height: 200px;
        background: #94B1E4;
        padding: 20px;
        border-bottom: 1px solid #ffffff;
        }

h1.noie6 {
        color: #4C6592;
	font-size: 18px;
        line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

h2.noie6 {
        color: #4C6592;
	font-size: 14px;
        line-height: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#articlephoto {
width: 620px;
text-align: center;
}

#articlephoto img {
border: 1px solid #999;
}

#tools {
text-transform: uppercase;
font-size: 10px;
color: #333;
}

#tools a {
text-decoration: none;
color: #333;
}

#tools a:hover {
text-decoration: underline;
color: #333;
}

#thedate {
background: #2c3f67;
color: #fff;
width: 973px;
border-bottom: 2px solid #fff;
padding-bottom: 4px;
margin-top: -4px;
}

#quote {
padding-left: 10px; 
padding-right: 10px;
background: #fefefe; 
border-top: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
width: 540px; 
margin-left: 30px;
}

h1.titleside
{
	width: 333px;
	margin-left: 0px;
         margin-right: 7px;
	padding-left: 5px;
         height: 22px;
         color: #000;
         background: #f17f2b;
         font-size: 10px;
         font-family: Verdana, san-serif;
        font-weight: bold;
         margin-top: -16px;
	}

h1.titleside2
{
	width: 334px;
	margin-left: 0px;
         margin-right: 7px;
	padding-left: 5px;
         height: 16px;
         color: #000;
         background: #f17f2b;
         font-size: 10px;
         font-family: Verdana, san-serif;
        font-weight: bold;
        padding-top: -12px;
	}

.titleside2a
{
width: 334px;
font-size: 14px;
height:20px;
font-family: gill sans mt, san-serif;
font-weight: bold;
color: #fff;
background: #cd0021;
padding-left: 4px;
margin-top: 0px;
border-bottom: 2px solid #cd0021;
}

.titleside2b
{
width: 332px;
font-size: 10px;
height: 20px;
font-family: verdana, san-serif;
font-weight: bold;
color: #fff;
background: #2c3f67;
padding-left: 4px;
margin-bottom: 4px;
padding-top: -6px;
margin-top: -10px;
border-bottom: 2px solid #f17f2b;
}

#scrollerfooter 
{
width: 973px;
background: #2c3f67;
height: 240px;
}

#scrollfooter a:hover {
text-decoration: underline;
}

h1.titlelinkscroll {
        color: #fff;
	font-size: 16px;
        line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
         padding-top: 2px; 
         padding-bottom: 4px;
         width: 190px;
         font-weight: lighter;
	}

h1.titlelinkscroll a{
        color: #fff;
	}

h1.titlelinkscroll a:hover{
        color: #fff;
         text-decoration: underline;
	}

h1.titlelinkscroll a:visited{
        color: #fff;
text-decoration: none;

	}


h5.authortextscroll {
        color: #fff;;
	font-family: Verdana;
	font-size: 10px;
        font-weight: normal;
        line-height: 10px;
        text-transform: uppercase;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	}

h1.titlelinkscroll2 {
        color: #fff;
	font-size: 26px;
        line-height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	}

h1.titlelinkscroll2 a{
        color: #fff;
	}

h1.titlelinkscroll2 a:hover{
        color: #fff;
         text-decoration: underline;
	}

h1.titlelinkscroll2 a:visited{
        color: #fff;
text-decoration: none;

	}

.categoryscroll a{
color: #f17f2b;
font-size: 16px;
font-family: georgia; 


}

.alink a{
color: #f17f2b;
text-decoration: none;
}

.alink a:hover{
color: #f17f2b;
text-decoration: underline;
}

.alink a:visited{
color: #f17f2b;
text-decoration: none;
}

.lastscroll a{
color: #f17f2b;
text-decoration: none;
}

.lastscroll a:hover{
color: #f17f2b;
text-decoration: underline;
}

.lastscroll a:visited{
color: #f17f2b;
text-decoration: none;
}

#rightcolor {
padding-left: 4px;
font-family: georgia;
}

#rightnow {
margin-left: -20px;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #fff;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 10px;
font-face: verdana;
color: #333;
}

.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;
font-face: verdana;
color: #333;
}

.sidebarlink {
font-size: 12px;
font-family: verdana;
color: #004276;
font-weight: bold;
padding-top: 0px;
padding-bottom: 4px;
border-bottom: 1px solid #ccc;
width: 303px;
}

.sidebarlink a{
color: #004276;
}

#gallerynew {
border: 2px solid #ccc;
margin-top: 4px;
height: 264px;
width: 334px;
}

.imageborder img {
  border: 4px solid #dbdbdb;
}

#navigation {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
width: 945px;
height: 32px;
background: #000;
margin-bottom: 8px;
}

.navigationblock {
background: #000;
margin-top: 4px;
margin-bottom: 4px;
height: 40px;
width: 120px;
color: #fff;
}

#imgblock img{
border: 2px solid #ccc;
}

#postphoto {
width: 204px;
float: right;
clear: left;
overflow: hidden;
padding-left: 10px;
padding-top: 6px;
}

.smallheading {
font-size: 12px;
font-weight: bold;
padding-left: 4px;
padding-bottom: 4px;
padding-top: -2px;
}

#newfeed {
width: 940px;
border-top: 0px solid #000;
height: 155px;
border-bottom: 0px solid #000;
margin-bottom: 6px;
}

.newssegment {
margin-top: 8px;
width: 224px;
padding: 0px;
border-right: 1px solid #ccc;
float: left;
}

#wrap2 {
padding: 10px;
background-color: #fff;
}
