/*  
Theme Name: Buktotruth
Description: A magazine-style layout for Personal Blog. 
Version: 1.0
Author: Vercingetorix Technologies Pvt. Ltd.
Author URI: http://www.vxtindia.com



/* HTML Elements */

* {
	margin:0px;
	padding:0px;
	}

body {
	background: #303740 url(images/bgimg.jpg) repeat-x scroll 0 0;
	padding: 0px;
	margin: 0px;
	color: #B0CFE1;
}

body, select, input, textarea {
	font: 100% Helvetica, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0px;
	}

a:link, a:visited {
	color: #850000;
	text-decoration:none
	}

a:active {
	color:#850000;
	text-decoration:underline;
	}

div.entry div#photo a {
  color: #FFFFFF;
  text-decoration: underline;
}
div.entry div#photo a:hover {
  color: #850000;
}
hr {
	display: block;
	height:1px;
	background:#000000;
	border:0;
	width: 95%;
	margin: 0px auto;
	}

small {
	font-size: 0.95em;
	background:#000000;
	padding:3px 6px;
	}
div.post small {
background:#FFFFFF none repeat scroll 0 0;
font-size:0.95em;
padding:3px 6px 3px 20px;
}
img, a:link img, a:visited img {
	padding:1px;
   	border:1px solid #222222;
	}

/* navigation */
	/*Main Navbar */

#topnav {
	border-bottom: 4px solid #3D5A84;
	width: 100%;
	height: 38px;
	background-color: #181D24;
	color: #B0CFE1;	
}
.nav {
  font-size:1.1em;
	text-transform: uppercase;
}
.nav, .nav ul {
  list-style: none;
  line-height: 1;
}

ul.nav a {
	display: block;
  text-decoration: none;
  border:none; 
}
ul.nav a:hover {
  display: block;
  text-decoration: none;
  border:none;
	color: #5E5E5B;
  }

ul.nav li {
  float: left;
  list-style:none;
  }

ul.nav a:link, .nav a:visited {
  display:block;
  font-weight:bold;
  color: #FFFFFF;
  padding:6px 12px;
	text-decoration: none;
  }
ul.nav a:hover {
  text-decoration: none;
  background-color: #7A7C71;
  color: #FFFFFF;
}

ul.nav li a:active, ul.nav li.current_page_item a, #home .on {
	color: #3D5A84;
  text-decoration:none;
  }

/* Dropdown Menus */
.nav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 174px;
  border-bottom: 1px solid #a9a9a9;
  }

.nav li li {
  width: 172px;
  border-top: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  background: #777;
  }

.nav li li a, .nav li li a:visited {
  font-weight:normal;
  font-size:0.9em;
  color:#FFF;
  }

.nav li li a:hover, .nav li li a:active {
  background:#000;
  }

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
  left: auto;
  }

a.main:hover
{ background:none;
  }

/* navigation part ends */	
		

/* Structure */

#container {
	height: 112px;
}
#page-top {
	background:#990000;
	height: 20px;
}

#page {
	border: 20px solid #252931;
	background-color: #000000;
	width: 750px;
	margin: 30px auto 0;
	font-size: 12px;
	padding: 15px;
	}

#branding {
	/*width:625px;*/
	padding-bottom:15px;
	
	}

#branding h1 a {
	color: #ffffff;
	text-decoration: none;
	
}
.left {
	float:left;
	}

.right {
	float:right;
	}


#sidebar {
	border-top: 5px solid #850000;
	width: 180px;
	float:right;
	display: block;
	background-color: #8D8B85;
	padding:10px;
	}

#innersidebar {
	background-color: #E7E7E7;
}

#sidebar ul {
	padding: 5px;
}

#sidebar ul h2 {
font-size:13px;
padding-left:18px;
text-transform:none;
}

#sidebar a {
	color: #000000;	
}

#leftcol {
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	display:block;
	padding:4px 4px 4px 8px;
	border-left:2px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#7A7C71;
	text-decoration:none;
	color: #FFFFFF;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font: 2.95em Arial, sans-serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
h1 a:link, a:active, a:hover, a:visited { color: #850000; text-decoration: none; }	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color: #850000;
	}

#sidebar h3, #sidebar h2 {
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:12px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin:25px 0px 0px 10px;
	padding-top:20px
	}

h3#comments {
	margin:32px 0px 0px 10px;
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	color: #000000;
}
#content h2 {
	font-family: Helvetica,arial,sans-serif;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px;
	color: #181713;
}
#content h3 {
  font-family: Helvetica,arial,sans-serif;
  font-weight: bold;
  margin: 10px 0px;
  padding: 5px 10px;
  color: #181713;
	
}
#content p {
	margin: 10px 0px;
	padding: 5px 10px 5px 20px;
	font-size: 15px;
}
.innercontent	{
	background-color: #E7E7E7;
	float: left;
	width: 100%;
	color: #000000;
}
#content h2 {
	font-size: 1.6em;
	padding-left:18px;
}
#content h2 a {
	color:#000000;
	text-decoration:underline;
}
#content h3 a {
	color: #000000;
	text-decoration: underline;
}
#hcontent {
	background-color: #8D8B85;
	border-top: 5px solid #850000;
  padding: 10px;
	display: block;
	width: 97.4%;
	margin-bottom:20px;
}
#honsandawards { 
	display: block;
	width: 735px;
	clear:both;
}
.ainnercontent {
	border-top:5px solid #850000;
	background-color: #8D8B85;
	float: left; 
	width: 100%;
	padding: 8px;
}
#award {padding: 5px; background-color: #E7E7E7; float: left; border: 1px solid black;width: 98.5%; }
#awardpost {
	background-image: url(images/bullet_red.gif);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 0% 50%; 
}
#hons { padding: 5px; background-color: #E7E7E7; float: right; border: 1px solid black; width: 353px;}
#awards-1 { width: 320px; float: left; display: block;}
#honours-1 { width: 320px; float: left; display: block;}
.hinnercontent { 
	border-top:5px solid #850000;
	background-color: #8D8B85;
	float: right; 
	width: 300px;
	padding: 8px;
}
#awards { float: left;}
.awardpost {
	padding: 0px 10px;
}

.awardpost small {
	padding: 3px 6px;
	background: #000000;
}
.awardpost h3 {
	color: #000000;
	text-transform: none;	
}

.clear { clear: both;}
.awardpost a:link, a:active, a:visited {
	color: #850000;
	text-decoration: none;
}

.awardpost a:hover {
	color: #850000;
}
span.xbutton {
	color: #3D5A84;
	padding: 0px 0px 5px 35px;
	cursor: pointer;
	display: block;
	font-weight: bold;
}
.excerpt {
	padding: 0px 0px 0px 12px;
	display: none;
}


.pub { 
	background-color: #8D8B85; 
	padding:0px 8px 8px 8px;
	display: block;
	border-top: 5px solid #850000;
	float: left;
	width: 97.5%;	
}

.pub1 {
background-color:#8D8B85;
border-top:5px solid #850000;
display:block;
float:left;
padding:0 8px 8px;
width:69.5%;
}

.innerpub { background-color: #FFFFFF;padding-bottom: 10px; height: 100%;margin-top:8px;}
.innerpub i {
	padding-left: 10px;
	font-size:14px ;
}
.main {
	background: #EAEAEA;
  padding: 0;
  border-collapse: collapse;
  width:100%;
	height: 100%;
}
.column1 {
  padding: 7px;
  vertical-align: top;
	float: left;
	width: 15%;
}
.column1 img {
	border: none;
	height: 130px;
}
.column2 {
  padding: 50px 10px;
	font-color: #000000;
  float: left;
	width: 20%;
}
.column3 {
  padding: 50px 10px;
  vertical-align: top;
	overflow: hidden;
}

.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#ffffff;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#FFF500;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none;
	padding: 3px 0px;
	border-bottom: 1px solid #BBBBBB;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #E7E7E7;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	
#writer p a {
	color: #000000;
	text-decoration: underline;
}
.entry {
	padding-bottom:28px;
	}
div.entry span#post_link a:link, a:visited,a:hover,  a:active {
	color: #850000;
	text-decoration: none;
}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

#photo {
	float: left;
	display: block;
	padding: 5px;
	margin: 10px;
	color: #E7E7E7;
	background-color: #181713;
	text-align:center;
}

p#details{ margin: 0px; padding : 0px; }

#intro {
	/*float: left;*/
  display: block;	
}

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	color: #0F67A1;
	margin: 0px;
	}

div#no-search {
  padding-left: 25px;
}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#FFFFFF;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#FFFFFF;
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	

#content-body {
	background:#000000 none repeat scroll 0 0;
	font-size:12px;
	margin:0 auto;
	padding:10px 25px 35px;
	width:880px;
}
	
/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
#navigation {
	float: right;
	font-size: 11px;
}
#navigation_top {
	font-size: 11px;
	margin: 15px 0px 10px 0px;
	float: right;
	padding-right: 30px;
}


/* Footer*/

#footer {
	color: #FFFFFF;
	font-size: 0.7em;
	margin: 0 auto;
	padding: 20px;
	width: 820px;
}

#footer a {
	color:#d3d1d1;
	}
