/*
Theme Name: CampusBlogs
Description: A wordpress theme for CampusBlogs.Org
Author: Varun Anand
Author URI: http://generationext.in/
*/

body {
	margin:0 auto;
	padding:0;
	background:#e3e5e7;
	font-family:Helvetica, Century gothic, Arial,Tahoma,sans-serif;
	color:#666;
	font-size:12px;
	}
	
.clear {
	clear:both;
	}
	
a {
	color: #cf7715;
	text-decoration:none;
}

a:hover {
	color: #343434;
	text-decoration:none;	
	}
	
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	background: #FFF url(images/bg.png) repeat-x;
	border: 1px solid #caccce;
	}
	
#header {
	width: 950px;
	height: 250px;
	background: url(images/header.jpg) no-repeat;
	margin: 0 auto;
	padding:0;
	position: relative;
	clear:both;
	}		
	
#nav {
	width: 950px;
	height: 30px;
	background: #cf7715 url(images/nav.png) repeat-x bottom;
	margin: 0 auto;
	padding:0;
	position: relative;
	clear:both;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}	

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	height: 30px;		
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	color: #FFF;
	height:23px;
	display: block;
	font-weight: bold;
  	padding: 7px 15px 0 15px;
	margin: 0;
	text-decoration:none;
	font-size:13px;
	}
	
#nav ul li a:hover{
	color: #cf7715;
	text-decoration:none;
	background:#fff;
}

#nav ul li ul {
	position: absolute;
	left: -999em;
	z-index:200;
	width:205px;
}

#nav ul li ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
}

#nav ul li ul li a, #nav ul li ul li a:link, #nav ul li ul li a:visited {
	background: #cf7715 url(images/nav.png) repeat-x bottom;
	float: none;
	text-align: left;
	margin: 0;
	padding: 5px;
	color:#FFF;
	width: 170px;
	border-bottom: 1px solid #FFF;
}

#nav ul li ul li a:hover, #nav ul li ul li a:active {
	background: #fff;
	width: 170px;
	float: none;
	margin: 0;
	padding: 5px;
	color:#cf7715;
	border-bottom: 1px solid #cf7715;
}


#nav li:hover ul {
	left: auto;
	display: block;
}

#nav  li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#content {
	width: 625px;
	margin: 20px 0 0 25px;
	float:left;
	position:relative;
	padding:0;
	}
	
.post {
	width: 100%;
	clear: both;
	border-bottom: 1px dashed #cf7715;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

.post-title {
	width: 100%;
	clear:both;
	font-size: 12px;
	color:#646464;
	margin: 0 0 10px 0;
	}

.post-title h1{
	font-size: 16px;
	font-weight: none;
	clear:both;
	margin: 5px 0;
	padding:0;
	}
	
.post-title a{
	color: #553109;
	}			
	
.post-img {
	width: 150px;
	height: 100px;
	border: 1px solid #cf7715;
	margin: 5px 0 0 10px;
	padding: 0;
	position: relative;
	float:left;
	}	
	
.post-summary {
	width: 445px;
	position: relative;
	float:left;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 13px;
	color: #2f2f2f;
	line-height:25px;
}	

#pcontent {
	width: 100%px;
	position: relative;
	float:left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #2f2f2f;
	line-height:25px;
}	

.rmore {
	font-size: 12px;
	background: #cf7715 url(images/nav.png) repeat-x;
	color:#FFF;
	padding: 2px 4px 2px 5px;
	text-decoration:none;
	text-transform:uppercase;
	border: 1px solid #c47114;
	margin: 0 0 0 5px;
}

.rmore:hover {
	color:#FFF;
}

.meta {
	margin: 15px 0 10px 10px;
	clear:both;
}

.meta a, .meta a:hover{
	font-size: 13px;
	color: #cf7715;
	text-decoration: none;
	}

.meta-l {
	width: 300px;
	font-size: 13px;
	float: left;
	position:relative;
	text-align:left;
	}
	
.meta-r {
	width: 300px;
	font-size: 13px;
	float: right;
	margin: 0 5px 0 0;
	position:relative;
	text-align: right;
	}	


#navigation {
	width: 100%;
	height: 25px;
	color: #AF0000;
	font-size: 13px;
}

#nleft {
	width: 200px;
	text-align: left;
	float: left;
	position: relative;
}

#nright {
	width: 200px;
	text-align: right;
	float: right;
	position: relative;
}	
	
.sidebar {
	width: 310px;
	margin: 10px 25px 0 0;
	padding: 0;
	float:right;
	position: relative;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}
	
.sidebar ul{
	list-style:none;
	display:block;
	margin: 0;
	padding: 0;
}	

.sidebar ul li{
	list-style:none;
	display:block;
	background: #FFFFFF;
	width: 310px;
	padding: 0;
	margin: 0 auto 10px auto;
	float: left;
}	

.sidebar ul li ul li{
	list-style:none;
	width: 280px;
	display:block;
	border: 0;
	margin: 0;
	padding: 3px 9px;
	background: #fff;
	border-bottom: 1px solid #d5d5d5;
	text-decoration: none;
	font-weight: none;
	font-size: 14px;
	line-height: 25px;
	color: #636363;
}

.sidebar ul li ul li:hover{
	background: #f3f3f3;
	}

.sidebar ul li a, .sidebar ul li ul li a{
	text-decoration: none;
	font-weight: none;
	font-size: 14px;
	line-height: 25px;
	color: #cf7715;
}

.sidebar ul li a:hover, .sidebar ul li ul li a:hover{
	text-decoration: none;
	font-weight: none;
	font-size: 14px;
	line-height: 25px;
	color: #646464;
}

.sidebar h2{
	height:40px;
	line-height: 35px;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #e29521;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	background: url(images/sb-head.png) no-repeat;
	}
	
.textwidget {
	width: 288px;
	margin: 0 5px 5px 5px;
	font-size: 14px;
	}	
	
#searchbox{
	width: 310px;
	margin: 10px 0;
	padding: 0;
	float: right;
	position: relative;
	height: 30px;
}

#searchbox ul{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
}

#searchbox li{
	float:left;
	display:block;
}

#searchbox li.searchtext{
	width:250px;
	height:23px;
	margin:0 10px 0 0;
	padding:2px 0 0 0;
}

#searchbox li.searchbutton{
	width:30px;
	height:22px;
	margin: 2px 0 0 0;
	padding: 0;
	background: #f3f3f2 url(images/search.png) no-repeat center center;
	border: 1px solid #c4c4c4;	
}

#searchbox input.searchinput{
	width:250px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #d3d3d3; 
	font-size: 13px;
	color:#000000;
	margin: 0 0 0 10px;
	font-family: Helvetica, Calibri,Eurostile, Calibri, Tahoma;
}
#searchbox input.searchsubmit{
	height:23px;
	width:23px;
	background:none;
	border:none;
	cursor:pointer;
	}
	
#rss {
	width:120px;
	height:120px;
	background:url(images/rss.png) no-repeat;
	margin: 5px auto;
	padding:0;
	position: relative;
}	
	
#footer {
	width: 950px;
	height: 50px;
	background: url(images/footer.jpg) no-repeat;
	margin: 0 auto;
	padding:0;
	position: relative;
	clear:both;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
	}		
	
#footer a{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	}
	
#footer a:hover{
	color: #FFF;
	}	
	

#respond {
	width:620px;
	background: #ffd797;
	border: 1px solid #e3e3e2;
	margin: 15px 0;
}	

#respond h3{
	font-size: 16px;
	color: #cf7715;
	margin: 10px;
	padding: 0;
	font-weight: none;
}

#respond form{
	margin: 10px;
	font-size: 14px;
	color: #343434;
	padding: 0;
	font-weight: none;	
}

#respond form a{
	margin: 0 10px 0 5px;
	font-size: 14px;
	padding: 0;
	font-weight: none;	
	text-decoration: none;
}

#respond form a:hover{
	text-decoration: none;
}

#respond form input{
	background: #fefdfd;
	border: 1px solid #c5c5c5;
	margin: 10px 0;
}

#respond form label{
	font: Helvetica, Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #343434;
	padding: 0;
	font-weight: none;	
	margin: 0 10px;
}

#comments {
	width:670px;
	margin: 10px 0;
}

#comments h3{
	font-size: 16px;
	color: #cf7715;
	margin: 10px;
	padding: 0;
	font-weight: none;
}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin: 0 0 14px 0;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#343434;
	}

.commentlist a:hover, .commentlist a:active {
	color:#343434;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	padding-left:13px;
	}

.commenttext {
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.comm-data{
	width: 100px;
	float: left;
	position: relative;
	min-height: 110px;
	background: #fff;
	margin: 0
	padding: 0;
}

.comm-data img{
	width: 50px;
	float: left;
	position: relative;
	height: 50px;
	margin: 10px 20px;
	padding:0;
	border: 3px solid #e5a333;
	}

.com-auth {
	width: 80px;
	margin: 0 5px 5px 5px;
	padding: 0 5px 0 5px;
	line-height: 20px;
	color: #FFFFFF;
	background: #AF0000 url(images/comm.png) repeat-y;
	text-align: center;
	font-size: 12px;
	}
	
.com-auth a{
	color: #FFFFFF;
	text-decoration: none;
	}	
	
.comm-txt{
	width: 490px;
	margin: 0px 5px;
	padding: 0 10px 5px 10px;
	background: #ffd797;
	position: relative;
	float: left;
	border: 1px solid #e5a333;	
	color: #343434;
	font-size: 14px;
	}
	
.comm-txt a{
	color: #343434;
	text-decoration: none;
	}		


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

a img {
	border: 0;
}