/*
Theme Name: Bridge City Tool Works
Theme URI: http://www.bridgecitytools.com/
Description: Default BCT blog theme
Version: 1.0
Author: Justin Gruca
*/

a img { border: 0 }
body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: "Lucida Grande", Arial, Geneva, sans-serif;
	font-size: 13px;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#containerContent {
	width: 982px;
	margin: 0 9px;
	padding: 0;
	background: #fff;
}
#header {
	position: relative;
	height: 104px;
	width: 982px;
	background: transparent url(/images/header.jpg) no-repeat 0% 0%;
}
#header h1 {
	position: absolute;
	top: 7px;
	left: 7px;
	margin: 0;
	padding: 0;
}
#header #slogan {
	position: absolute;
	top: 33px;
	left: 272px;
}
#header #nav {
	margin: 6px 0 0;
	width: 610px;
	position: absolute;
	top: 66px;
	right: 0px;
}
#header #nav li {
	list-style-type: none;
	float: left;
	width: 84px;
	height: 15px;
	margin: 0 1px;
	padding: 5px 0;
	background: transparent url(/discussion/templates/subSilver/images/tab.png) no-repeat left top;
	text-align: center;
}
#header #nav li.on {
	height: 21px;
	background-image: url(/images/tab_on.png);
}
#header #nav a {
	color: #333;
	display: block;
	text-decoration: none;
}

#sidebar {
	float: left;
	display: inline;
	margin: 15px 0 5px 15px;
	width: 188px;
}
#sidebar .pod {
	background: transparent url(/images/pod.gif) repeat-y left top;
	margin: 1em 0;
	width: 188px;
}
#sidebar .pod h2 {
	background: transparent url(/images/pod_top.gif) no-repeat left top;
	margin: 0;
	padding: 8px 10px 0;
	font-size: 12pt;
	color: #600;
}
#sidebar .pod form, #sidebar .pod p {
	margin: 0;
	padding: 8px;
	background: transparent url(/images/pod_btm.gif) no-repeat left bottom;
}
#sidebar .pod ul {
	margin: 0;
	padding: 0;
	background: transparent url(/images/pod_btm.gif) no-repeat left bottom;
}
#sidebar .pod li {
	list-style-type: none;
	padding: 6px 2px 4px 14px;
	margin: 0;
	background: transparent url(/images/nav_divider.png) no-repeat left top;
}
#sidebar .pod li:first-child {
	background-image: none;
}
#sidebar .pod li a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#content {
	float: right;
	display: inline;
	margin: 15px 180px 10px 0;
	width: 592px;
}
#content h1 {
	color: #600;
	font-size: 24px;
	font-weight: normal;
}
#content .post {
	margin-bottom: 2em;
}
#content .post h2, .post h3 { margin-bottom: 0; }
#content .post h2 a, .post h3 a {
	color: black;
	text-decoration: none;
}

#footer {
	clear: both;
	height: 39px;
	padding: 10px 0 0;
	background: transparent url(/images/footer.gif) repeat-x 0% 0%;
	color: rgb(4, 66, 102);
	text-align: center;
}
#footer a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#footer p {
	margin: 5px 0 0;
	font-size: 11px;
	color: rgb(2, 36, 55);
}

#post-5 {
	width: 300px;
	margin: 3em auto 1em;
	padding: 1em;
	border: 1px solid #cdcdb5;
	background-color: #f6f5ec;
}
#post-5 h2 {
	margin: 0;
	text-align: center;
}
#post-5 .entry {
	margin: 1em 0;
}
