/*
Theme Name: Brian Cribb	
Theme URI: http://www.briancribb.com
Description: Design created for briancribb.com, as a custom Wordpress theme.
Version: 5.0
Author: Brian Cribb
Author URI: http://www.briancribb.com
Tags: simple, fixed width, two columns, widgets, portfolio

Light Color: #cccccc
Medium Color: #606060
Dark Color: #333333
Link Color: #333333
Link Hover Color: #000001
Text Color: #001100

Common Width: 640px;

*/




/*** GENERAL TAG REDEFINITIONS --------------------------------------------------------------------------------------- ***/
html {
	height: auto;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001100;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-color: #000;
	background-image: url(images/bodybg70.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #039;
	text-decoration: underline;
}
a:link {
	color: #039;
}
a:visited {
	color: #039;
}
a:hover {
	color: #09F;
	text-decoration: none;
}
a:active {
	color: #039;
}

h1 {
	font-size: 17px;
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 15px;
	width: auto;
	clear: both;
	text-align: center;
}
h2 {
	clear: both;
	font-size: 17px;
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 15px;
	width: auto;
	clear: both;
	text-align: center;
}
h3 {
	clear: both;
	font-size: 14px;
	padding: 0px 0px 2px 0px;
	margin: 20px 0px 2px 0px;
}
h4 {
	font-size: 14px;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 2px 0px;
}
hr {
	color: #001100;
	margin: 0px;
	padding: 0px;
	border: none;
}
ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: circle;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
ol {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	margin: 10px 0px 10px 0px;
	padding: 0px auto 0px 20px;
}
li {
	padding-bottom: 5px;

}

img {
	border: none;
}


/*** STRUCTURAL PLACEMENT ------------------------------------------------------------------------------------------------- ***/
/* If the width for the siteContainer is changed, be sure to check the width of the columns and of the wpFooterContainer to keep them consistent. */
#header {
	width: 640px;
	height: 70px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000;
	display: block;
}


#headlink_logo {
	float:left;
	display: block;
	margin: 15px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	width: 340px;
	height: 50px;
}







/* This is in the sidebar now. */
#mainnav {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	background-color: #333333;
	display: block;
	width: auto;
	}


#content {
	width: 640px;
	float:none;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: justify;
}
#content .inside {
	padding: 20px 20px 20px 20px;
}



#footer {
	width: 640px;
	height: 30px;
	display: block;
	margin: 0px auto 20px auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	text-align:center;
	font-size: 10px;
}

#footer .inside {
	padding: 5px 40px 5px 40px;
}







/* This "clearboth" class is placed after the two columns to make sure that the background image goes all the way to the bottom. */
.clearboth {
	clear: both;
}
#spacer10 {
	clear: both;
	height: 5px;
	margin-bottom: 5px;
}
/* This container is only here for the wp_footer function, which is needed to run some WP plugins. According to the WP Codex, it should be placed just before the body tag, but a forum search tells me that this thing could break a theme without this precautionary step. If a plugin hangs up, I don't want it to keep my site container from loading properly. This container is placed outside and after the siteContainer to prevent any loading shenanigans. */
.wpFooterContainer {
	width: 640px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/*** STYLING PIECES ------------------------------------------------------------------------------------------------- ***/

/* main (top) navigation */
#mainnav ul {
	width: 640px;
	display: block;
	list-style-type: none;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	}
#mainnav ul li {
	display: inline;
	margin: 0px -5px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
#mainnav ul li a {
	COLOR: #CCCCCC;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
	}
#mainnav ul li a:hover {
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
	background-color: #CCCCCC;
	}
	
	
	
	
/* Page which is currently being viewed. */
#mainnav .current_page_item a, #mainnav .current_page_item a:visited {
	background-color: #555555;
}
#mainnav .current_category_item a, #mainnav .current_category_item a:visited {
	background-color: #555555;
}

	





/* styles for posts */
.navigation {
	clear: both;
}
.navigation .alignleft {
	width: 250px;
	text-align: left;
	margin: 0px 0px 20px 0px;
}
.navigation .alignright {
	width: 250px;
	text-align: right;
	margin: 0px 0px 20px 0px;
}
.navigation a {
	margin: 0px 0px 10px 0px;
}
.post {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top-width: 1px;
}
.post h2 a {
	color: #333333;
	text-decoration: none;
}
.post h2 a:hover {
	color: #000001;
	text-decoration: none;
}



.post .post-date {
	float: left;
	margin: 0px 0px 0px 0px;
}

.post_footer_info {
	font-size: 11px;
	font-style: italic;
	margin: 0px auto 0px auto;
	display:block;
}
.post .categories {
	float: left;
	margin: 0px 20px 0px 0px;
}
.post .tags {
	float: left;
	margin: 0px 20px 0px 0px;
}
.post .author {
	float: left;
	margin: 0px 20px 0px 0px;
}
.post .comments {
	float: right;
	margin: 0px 0px 0px 0px;
}
.post .comments a, .post .comments a:visited {
	margin: 0px 0px 0px 0px;
}


.post img{
	padding: 0px 0px 0px 0px;
}
.post .alignright {
	padding: 0px 0px 5px 10px;
}
.post .alignleft {
	padding: 0px 10px 5px 0px;
}
/* Comment Form Styles */
#copy textarea {
	width: 600px;
}






#footer a, #footer a:visited {
}
#footer a:hover {
}
.footerCenter {
	background-position: center;
	font-size: 10px;
	margin-bottom: 5px;
}

.footerInfo {
	text-align: justify;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}




/*** WORDPRESS CLASSES AND STYLING ----------------------------------------------------------------------------- ***/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	margin-right: auto;
	margin-left: auto;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.center-item {
	width: 100%;
	text-align: center;
}
/* Image Caption Styles */
.wp-caption {
	background-color: #FFFFFF;
	text-align: center;
	margin: 10px;
	padding-top: 5px;
	border: 4px solid e2e2e2;
}
.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px
}
.categories {

}
.tags {
	width: 300px;
}
.comments {

}
.more-link {
	font-size: 14px;
	font-weight: bold;
}

/*** custom classes --------------------------------------------------------------------------------------- ***/

.contactList {
	list-style-type: none;
	margin-top: -15px;
	margin-bottom: 5px;
}
.wpFooterContainer {
	display:none;
}
.plain_list {
	list-style-type: none;
}
.contact_list {
	list-style-type: none;
	margin-top: 30px;
}
.contact_list li {
	margin-bottom: 10px;
}
.flash_item {
	width: 100%;
	text-align: center;
}
.skills {
	clear:both;
	width:auto;
	padding: 10px 10px 7px 10px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #000;
	background-color: #CCC;
	text-align: center;
}
.skills img {
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	display: inline;
}


.sample {
	clear:both;
	width:auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #000;
	background-color: #CCC;
	text-align: center;
}
.samplethumb {
	display:block;
	float:left;
	height: 80px;
	width: 110px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.samplethumb img {
	border: 1px solid #000;
}

.sampletext {
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:450px;
	text-align: justify;
}
.sampletext p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

