/*
Theme Name: That 'Do-Boy Look'
Theme URI: http://do-boy.com/
Description: The do-boy.com theme
Version: 1.0
Author: Steve Milano
Tags: mantle color, fixed width, two columns
*/

/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{margin: 0;padding: 0;}

/*base.css*/
h1 { font-size: 138.5%; }
h2 { font-size: 123.1%; }
h3 { font-size: 108%; }
h1,h2,h3,h4,h5,h6,strong { font-weight: bold; }
em { font-style: italic; }
blockquote,ul,ol,dl { margin: 1em; }
ol,ul,dl { margin-left: 2em; }
ol li { list-style: decimal outside; }
ul li { list-style: disc outside; }
dl dd { margin-left: 1em; }
p{
	margin-bottom: 1em;
}
p.last{
	margin-bottom: 0;
}
/* page */
body
{
	color: #111111;
	/*font-family: sans-serif;*/
	font-family: Geneva,Verdana,Helvetica,Arial,sans-serif;
	line-height: 120%;
	text-align: center; /* center on IE */
}
a{
	/*color: #6c3;*/
	color: #dc6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#header
{
	position: relative;
	clear: left;
	width: 750px;
	margin: 0 auto;
/*	background-color: #fff;*/
	text-align: left;
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
h1.nocss{
	visibility: hidden;
	margin-top: -99px;
	height: 99px;
}
#footer
{
	position: relative;
	clear: left;
	width: 750px;
	height: 70px;
	margin: 0 auto;
	font-size: 66%;
	background: url(images/foot.png) no-repeat 0 0;
	padding: 40px 0 10px;
}

/*navigation */
#navbar{
	padding-left: 18px;
}
#navbar ul
{
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
	font-family: sans-serif;
	font-size: 88%;
	line-height: 100%;
}

#navbar li
{
	border-bottom: 1px solid #6c9;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
}

#navbar a
{
	float: left;
	display: block;
	padding: 5px 15px 4px 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #111111;
}

#navbar > ul a { width: auto; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navbar a
{
	color: #6c3;
	text-decoration: none;
	float: none;
}
#navbar li.sel,#navbar li.sel a
{
	color: #ffc;
	background-color: #6c3;
}

/* End IE5-Mac hack */
#navbar a:hover,#navbar li:hover { color: #ffc;
	background-color: #6c3;
}

#navbar li:hover a { background-position: 100% -117px; }
#navbar li.selected
{
	background-position: 0% -117px;
	border-width: 0;
	color: #000;
}


#subnav
{
	text-align: center;
	position: relative;
	width: 750px;
	clear: both;
	padding-bottom: 20px;
	background: #fff url(images/bg_lrc.png) repeat-y;
}
#subnav ul
{
	text-align: center;
	margin: 0;
	padding: 10px 10px 0 38px;
	list-style: none;
	font-family: sans-serif;
	font-size: 88%;
	line-height: 100%;
}

#subnav ul li
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}

#subnav ul li.sel a,#subnav ul li.sel a:hover
{
	color: #666;
	text-decoration: none;
}


/* content */
#content
{
	color: #666;
	text-align: left;
	position: relative;
	clear: left;
	width: 750px;
	margin: 0 auto;
	background: #fff url(images/bg_lrc.png) repeat-y;
}

#lcontent
{
	width: 460px;
	padding-left: 44px;
	padding-right: 5px;
}
#rcontent{
	width: 156px;
	clear: both;
	float: right;
	padding-top: 0;
	padding-right: 30px;
	margin-left: 10px;
	font-size:82%;
}
#rcontent ul{
	margin-top: 0;
}

.debug { border: 1px #F30 dotted; }

/* Wordpress additions */
.post{
	padding: 10px 0;
}
.post.addtl{
	border-top: 1px solid #6c3;
	margin-top: 10px;
}
.meta{
	color: #dc6600;
	font-size: 77%;
	font-weight: bold;
}
.storydatetime{
	font-size: 77%;
	font-weight: normal;
	font-style: italic;
}


