/**
 * Theme Name: BTech96.2
 * Theme URI: http://btech96.org/
 * Description: A theme to match http://btech96.org
 * Version: 1.0
 * Author: Sayontan Sinha
 * Author URI: http://mynethome.net
 * License: GNU General Public License (GPL), v3 (or newer)
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags: right-sidebar
 **/

body { 
	margin-top: 60px; 
	margin-left: 30px; 
	background-image: url('images/back.jpg'); 
	background-attachment: fixed; 
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Helvetica, sans-serif; 
	background-color: #ffffff;
}

* {
	margin: 0; 
	padding: 0; 
	border: 0px none; 
	font-family: "Trebuchet MS", Arial, sans-serif;
}


/*------------Basic styles------------*/

h1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, "Comic Sans MS", Helvetica, Verdana;
	font-weight: normal;
}

h2 {
	color: #000000; 
	font-weight: normal;
}

h3 {
	font-size: 16pt; 
	color: #000000; 
	text-transform: uppercase;
}

span#copyright, span#design { margin: 0 10px; font-weight: normal; text-decoration: none; background: transparent }

p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.4em;
}

span#copyright { font-size: 13px; line-height: 35px }  /* sets the copyright styles */
span#design {  float: left; font-size: 13px; line-height: 35px }  /* floats the design link into position */
span.validation {  float: right; margin-right: 10px; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */

div { padding: 10px 0;}

/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin-bottom: 5px;
	/*height: 170px;*/  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	/*height: 150px;*/
}
html>body #hdrimg {
	height: 100px;        /* ie5x hack ends here */
}

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}

#bttmbar { 
	float: left; 
	width: 100%;
	display: block;
	border-top: #333333 1px solid;
	margin-top: 10px;
	padding-top: 10px;
	height: 35px; 
}    /* Bottom copyright bar */


/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */

.threequartercolumn { float: left; width: 74.5% }

/*------------------------------Main Navigation------------------------------------------*/

#nav { position: absolute; top: 145px; left: 0px; height: 25px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab.gif') no-repeat 0 0 }

#nav a#current { background: url('images/tab.gif') no-repeat 0 0 }


/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

blockquote { border-top: 2px solid #FFA000; border-bottom: 2px solid #FFA000; margin-left: 1.5em; padding-left: 5px; background-color: #333333}


/* lists */
ul { margin: 5px 0 5px 35px; list-style: url('images/bull.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #000000; /*font-size: 0.8em;*/ line-height: 1.4em }

#sidebar > ul { margin-left: 15px; }
hr { margin: 10px 0px; height: 1px; background: #444; color: #444 }  /* rule styling */

input, textarea {
	border: #333333 1px solid;
	margin-bottom: 5px;
}

input.submit {
	background: #333333;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

/*-------------------------------------------------------------------------------*/

/* Modification done to basic theme */
/* Added */

#searchdiv {
	margin-bottom: 10px;
}

#searchdiv input {
	margin-left: 30px;
}

h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
}

a, a:visited {
    color: #0000ff;
    text-decoration: none; 
}
    
a:hover {
    text-decoration: underline; 
}

/*font: bold 20px/1.1em "Trebuchet MS", "Verdana", sans-serif; }*/        
h3.entrytitle {
	padding: 0;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.1em;
}
	
h3.entrytitle a, h3.entrytitle a:visited {
	/*color: #FF6600;*/
	text-decoration: none;
}
	
h3.entrytitle  a:hover{
	/*color: #FF6600;*/
	text-decoration: underline;
}
    
h3 a {
    text-decoration: none;
    border: 0px none;
    color: #333333;
}
div .entrybody h3, div .entrybody h2{
margin-bottom:10px;
color:#B37100;
/*color:#000000;*/

}
    
h3 a:hover {
    text-decoration: none;
    border: 0px none;
    /*text-shadow: none;*/
    color: #333;
}


.firstpost p.comments_link, .entrybody p.comments_link {
	margin:0;
}
.firstpost {
	border: 1px solid #3e4243;
	padding: 10px;
	margin-bottom:15px;
	background-image: url('images/latest.gif');
	background-repeat: no-repeat;
	background-position: right bottom
}
.entry{
	border: 1px solid #3e4243;
	padding: 10px;
	margin-bottom:15px;
	margin-left: 10px;
	color:#000000;
}

.arc {
	border: 1px solid #3e4243;
	padding:10px;
	color:#000000;
	margin-bottom:15px;
}
.entrymeta {
	font-size: 13px;
	margin-bottom: 15px;
	color:#000000;
}

.entry ul, .entry ol{
margin-left:30px;
list-style:disc;
margin-top:10px;
margin-bottom:10px;
}
.entry ul li, .entry ol li {
	padding-top:5px;
	line-height:1.5em;
	}

/* comments*/
h2#comments{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
	font-size: 110%;
/*	color:#FF9900;*/
	color:#333333;
}
#commentblock {
	padding: 20px;
	color:#999999;
	clear: both;
}

ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 20px;
	color: #9b9b9b;
	font-size:0.9em;
}

#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 0  0 2px 0;
	font-weight: bold;
}

.commentinfo{
	margin-top: 3px;
	margin-bottom: 5px;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
	line-height:12px;
	color: #999;
/*	background-color: #2E3233;*/
/*	background: url('images/back.jpg');*/
	padding: 5px;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
	line-height:12px;
	color: #999;
/*	background-color: #2E3233;*/
/*	background: url('images/back.jpg');*/
	padding: 5px;
}

#commentsformheader{
	padding-left:18px;
	font-size: 1.4em;
	color: #333333;
/*	color:#FF9900*/
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding:0px 10px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform p{
	margin:5px;
}

#commentsform form textarea{
	width:99%;
}
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Sidebar styling*/

#sidebar {
	float:right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding:15px;
/*	background: url('images/back.jpg') repeat;*/
	color:#333333;
	border: 1px solid #3e4243;
/*	font-size: 110%*/
}

#sidebar h2 {
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
/*	color: #ff6600;*/
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	margin-bottom: 10px;
}
#sidebar p{

	margin: 7px;
	color:#999999;
	line-height: 1.4em;
	}
#sidebar a, #sidebar a:visited {
	color:#333333;
	text-decoration:none;
}
#sidebar a:hover {
	color:#333333;
	text-decoration:underline;
}
	
#sidebar ul li {
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 10px
font-size: 0.8em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('images/bull.gif');
font-size: 0.8em;
}

.header {
}

.menubar {
	width: 100%;
	height: 24px;
	display: block;
	border-bottom: #333333 1px solid;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.menubar a.menuitem, 
.menubar a.menuitem:hover, 
.menubar a.highlight, 
.menubar a.highlight:hover,
.menubar .menu-item a, 
.menubar .menu-item a:hover, 
.menubar .current-menu-item a, 
.menubar .current-menu-item a:hover {
	padding-left: 20px;
	padding-right: 20px;
    border: #333333 1px solid;
    float: left;
    text-transform: uppercase;
    margin-left: 2px;
	text-decoration: none;
}
.menubar ul { list-style: none; margin: 0; }
.menubar a.menuitem, .menubar .menu-item a {
    color: #333333;
}

.menubar a.menuitem:hover, 
.menubar .menu-item a:hover, 
.menubar a.highlight, 
.menubar .current-menu-item a, 
.menubar .current-menu-item a:hover, 
.menubar a.highlight:hover {
	color: #ffffff;
	background: #333333;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin:0 10px 5px 0;
}
.alignright {
	float: right;
	margin:0 0 5px 10px;
}
.wp-caption {
	text-align: center;
	background: #fff;
	padding: 4px;
	margin-bottom: 1em;
}
.wp-caption-text, .gallery-caption {
	font-size: 100%;
	font-style: italic;
	margin:0;
	padding:6px 3px 2px;
	line-height: 16px;
	text-align: center;
}
.sticky, .bypostauthor {}
