/*  
Theme Name: Graydog
Theme URI: http://wordpress.org/
Description: My new blog theme.
Version: 1.0
Author: Jeffery Moore
Author URI: http://www.jefferymoore.net

*/

body {
	background-color: #181717; /*this actually controls the background color from the footer down*/
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#mainContainer {
	margin: 0 auto 0 auto;
}
.wrapper {
	width: 930px;
	margin: 0 auto 0 auto;
	clear: both;
}
body, a {
	color: #8b8b8b;
}
h1, h2, h3, h4, h5, h6 {
	color: #b2b2b2;
	font-weight: bold;
	letter-spacing: .15em;
	padding: 0 0 0 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
	text-transform: lowercase;
}
h4 {
	font-size: 12px;
	text-transform: lowercase;
}
hr {
	border: none;
	border-top: 1px dashed #484747;
	clear: both;
	height: 0;
	position: relative;
	top: 3px;
	padding: 0;
	margin: 0;
}
.floatLeft {
	float: left;
	padding: 0 15px 15px 0;
}
.floatRight {
	float: right;
	padding: 0 0 15px 15px;
}
/*Previous/Next Page of blog entries*/
.bottomNav {
	font-size: 12px;
	height: 50px;
}
.bottomNav hr {
	position: relative;
	top: 13px;
}
/*Header*/
#headerContainer {
	background-color: #2f2f2f;
	padding-top: 10px;
	height: 90px;
	_padding-top: 30px;
	_height: 80px;
}
.column,
#headerContainer .column {
	float: left;
	width: 50%;
}
#headerContainer .column.left { clear: left; }
#headerContainer .column.left img {
	position: relative;
	left: -10px;
}
.column.right,
#headerContainer .column.right {
	text-align: right;
}
/*Nav*/
#navContainer {
	clear: both;
	height: 113px;
	background: url('images/bg_navLinksBottom.gif') no-repeat center center;
}
#navContainer ul {
	padding: 0;
	margin: 0;
}
#navContainer a {
	text-decoration: none;
}
#navContainer a:hover {
	text-decoration: underline;
}
#navContainer #pageLinks {
	float: left;
	width: 156px;
	height: 94px;
	_width: 150px;
	_height: 105px;	
	padding: 10px 20px 0 0;
}
#navContainer #pageLinks ul {
	position: relative;
	left: -4px;
	*top: 3px; /*ie7*/
	_top: 10px; /*ie6*/
}
#navContainer #pageLinks li {
	list-style: none;
	padding-bottom: 3px;
	line-height: 18px;
}
#navContainer #pageLinks li a {
	padding: 5px;
	margin: 0;
	color: #adadad;
	font-size: 13px;
	letter-spacing: .18em;
	*letter-spacing: .1em;
	text-transform: lowercase;
}
#navContainer #pageLinks li.current_page_item a {
	color: #dddddd;
}
#navContainer #archivesAndCategories {
	float: left;
	width: 751px;
	_width: 732px;
	background: #252424 url('images/bg_navLinksTopRepeat.gif') repeat-x right;
}
#navContainer #archivesAndCategories div.title {
	width: 110px;
	display: block;
	float: left;
}
#navContainer #archiveContainer,
#navContainer #categoryContainer {
	padding: 18px 0 0 30px;
	_padding-bottom: 3px;
}
#navContainer #archiveContainer {
	height: 32px;
	_height: 38px;
}
#navContainer #categoryContainer {
	height: 45px;
	_height: 44px;
}
#navContainer #archivesAndCategories ul {
	float: left;
	width: 600px;
	_width: 590px;
}
#navContainer #archivesAndCategories div.title h3,
#navContainer #archivesAndCategories li,
#navContainer #archivesAndCategories li * {
	font-size: 11px;
	font-weight: normal;
	list-style: none;
	display: inline;
	letter-spacing: .18em;
	color: #838383;
	text-transform: lowercase;
	white-space: nowrap;
	*white-space: normal; /*ie 6/7*/
}
#navContainer #archivesAndCategories ul li {
	margin-right: 15px;
	background: transparent url('images/bg_comma.gif') no-repeat bottom right;
}
#navContainer #archivesAndCategories ul li:last-child, /*w3c compliant browsers*/
#navContainer #archivesAndCategories ul li.last-item /*ie 6/7*/ {
	background: none;
}
/*Content Area*/
#contentContainer {
	clear: both;
	background: #1f1e1e url('images/bg_topDropShadow.gif') repeat-x top left;
	padding: 20px 0 20px 0;
}
* p,
#contentContainer,
#contentContainer p,
#contentContainer cite,
#contentContainer li {
	font-size: 11px;
	color: #8b8b8b;
	line-height: 16px;
	letter-spacing: .075em;
}
#contentContainer .content {
	padding: 15px 0 15px 0;
}
#contentContainer .content p {
	letter-spacing: .1em; /* overide to letter-spacing on actual content a bit more than the rest of the paragraphs */
}
#contentContainer .content a {
	text-decoration: underline;
	color: #8b8b8b;
}
#contentContainer .content p a {
	color: #aaaaaa;
}
#contentContainer .content ul {
	padding:0;
	margin: 0 1.6em;
}
#contentContainer .content li {
	padding:0;
	margin: 0;
}
#contentContainer .content img {
	vertical-align: text-bottom;
}
#contentContainer .content .imageBlock,
#contentContainer .content .flashContent {
	display: block;
	float: left;
	width: 600px;
	text-align: center;
	padding: 30px;
	margin: 0 auto;
	background: #191919;
	margin-bottom: 25px;
	*margin-bottom: 10px;
}
#contentContainer .content .imageBlock img {
	display: block; 
	margin: 0 auto;
}
#contentContainer .content .imageBlock .caption,
#contentContainer .content .imageBlock .caption small {
	font-size: 10px;
	padding: 0;
	text-transform: lowercase;
}
#contentContainer .content .textualContent {
	overflow: hidden;
	float: right;
	width: 225px;
	padding: 0 15px;
	padding-bottom: 15px;
	*padding-bottom: 5px;
}
#contentContainer .content .body {
	padding: 15px 0 15px 0;
}
#contentContainer .content small {
	text-transform: lowercase;
}
#contentContainer .content small a {
	text-decoration: none;
}
#contentContainer .content .postSmallLinks a {
	padding-right: 15px;
}
#contentContainer .content h3 {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}
#contentContainer ol {
	list-style: lower-alpha;
	position: relative;
	top: 8px;
}
* h1 a,
* h2 a,
* h3 a,
#contentContainer .content h1 a,
#contentContainer .content h2 a,
#contentContainer .content h3 a {
	text-decoration: none;
}
/*Footer*/
#footerContainer {
	text-align: center;
	padding: 10px;
	text-transform: lowercase;
}
#footerContainer p {
	font-size: 9px;
}
/*Forms*/
textarea,
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #1f1f1f;
	border: 1px solid #5b5b5b;
	color: #8b8b8b;
}
textarea {
	padding: 5px;
}
/*Comments*/
#commentSection {
	position: relative;
	bottom: 18px;
}
/*Portfolio*/
#flashContentFolio {
	position: relative;
	right: 5px;
	padding: 10px 0;
}