@charset "utf-8";
/*-------------------------------------------------------------*/
/* CSS Document                                                */
/* Template Name: ClearLooks	                               */
/* Designed By: Santhosh                                       */
/* Homepage: www.themebin.com                                  */
/*-------------------------------------------------------------*/

body {
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
	/*color: #666;
	background: url(/images/body.gif);*/

	margin: 0;
}
/* HTML */

h1 {
	margin: 0;
}
h2 {
	font-size: 14px;
	color: #333;
}
h3 {
	font-size: 12px;
	color: #000;
}
a {
	color:#5488BC;	
	text-decoration:none;
}
a:hover {
	color:#5488BC;
	text-decoration:underline;	
}
/* Wrap */

#wrap {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	border: solid 1px #E8E8E8;
}
#wrap2 {
	width: 990px;
	margin: 0 auto;
}
/* Header */

#header {
	height: 120px;
	background: url(/images/head_new.png) no-repeat;
	margin-top: 5px;
	color: #fff;
}

#header img {
	border:0px;	
}

#logo {
	padding-left: 0px;
	background: #fff;
}

#slogan {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	margin-left: 20px;
	width: 600px;
}
/* Navbar */

#nav {
	height: 30px;
	background: #0274c7;
	position: relative;
}
#nbar {
	position: relative;
	width: auto;
	height: 30px;
	margin: 0;
	padding : 0 0 0 0;
	font: 12px/25px Verdana, Arial, Tahoma, Sans-serif;
	/*text-shadow: 1px 1px 1px #333333;*/
}
#nbar ul {
	float: left;
	list-style : none;
	margin: 0;
	padding: 0;
	padding-top: 2px;
}
#nbar ul li {
	display: inline;
}
#nbar ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
}
#nbar ul li a:hover {
	color: #FAFAFA;
}
#nbar ul li#selected a {
	color: #fff;
}
#content-wrap {
	margin-top: 5px;
}
/* Search */ 


form.search {
	position: relative;
	background: none;
	width: 200px;
	border: none;
	float: right;
	margin: 15px 0 0 0;
	height: 50px;
}

form.search input.textbox {
	margin: 0;
	height: 16px;
	font-size: 11px;
	padding-left: 2px;
	width: 120px;
	background: #fff url(/images/gradtop.gif) top repeat-x;
	border: solid 1px #6699CC;
	color: #000;
}
form.search input.button {
	background : url(/images/search-button.png) no-repeat;
	color: #333;
	border: none;
	width: 25px;
	cursor: pointer;
	height: 18px;
}
/* Content */

#content {
	width:729px;
	float:left;
	padding: 5px 5px 5px 15px;
	min-height:420px;
	border-left: dotted 1px #CCCCCC;
}


#content h1 {
	font-size: 17px;
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
}

#content h2 {
	font-size: 15px;
	margin-bottom:10px;
	margin-top:10px;
}

#content h3 {
	font-size: 13px;
	margin-bottom:10px;
	margin-top:10px;
}

#content a {
	color:#5488BC;
	text-decoration:none;
}
#content a:hover {
	color:#5488BC;
	text-decoration:underline;	
}

#content img {
	margin-left:0px;	
}


#content td p {
	margin:0px;	
}

#content th {
	text-align: center;
	background : #d0d0d0;
			
}
#content th p {
	margin:2px;	
}


.post-footer {
	border-bottom: solid 1px #D9D9D9;
	margin-bottom: 20px;
	text-align: right;
}
.dated {
	padding-top: 2px;
	background: url(/images/calendar.png) left no-repeat;
	padding-left: 20px;
	float: left;
}
.category {
	background: url(/images/category.png) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	float: left;
	height: 16px;
}
.author {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(/images/user.png) no-repeat;
}
.more {
	padding-left: 20px;
	margin-left: 10px;
	padding-bottom: 5px;
	background: url(/images/more.png) no-repeat;
}
/* Sidebar */

#sidebar {
	width: 240px;
	float: left;
}
#sidebar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}
#sidebar ul.menu li {
	background:url(/images/bullet.png) no-repeat;
	padding : 2px 0 0px 15px;
	margin : 0 2px;
}
#sidebar ul.menu a {
	text-decoration : none;
	background-image : none;
}
#sidebar ul.menu a:hover {
	color:#551A8B;
}
#sidebar h1 {
	font-size: 13px;
	color: #34689C;
	padding-bottom: 1px;
	margin-bottom: 3px;
	background: #EDEDED;
	border-bottom: solid 2px #DDDDDD;
}

#left_sidebar {
	width: 240px;
	float: left;
	margin-top: 5px;
	padding-right:0px;
	
}
#right_sidebar {
	width: 240px;
	float: right;
	margin-top: 5px;
	margin-left:0px;
	
}

.widgetspace {
	padding-bottom: 10px;
	margin-right: 0px;
	border-bottom: dotted 1px #D9D9D9;	
}

.dyndiv {
	width:240px;
	display:none; 
	padding-top:1000px;
}

/* Addition Stuffs */

blockquote {
	background: #F2F2F2 url(/images/quote.png) no-repeat left top;
	border-left: solid 5px #D7D7D7;
	padding: 5px 5px 5px 25px;
}
code {
	margin : 4px 8px;
	padding : 8px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #f8f4f1;
	border : 1px dashed #D7C3C3;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul span, ol span {
	color: #666666;
}
/* Ads CSS */

#side_ad {
	width: 728px;
	height: 90px;
	
	background: #F8F8F8;
	float: right;
}

#side_sky_ad {
	width: 160px;
	height: 600px;
	margin: 0 auto;
	background: #F8F8F8;
}

#banner_ad {
	width:728px;
	height:90px;
	padding-top:10px;
	margin-left: auto ;
	margin-right: auto ;
	border-top: 1px dashed #D7C3C3;
}


#banner_ad_top {
	width:728px;
	height:90px;
	margin-top:10px;
	padding-bottom:10px;
	margin-left: auto ;
	margin-right: auto ;
	border-bottom: 1px dashed #D7C3C3;
}


/* Images */

img {
	border-color: #ABABAB;
	background: #EBEBEB;
}
img.float-right {
	margin : 5px 0 10px 10px;
	padding: 2px;
}
img.float-left {
	margin : 5px 10px 10px 0;
	padding: 2px;
}
/* Forms and Text Fields */

form {
	margin : 10px;
	padding : 10px 5px;
	border : 1px solid #ccc;
	background-color: #F8F8F8;
}
label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #333333;
}
input {
	padding : 2px;
	border : 1px solid #C6D9E9;
	font : normal 1em Verdana, sans-serif;
	color : #000;
	background:#fff;
	background-color : #ffffff;
}
textarea {
	width : 400px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border : 1px solid #C6D9E9;
	background-color : #ffffff;
	height : 100px;
	display : block;
	background:#fff;
	color : #000;
}
input.button {
	display:block;
    margin: 0 auto;
	font : bolder 12px Arial, Sans-serif;
	border : 1px solid #ccc;
	padding : 2px 3px;
	background : #ebebeb;
	color : #131212;
	width:200px;
}
/* Footer */

#footer {
	height: 25px;
	padding-top: 5px;
	margin: 0;
	text-align: center;
	background: #0274c7;
	color: #fff;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:none;
}
.clearfix {
	clear:both;
	overflow: hidden
}

.lcontstat {
	font-size: 11px;
	color: #666666;
	text-align: left;
	letter-spacing: 0px;
	line-height: 11px;
	margin: 2px;
	margin-left:5px;
}

.friends {
	font-size: 12px;
	color: #666666;
	text-align: left;
	letter-spacing: 0px;
	line-height: 14px;
	margin: 2px;
	margin-left:5px;
}

.breadcrumb {
	font-size:x-small;
}

#tester {
	display:none;
}


