/*
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
- HEADLINE BAR
- MEDIA BAR
  -- Main Page Ad
- PRIMARY TOP WRAPPER
  -- Main Content
     -- Featured Slider
	 -- The block below featured slider
  -- Mainpage top sidebar
     -- Top right ad space
     -- Sidebar Tabs
     -- Sidebar Posts
- PRIMARY BOTTOM
  -- Primary bottom ad (300x250 ad display below media bar)
  -- Primary bottom tabs
  -- Trio of column entries (TRIO)
  	 -- Trio1, 2, 3
  -- Horizontal 6entry foot
- 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
*/

/* COLOR PALETTE FOR PRESSRELEASE: 
#0C4790 - BLUE Titles for posts and a links    <-- change this to #2b2b2b for the white/gray palette
#FF0000 - RED (mostly for hovers and attention-grabbing areas)
#000 - Black for call-out header bars and navigation menu
#C5C5C5 - Light Gray for subtle call-outs
 */


body {
	background: #DFDFDF;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
}
#wrapper {
	padding:0 5px 7px;
	background:#fff;
	width:970px;
	margin:0 auto;
}

/* HEADLINES
============================================================== */
h1,h2,h3,h4,h5,h6 {
	color:#222;
	font-weight:normal;
	display:block;
	font: 1em/1.3em arial, helvetica, georgia, sans-serif;
	font-weight: bold;
}
/*HEADLINES IN POST */
.post h1 {
	font-size: 22px;
	font-family: georgia,palatino,'times new roman',times,serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h2 {
	font-size:18px;
	font-family:georgia, 'palatino linotype',palatino,'times new roman',times,serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h3 {
	font-size:16px;
	font-family:georgia, verdana, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
.post h4 {
	font-size:14px;
	font-family: Georgia, tahoma, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}

/* Style of titles for single post pages */
h1.singlePageTitle { 
	font-size:30px;
	color:#0C4790;
	line-height:1.0em;
	margin:0 0 8px 0;
	letter-spacing:-2px;
	font-family: georgia, sans-serif !important;
	font-weight:normal !important;
}
/* Archive page titles */
h1.archiveTitle{
	color:#0C4790;
	font-weight:normal;
	font-family: Georgia, Times, serif;
	font-size:22px;
	margin:0 0 3px 0;
}
h1.archiveTitle a{
	color:#0C4790;
}
h1.archiveTitle a:hover{
	color: #FF0000;
	text-decoration:underline;
}
/* MAIN PAGE HEADLINES */
/* Title of featured post on slider */
h2.featuredTitle { 
	font:17px georgia, arial, 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:18px;
	color:#0C4790; /* was 2d2d2d */
	margin:0 0 6px 0;
	line-height:1.0em;
}
h2.postTitle a{
	color:#0C4790;  /* was 2d2d2d */
}
h2.postTitle a:hover{
	color:#FF0000;
}
/* bottom box titles */
h2.secondaryCTitle{
	text-transform:uppercase;
	font-size:23px;
	padding-bottom:4px;
	color:#FF0000;
	border-bottom:3px solid #000;
	margin:0 0 12px 0;
	width:100%;
	overflow:hidden;
}
h2.secondaryCTitle a, h2.secondaryCTitle a:hover{
	color:#FF0000;
}
/* Main page column post titles */
h2.columnPostTitle{
	color:#0C4790;
	font-size:13px;
	line-height:1.3em;
}
h2.columnPostTitle a {
	color:#0C4790;
}
h2.columnPostTitle a:hover {
	color:#FF0000;
}
h2.titleMediaCat{
	color:#7c7b7b;
	font-size:15px;
	height:32px;
	line-height:13px;
}
h2.titleMediaCat a {
	color:#7c7b7b;
}
/* Media Bar Title */
h2.mediabar_title{
	text-transform:uppercase;
	color: #FF0000;
	font-size:12px;
	margin: 2px 0;
	letter-spacing:-1px;
}
h2.mediabar_title a, h2.mediabar_title a:hover{
	color:#FF0000;
}
/* Widget titles */
h2.widget_title{
	text-transform:uppercase;
	color:#0C4790;
	font-size:23px;
	margin:4px 0;
	letter-spacing:-1px;
}
h2.widget_title a, h2.widget_title a:hover{
	color:#FF0000;
}
h3.widget_sTitle{
	color:#0C4790;
	font-size:18px;
	margin-bottom:4px;
	letter-spacing:-1px;
}
h3.widget_sTitle a, h3.widget_sTitle a:hover{
	color:#FF0000;
}
h3.widget_sTitle_b,h3.widget_sTitle_b a, h3.widget_sTitle_b a:hover{
	color:#0C4790;
	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 0;
	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:right;
	padding-top:3px;
}
#wrapper .featuredPostMeta a{
	color:#FF0000;
}
#wrapper .featuredPostMeta a:hover {
	text-decoration:underline;
}
#wrapper .lastPost {
	border:none;
	margin:0;
}
/* Author and post details displayed before post excerpt */
.author a {color:#666}.author a:hover{text-decoration:none;}
.date {color:#FF0000}

/* Site-wide shadow class (uses CSS3) */
.shadow {
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;	
	box-shadow: 0px 0px 8px #888;			
}
/* fallback for browsers without css3 support */
.opera .shadow, .ff2 .shadow, .ff3 .shadow, .msie6 .shadow, .msie7 .shadow, .msie8 .shadow { 
border:1px solid #dfdfdf; 
margin: -1px -1px -1px -1px;
}
.opera .frameShadow, .ff2 .frameShadow, .ff3 .frameShadow, .msie6 .frameShadow, .msie7 .frameShadow, .msie8 .frameShadow { 
border:1px solid #aaa; 
}

/* MASTHEAD AND HEADER AD SPACE AT TOP OF SITE
============================================================== */
#topad { /* If 728x90 ad is activated to be displayed on top of header, this ID will be used to wrap advertisement */
	width:970px;
	margin:0 auto;
	display:block;
	text-align: center;
}
#topad img { 
	text-align: center;
}
#masthead { /* The very top line */
	width:980px;
	margin:0 auto;
	height:8px;
	border-top: 3px solid #FFF; /* This is the border line created to space the 728x90 ad and the header */
	overflow:hidden;
}

/* HEADER
============================================================== */
#headerwrapper{    /* wraps the pages bar, header (logo + ad space), and category navigation bar */
/*	width:970px;  */
	margin:0 auto;
/*	overflow:hidden;  */
	background: #000;   /* TRY CHANGING THIS COLOR TO SEE OTHER STYLES */
	border-bottom: 4px solid #F6BE3D; /* fbfbfb */
}
#header{   /* contains logo and 468x60 ad container */
	width:980px;
	margin:0 auto;
/*	height:115px; */
margin-bottom: 15px;
	overflow:hidden;
/*	background:url(default/bgr_header.png) repeat-y;   */
/*	border-bottom:2px solid #fff;  */
}
#logo{
	float:left;
	width:auto;
	font-weight:bold;
	font-family:georgia,garamond,serif;
}
#logo a {
	color:#fff;
	overflow:hidden;
	display:block;
	font-size:40px;
}
#logo a span {
	font-size:15px;
	font-family:georgia, verdana, sans-serif;
	color:#fff;
	padding-left:5px;
	overflow:hidden;
	display:block;
}
#header .banner{
	float:right;
	display:inline;
	width:468px;
	padding: 10px 5px 0 0;
	color: #FFF;
}
#468ad { /* If 468x60 ad is activated to be displayed on header, this ID will be used to wrap advertisement */
	margin:0 auto;
	display:block;
	text-align: center;
}
#468ad img { 
	text-align: center;
}

/* NAVIGATION BARS and SEARCH BOX
============================================================== */
/* CATEGORIES */
#navcats {
	width:980px;
	margin:0 auto;
	min-height:35px;
	height: auto !important; /* IE6 Min height hack */
	height: 35px;
	background: #101010 url(pressrelease/bg_navblackfull-1.gif) no-repeat;
/*	border-bottom:1px solid #efefef;  */
	position:relative;
	z-index:1000;
}
#navcats ul{
	float:left;
	z-index:999;
}
#navcats ul li{
	position: relative;
	display: inline;
	float:left;
	font-size:12px;
	font-family:verdana, georgia, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	background:url(default/bgr_mainmenu_li.gif) no-repeat left center;  
	padding:0 0 0 1px;
}
#navcats ul li.first{
	padding:0;
	background:none;
}
#navcats ul li a{
	color:#dfdfdf;
	height:25px;
	padding:10px 12px 0 12px;
	display:block;
}
#navcats ul li.first a{
	padding:10px 19px 0 19px;
}
* html #navcats ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #navcats ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#navcats ul li a:link, #navcats ul li a:visited{
	text-decoration:none;
}
#navcats ul li a:hover, #navcats .select a{
/*	text-decoration:underline; */
	background: #FFF;
	color: #000;
}
#navcats .current-cat a {
	text-decoration:none;
	background:#FFF;
	color: #000;
}
/*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:#EFEFEF;
	color:#FF0000;
}

/* PAGES */
#navpages {
	width:980px;
	margin:0 auto;
	margin-bottom:3px;	
	min-height:28px;  
	height: auto !important; /* IE6 Min height hack */
	height: 28px;
	background: #000;
/*	background: #efefef url(default/bgr_submenu.gif) bottom repeat-x;  */
	position:relative;
	z-index:985;
}
#navpages ul{
	float:right;
}
#navpages ul li{
	position:relative;
	display:inline;
	float:left;
	font-size:12px;
}
#navpages ul li a{
	color:#DDD;
	display:block;
	padding: 6px 10px 2px 10px;
	height:20px;	
	font-weight: bold;
}
* 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:#000;
	background: #FFF;
	font-weight: bold;
}
/*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:12px;
	line-height:12px;
	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:#FF0000;
}

#navpages ul li a.gab_connect{background: url(default/ico_connect.png) no-repeat 3px center;padding-left:20px;}
#navpages ul li a:hover.gab_connect{background: url(default/ico_connect.png) no-repeat 3px center;padding-left:20px; color: #FFF;}

#navpages ul li ul li a.gab_rss{background: #e9e9e9 url(default/ico_rss.png) no-repeat 3px center;padding-left:23px;}
#navpages ul li ul li a:hover.gab_rss{background: #ddd url(default/ico_rss.png) no-repeat 3px center;padding-left:23px;}

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

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

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

/*search*/
#search{
	float:left;
	width:190px;
	height:20px;
	border:1px solid #a6a5a5;
	background:#fff;
	margin:2px 0 0 2px;
}
#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:#363636;
	font-size:12px;
	font-family:georgia, Helvetica, sans-serif;
	width:164px;
}
#searchsubmit {
	float:left;
	margin:2px 0 0 0;
}

/* HEADLINE AND MEDIA BAR
============================================================== */
/* Special Headline Bar - this will not show if no articles exist in the specified category */
#headline { 
    background: #0C4790 url(pressrelease/headline_spacer.png) no-repeat; /* change this bg color to fit your color scheme */
/*    border-top:1px solid #000;
    border-bottom:2px solid #000; */
    font-size:18px;
    color:#FFF; 
    height: 27px;
    padding: 5px 0 0 10px;  /* top 5 + 27px = 32 px which is actual height of image (headline_spacer) */
}
#headline a {
    color:#FFF;
    padding-left: 40px;
    font-weight: bold;
}
#headline a:hover {
    color:#FF0000; 
}
/* Media Bar Above the Featured Slider */
/* original = 150x113 */
/* photo + video w/h = 100x75 */
#mediabar{
	width: 962px;
	overflow:hidden;
	background:#EBEBEB;
	padding:8px 0 3px 8px;
	margin-bottom: 10px;
	position:relative;  
	height:90px;   /* ORIG WAS 223 */
/*	display: block;  */
}
#mediatitlebox {
	width: 80px;
	height: 83px; 
 	display: block;
 	float: left;
 	overflow: hidden;
 	position: relative;  /* charlie added - necessary to keep the buttons absolute positioned right */
}
#mediatitlebox a {
 	color: #0C4790;
 	font-size: 18px;
 	font-weight: bold;
}
#mediatitlebox a:hover {
 	color: #FF0000;
}
#mediabar .container { /*Do not change the name of class */
/*	position: absolute; 
	left: 80px; */
	width: 880px; /* was 954 */
	height:85px;    /* ORIG WAS 223 */
	overflow:hidden;
 	float: right; /* charlie added */
 	display: inline;
}
#mediabar ul{
	width:10000px;
	position: relative;
}
#mediabar li{
	float:left;
	width:212px;   /* was 102  */ /* orig was 152 */
	padding:0 8px 0 0;
}
#mediabar .thumb{
	width:100px;  /* was 150 */
/*	background:#fff;  */
	height:75px;   /* was 113 */
/*	border:1px solid #c5c5c5;  */
	padding:1px;
	margin:0 0 3px 0;
	overflow:hidden;
	text-align:center;
	display: inline; /* charlie added this */
}
#mediabar .thumb img{
	margin:0 auto;
	max-width:100px;  /* was 150 */
	max-height:75px;  /* was 113 */
}
#mediabar .info{
	width:98px;  /* was 148 */
	position:relative; 
/*	background:#fff;  */
/*	border:1px solid #c5c5c5;  */
	padding:2px;
	overflow:hidden;
	min-height:75px;
	height:auto !important;
	height:75px;
	float: right; /* charlie added this */
	display: inline; /* charlie added this */
}
#mediabar .info p{
	font-size:12px;
	line-height:1.2em;
/*	font-weight:bold;  */
	padding:0 2px 0 2px;
}
#mediabar .info a{
	font-size:12px;
	line-height:1.2em;
/*	font-weight:bold;  */
	color: #363636;
}
#mediabar .info a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#mediabar .info p.moreVideo{
	position:absolute;
	bottom:1px;
	left:3px;
	padding:3px 5px 0 0px;
}
#mediabar .info p.moreVideo a{
	color:#0C4790;
	font-weight: bold;
	background:url(default/ico_camera.gif) no-repeat left 2px;
	padding:0 0 0 17px;
}
#mediabar .info p.morePhoto{
	position:absolute;
	bottom:1px;
	left:3px;
	padding:3px 5px 0 0px;
}
#mediabar .info p.morePhoto a{
	color:#0C4790;
	font-weight: bold;
	background:url(pressrelease/arrowred13px.png) no-repeat left center;
	padding:0 0 0 17px;
}
#mediabar #previous_button { /*Do not change the name of class */
	position: absolute;
	top: 38px;
	right: 0px;
	width: 15px;
	height: 38px;
	background: url(pressrelease/left1.png) no-repeat;
	z-index: 100;    
	cursor:pointer;
}
#mediabar #previous_button.disabled { /*Do not change the name of class */
	background: url(pressrelease/leftdisabled1.png) no-repeat;
	cursor:default;
}
#mediabar #next_button { /*Do not change the name of class */
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 38px;
	background: url(pressrelease/right1.png) no-repeat;
	z-index: 100;
	cursor:pointer;
}
#mediabar #next_button.disabled { /*Do not change the name of class */
	background: url(pressrelease/rightdisabled1.png);
	cursor:default;
}
/* Main Page Ad Space Above Featured Slider */
#mainpagead { /* If 728x90 ad is activated to be displayed on main page above featured slider, this ID will be used to wrap advertisement */
	width:970px;
	margin:0 auto;
	display:block;
	text-align: center;
}
#mainpagead img { 
	text-align: center;
}

/* PRIMARY TOP WRAPPER wraps three main div #featuredContent and #primaryTopSidebar
============================================================== */
#primaryTopWrapper { /* Wraps Featured Slider, entries below and on Top right hand sidebar with ad, tabs, and top sidebar posts on main page */
	margin: 10px 0 5px 0;
}

/* FEATURED SLIDER + MAIN CONTENT (TOP LEFT BLOCK ON MAIN PAGE)
============================================================== */
/* /Features Slider */
/* ORIG: 342x256 */
/* NEW: 640x256 */
#featuredContent {
	float:left;
	padding: 0px 7px 0px 5px;
	width:640px;  /* was 342 */
	display:inline;
	background:#fff;
}
#featured-slider {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 640px; /*width of featured content slider*/
	height: 332px;  /* was 352 */
	margin-bottom: 10px; /* charlie added */
}
#featured-slider img {
	display:block;
	min-height:256px;  /* was 256 */
	height:auto !important;
	height:256px;  /* was 256 */
}
#featured-slider .sliderPostPhoto { /* Wrapper for featured are photo and post title */
	position:relative;
	height:256px; /* was 256 */
	width:640px;   /* was 342 */
	overflow:hidden;
}
#featured-slider .sliderPostInfo { /* Post title and if enabled excerpt wrapper for featured slider */
/*	position:absolute;
	bottom:0;  */
	width:640px;  /* was 332 */
	min-height:30px;
	color:#000;
/*	padding:5px; */
/*	background: url(default/bgTransparent.png);  */
	height:auto !important;
	height:30px;
}
#featured-slider .sliderPostInfo p { /* Post excerpt style on featured slider */
	color:#000;
	font-size:1.1em;
	padding:3px 5px 5px 6px;
}
#featured-slider .sliderPostInfo a { /* Post excerpt style on featured slider */
	color:#0C4790;
	font-size:1.1em;
	padding:3px 5px 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial, helvetica, georgia;
}
#featured-slider .sliderPostInfo a:hover { /* Post excerpt style on featured slider */
	color: #FF0000;
	text-decoration: none;
}
#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, helvetica, georgia;
	background: #000; /* bg color of pagination */
	text-align: center;
	min-height: 22px;
	padding: 8px 0 0 0;
}
#paginate-featured-slider a { /* do not change the name of class - used to style links over featured slider */
	color:#FFF;
	padding: 3px 6px;
/*	background:#ddd;  */
}
#paginate-featured-slider a:hover {
	text-decoration:none;
	color:#FFF;
	background: #C5C5C5;
}
#paginate-featured-slider a.selected {
	color:#fff;
	text-decoration:none;
	background:#FF0000;
}
/* 3 column areas below the featured slider */
#belowfeaturedwrap {
	padding-top: 2px;
}
.belowfeaturedcolumn{
	margin: 0 14px 5px 0; 
	display: block;
	float: left;
	width: 200px;
}
#belowfeatured1 {
	margin: 0 19px 5px 0; 
	display: block;
	float: left;
	width: 200px;
}
#belowfeatured2 {
	margin: 0 19px 5px 0; 
	display: block;
	float: left;
	width: 200px;
}
#belowfeatured3 {
	margin: 0 2px 5px 0; 
	display: block;
	float: right;
	width: 200px;
}
.belowslider {
	padding: 0 0 0 0;
/*	border-bottom:1px dotted #666;  */
/*	margin-bottom:6px;  */
	width: 200px;   /* charlie added */
	display: inline;   /* charlie added */
	min-height: 210px;   /* charlie added */
}
h2.belowslidertitle { 
/*	background: #EFEFEF;  */
	margin: 0 0 10px 0;
	min-height: 210px;  /* charlie added to keep the box height all the same for symmetry */
	padding: 0 0 0 0px;   /* give slight left padding to post title */
}
h2.belowslidertitle a { 
	font-size:16px;
	color: #0C4790;
	line-height:1.0em;
	font-family: arial, helvetica, georgia;
}
h2.belowslidertitle a:hover { 
	color:#FF0000;
}
.belowslider p {
	padding-bottom:5px;
}
.belowsliderMeta {
	background: #e5e5e5;
	display:block;
	font-size:11px;
	text-align:right;
	padding-top:3px;
}
.belowsliderMeta a{
	color:#FF0000;
}
.belowsliderMeta a:hover {
	text-decoration:underline;
}

/* TOP SIDEBAR - MAIN PAGE
================================================================== */
#primaryTopSidebar { /*Wraps the 300x250 ad spot, sidebar tabs, and right-side posts on mainpage */
	float:right;
	width:300px;
	display:inline;
	margin: 0 7px 0px 0;
}
/* Primary Top sidebar tabs */
#sidebarTabs{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
#sidebarTabs_title{
	width:100%;
	overflow:hidden;
/*	background:url(default/bgr_sidebarTabs_title.gif) repeat-x bottom;  */
/*		background: #000;  */
}
#sidebarTabs_title li{
	float:left;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	padding:0 2px 0 0;
	width: 148px;
/*	background: #0C4790;  */
}
#sidebarTabs_title li.last{
	padding:0;
}
#sidebarTabs_title li a{
	float:left;
	color:#FFF;
/*	background:url(default/bgr_sidebarTabs_title_a.gif) repeat-x;  */
/*	background: #0C4790;  */
	height:24px;
	padding:8px 0px 0 0px;  /* these were 10px left and right */
/*		min-width: 128px;  */
		text-align: center;	
		width: 100%;
		overflow: hidden;
		background: #000;
		font-weight: bold;
}
#sidebarTabs_title li.last a{
	width:75px;
	white-space:nowrap;
}
#sidebarTabs_title li a.selected{
	color:#FF0000;
	font-weight: bold;
	background: #FFF;
	height:24px;
	padding:7px 0px 0 0px;  /* these were 9px left and right */
	border:1px solid #bcbcbc;  
	border-bottom:0;
	text-decoration:none;
}
#sidebarTabs_body{
	width:274px;
	border:1px solid #bcbcbc;
	border-top:0;
	padding:6px 12px 6px 12px;
}
#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:2px 0 2px 0;
}
#sidebarTabs_body ol li a{
	color:#0C4790;
	font-weight: bold;
}
#sidebarTabs_body ol li a:hover{
	color:#FF0000;
	text-decoration:underline;
}
/* Right Block of Posts below the Sidebar Tabs in Top Sidebar */
#topSidebarPosts { /* Wraps the entries on rigt hand of featured slider */
	width:300px;
	float:left;
/*	margin-left:10px;
	margin-right:10px;  */
/*	display:inline;  */
}

/* PRIMARY BOTTOM (Includes tabs, 3 columns at bottom, and the 6entry foot)
============================================================== */
#primaryBottom {
	display:block;
	margin-bottom:20px;	
}
#primaryBottomSidebar {
	float:right;
	width:300px;
	padding-right: 10px;  /* charlie added for symmetry */
}
#primaryBottomTabs {
	float:left;
	width:640px;  /* was 660px*/
	overflow:hidden;
	margin: 0 0 0 5px;
}
#primaryBottomTabs_title{
	width:100%;
	overflow:hidden;
	background: #000; /*  url(default/bgr_primaryBottomTabs_title.gif) repeat-x bottom;  */
}
#primaryBottomTabs_title li{
	float:left;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	padding:0 0 0 0;  /* charlie modified to 2px instead of 1px */
	width: 127px;  /* charlie added */
}
#primaryBottomTabs_title li.last{
	padding:0;
}
#primaryBottomTabs_title li a{
	float:left;
	color:#FFF;
/*	background:url(default/bgr_primaryBottomTabs_title_a.gif) repeat-x; 	*/
	height:24px;
	padding:8px 8px 0 8px;
			min-width: 110px;     /* charlie added  110 + 8 + 8 = 126px + 1px left for border */
			text-align: center;
			font-weight: bold;
}
#primaryBottomTabs_title li.last a{
	width:75px;
	white-space:nowrap;
}
#primaryBottomTabs_title li a.selected{
	color:#FF0000;
	background:#fff;
	height:24px;
	padding:7px 10px 0 10px;
	border:1px solid #bcbcbc;
	border-bottom:0; 
	text-decoration:none;
}
#primaryBottomTabs_body{
	width:618px;  /* was 638px */
	background:#fff;
	border:1px solid #bcbcbc;
	border-top:0;
	min-height:203px;
	padding:9px 10px 6px 10px;
	position:relative;
	height:auto !important;
	height:203px;
}
#primaryBottomTabs_body .text {
	position:absolute;
	left:10px;
	top:10px;
	width:340px;
}
#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;
}

/* Bottom 3 Columns of Posts */
#primarybottom3col {
	/* ADD CSS HERE */
}
#primarybottomtrio1 {
	margin-right: 4px;
	float: left;
	width: 320px;
	border-right: 1px dotted #363636;
}
#primarybottomtrio2 {
	margin-right: 4px;
	float: left;
	width: 320px;
		border-right: 1px dotted #363636;
}
#primarybottomtrio3 {
	margin: 0;
	float: left;
	width: 320px;
}
.trioPosts{
	width:300px;  /* was 280px */
/*	border:1px solid #bcbcbc;  */
	overflow:hidden;
	margin:0 0 10px 0;
	padding: 0px 9px 9px 9px;
}
.trioPosts ul{
	width:100%;
}
.trioPosts li{
	width:100%;
	overflow:hidden;
	border-bottom:1px dotted #666;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}
.trioPosts li.last{
	background:none;
	padding:0;
	margin:0;
	border:none;
}
.trioPosts img{
	float:left;
	width:80px;
	height:85px;
	margin-right:10px;
}
.trioPosts p{
	font-size:12px;
	line-height:1.3em;
	padding:3px 0 0 0;
}
.trioPosts p.date{
	color:#FF0000;
}
.trioPosts p.date span{
	color:#666;
}
.trio_ads {  /* charlie added as it was not defined in CSS but was used in PHP */
	margin: 0 auto;
}
.trio_ads img{
	margin: 0 9px 0 9px;  /* mirror the padding of the .trioPosts */
}








/* 6 Horizontal Entries Above Footer */
#foot6col {
	float: left;
	width: 950px;
	margin: 15px 0px 15px 10px;
	padding: 0px 0px 0px 0px;
	border-top: 3px solid #FFCA00;
}
.footcolumn {
	float: left;
	list-style:none;
		width: 150px;
		margin: 15px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.footcolumninfo {
	float: left;
	width: 150px;
	padding: 0px;
	margin: 0 0 5px 0;
	min-height: 52px; /* This keeps the symmetry between images left to right - set to 3 lines of text for title */
	text-align: center;
}
.footcolumn img {  /* THIS FLOAT LEFT COULD CAUSE ALIGNCENTER NOT TO WORK */
	float: left;
	margin: 0px 0px 0px 15px; /* moves the alignleft img to the right by 15px */
}

/* FOOTER
============================================================== */
#footer{
	width:966px;
	margin:0 auto;
	background:#000;
	border-bottom:3px solid #FF0000;
	padding:14px 0 10px 14px;
/*		margin-top: 20px;  */
}
#footer_data{
	float:left;	
}
#footer_data ul{
}
#footer_data li{
	display:inline;
	color:#000;
	font-size:12px;
	padding:0 0 0 9px;
	margin-left:9px;
	border-left:1px solid #FFF;
}
#footer_data li.first{
	padding:0;
	border:none;
	margin:0;
}
#footer_data li a{
	color:#FFF;
}
#footer_data li a:hover{
	text-decoration:underline;
}
#footer_data .copyrights{
	color:#FFF;
	padding:10px 0 0 0;
}
#footer_data .copyrights a{
	color:#FFF;
}
#footer_data .copyrights a:hover{
	text-decoration:underline;
}
#footer_logo{
	float:right;
	width:auto;
	padding:15px 16px 0 0;
}
/* GLOBALS and CLASSES - WIDGET STYLES
============================================================== */
.widget {
	margin-bottom:10px;
}
.widget p {
	padding-top:5px;
	padding-bottom:5px;
}
.widget ul li {
	line-height:18px;
	color:#666;
	width:auto;
	border-bottom:1px dotted #D3D9EB;
	margin-left:3px;
	list-style:none;
	padding:2px 0 2px 10px;
	display:block;
	background:url(default/ico_widget_li.gif) no-repeat left 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(default/ico_shareit/ico_digg.png) no-repeat left center;
}
.widget ul li.fb {
	padding:3px 0 3px 21px;
	background:url(default/ico_shareit/ico_fb.png) no-repeat left center;
}
.widget ul li.stumble {
	padding:3px 0 3px 21px;
	background:url(default/ico_shareit/ico_stumble.png) no-repeat left center;
}
.widget ul li.twitter {
	padding:3px 0 3px 21px;
	background:url(default/ico_shareit/ico_twitter.png) no-repeat left center;
}
.widget ul li.reddit {
	padding:3px 0 3px 21px;
	background:url(default/ico_shareit/ico_reddit.png) no-repeat left center;
}
.widget ul li.google {
	padding:3px 0 3px 21px;
	background:url(default/ico_shareit/ico_google.png) no-repeat left center;
}
.widget ul li.delicious {
	padding:3px 0 3px 21px;
	background:url(default/ico_shareit/ico_delicious.png) no-repeat left center;
}
.widget ul li.print {
	padding:3px 0 3px 21px;
	background:url(default/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:#444;
	font-weight:bold;
	display:block;
	font-size:13px;
	margin-bottom:5px;
	font-family:georgia, tahoma, sans-serif;
}
.titleCatName a,.titleCatName a:hover {
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	font-size:13px;
	font-family:georgia, tahoma, sans-serif;
}
.blocktitleCatName { /* Front page, category labels over blocks */
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	display:block;
	font-size:13px;
	margin-bottom:5px;
	font-family: arial, helvetica, georgia;
	background: #444;   /* blue would be 0C4790 */
	padding: 5px 5px;
}
.blocktitleCatName a,.prtitleCatName a:hover {
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	font-family:arial, helvetica, georgia;
}
.redCatName {
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	display:block;
	font-size:13px;
	font-family: arial, helvetica, georgia;
	border-bottom: 10px solid #FF0000;
}
.redCatName a, .redCatName a:hover { 
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	display:block;
	font-size:13px;
	font-family: arial, helvetica, georgia;
	margin: 0 0 5px 0;
}
.blueCatName {
	text-transform:uppercase;
	color:#444;  
	font-weight:bold;
	display:block;
	font-size:13px;
	font-family: arial, helvetica, georgia;
	border-bottom: 10px solid #125086;  /* blue */
}
.blueCatName a, .blueCatName a:hover  { 
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	display:block;
	font-size:13px;
	font-family: arial, helvetica, georgia;
	margin: 0 0 5px 0;
}
.grayCatName{
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	display:block;
	font-size:13px;
	font-family: arial, helvetica, georgia;
	border-bottom: 10px solid #363636;
}
.grayCatName a, .grayCatName a:hover  { 
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	display:block;
	font-size:13px;
	font-family: arial, helvetica, georgia;
	margin: 0 0 5px 0;
}
.grayCatName{
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	display:block;
	font-size:13px;
	font-family: arial, helvetica, georgia;
	border-bottom: 10px solid #363636;
}
.grayCatName a, .grayCatName a:hover  { 
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	display:block;
	font-size:13px;
	font-family: arial, helvetica, georgia;
	margin: 0 0 5px 0;
}
.yellowCatName{
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	display:block;
	font-size:13px;
	font-family: arial, helvetica, georgia;
	border-bottom: 10px solid #FFCA00;
}
.yellowCatName a, .greenCatName a:hover  { 
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	display:block;
	font-size:13px;
	font-family: arial, helvetica, georgia;
	margin: 0 0 5px 0;
}

/* INNER PAGE CONTENT AREA
============================================================== */
#innerLeft { /* Post wrapper */
	float:left;
	width:500px;
	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(default/ico_author.gif) no-repeat left center;
	}
	.postDate {
		padding-left:13px;
		background: url(default/ico_date.gif) no-repeat left center;
	}
	.post {
		padding-top:5px;
	}
	.post a {
		color:#FF0000;
	}
	.post a:hover {
		color:#FF0000;
		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;
	}
	.alignleft {
		float:left;
		margin-right:10px;
		margin-top:5px;
	}
	.alignright {
		float:right;
		margin-left:10px;
		margin-top:5px;
	}
	.aligncenter {
		margin:0 auto;
		display:block;
	}
	.wp-caption img {
		margin-bottom: 5px;
		padding:4px;
		border: 1px solid #ddd;
		background-color:#fff;
	}
	p.wp-caption-text {
		color:#222;
		width: auto;
		font:.8em verdana, georgia, sans-serif;
		text-align:center;
		padding-bottom:0 !important;
	}
	blockquote {
		padding: 2px 10px;
		background: #efefef;
		color:#FF0000;
		clear:both;
		border-left: 3px solid #bfbbbb;
		border-bottom:1px dotted #bfbbbb;
		margin-bottom:10px;
		font-size: 11px;
		font-family: verdana, georgia, sans-serif;
	}
	code {
		color:#444;
		font:11px/17px tahoma, georgia, 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(default/bgnarrowSidebar.gif) repeat;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
}
#wideSidebar { /* The Wide sidebar on inner pages */
	float:left;
	width:300px;
	background:#f5f5f5;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
}
	
/* 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(default/bgTransparent.png);
	}
	#innerpage-slider img {
		display:block;
		width:480px;
		height: auto !important;
		height: 270px;
		border:none;
		padding:0;
	}
	#paginate-innerpage-slider{ /* do not change the name of class - used to wrap thumbnails for innerpage area */
		background-color: #efefef;
		padding:0 0 5px 10px;
		margin-bottom:10px;
	}
	#paginate-innerpage-slider ul {
		width:490px;
		padding-bottom:0;
		list-style: none;
	}
	#paginate-innerpage-slider ul li {
		display: inline;
		width:65px;
		float:left;
		margin-left:0;
		padding:0 0 0 0;
		margin-right:4px;
		margin-bottom:3px;
	}
	#paginate-innerpage-slider img{ 
		padding:5px 0 0 0;
		border-right:0;
		border-left:0;
		width:65px;
		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 #FF0000;
	}

/* 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:#FF0000;
}
.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, georgia, 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, georgia, tahoma,sans-serif;
	color:#9f9f9f;
	display:block;
}
.postinfoPhotoCat a {
	color:#0854C7;
}
.postinfoPhotoCat  a:hover {
	color:#FF0000;
}

/* 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, georgia, 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 georgia,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,georgia,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,georgia,sans-serif;
	padding:4px 0;
} 
li div.reply a {
	color:#FF0000;
}
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:georgia, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background: #fff url(default/bgr_respond_text.gif) repeat-x;
	padding:3px;
	width:201px;
	float:left;
}
#respond textarea#commentText{
	width:97%;
	height:94px;
	overflow:auto;
}
#respond p label small{
	float:left;
	padding:4px 0 0 7px;
	font-size:11px;
	color:#777;
	line-height:1.3em;
}
#respond p#nopadding{
	padding:0;
}
#respond #submit{
	background: url(default/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:640px;height:256px;}
#belowfeatured img {width:200px;height:150px;}
#midColPosts img {width:80px;height:85px;}
#primaryBottomTabs_body img {width:269px;height:201px;}
.photoFrame img {width:232px;height:200px;}
.photoFrame img {width:232px;height:200px;}
.attachmentPage img {max-width:494px;}

