body {
	background: #ced59f;
	font:1em/1.4em arial, verdana, sans-serif;
	color:#222;
}
/* GENERIC */
h1 {
	font:normal 25px Georgia,Times New Roman,Trebuchet;
	padding-left:50px;
	background: url(../images/logo.gif) no-repeat left center;
} 
h2 {
	font: bold 16px arial, sans-serif;
	display:block;
}
h3 {
	font:bold 14px arial, verdana, sans-serif;
	padding-bottom:2px;
	color:#444;
	border-bottom:1px dotted #efefef;
}
h4{ 
	font:bold 13px arial, verdana, sans-serif;
	display:block;
}
h5{ 
	font:bold 12px arial, verdana, sans-serif;
	display:block;
}
h6{ 
	font:bold 10px arial, verdana, sans-serif;
	display:block;
}

h1 a {color:#2a2a2a;}
h1 a:hover {color:#111;}

h2 a {color:#e54842;}
h2 a:hover {color:#4a4a4a;}

h3.titleMidWidget{
	margin-bottom:2px;
	letter-spacing:-1px;
}
h3.footer {
	color:#779d03;
	padding-bottom:3px;
	margin-bottom:5px;
	font:1.1em georgia, garamond, serif;
	border-bottom:1px dotted #333;
}
h3#comments {
	margin-top:10px;
	margin-bottom:10px;
	border:none;
	padding:0;
	color:#666;
}
h3#leaveComment {
	margin-top:10px;
	margin-left:0;padding-left:0;
	margin-bottom:3px;
	border:none;
	padding:0;
	color:#666;
}
/* ******************************************************************* */
/* GLOBAL ******************************************************* */
p {
	font-size:13px;
	line-height:1.4em;
	padding:5px 0;
}
a {
	color:#e54842;
}
a:hover {
	color:#d92100;
}
span#featuredlisttitle { /*The style for the featured entry list items */
	font: bold .9em arial, sans-serif;
	color:#93a6b8;
	display:block;
	background: url(../images/iconHeader.gif) no-repeat left center;
	padding:4px 0 4px 25px;
}
span#slogan { /*Style of the slogan written below the site name as tagline*/
	font-size: 14px;
	padding-left:7px;
	display:block;
}
span.sidebarajaxtabs{ /* Style for the titles kept inside of archive tab on sidebar*/
	margin-bottom:4px;
	display:block;
	font-family:georgia, "trebuchet ms", garamond, serif;
	padding-top:10px;
}
span.lightBlue {
	background:#F2FFEF;
	font:bold 13px arial, sans-serif;
	padding:4px;
	margin-bottom:7px;
	color:#333;
	display:block;
}
span.blueBg {
	background:#E5FFDF;
	font:bold 13px arial, sans-serif;
	padding:4px 4px 4px 7px;
	margin-bottom:7px;
	color:#333;
	display:block;
}
span.breadcrumb {
	font:normal 11px arial, sans-serif;
	border-bottom:1px dotted #ccc;
	color:#666;
	padding-bottom:2px;
	margin-bottom:14px;
	display:block;
}
span.breadcrumb a {
	color:#000;
}
span.breadcrumb a:hover {
	text-decoration:underline;
}
span.browsing {
	font:normal 17px arial, sans-serif;
	margin-bottom:14px;
	color:#666;
	display:block;
}
.commentLink { /* the comment link on featured area and on the gray bar below the left column stories */
	background: url(../images/iconComment.gif) no-repeat left center;
	padding:2px 0 2px 18px;
}
.date { /* the date shown on featured area and on the gray bar below the left column stories */
	background: url(../images/iconDate.gif) no-repeat left center;
	padding:2px 0 2px 18px;
}
.widget { /* The margin for the widget boxes */
	margin-top:15px;
}
.widget { /* Widget Style used all around the site */
	font: 13px arial, sans-serif;
	color:#666;
}
.widget ul  li {
	border-bottom:1px dotted #B5C6DF;
	line-height:125%;
	background: url(../images/bullet.gif) no-repeat left 6px;
	padding-left:12px;
}
.widget ul li a {
	color:#222;
	padding:2px 0;
	display:block;
	width:auto;
}
.widget ul li a:hover{
	text-decoration:underline;
}
.navigation {
	position:relative;
	background:#fff;
	display:block;
	font-size:13px;
}
.previous {
	float:left;
}
.next {
	float:right;
}
/* ******************************************************************* */
/* STRUCTURE ******************************************************* */
#wrapper {
	margin:0 auto;
	background:#fff;
	padding:15px 8px 10px;
	width:964px!important; 
	width:980px; 
	width/**/:/**/964px; 
}
/* ******************************************************** */
/* HEADER  */
/* ******************************************************** */
#header {
	min-height:55px;
}
#headerleft {
	width:476px;
	margin-right:16px;
	display:inline;
	float:left;
}
#headerright {
	float:left;
	width:468px;
}
#headerAd {
	padding-bottom:10px;
}
#anothersearch { /* Search form style for header */
	padding:8px 0 8px 7px;
	position:relative;
	background: #f7f7f1 url(../images/bgSearch.gif) no-repeat top;
	width:628px!important;
	width:635px;
	width/**/:/**/628px;
}
#sss { /* Search box on sidebar*/
	width: 610px;
	padding:3px;
}
.anothersubmit {
	display:none;
}
#searchform { /* Search form style for header */
	padding:8px 0 8px 7px;
	position:relative;
	margin-left:130px;
	background: #f7f7f1 url(../images/bgSearch.gif) no-repeat top;
	width:327px!important;
	width:334px;
	width/**/:/**/327px;
}
#searchformSide { /* Search form style for sidebar */
	padding:8px 0 8px 7px;
	position:relative;
	margin-top:15px;
	background: #f7f7f1 url(../images/bgSearch.gif) no-repeat top;
	width:293px!important;
	width:300px;
	width/**/:/**/393px;
}
#searchform label, #searchformSide label{
	color:#87d50d;
	font-weight:bold;
	font-size: .9em;
	background: url(../images/searchLabel.gif) no-repeat right center;
	padding:4px 25px 4px 0;
}
#s { /* Search box on header*/
	width: 180px;
	padding:3px;
}
#ss { /* Search box on sidebar*/
	width: 150px;
	padding:3px;
}
.searchsubmit {
	background: url(../images/search-btn.gif) no-repeat;
	width: 37px;
	height:25px;
	text-indent: -900em;
	line-height:0px;
	margin-left:5px;
	cursor:pointer;
	border:0;
}
/* ******************************************************** */
/* NAVIGATION - PAGES */
/* ******************************************************** */
#navpages {
	background: #444 url(../images/bgNavPagesRedWater.gif);
	border-top:1px solid #444;
	border-bottom:1px solid #444;
	position:relative;
	z-index:200;
}
#navpages ul{
	float:left;
}
#navpages ul li{
	position: relative;
	display: inline;
	float:left;
	font-size:15px;
	font-weight:bold;
	border-right:1px solid #444;
}
#navpages ul li.first{
	padding:0;
}
#navpages ul li a{
	display: block;
	font: .8em Arial, Tahoma, Verdana;
	color: #fff;
	padding:6px 10px;
}
* html #navpages ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #navpages ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#navpages ul li a:link, #navpagescat ul li a:visited{
	text-decoration:none;
}
#navpages ul li a:hover, #navpages .current_page_item a, #navpages .select a{
	background: url(../images/bgNavPagesRedWaterHov.gif);
	color:#fff;
	text-decoration:none;
}
/*1st sub level menu*/
#navpages ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	background: #555;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navpages ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navpages ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#navpages ul li ul li a, #navpages .current_page_item ul li a, #navpages .select ul li a{
	width: 160px;
	height:auto;
	margin: 0;
	background: #555;
	color:#fff;
	float: none;
	padding:4px 10px;
	border-top: 1px solid #444;
	border-right:none;
}
#navpages ul li ul li a:hover{ /*sub menus hover style*/
	background: #666;
	color:#fff;
	text-decoration:none;
}
/* ******************************************************** */
/* NAVIGATION - CATEGORIES */
/* ******************************************************** */
#navcats {
	background: #dfdfdf url(../images/bgnavcats.gif);
	border-bottom:4px solid #bbe775;
	position:relative;
	z-index:100;
}
#navcats ul{
	float:left;
}
#navcats ul li{
	position:relative;
	display:inline;
	float:left;
	border-right:1px solid #ddd;
}
#navcats ul li a{
	display: block;
	font: .8em Arial, Tahoma, Verdana;
	color: #096396;
	padding:6px 10px 5px;
}
* html #navcats ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #navcats ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#navcats ul li a:link, #navcats ul li a:visited{
	text-decoration:none;
}
#navcats ul li a:hover, #navcats .current_page_item a, #navcats .select a{
	background: url(../images/bgnavcats_hover.gif);
	color:#000;
	text-decoration:none;
}
/*1st sub level menu*/
#navcats ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0;
	padding:0;
	background:#e9e9e9;
}
/*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;
}
/* Sub level menu links style */
#navcats ul li ul li a, #navcats .current_page_item ul li a, #navcats .select ul li a{
	width: 160px;
	height:auto;
	padding: 3px 10px;
	margin: 0;
	background:#e9e9e9;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	text-transform:capitalize;
	border-bottom:1px solid #afafaf;
	color: #096396;
}
#navcats ul li ul li a:hover, #navcats .current_page_item ul li a:hover, #navcats .select ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#ddd;
	color:#000;
	border-bottom:1px solid #afafaf;
}
/* ******************************************************** */
/* FEATURED */
/* ******************************************************** */
#featured {
	background:#eee;
	border-bottom:4px solid #79ceff;
	padding: 5px 10px;
}
#featureditemcont {
	width:940px;
	border-top:1px solid #c0ced4;
	border-bottom:1px solid #c0ced4;
	background: url(../images/bgFeaturedRedWater.gif) repeat-y;
}
.featuredstory { /* Featured area, story wrapper (title-image-meta) */
	padding:10px 10px 4px 10px;
	float:left;
	width:624px!important;
	width:644px;
	width/**/:/**/624px;
}
.storyimage { /* Featured Area, image */
	float:left;
	width:220px;
	margin-right:12px;
	display:inline;
}
.storyimage img {
	background:#fff;
	padding:2px;
	border:1px solid #aaa;
}
.story { /* Featured area entry */
	float:left;
	width:392px;
}
p.readmore {
	display:block;
	text-align:right;
	padding:0;
	margin:10px 0;
}
.details { /*Styling for Date - Category and Comment section at the bottom of Featured Entry*/
	font:normal .6em/1em verdana, sans-serif;
	display:block;
	text-align:right;
	padding:7px 5px;
}
.details  a{color:#478F00;}
.details  a:hover{text-decoration:underline;}
.folder { /* the date shown on featured area and on the gray bar below the left column stories */
	background: url(../images/folder.gif) no-repeat left center;
	padding:2px 0 2px 18px;
}
/*Featured entry area  Featured list */
.featuredlist {
	background: #fff url(../images/bgFeaturedList.gif) repeat-x;
	border:1px solid #fff;
	padding:5px 10px;
	float:left;
	width:273px !important; 
	width:295px; /* Width for IE */
	width/**/:/**/273px; /* Width for Other Browsers */
}
.featuredlist ul {
	font: bold .7em arial, sans-serif;
	margin-top:5px;
	border-top:1px dotted #B5C6DF;
}
.featuredlist li {
	border-bottom:1px dotted #B5C6DF;
	line-height:165%;
}
.featuredlist li a {
	display:block;
	color:#008fd9;
	padding:2px 0 2px 20px;
	width:auto;
	background: url(../images/iconFeaList.gif) no-repeat left center;
}
.featuredlist li a:hover{
	text-decoration:underline;
}
.featuredlist li a.active, .featuredlist li a.active:hover {
	color:#000;
	text-decoration:none;
}
/* ******************************************************** */
/* CONTENT */
/* ******************************************************** */
#contentWrapperHome {
	margin-top:7px;
	background: #fff url(../images/bgCWrapperSamba.gif) repeat-y;
}
#contentWrapperInner {
	margin-top:7px;
	background: #fff;
}
/* ******************************************************** */
/* LEFT COLUMN */
/* ******************************************************** */

.leftColDetails {
	background:#F2FFEF;
	font:bold 11px arial,tahoma, sans-serif;
	padding:4px;
	color:#777;
	clear:both;
	display:block;
	margin-bottom:10px;
}
.leftColDetails a {
	color:#777;
}
.leftColDetails a:hover {
	color:#000;
}
.leftColMore {
	background: url(../images/iconMore.gif) no-repeat left center;
	padding:2px 0 2px 18px;
	margin:0 18px;
}
#leftcolumn {
	display:inline;	
	float:left;
	width:365px;
}
.leftcolpost {
	margin-bottom:10px;
	padding-right:10px;
}
img.leftThumbImg {
	padding:3px;
	float:left;
	margin:7px 10px 0 0;
	border:1px solid #bbb;
}
/* ******************************************************** */
/* MID COLUMN */
/* ******************************************************** */
#midcolumn {
	float:left;
	background:#F2FFEF;
	width:290px;
}
#midColInner {
	width:275px;
	margin:0 auto;
	display:block;
}
/* LIST FOR POPULAR POSTS */
#midcolumn  #popularPosts ul {
	font: 13px arial, sans-serif;
	color:#666;
}
#midcolumn  #popularPosts ul li {
	border-bottom:1px dotted #B5C6DF;
	line-height:125%;
	background: url(../images/star.gif) no-repeat left 5px;
	padding-left:16px;
}
#midcolumn #popularPosts ul li a {
	color:#222;
	padding:3px 0;
	display:block;
	width:auto;
}
#midcolumn #popularPosts ul  li a:hover{
	text-decoration:underline;
}
/* LIST FOR RECENT COMMENTED POSTS */
#midcolumn  ul#recentEntries {
	font: 13px arial, sans-serif;
	color:#666;
}
#midcolumn  ul#recentEntries li {
	border-bottom:1px dotted #B5C6DF;
	line-height:125%;
	background: url(../images/bullet.gif) no-repeat left 8px;
	padding-left:14px;
}
#midcolumn ul#recentEntries li a {
	color:#222;
	padding:3px 0;
	display:block;
	width:auto;
}
#midcolumn ul#recentEntries  li a:hover{
	text-decoration:underline;
}
.subscribe {
	padding: 5px 10px;
	border: 1px solid #bfe3eb;
	background: #fff;
	font-size: 13px;
}
.rssfeed {
	line-height: 1.4em;
	background: url(../images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding: 0 0 0 15px;
}
.rssfeedlinks {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	font-size: 12px;
}
.rssfeedlinks a {
	float: left;
	font-weight: bold;
	background: url(../images/rss.gif) no-repeat left;
	padding-left: 22px;
	line-height: 1.5em;
	color: #2c78b9;
	margin-right: 20px;
}
.rssfeedlinks a:hover {
	color: #ff9600;
	line-height: 1.5em;
}
.subscribe form {
	display: inline;
}
.subscribe fieldset {
	display: inline;
}
.subscribe input {
	display: inline;
	vertical-align: middle;
	font-size: .8em;
}
#rssinput {
	width: 206px;
	height: 20px;
	padding-left: 7px;
	padding-top: 7px;
	background: url(../images/rss-input.gif) no-repeat top;
	border:0;
}
#rssinput:focus {
	width: 206px;
	height: 20px;
	padding-left: 7px;
	padding-top: 7px;
	background: url(../images/rss-input.gif) no-repeat bottom;
}
#rssbutton {
	width: 36px;
	height: 36px;
	background: url(../images/rss-button.gif) no-repeat;
	cursor: pointer;
	border:0;
}
#tagCloud {
	display:block;
	font-size:1.3em;
	text-align: center;
}
#tagCloud a {
	color:#222;
}
#tagCloud a:hover {
	color:#d92100;
}
/* ******************************************************** */
/* RIGHT COLUMN / SIDEBAR */
/* ******************************************************** */
#sidebar {
	float:right;
	width:300px;
}
/* Sidebar ajax tabs */
.controltabs {
	height: 33px;
	margin-top:15px;
}
.controltabs a {
	display: block;
	float: left;
	padding: 0 13px;
	font-size:.8em;
	text-align: center;
	height: 33px;
	background: #f9f9f9;
	border-width: 1px;
	border-style:solid;
	border-color:#eee #eee #e9e9e9 #eee;
	
	color: #000;
}
.controltabs li a.active {
	color: #000;
	display: block;
	float: left;
	padding: 0 15px;
	text-align: center;
	height: 33px;
	border: 1px solid #e8e8e8;
	border-bottom:1px solid #fafafa;
	background: url(../images/tabs.gif) repeat-x bottom;
}
.controltabs a:hover {
	text-decoration:none;
	background:#f1f1f1;
	border:1px solid #ddd;
	border-bottom:1px solid #e9e9e9;
	border-bottom:0;
}
.controltabs li {
	display: inline;
	float: left;
	line-height: 30px;
	height: 34px;
	font-weight: bold;
}
.tabcontainer {
	background:#fafafa;
	padding:0 8px 8px;
	font-size:.8em;
	border:1px solid #e9e9e9;
}
.tabcontainer ul li {
	line-height:normal;
	color:#555;
	border-bottom:1px dotted #bbb;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	background: url(../images/iconComment.gif) no-repeat left 5px;
}
.tabcontainer li ul li {
	border-bottom:0;
}
.tabcontainer a  {
	display:inline;
	color:#333;
}
.tabcontainer a:hover {
	color:#d92100;
	text-decoration:none;
}
#archiveform  select{
	background-color: #FFF;
	border: 1px solid #7F9DB9;
	color: #000;
	font: 1em/1.2 Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 2px 1px 2px 2px;
}
#cat {
	background-color: #FFF;
	border: 1px solid #7F9DB9;
	color: #000;
	width:280px;
	font: 1em/1.2 Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 2px 1px 2px 2px;
}
#recentcomments li {
	padding:2px 2px 2px 5px;
	font-size:.8em;
	color:#777;
	line-height:1.4em;
	background: #f7f7f1;
	border-bottom:1px dotted #cbcbcb;
	}
#recentcomments li  a {
	color:#666;
}
#recentcomments li  a:hover {
	text-decoration:none;
	color:#d92100;
}
#tagcloud {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top:10px;
}
#adContainer125px {
	text-align:center;
	display:block;
}
#adContainer125px img {
	margin:0 12px;
}
/* ******************************************************** */
/* FOOTER  */
/* ******************************************************** */
#footer-wrapper {
	width:980px;
	margin:0 auto;
}
#footer {
	padding:10px;
	background:#222;
	color:#ccc;
	font-size:1em;
	line-height:16px;
}
#footer1 {
	width:364px;
	float:left;
	display:inline;
}
#footer1 a img {
	display:inline;
	float:left;
	margin-bottom:10px;
	margin-right:5px;
	margin-left:5px;
	background:#f5f5f5;
	padding:2px;
	border:1px solid #ccc;
}
#footer1 a:hover img {
	background:#f90;
	border:1px solid #f90;
}
#footer2 {
	float:left;
	width:200px;
	margin:0 20px;
}
#footer2 ul li {
	border-bottom:1px dotted #444;
	line-height:125%;
	font-size:.8em;
	background: url(../images/iconLink.gif) no-repeat left 7px;
	padding-left:17px;
}
#footer2 ul li a {
	color:#ccc;
	padding:4px 0;
	display:block;
	width:auto;
}
#footer2 ul li a:hover{
	color:#fff;
}
#footer3 {
	width:355px;
	float:left;
}
.about {
	font-size:13px;
	line-height:1.4em;
	padding:5px 0;
}
.about p {
	padding-top:0;
	padding-bottom:10px;
}
#footer3 a {
	color:#92cc65;
}
#footer3 a:hover {
	text-decoration:underline;
}
#credit {
	display:block;
	width:980px;
	margin:5px auto;
	text-align:right;
	color:#555;
	font:.6em verdana, sans-serif;
}
#credit a {
	color:#222;
}
#credit a:hover {
	text-decoration:underline;
}
/* ******************************************************** */
/* Single Post Page */
/* ******************************************************** */
#singlePage {
	float:left;
	width: 635px;
	margin-right:10px;
	margin-left:10px;
	display:inline;
}
.post {
	font-size:13px;
	line-height:1.4em;
}
.post ul {
	padding:5px 0;
	list-style: square inside;
	margin-left:25px;
}
.post ol{
	padding:5px 0;
	list-style: decimal inside;
	margin-left:25px;
}
.post li {
	padding: 2px 0px;
	line-height: 13px;
	font-size:12px;
	color:#222;
}
.post li ol, .post li ul {
	padding:0;
	margin:0 0 0 15px;;
}
.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:#FFFFFF;
}
.wp-caption-text {
	color:#fff;
	text-align:center;
	background-color:#aaa;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
}
#singlePage blockquote {
	padding: 2px 10px;
	font: 1em georgia, garamond, serif;
	background: #dbf3fd url(../images/bgBlockqote.gif) no-repeat top right;
	color:#369;
	clear:both;
	display:block;
	border-top:1px dashed #a9d26a;
	border-bottom:1px dashed #a9d26a;
	margin:5px 0;
}
#singlePage code {
	clear:both;
	display:block;
	color:#444;
	background:#f8f8f8 url(../images/bgCode.gif) no-repeat top right;
	padding:5px 10px;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	font:11px/17px tahoma, arial, sans-serif;
	margin:5px 0;
}
#singlePage blockquote p {
	padding: 2px 0px;
	line-height: 15px;
}
#singlePage blockquote li {
	padding: 2px 0px;
	line-height: 15px;
	font-size:11px;
	color:#369;
}
#singlePage blockquote a {
	color:#0080ca;
	text-decoration:underline;
}
#singlePage blockquote a:hover {
	color:#039;
}
#singlepostinfo {
	background: #f7f7f7;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	font:.65em/1.4em verdana;
	margin-bottom:20px;
	clear:both;
	display:block;
}
#singlepostinfo img{
	float:left;
	margin:3px 8px 0 0;
}
/* ******************************************************** */
/* ARCHIVE, VIDEO AND SEARCH RESULTS PAGE */
/* ******************************************************** */
.postinfo { /* pos info shown under the summary of posts on archive pages & search results */
	text-align:right;
	padding-top:3px;
	font:.7em verdana, arial, tahoma,sans-serif;
	color:#9f9f9f;
	border-top:1px dotted #f1f1f1;
	padding-bottom:15px;
	clear:both;
	display:block;
}
.videoWrapper {
	margin-bottom:15px;
}
.video {
	float:left;
	display:inline;
	margin-right:20px;
	width:400px;
}
.videodetails {
	width:215px;
	float:left;
	font-size:.8em;
}
/* ***********************************************************
*	COMMENT  	*
***********************************************************/
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:#F2FFEF;
	padding:3px 5px;
	font-weight:bold;
}
ol.commentlist li { /* Comment Wrapper */
	border:1px solid #d5d5d5;
	height:1%;
	margin:0 0 10px;
	padding:5px 5px 5px 53px;
	position:relative;
}
li div.vcard { /* Font style for comment author link*/
	font:bold 12px verdana, arial,sans-serif;
	font-style:normal;
	padding:0 80px 0 0; 
	margin:5px 0;
}
li div.vcard img.avatar { /* Avatar style between comments */
	border:1px solid #d5d5d5;
	padding:2px;
	background:#fff;
	left:5px;
	position:absolute;
	top:7px;
}
li div.comment-meta { /* Style for date of comment */
	font:bold 10px/1.4 helvetica,arial,sans-serif;
	position:absolute;
	right:10px;
	text-align:right; 
	top:10px;
}
li div.comment-meta a {
	color:#8F8F8F;
}
li div.comment-meta a:hover {
	text-decoration:underline;
}
ol.commentlist li p { /* Comment font style */
	font:normal 12px helvetica,arial,sans-serif;
} 
li div.reply {  /* Reply button style */
}
ol.commentlist li div.reply:hover {
}
li div.reply a {
	font:bold 9px helvetica,arial,sans-serif; 
	text-transform:uppercase;
}
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:#F2FFEF;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}

/* ******************************************************** */
/* COMMENT FORM */
/* ******************************************************** */
p#noComment {
	font:bold .8em verdana, tahoma, arial, sans-serif;
	background:#f7f7f7;
	padding:4px 4px 4px 10px;
}
#commentform {
	font-family:verdana, tahoma, arial, sans-serif;
	background: #F2FFEF;
	padding:5px 15px 0 15px;
	border:1px solid #ececec;
}
.cancel-comment-reply {
	margin-bottom:4px;
}
#commentform cite {
	font-size:.9em;
}
#commentform label {
	font-size:.8em;
	padding-left:0px;
	font-family:verdana, tahoma, arial, sans-serif;
}
#author,#email,#url {
	font: 11px verdana,Arial, Helvetica, sans-serif;
	width: 40%;
	padding: 2px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}
#commentform textarea {
	font: 12px Arial, Helvetica, sans-serif;
	width: 90%;
	height: 120px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
	padding: 2px 3px 3px 7px;
}
#submit {
	background: url(../images/submit.gif) no-repeat;
	width: 59px;
	height:20px;
	display:block;
	border:none;
	text-indent: -900em;
	line-height:0px;
	cursor:pointer;
	margin-bottom:10px;
}
#submit:hover {
	cursor:pointer;
}
