/*
Theme Name: Working Concept
Theme URI: http://wordpress.org/
Description: Fantastic theme by <a href="http://workingconcept.com/">Working Concept</a>.
Version: 1.0
Author: Matt Stein
Author URI: http://workingconcept.com/
Tags:

*/

/* reset defaults */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
em { font-style: italic; }
div.post ul, ol { color: #333; font-size: 13px; font-family: Helvetica, Arial, Sans-Serif; margin-bottom: 18px; margin-left: 18px; }
div.post ul li { font-size: 13px; list-style-type: disc; margin-bottom: 6px; line-height: 18px; }
div.post ol li { font-size: 13px; list-style-type: decimal; margin-bottom: 6px; line-height: 18px; }
ol { margin-left: 36px; line-height: 16px; }
.highlight { color: #bf0000; }
.tableHeading { font-weight: bold; font-size: 14pt; color: #6C6C6C; margin-bottom: 0 0 30px 0; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }


/* base */
body {
	background: #666;
	font-family: Georgia, Times, serif;
	color: #e0e0d6;
	margin: 0;
	padding: 0;
}

div#body-wrapper {
	/*background: #666 url('images/header-shadow.png') no-repeat top center;*/
	font-family: Georgia, Times, serif;
	color: #e0e0d6;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:visited {
}

a:hover {
}

a:active {
}

h1 {
	font-size: 24px;
	color: #999;
}

h2 {
}

h3 {
	font-size: 16px;
	font-family: Georgia, Times, Serif;
	color: #333;
	margin-bottom: 12px;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

h5 {
}

p {
	margin-bottom: 13px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

label {
	color: #999;
}

form#commentform p { 
	margin-bottom: 4px; 
}

/* container */
div#container { 
	width: 800px; 
	margin: 0 auto; 
}

/* content */
div.header { 
	padding: 0; 
	clear: both; 
	border-top: 10px solid #ccc; 
}

div.header div.description { 
	display: none; 
}

div.header h1 {
	background: transparent url('images/header.png') no-repeat 0 0; 
	display: block;
	padding-top: 60px; 
	width: 644px; 
	height: 0; 
	overflow: hidden; 
	position: relative; 
}

div.wrapper { 
	background: #fff url('images/header-bg.png') repeat-x 0 0; 
	padding: 25px; 
	position: relative; 
	overflow: hidden; 
	clear: both; 
}

div.footer { 
	padding: 10px 0 5px 0; 
	font-size: 11px; 
	clear: both; 
	color: #999; 
}

div.content { 
	font-family: Helvetica, Arial, sans-serif; 
	color: #e0e0d6; 
}

div.content div.post h2 { 
	font-size: 24px; font-family: Georgia, Times, Serif; color: #333; margin-bottom: 12px; 
}

div.content div.post h2 a {
	text-decoration: none;
	color: #333;
	margin-bottom: 12px;
}

div.content div.post h5 {
	font-size: 12px;
	font-family: Georgia, Times, Serif;
	font-style: italic;
	color: #999;
}

div.content div.post p {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 17px;
	color: #333;
}

/*div.content div.post img {
	padding: 10px;
}
*/
div.sidebar {
	border-top: 2px solid #999;
	padding-top: 5px;
	background: transparent url('images/bg.png') repeat 0 0;
	width: 180px;
	position: relative;
	top: 35px;
	float: right;
	padding-bottom: 25px;
}

div.sidebar h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

div.sidebar a {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	text-decoration: underline;
}

div.sidebar p {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 16px;
}

div.sidebar p a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

div.sidebar ul li {
	margin-bottom: 16px;
}

div.sidebar ul li ul li {
	margin-bottom: 0;
}

div#respond {
	margin-top: 30px;	
}

div h2.pagetitle {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

p.postmetadata small {
	color: #999;
}

div.commentmetadata {
	font-size: 12px;
	font-family: Georgia, Times, Serif;
	font-style: italic;
	color: #999;
	margin-bottom: 4px;
}

div.commentmetadata a {
	color: #999;
}

div.comment-author cite {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

div.comment-author .says {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

ol.commentlist { 
	margin-left: 0;
}

ol.commentlist li {
	border-left: 5px solid #ccc;
	padding-left: 5px;
	margin-left: 0;
}

div.comment-body p {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 17px;
	color: #333;
}

div.sidebar input#s {
	width: 113px;
}

div.post a {
	text-decoration: underline;
}

div.post ul.post-details {
	background: transparent url('images/bg.png') repeat 0 0;
	display: block;
	padding: 2px;
	margin: 0 0 34px 0;
	border: none;
	line-height: 13px;
	overflow: hidden;
	clear: both;
}

div.post ul.post-details li {
	float: left;
	font-size: 11px;
	color: #999;
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
	line-height: 13px;
}

div.post ul.post-details li a {
	display: block;
	background: #ccc url('images/bg-short-grad.png') no-repeat 0 0;
	padding: 1px 4px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c0c0c0;
	margin: 0;
	line-height: 13px;
}

div.post ul.post-details li ul {
	margin: 2px 0 0 5px;
	padding: 0;
	line-height: 13px;
}
	
div.post ul.post-details li ul li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
	line-height: 13px;
}
	
div.post ul.post-details li ul li a {
	display: inline;
	background: none;
	text-decoration: underline;
	color: #333;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 13px;
}

div.navigation {
	background: transparent url('images/bg.png') repeat 0 0;
	margin: 0 0 17px 0;
	font-size: 13px;
	clear: both;
	overflow: hidden;
	display: block;
	color: #333;
}

div.navigation div.alignleft {
	float: left;
	overflow: hidden;
	display: block;
}

div.navigation div.alignright {
	float: right;
	overflow: hidden;
	display: block;
}

div.ie6-warn {
	color: #ff0000;
	padding: 12px;
	border: 1px solid #ff0000;
	background-color: #ffcccc;
	margin-bottom: 12px;
	display: block;
}

div.ie6-warn p {
	margin: 0;
}


/* from the old site */

/* div styles */
/*#imageContainer { width: 500px; margin: 0 0 0 2px; }
#imageContainer img { padding: 0 8px 8px 0; }			
#content { float: left; margin: 0; _height: 350px; min-height: 350px; width: 500px; }
#sidebar { width: 220px; float: left; margin: 0 0 0 30px; }
#sidebar h3 { margin: 0 0 6px 0; }
#sidebar p { margin: 0 0 12px 0; }
#sidebar a.selected { color: #fff; background-color: #000; padding: 0 4px 0 4px; text-decoration: none; }
#sidebar .searchbutton { position: relative; left:2px; top:3px; border:0; margin:0; padding:0; }
#sidebar .searchbox { height: 13px; width: 130px; font-size: 11px; color: #666; border: 1px solid #999; font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 4px 0 0 0; }
#sidebar ul { list-style: none; font-size: 11px; color: #999; border: 0; margin: 0 0 12px 0; padding: 0; }
.post-details { margin-bottom: 18px; font-size: 11px; background-color: #F3F3F3; padding: 5px; border: 1px solid #ccc; }
.post-details p { font-size: 11px; margin-bottom: 2px; }
.comment-details { clear: both; padding: 5px 5px 5px 5px; background: #c6c6c6 url('{site_url}assets/site_images/bg_header_comment.gif') repeat-x; font-size: 11px; color:#666; height: 16px; }
.comment-details a { font-weight: bold; font-size: 14px; color:#fff; text-decoration: none; text-shadow: #666666 0 0 2px; }
.comment-details div.right { font-weight: bold; margin-top: 2px; color: #eee; }
.comment p { font-size: 12px; margin-bottom: 12px; }
.comment { padding: 10px 10px 0 10px; background-color: #f7f7f7; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.date-header { margin: 0 0 2px 0; }
#search-header h2, #search-header h4 { margin:0; }
#search-header { margin: 0 0 12px 0; }
td .result-head { font-size: 11px; transform: lower; }
div#footer	{ clear: both; margin: 12px 0 0 12px; }
div#footer p { font-size: 10px; color: #333; margin: 0; padding: 0; }
#member-header h2 { margin: 0 0 2px 0; }
div.post-comment { margin-top: 20px; }
								
.fieldlabel { font-size: 9px; }
.smalltext { font-size: 8px; }
.detail_big { font-size: 18px; }
.timestamp { font-size: 8px; }
.defaultBold { font-family: Helvetica, Arial, Sans-Serif; font-size: 11px; color: #9C9C9C; line-height: 12pt; font-weight: bold; }
.profileTitle { font-weight: bold; font-size: 14pt; color: #6C6C6C; margin-bottom: 0 0 30px 0; }
#register_member_form { margin: 0; padding: 0; }
tr { vertical-align: top; }*/

code { padding: 10px; margin: 0 0 18px 0; color: #666; background-color: #f7f7f7; font-family: Courier, monospace; display: block; clear: both; border: 1px solid #e5e5e5; }
code p { background-color: #BAE8F8; }
pre { padding: 10px; margin: 0 0 18px 0; color: #666; background-color: #f7f7f7; font-family: Courier, monospace; display: block; clear: both; border: 1px solid #e5e5e5; overflow-x: scroll; }
pre p { background-color: #BAE8F8; }

snippet { font-family: Courier, monospace; }
p.caption { display: block; font-size: 10px; margin-top: 0; margin-bottom: 10px; }
div.captioned-image { border-left: 5px solid #ccc; margin-bottom: 18px; }
div.captioned-image div.caption { padding: 5px; margin: 0; }
div.captioned-image div.caption p { font-size: 10px; margin-bottom: 0; }
div.captioned-image div.image { padding: 0; margin: 0; }

div.paginate a { color: #fff; font-weight: bold; padding: 2px 4px 2px 4px; background-color: #ccc; text-decoration: none; }
div.paginate strong { padding: 2px 4px 2px 4px; border: 1px solid #ccc; }


