/*  
Theme Name: Brown Tech

*/

/* Begin Typography & Colors */

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 64%;
        background-color:#333333;
/*	background: #F8F8F8 url(images/bluetechbodybg.jpg) repeat-x;*/
	}

input, textarea, select {
	border: 1px solid #195693;
	background: #fff;
	color: #444;
	font-size: 1em;
}
#page {
	background: white;
	text-align: left;
	}

#header {
	background: #333333;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.04em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.meta {
	background: #AFBBD2;
	font-size: 11px;
	padding: 4px 0px 4px 4px;
        margin:0;
	}

.meta2 {
        clear: both;
        width:100%;
        height: 14px;
	font-size: 11px;
	padding: 0;
        margin:5px 0 0 0;
}

#footer {
	background: #AFBBD2;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.9em;
	text-align: left;
	}

.description {
	font-size: 1.1em;
        font-weight: bold;
	text-align: left;
	}

h2 {
	font-size: 1.4em;
	text-align: left;
	}

h2.pagetitle {
	font-size: 1.4em;
        color: #4F9AE5;
	}
h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #237CD5;
	}

.description {
	text-decoration: none;
	color: #4C4C4C;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #4F9AE5;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

dt {
font-weight:bold;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .postmetadata, blockquote, strike {
	color: #333;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #005EA7; /*#E57916*/
	}
	
a:visited {
	color: #005EA7;
	}
	
a:hover, a:active {
	color: #6EB6EF;
	}
	
/* End Typography & Colors */



/* Begin Structure */
body, form, fieldset, #header {
	margin: 0;
	padding: 0; 
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
	
#header {
	height: 160px; /* D-Edit 60*/
	width: 900px;
}

#headerleft {
	position: relative; /* D-Edit add*/
	top:1em; /* D-Edit add*/
    float:left;
    padding: 0;
	margin: 0;
}
#headerright {
	position: relative;
	float:right;
	padding: 0;
	margin: 0;
}
#headerright div {
	padding: 0;
	margin: 0;
}

.narrowcolumn {
	float: left;
	margin: 0;
	padding: 0;
	width: 520px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 130px;
	width: 530px;
}
	
.post {
	width: 510px;
	overflow: hidden;
	text-align:justify;
        padding-bottom:10px;
}

.entry img {
	float: right;
	margin: 2px 0px 6px 8px;
	padding: 4px;
	background: #fff;
	border: 1px solid #D5D5D5;
}
img.wp-smiley {
	border:none; border:0px;background:#fff; float:none;
	padding:0; margin:0
}
.postheader {
	margin-bottom: 0;
	width: 100%;
	color: #FFF;
	overflow: hidden;
	/* Width and overflow to clear '.postheader a' */
}
.postheader a {
	float: left;
	padding: 0 10px 0 1px;
}
.postheader a:link, .postheader a:visited {
	color: #005EA7;	
}
.postheader a:hover, .postheader a:active {
	color: #1D6AB7;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0;
	margin: 0;
	width: 900px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
        line-height: 13px;
	}

#ad_728 {
        text-align: center;
        vertical-align: middle;
        }
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 16px 0 0 10px;
	margin: 0;
	}

.description {
	padding: 0 0 0 10px;
	text-align: left;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li {
	margin: 0;
	padding: 0;
	}

/* End Entry Lists */


/* Begin Comments*/
ol.commentlist {
width: 520px;
overflow: hidden;
margin:0; padding:20px 0 0 0; 
list-style-type: none;
}
.commentlist li {
	border: 1px solid #C9D7E3;
	padding: 2px 6px;
	background: #FFF;
        margin: 0 0 14px 0;
}
.alt {
	background: #EAF2F9!important;
	border: 1px solid #C9D7E3;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	text-align:right;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}
#commentform input {width:170px}
/* End Comments */


/* Begin Sidebar */
#sidebar {
	float: right;
	width: 180px;
	margin: 0 5px 0 0;
	padding: 0;
}

#sidebar_left {
	float: left;
	width: 180px;
	margin: 0 5px 0 5px;
	padding: 0;
}

.sidemain a:link {
	color: #D5D5D5;
	}
.sidemain a:visited {
	color: #D5D5D5;
	}
.sidemain a:active {
	color: #6EB6EF;
	}
.sidemain a:hover {
 color: #fff;
 text-decoration: underline;
}



.sidemain li {
background: url(images/bullet.gif) no-repeat;
padding: 0 2px 6px 16px;
list-style: none;
}
.sidemain ul {
	padding: 0;
	margin: 0 0 0 5px;
list-style: none;
}
.sidemain ul ul {
	padding: 0 0 0 5px;
	margin: 2px 0 0 -38px;
list-style: none;
	}

.sidemain ul ul ul {
	padding: 0 0 0 4px;
	margin: 0 0 -4px 0;
list-style: none;
	}
.sidemain {
 width: 165px;
 background: url(images/sidemainbg-BT.gif) repeat-y;
 text-align:left; 
 margin: 0 0 8px 0;
}
.sidemain .side2 h2 {
 float: left;
 font: bold 12px Arial, Verdana, Sans-Serif;
 padding: 9px 0 0 0;
 margin:0;
 text-indent: 3px;
 color:#fff;
}
.side2 {
margin: 0 0 0 0;
background: url(images/side2-BT.gif) repeat-x;
width: 165px;
height: 42px;
}
.side1 {float:left; width:22px; height:42px;}
.side3 {float:right; width:27px; height:42px;}
.sidelower {
background: url(images/sidelowerbg-BT.gif) no-repeat left bottom;
padding: 0 0 30px 0;
margin: 0;
/* width: 185px;  */
}
.resource {
font-weight:bold;
color: #1976D4;
text-align:center;
padding: 0 0 6px 0;
margin:0;
}
li#linkcat-1, li#linkcat-2, li#linkcat-3, li#linkcat-4, li#linkcat-5, li#linkcat-6 {
 background: none;
}
li#linkcat-1 h2, li#linkcat-2 h2, li#linkcat-3 h2, li#linkcat-4 h2, li#linkcat-5 h2, li#linkcat-6 h2 {
 margin:0 0 9px 0; padding: 0;
 text-indent: -16px;
 list-style: none;
 color: #4C4C4C;
 font-size: 1.2em;
}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	border: 1px solid #91B3CE;
	empty-cells: show;
	margin: 0 0 4px 4px;
	width: 90%;
	text-align: center;
	}

#wp-calendar #next a {
	padding-right: 2px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 2px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
        font-weight: bold;
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	color: #444;
	font: normal 10px Arial, Verdana, Helvetica;
	letter-spacing: normal;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #DBEBF8;
        border:1px solid #91B3CE;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

#navigation {
  height: 28px;

  font-size: 1em;
}

#navigation ul {
  display:inline;
  height: 28px;
  line-height: 28px;
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  vertical-align:middle;
  margin: 0 5px 0 0;
  white-space:nowrap;
  background:#C4C4C4;
}

#navigation li a {
  color: black;
  display:block;
  padding:0 20px;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
}

* html #navigation a {width:1%;}

#form form {margin:0; padding:4px 0 0 0}
#form #s, #themeswitcher #s {
  height:15px;

  margin:0 2px 0 0;
  padding:1px;
  vertical-align:middle;
  border:1px solid #224A72;
  font-size:9px;
  font-weight:bold;
}

#form #searchbutton, #submit {
  height:19px;
  padding:1px;
  text-align:center;
  vertical-align:middle;
  color:#333333;
  background:#D5D5D5;
  border:1px solid #224A72;
  font-size:9px;
  font-weight:bold;
  font-family:arial, sans-serif;
}

#navigation .selected,
#navigation a:hover
{
  background:#FEFEFE;
}

/* End Various Tags & Classes*/



#companylist li
{
display: inline;
list-style-type: none;
height: 28px;
line-height: 28px;
margin: 10px 10px;
padding-top:10px;
}


.sectionHeader
{
  border-bottom:solid 1px #333333; 
  color: #333333;
  padding: 0 0 0 0; 
  margin:0 0 0 0;
  width: 180px;
  height:20px;  
  font: bold 16px Arial, Verdana, Sans-Serif;
}

.sectionBody
{
  padding: 0 0 0 0; 
  margin:0 0 0 0;
  width: 180px;
}
.sectionBody ul
{
  padding: 0 0 0 0px; 
  margin: 0 0 0 0px;
}
.sectionBody li
{
  background: #E9EEF6;
  list-style: none; 
  padding: 6px 0 6px 0; 
  border-bottom: 1px dotted #333333;
}


.sectionBodySquare
{
  padding: 0 0 0 0; 
  margin:0 0 0 0;
  width: 245px;
}
.sectionBodySquare ul
{
  padding: 0 0 0 0px; 
  margin: 0 0 0 0px;
}
.sectionBodySquare li
{
  background: #E9EEF6;
  list-style: none; 
  padding: 3px 0 3px 0; 
  border-bottom: 1px dotted #333333;
}

span#tagbar a { font: 11px 'Lucida Grande', Tahoma, Arial, sans-serif;  font-weight: bold; text-transform: uppercase; border: 0; padding: 0px 0px; }  
ul#tagbar { width: 90%;  bottom: 0; left: 0; background-color: #fff; overflow: hidden; margin: 0; } 
ul#tagbar li { display: inline; } 
ul#tagbar li a { font: 11px 'Lucida Grande', Tahoma, Arial, sans-serif;  font-weight: bold; text-transform: uppercase; border: 0; padding: 0px 5px; }  