/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #EFEFEF;
	font-size: 12px;
	color: #6B6B6B;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #000000;
}
h1
{
 font-size: 36px;
}
h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 145%;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}
h4
{
	color: #6B6B6B;
}
p, ol, ul, blockquote {
	line-height: 24px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #EC5600;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}
.link_hover
{
	color: #333333;
}
.italic_text
{
	font-style: italic;
}
img {
	border: none;
}

#keywords {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}

#submit {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(http://chrisbjohannsen.com/_images/img7.gif) repeat-x;
	text-transform: lowercase;
	font-size: 12px;
	color: #7A7A7A;
}

/* Posted */

.posted {
	height: 40px;
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(http://chrisbjohannsen.com/_images/img6.gif) repeat-x;
	border-bottom: 1px solid #F2F2F2;
}

.posted .byline{
	float: left;
	margin: 0;
}

.posted .comments {
	float: right;
}

.posted a {
/*	color: #717171;*/
}
.posted h2
{
	border: 0;
	padding-top: 20px;
}
.posted h2 a
{
	color: #000000;
}
.post_body
{
	float: none;
}
/* Header */

#header {
	
	height: 115px;
	margin: 0 auto;
	background: #efefef url(http://chrisbjohannsen.com/_images/img2.gif) repeat-x;
}

/* Logo */

#logo {
	float: left;
	height: 115px;
	padding: 0 0 0 0;
	background:  url(http://chrisbjohannsen.com/_images/img1.gif) no-repeat;
	
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 50px 0 0 40px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

/* Menu */

#menu {
	float: right;
	height: 45px;
	padding: 70px 25px 0 0;
	background:  url(http://chrisbjohannsen.com/_images/img3.gif) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 20px;
	border-left: 1px solid #DBDBDB;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}
#menu a.selected
{
	color: #EC5600;
}
#menu a.current
{
	color: #EC5600;
}
#menu .first a {
	border: none;
}

/* Splash */

#splash {

	height: 170px;
	margin: 0 auto;
	background: #fefefe url(http://chrisbjohannsen.com/_images/img5.gif) repeat-x left bottom;
	
}

/* Content */

#content {
	min-height: 100%;
	height: auto;
	height: 100%;
	background: #FFFFFF; 
	
}

#col_left {
	float: left;
}

#col_mid {
	float: left;
}

#col_right
{
	float: right;
}
/* Footer */

#footer {
	background: #ffffff;
	margin-bottom: 5px;
	padding-top: 10px;
}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}
#footer_lft
{
	height:30px;
	width:39px;
	float: left;
	background: url(http://chrisbjohannsen.com/_images/bottom_bkg_lft.gif) no-repeat;
}
#footer_mid
{
	height:30px;
	float: left;
	width: 864px;
	background: url(http://chrisbjohannsen.com/_images/bottom_bkg_mid.gif) repeat-x;
}
#footer_rgt
{
	height:30px;
	width:37px;
	float: right;
	background: url(http://chrisbjohannsen.com/_images/bottom_bkg_rgt.gif) no-repeat;
}
.bold_text
{
	font-weight: bold;
}
.content_text
{
	line-height: 1.3em;
}
.content_text h1 span
{
		color: #6B6B6B;
}
.content_text h1 a
{
	color: #000000;
	font-weight: bold;
}
.content_text p
{
	padding: 3px;
}
.content_text textarea 
{
	margin-left: 25px;
	width: 300px;
}
.content_text input[type=text]
{
	margin-left: 50px;
	width: 200px;
}
.content_text label
{
	text-align: right;
	vertical-align: top;
	width: 100px;
}
#search
{
	margin-bottom: 20px;
}
#search input[type=text]
{
	width: 100px;
	margin-left: 0px;
}
#rss_feed
{
	height: 34px;
	width: 30px;
	background: transparent url(http://chrisbjohannsen.com/_images/rss_feed.png) no-repeat 0 0;
}
.rss_ro
{
	background: transparent url(http://chrisbjohannsen.com/_images/rss_feed.png) no-repeat -31px 0 !important;
}
.right
{
	text-align: right;
}
#comment_form_container
{
	margin-top: 15px;
	height: 300px;
}
#comment_form
{
	width: 95%;
	margin-right:auto;
	margin-left: auto;
}
#comment_form td
{ 
	padding: 2px;
}
#comment_form input[type=text]
{
	width: 175px;
}