/*
Theme Name: kccloyd.com
Theme URI: http://www.kccloyd.com
Description: This is the theme for my personal website.
Version: 1.0
Author: KC Cloyd
Author URI: http://www.kccloyd.com/

*/

/*** CSS for General Use ***/

a
{
	color: #3b5d77;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: verdana,helvetica,arial;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: url(images/bg_body.png) repeat-y;
	background-position: center;
	background-color: #8ea9bd;
	color: #000000;
}

h1
{
	width: 410px;
	padding: 0px 10px 0px 10px;
	float: left;
}

p
{
	padding: 10px 0px 0px 0px;
}

table
{
	text-align: center;
}

/*** CSS for header.php ***/

#wrapper
{
	margin: 0px auto 0px auto;
	width: 775px;
	text-align: left;
	background-color: #5b819b;
}

#topper
{
	width: 775px;
	height: 58px;
	background: url(images/bg_top_nav.png) repeat-x;
	float: left;
}

	#topper a
	{
		text-decoration: none;
		color: #bbcccc;
	}

	#topper li
	{
		padding: 0px 15px 0px 15px;
		border-right: 1px dotted #4d5760;
		float: left;
	}

	#topper li.noBorder
	{
		border-right: none;
	}

	#topper ul
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
		float: right;
		position: relative;
		top: 33px;
	}

#header
{
	width: 775px;
	height: 143px;
	background: url(images/banner.png) no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	float: left;
}

#navbar
{
	width: 775px;
	height: 43px;
	float: left;
	background: url(images/bg_navbar.png) repeat-x;
	font-size: 15px;
	color: #e5f0f4;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-top: 24px;
}

#container
{
	width: 755px;
	background-color: white;
	padding: 10px;
	float: left;
}

#sidenav
{
	margin-top: 5px;
	width: 150px;
	float: left;
}

	#sidenav a
	{
		display: block;
		width: 150px;
		height: 71px;
		color: #3b5d77;
		text-decoration: none;
	}

	#sidenav span
	{
		position: relative;
		top: 54px;
		left: 2px;
	}

	#sidenav #personal
	{
		background: url(images/personal.png) no-repeat;
	}

	#sidenav #professional
	{
		background: url(images/professional.png) no-repeat;
	}

	#sidenav #connect
	{
		background: url(images/connect.png) no-repeat;
	}

/*** CSS for Content Templates ***/

#content
{
	width: 595px;
	padding: 0px 0px 0px 10px;
	float: left;
}

#contactForm ul
{
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#contactForm ul ul
{
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

#contactForm ul ul li
{
	color: #3b5d77;
	font-weight: bold;
}

#name, #email
{
	height: 18px;
	width: 200px;
}

#name, #email, #message
{
	padding: 0px;
	margin-top: 5px;
	border: 1px solid #bbbbbb;
	font-size: 11px;
}

#message
{
	height: 200px;
	width: 350px;
}

#submit
{
	width: 50px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: verdana, helvetica, arial;
	background-color: #67bb8d;
	border: 1px solid #bbbbbb;
	font-weight: bold;
	vertical-align: middle;
	color: #d4fde8;
	position: relative;
	top: 5px;
}

	.post
	{
		padding: 0px 10px 20px 0px;
	}

	.post a
	{
		color: #3b5d77;
		text-decoration: none;
	}

	.post h2
	{
		height: 30px;
		font-weight: normal;
		font-size: 19px;
		border-bottom: 4px solid #bbcccc;
		margin-bottom: 10px;
	}

	.post .entry
	{
		line-height: 18px;
	}

	.post .entry h3, h4
	{
		padding: 0px;
		color: #3b5d77;
	}

	.post .entry h3
	{
		margin: 10px 0px 10px 0px;

	}

	.post .entry h4
	{
		margin: 0px;
	}

	.post .entry p
	{
		margin: 0px;
		padding: 0px 0px 10px 0px;
	}

	.post .entry ul
	{
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 30px;
	}

	.post p.postmetadata
	{
		border-top: 1px solid #cccccc;
		margin: 10px 0px 0px 0px;
	}

.navigation
{
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*** CSS for sidebar.php ***/

#sidebar
{
	width: 195px;
	margin: 0px;
	display: inline;
	float: right;
	background-color: white;
}

	#sidebar form
	{
		padding-bottom: 10px;
		border-bottom: 1px dotted #cccccc;
	}

	#sidebar label
	{
		font-size: 13px;
		font-weight: bold;
	}

	#sidebar table
	{
		padding-bottom: 10px;
		border-bottom: 1px dotted #cccccc;
	}


	#sidebar ul
	{

		list-style-type: none;
		margin: 0px;
		padding: 0px 10px 0px 10px;
	}

	#sidebar ul li
	{
		padding: 0px 0px 10px 0px;
	}

	#sidebar ul li h2
	{
		font-size: 13px;
	}

	#sidebar ul ul
	{
		padding-bottom: 10px;
		border-bottom: 1px dotted #cccccc;
	}

	#sidebar ul ul li
	{
		padding: 0px;
		line-height: 24px;
	}

	#sidebar #ads
	{
		text-align: center;
		margin-top: 10px;
	}

	#sidebar #padding
	{
		width: 175px;
		padding: 5px;
		color: #3b5d77;
		background-color: #eaf2f5;
		float: right;
	}

	#sidebar #s
	{
		width: 110px;
		height: 18px;
		padding: 0px;
		margin-top: 5px;
		border: 1px solid #bbbbbb;
		font-size: 10px;
		float: left;
	}

	#sidebar #searchsubmit
	{
		width: 30px;
		height: 20px;
		margin: 0px;
		margin-left: 3px;
		padding: 0px;
		font-size: 10px;
		font-family: verdana, helvetica, arial;
		background-color: #67bb8d;
		float: left;
		border: 1px solid #bbbbbb;
		font-weight: bold;
		vertical-align: middle;
		color: #d4fde8;
		position: relative;
		top: 5px;
	}

/*** CSS for footer.php ***/

#chaser
{
	width: 765px;
	padding: 5px;
	background: url(images/bg_bottom_bar.png) repeat-x;
	background-color: #e2ecf0;
	float: left;
}

	#chaser h2
	{
		text-align: center;
		font-size: 12px;
		color: #586b7a;
		border-bottom: 1px dotted #cccccc;
		padding-bottom: 5px;
		margin: 0px 10px 0px 10px;
	}

	#chaser ul
	{
		width: 255px;
		margin: 0px;
		padding: 0px;
		list-style: none;
		float: left;
	}

	#chaser ul ul
	{
		list-style: square inside;
	}

	#chaser ul ul li
	{
		/*text-align: center;*/
		margin: 10px 10px 5px 10px;
	}

#footer
{
	width: 775px;
	height: 49px;
	background: url(images/bg_footer.png) repeat-x;
	background-color: #5b819b;
	font-size: 10px;
	color: #4d5760;
	clear: both;
	float: left;
}

	#footer a
	{
		color: #4d5760;
	}

	#footer p
	{
		text-align: center;
		margin: 0px;
		padding: 18px 0px 0px 0px;
	}

/*** CSS for Comments - DO NOT CHANGE UNLESS ABSOLUTELY NECESSARY ***/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/*** CSS for Gallery - XHTML INVALID OTHERWISE ***/

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 20%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}
