html, body { margin: 0; padding: 0; }

/********** MODIFICATION NOTE: **** THIS IS THE "BLUE" VERSION but changed to new style ***
**** changed body background 
**** from:
**** background: #000 url(images/body-bg.jpg) repeat-x;
**** to: 
**** background-color:#D7CEBF;
**** following colors of http://lifeisgood.com
**************/


/** FONT CHANGE: font-family: "Verdana", verdana, sans-serif; **/

body { 
	
	background-color:#D7CEBF;
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
	padding: 15px 0px;
}

body * {margin: 0px; padding: 0px;}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Link Styles
		changed from color: #2e9cbd to #73a4ce
*********************************************/
a {
	color: #73a4ce;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
#content p,
#content ol li,
#content ul li {
	line-height: 18px;
}
hr.shadow {
	display: block; clear: both;
	border: none;
	background: url(images/bottom-shadow.gif) bottom center no-repeat;
	width: 980px; height: 8px;
}
/*********************************************
		Header Styles
*********************************************/


/** FONT CHANGE: font-family: "Verdana", verdana, sans-serif; **/

h1 { /* This style used as title on single posts and pages */
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 14px; line-height: 46px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px; padding: 0px 15px;
	color: #FFF;
	background: #000 url(images/filmstrip.gif);
}

/** FONT CHANGE: font-family: "Verdana", verdana, sans-serif; **/

h2 { /* This style used as header in the sidebars */
	background: #333;
	font-size: 15px;
	color: #FFF;
font-family: "Verdana", Helvetica, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-weight: normal;
}

h3 { /* This style used as the post titles on homepage/archive */
font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 24px; line-height: 46px;
	font-weight: normal;
	margin: 0px; padding: 0px 0px 10px 0px;
	color: #747474;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 22px;
	padding: 2px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
}

h5 { /*** This style is used for the "DTM MOST DISCUSSED" post style for links changed color from #f8f3ea to #000000 changed font size from 18 to 12 ***/
     /***      on the home page ***/
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}
h5 a {
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}
h5 a:hover {
font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 19px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
}


/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}

.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f8f3ea;
   padding-top: 4px;
   margin: 10px;
}

.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;
}


/*********************************************
		Container Div
*********************************************/
#container {
	background: #f8f3ea;
	text-align: left;
    margin: 0px auto;
    width: 980px;
    padding: 0px;
    overflow: hidden;
}
/** Inner Page Style **/
#inner {
	width: 980px;
	background: #f8f3ea url(images/columns-bgr.gif) repeat-y;	
}
/*********************************************
		Header Styles
*********************************************/
#header {
	background: #ff7d24 url(images/header.gif) no-repeat;
	width: 980px; height: 103px;
	margin: 0px; padding: 0px;
	display: block;
}
#header #title {
	display: block; float: left;
	width: 320px; height: 103px;
	margin: 0px; padding: 0px;
}
#header #title a {
	display: block;
	width: 320px; height: 103px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/

/*********** FONT CHANGE: REMOVED text-transform: lowercase; *****************/


#menu {
	float: left;
	font-size: 14px;
	width: 660px; height: 24px;
	margin: 30px 0px 0px 0px; padding: 0px;
	letter-spacing: 1px;
	position: relative;
	z-index: 100;
}
/* This is the style for the first UL (the grey) */
#menu ul {
	float: right;
	background: transparent;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
}
/* This is the style for the top level list items */
#menu ul li {
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
/*** DESIGN CHANGE: changed color to #73a4ce ***/
#menu a {
	color: #005ba4;
	text-decoration: none;
	font-weight: bold;
}
/* The hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	color: #005ba4;
	text-decoration: none;
}
/* This is the style for the top level links */
#menu ul li a {
	display: block;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px 10px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 132px;
	left: -999em;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 130px;
	display: block;
	padding: 0px; margin: 0px;
	height: 25px; line-height: 25px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #FFF;
	border-top: none;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	background: #333;
	width: 120px;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
	border: none;
	color: #FFF;
	font-weight: bold;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	color: #000;
	background: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
	font-weight: bold;
}

/*********************************************
		Feature Styles
*********************************************/
#feature {
	background: url(images/bottom-shadow.gif) bottom center no-repeat;
	width: 980px; height: 330px;
	margin: 0px; padding: 0px;
}
#feature #rotator {
	width: 625px; height: 315px;
	margin: 0px; padding: 0px;
	float: left;
}
#feature #rotator img {
	width: 625px; height: 315px;
	margin: 0px; padding: 0px;
}
#feature #latest img{
margin: 0px; padding: 0px;
}
#feature #latest {
	width: 295px; height: 275px;
	margin: 0px; padding: 5px 20px 30px 30px;
border: 4px solid #005ba4;
color:#73A4ce;

	float: left;
	background: #ffffff url(images/latest-bg.gif);
}


#feature #latest h3 {
	margin: 0px; padding: 15px 0px 0px 0px;
	font-size: 19px;
	color: #73A4CE;
}
#feature #latest h4 {
	margin: 0px; padding: 0px 0px 0px 0px;
	font-size: 22px;
	color: #73A4CE;
}

#feature #latest ul {
	margin: 0px; padding: 25px 0px 0px 15px;
	text-transform: uppercase;
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
}
#feature #latest ul li {
	margin: 0px 0px 15px 0px; padding: 0px;
	color: #73A4CE;
}
#feature #latest ul li a {
	text-decoration: none;
}
#feature #latest ul li a:hover {
	text-decoration: none;
	color: #FFF;
}

#feature #latest .post2 p{
	color: #000000;
font-family: "Verdana", Helvetica, Sans-Serif;


}
#feature #latest .post2 a{
	color: #005ba4;
font-family: "Verdana", Helvetica, Sans-Serif;


}
#feature #latest .post2 img{
border: 2px solid #bcc85c;
margin: 0px 2px; padding: 5px 5px 5px 5px;
-moz-border-radius:3ex;
  -webkit-border-radius:3ex;	
}
#feature #latest .mini img{
border: 0px solid #bcc85c;
margin: 0px 2px; padding: 5px 5px 5px 5px;
	
}

/*********************************************
		Top3 Styles
*********************************************/
#top3 {
	margin: 0px; padding: 15px 10px 25px 10px;
	width: 960px;
	background: url(images/bottom-shadow.gif) bottom center no-repeat;
}


/**********  REPLACING BACKGROUND COLOR WITH LT. BEIGE #F8F3EA *********/
/** change border from #ee8f59 to lt. green. background from #73a4ce to #005ba4 **/
#top3 .post {
	display: block; float: left;
	margin: 0px 2px; padding: 15px;
	width: 278px; height: 300px;
	overflow: hidden;
	border: 4px solid #005ba4;
	background: #f8f3ea ;
	display: inline;
-moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}
#latest .post{
	display: block; float: left;
	margin: 0px 2px; padding: 15px;
	width: 278px; height: 250px;
	overflow: hidden;
	border: 4px solid #005ba4;
	background: #f8f3ea ;
	display: inline;
-moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}
#top3 .post h3 {
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 18px; line-height: 18px;
	font-weight: bold;
		margin: 0px; padding: 0px 0px 10px 0px;
	color: #000000;
background: #000 url(images/filmstrip.gif);
}
#top3 .post h3 a {
	color: #000000;
	font-size: 14px; line-height: 16px;
	font-weight: bold;

	text-decoration: none;
background: #000 url(images/filmstrip.gif);
}
#top3 .post h3 a:hover {
	color: #73a4ce;
	font-size: 15px; line-height: 16px;
	text-decoration: none;
background: #000 url(images/filmstrip.gif);
}
/***** Adding H5 CSS to override post styles (for Top 3 box)*****/

#top3 .post h5 {
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 12px; line-height: 18px;
	font-weight: bold;
	margin: 0px; padding: 0px 0px 10px 0px;
	color: #000000;
}
#top3 .post h5 a {
	color: #000000;
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 12px; line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
#top3 .post h5 a:hover {
	color: #73a4ce;
	font-size: 12px; line-height: 18px;
	font-weight: bold;
	text-decoration: underline;
}
/**** -- End H5 CSS style change -- *****/

#top3 .post img {
	width: 278px;
	margin: 0px; padding: 0px 0px 10px 0px;
}
#top3 .post p {
	margin: 1px; padding: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#top3 .post a:hover {
	text-decoration: none;
	color: #73a4ce;
}
/*********************************************
		Feedreader Styles
		NOTE: changed backgrounds from #fff to lt. beige #f8f3ea
*********************************************/
#feedr {
	margin: 0px 0px 25px 0px; padding: 15px 10px 25px 10px;
	width: 960px;
	background: #f8f3ea;
}
#feedr .feedreader {
	display: block; float: left;
	margin: 0px 5px; padding: 0px 15px 15px 15px;
	width: 278px;
	overflow: hidden;
	border: 0px solid #ACACAC;
	background: #f8f3ea;
	display: inline;
}

/*** changed font color to dk blue 73a4ce **/
#feedr .feedreader h3 {
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 18px; line-height: 18px;
	margin: 10px 0px 0px 0px; padding: 0px 0px 10px 0px;
	color: #73a4ce;
}

#feedr .feedreader h3 a {
	color: #000000;
	text-decoration: none;
}
#feedr .feedreader .post img {
	margin: 0px; padding: 0px 0px 10px 0px;
}
#feedr .feedreader p {
	margin: 0px; padding: 0px;
	font-size: 11px;
	color: #000000;
}

/*********************************************
		Horizonal Widgets
*********************************************/	

/* css for quotes widget*/
/* Begin JPF Quotes */
.jpf_quotes {
margin: 5px 0px 5px 10; padding: 0px 5px 0px 20px;
border: 0px solid #cccccc; 
height: 100%; 
overflow: auto;
}
.jpf_quotes_pic {float: left; margin: 0px 0px 0px 10px; padding: 0px 0px 0px 10px; }
.jpf_quotes_lbl {font-size: 7pt; margin: 0px 0px 0px 7px; }
.jpf_quotes_txt {font-size: 8pt; margin: 2px 0px 0px 20px; }
/* End JPF Quotes */

#horizwidgets {
	margin: 0px; padding: 10px 10px 25px 10px;
	width: 960px;
	background: #bed4ec;
}

/*** changing background to light blue #d1e6f9***/

#horizwidgets .widget {
	display: block; float: left;
	margin: 0px -5px 0px 0px; padding: 0px 12px 15px 10px;
	width: 220px;
	background: #bed4ec;
	display: inline;
}

#horizwidgets .widget #twitter_div a{
		color: #2c5b85;
}
#horizwidgets .widget h3 {
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 18px; line-height: 46px;
		margin: 0px 0px 5px 0px; padding: 0px 10px;
  
	color: #000000;
	
}
#horizwidgets .widget img {
	
	margin: 5px; padding: 5px 0px 5px 5px;
}

#horizwidgets .widget .new img {
	
	margin: 0px; padding: 0px 0px 0px 5px;
}
#horizwidgets .widget p {
	margin: 5px 35px 0px 10px; padding: 0px 35px 0px 10px;
	font-size: 13px;
	color: #000000;
}

#horizwidgets .widget .textwidget {
	margin: 5px 35px; padding: 0px 35px 0px 0px;
	font-size: 13px;
	color: #000000;
}
#horizwidgets .widget .new ol {
	margin: 5px 5px 0px 30px; padding: 0px 0px 5px 30px;
	font-size: 14px;
	color: #000000;
}
#horizwidgets .widget .new p {
	margin: 5px 5px 0px 30px; padding: 0px 0px 5px 30px;
	font-size: 13px;
	color: #000000;
}
#horizwidgets .widget .new img {
	margin: 5px 5px 0px 0px; padding: 5px 5px 5px 0px;
	font-size: 13px;
	color: #000000;
}
#horizwidgets .widget form .loginform {
border: 3px solid #bdc73d;
color:#000000;
font-size: 13px;
}
#horizwidgets .widget a {
margin: 5px 0px; padding: 0px 0px 0px 0px;
color:#000000;
font-size: 13px;
}
#horizwidgets .widget hr {
margin: 5px 35px 0px 10px; padding: 0px 35px 0px 10px;
color:#000000;
font-size: 13px;
}


#horizwidgets .widget li {
color:#000000;
font-size: 13px;
margin: 3px; padding: 0px 0px 0px 0px;
}

/*********************************************
		Bottom Styles
		**
		**
		**
		********* RE-START UPDATING AND TESTING HERE ********
		**
		**		
		**
*********************************************/
#bottom {
	margin: 0px 5px; padding: 15px 10px 0px 10px;
	width: 960px;

}

/***** changed from ARIAL BLACK to: font-family: "Verdana", Verdana, Sans-Serif; ****/
#bottom h3 {
font-family: "Verdana", Helvetica, Sans-Serif;
	font-size: 18px; line-height: 18px;
	margin: 0px 5px; padding: 0px 0px 0px 0px;
	color: #73a4ce;
}

#bottom #video {
	display: block; float: left;
	margin: 5px 5px 0px 0px; padding: 5px 15px 10px 0px;
	width: 345px;
        height: 340px;
	display: inline;
	border: 3px solid #005ba4;
-moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}

#bottom #video img{
	margin: 5px 20px; padding:0px 5px 0px 5px;
width: 314px;

	}
#bottom #video .videowrap {
	margin: 0px 10px; padding: 5px 0px 0px 0px;
}
#bottom #video object,
#bottom #video embed {
	width: 314px; height: 242px;
		background: #f8f3ea ;
	margin: 0px; padding: 0px 10px 5px 15px;
}

#bottom #bottom_middle {
	display: block; float: left;
margin: 5px 5px 0px 0px; padding: 0px 5px 0px 0px;
	width: 270px;
height: 355px;
	display: inline;
border: 3px solid #005ba4;
-moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}
#bottom #bottom_middle img {
margin: 5px 5px; padding: 5px 0px 0px 3px;
	}
#bottom #about {
	display: block; float: left;
	margin: 5px 5px 0px 10px; padding: 5px 5px 0px 5px;
	width: 345px;
height: 350px;
	display: inline;
border: 3px solid #005ba4;
-moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}

#bottom #about p{
	margin: 5px 0px 0px 10px; padding: 5px 0px 0px 20px;
	width: 300px;
	

}
#bottom #about img {margin: 5px 20px; padding:0px 5px 0px 5px; }

#bottom #nav {
	display: block; float: left;
	margin: 5px 5px; padding: 0px 10px 0px 10px;
	width: 255px; height:355px;
	display: inline;
	border: 3px solid #005ba4;
-moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}
#bottom #navwrap {
	background: #f8f3ea ;
	margin: 0px; padding: 0px 30px;
	width: 555px; height: 202px;
	border: 0px solid #73a4ce;
}

#bottom #navcats {
	margin: 0px; padding: 0px;
	width: 360px;
	float: left;
}
#bottom #navcats ul {
	display: block; float: left;
	list-style-type: none;
	margin: 0px; padding: 0px 25px 0px 0px;
	text-transform: uppercase;
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
}
#bottom #navcats ul li {
	margin: 0px 0px 15px 0px; padding: 0px 0px 0px 15px;
	background: url(images/ob-slashslash.gif) left 50% no-repeat;
}
#bottom #navcats ul li a {
	text-decoration: none;
}
#bottom #navcats ul li a:hover {
	text-decoration: none;
	color: #FFF;
}
#bottom #nav img{
	margin: 5px -5px 5px 0px; padding: 5px 10px 0px 5px;
	}
#bottom #navsocial {
	margin: 5px; padding: 0px 10px 0px 0px;
	width: 200px; height:250px;
	float: right;

background:#f8f3ea;

}
#bottom #navsocial img {
	float: left;
	display: inline;
	margin: 0px 5px 0px 25px; padding:0px 15px 0px 10px;
}
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px;
	padding: 25px 50px;
	width: 525px;
	display: block;
	border: 0px solid black;
}

/*********************************************
		Share Links Styles
*********************************************/
#share {
	display: block;
	float: right;
	width: 125px;
	margin: 10px 10px 10px 10px; padding: 10px;
	font-size: 11px;
	border-left: 1px solid #ccc;
	text-transform: uppercase;
}
#share a {
	color: #AAA;
	text-decoration: none;
}
#share a:hover {
	color: #333;
	text-decoration: none;
}
#share ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
}
#share ul li {
	margin: 0px; padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #EEE;
	line-height: 24px;
}
#share ul li.print {
	background: url(images/share/print.gif) left 50% no-repeat;
}
#share ul li.comments {
	background: url(images/share/comments.png) left 50% no-repeat;
}
#share ul li.stumble {
	background: url(images/share/stumble.png) left 50% no-repeat;
}
#share ul li.digg {
	background: url(images/share/digg.gif) left 50% no-repeat;
}
#share ul li.delicious {
	background: url(images/share/delicious.gif) left 50% no-repeat;
}
#share ul li.facebook {
	background: url(images/share/facebook.gif) left 50% no-repeat;
	border: none;
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	color: #666;
	margin: 10px 0px 5px; padding: 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	color: #fff;
	margin: 10px 0px; padding: 10px;
	background: #000 url(images/filmstrip.gif);
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
	display: inline;
	float: right;
	width: 355px;
	margin: 0px 0px 15px 0px; padding: 0px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#r_sidebar p {
	padding: 5px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar img.ad {
	display: inline;
	margin: 0px 30px 30px 0px; padding: 0px;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
}
#r_sidebar div.widget {
	clear: both;
	margin: 0px; padding: 30px 20px 0px 20px;
	background: url(images/sidebar-shadow.gif) top left no-repeat;
}
#r_sidebar ul {
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul li a {
	color: #000;
	text-decoration: none;
}
#r_sidebar ul li a:hover {
	color: #73a4ce;
	text-decoration: underline;
}
#r_sidebar ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

#r_sidebar #latest {
	width: 295px; height: 265px;
	margin: 0px; padding: 25px 30px;
	float: left;
	
}
#r_sidebar #latest h3 {
	margin: 0px; padding: 15px 0px 0px 0px;
	font-size: 18px;
	color: #000000;
}
#r_sidebar #latest ul {
	margin: 0px; padding: 25px 0px 0px 15px;
	text-transform: uppercase;
	font-family: "Verdana", Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
}
#r_sidebar #latest ul li {
	margin: 0px 0px 15px 0px; padding: 0px;
	color: #000000;
}
#r_sidebar #latest ul li a {
	color: #000000;
	text-decoration: none;
}
#r_sidebar #latest ul li a:hover {
	text-decoration: none;
	color: #000000;
}

#r_sidebar #video {
	display: block; float: left;
	width: 320px;
	display: inline;
}
#r_sidebar #video .videowrap {
	margin: 0px; padding: 0px;
	border: 3px solid #FFF;
}
#r_sidebar #video object,
#r_sidebar #video embed {
	width: 314px; height: 242px;
	background: #FFF;
	margin: 0px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 10px 0px 0px 0px;
	padding: 20px;
	clear: both;
	text-align: left;
	font-size: 11px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}