/*
Theme Name: Real News Theme by C2C
Theme URI: http://clicktoclient.com
Description: Real News wordpress theme designed and developed by Click To Client
Version: 1.0
Author: Bala Krishna
Author URI: http://clicktoclient.com
*/

@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif ;
	line-height:20px;
	color: #666666; 
	background: url(images/bg.jpg) repeat-x center top ; 
	margin: 0; 
	padding: 0;
	}

a:link { 
	text-decoration: none; 
	color: #666666;
	font-weight: bold; 
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline; 
	font-weight: bold; 
	color: #4E8ABE;
	}

/* specific divs */
#container { 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	width: 995px;
	}


/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	margin-top: 10px; 
	width: 388px;
		height:115px;  
	float: left;
	}
#pageHeader a{ 
	font-size:12px; 
}	
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	margin-top: 10px; 
	margin-bottom: 0px; 
	width: 290px; 
	float: right;
	text-align:right;
}

#pageHeader .signupform { 
	margin-top: 10px; 
	margin-bottom: 0px; 
	width: 290px; 
	float: right;
	text-align:right;
}

#pageHeader {
	padding-top: 10px;
	height:130px;

}
#menu_area{
padding:0px;
margin:0px 0px 0px 10px;
width:995px;
clear:both;
float:left;
}
#flash_area{
clear:both;
padding:0px 10px 0px 10px;
}

#quickSummary {
	clear:both; 
	margin: 20px 10px 20px 10px; 
	width: 580px; 
	float: left;
	}

#preamble {
	float: right;
	background:url(images/video_bg.jpg) center top no-repeat;
	padding:50px 20px 10px 20px;
	margin: 0px;
	width:340px;
	height:310px;
	text-align:center;
	}
.supportingText {	
	width:960px;
	padding: 10px;
	text-align:justify;
	border-bottom: #CCCCCC 1px solid;
	float:left;
	}
	
#content_area{
	clear:both; 
	margin: 20px 10px 20px 10px; 
	width: 975px; 
	float: left;
	}
	

#footer { 
	text-align: center; 
	clear:both;
	background: url(images/footer.jpg) center top repeat-y;
	padding:10px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:11px;}
#footer a:link, #footer a:visited {  
	}

.space{padding:10px 0px 5px 0px;}

.thumbnail{float:left;margin:0px;padding:0px 7px 0px 8px;}
.thumbnail a { font-size:14px; }

.clear{clear:both;}
.clearer{clear:both; padding-top:10px;}
.formspace { width:130px; padding:3px; margin:0px; color:#666666; border: #666666 1px solid;}
.imagespace{padding:10px 0px 10px 30px; float:right; width:140px;}
.bolder_text{
font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #4E8ABE;
	text-align:left;
	font-weight:bold;
	font-size:20px;}
	
.alignleft {
	float:left;
	margin: 0px 10px 10px 0px;
}

.alignright { 
   float:right;
   margin: 0px 0px 10px 10px;
}	

.clearall { clear:both; }

/* Left Sidebar */
#sidebar {width: 230px; float: left;  padding: 0px;margin-top:0px;margin-left:20px;}
#sidebar h2 {color: #666666;font-size: 16px;font-weight:bold;border-bottom:2px solid #999;margin:18px 0px 5px 0px;padding:0px 0px 3px 0px;}     
#sidebar ul {list-style: none;margin: 0px;padding: 0px;}
#sidebar ul li {display: inline;padding: 0px;margin: 0px;font-size:14px; font-weight:normal;}
#sidebar ul li a {display: block;color: #666666;text-decoration: none; font-weight:normal; margin: 0px;padding: 5px 0px 5px 0px;border-bottom: 0px solid #C0C0C0;}
#sidebar ul li a:hover 
{ 
/*background: #dcf3ff;*/ 
color: #4E8ABE;
}
#sidebar a.morre {background: #f6f6f0;color: #dd6600;padding:2px 2px 1px 2px;margin:0px 0px 5px 0px;font-weight:bold;border-bottom:none;width:60px;}	
#sidebar a.title {color: #fff;padding:0px;background:none;margin:0px;}	
#sidebar p{padding: 3px 0px 0px 0px;margin: 0px;line-height: 20px;color:#fff;}
#s{width:60%;}

/* /Left Sidebar */
