/*
Theme Name: Interwubs
Theme URI: http://www.interwubs.com
Description: This is the theme for my blog.
Version: 1.0
Author: KC Cloyd
Author URI: http://www.kccloyd.com/

*/

a {
	text-decoration: none;
	color: #06c;
}

a:hover {
	text-decoration: underline;
}

body {
	background: url(images/background.png);
	font-family: verdana, helvetica, arial;
	font-size: 12px;
	color: #444;
}

.clear {
	clear: both;
}

#container {
	width: 950px;
	margin: 10px auto;
	border: 3px dashed #31333F;
}

#content {
	width: 702px;
	float: left;
}

#content_middle {
	width: 656px;
	min-height: 300px;
	padding: 5px 15px;
	border-width: 0px 8px 0px 8px;
	border-style: solid;
	border-color: #3f4a51;
	background: url(images/logo_big.png) no-repeat;
	background-position: center 30px;
	background-color: white;
	line-height: 16px;
}

#content_middle small {
	font-family: georgia, "Times New Roman", times, serif;
	font-size: 10px;
	color: #8e8e8e;
}

#content_top {
	width: 702px;
	height: 17px;
	background: url(images/rounded_top.png) no-repeat;
}

.entry {
	margin-top: 15px;
}

#header {
	width: 916px;
	height: 300px;
	margin: 15px auto;
	padding: 0px;
}

#header a {
	width: 916px;
	height: 300px;
	display: block;
	background: url(images/header.png) no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

#main_nav {
	margin: 15px 0px;
	padding: 0px;
	list-style: none;
}

#main_nav a {
	width: 213px;
	height: 62px;
	margin-top: 10px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

p {
	margin: 0px 0px 10px 0px;
}

#subcontainer {
	width: 915px;
	margin: 0px auto 15px auto;
}

	.post
	{
		padding: 0px 10px 20px 0px;
	}

	.post a
	{
		color: #3b5d77;
		text-decoration: none;
	}

	.post h2
	{
		margin: 0px 0px 5px 0px;
		padding: 0px;
		font-family: georgia, "Times New Roman", times, serif;
		font-size: 20px;
		color: #d08c14;
	}
	
	.post h2 a {
		color: #d08c14;
	}

	.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: 5px 0px 0px 0px;
		font-size: 10px;
	}
	
	.post small {
		font-family: georgia, "Times New Roman", times, serif;
		font-size: 10px;
		color: #8e8e8e;
	}

#navigation
{
	padding: 5px 0px 0px 0px;
	float: left;
}

#blog {
	background: url(images/blog.png) no-repeat;
}

#forums {
	background: url(images/forums.png) no-repeat;
}

#content_bottom {
	width: 702px;
	height: 17px;
	background: url(images/rounded_bottom.png) no-repeat;
}

#footer {
	width: 950px;
	margin: 0px auto;
	font-size: 10px;
	color: #aaa;
	text-align: center;
	line-height: 14px;
}

#links {
	background: url(images/links.png) no-repeat;
}

#photos {
	background: url(images/photos.png) no-repeat;
}

.submit {
	border: 4px solid #3f4a51;
	background-color: #344048;
	color: white;
}

form p {
	font-weight: bold;
	color: #3b5d77;
}

/*** 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;
}

