/*
Theme Name: TheChrisD's Theme
Theme URI: http://www.thechrisd.com/
Description: TheChrisD's custom theme - cos no-one else can make the perfect theme for me :D .
Version: 1.0
Author: TheChrisD
*/

/* Old greeny colour: #02531f */

/* Basic Elements */

a {
	color: #000;
}

a img {
	border: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 12px;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 0.3em solid #ccc;
	margin: 14px 12px;
	padding-left: 0.3em;
}

body {
	background: #FFF;
	color: #000;
	font: 14px sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	border-top: 1px dotted #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 7px;
	padding-top: 2px;
}

h2 {
	border-top: 1px dotted #888;
	font-size: 23px;
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding-top: 2px;
}

h3 {
	border-bottom: 1px dotted #000;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 3px;
	padding-bottom: 2px;
}

h4 {
	border-bottom: 1px dotted #AAA;
	color: #555;
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0 3px;
	padding-bottom: 2px;
}

p {
	margin: 14px 0;
	line-height: 18px;
}

th {
	text-align: center;
}

/* Web Slice Styling */

.entry-content {
	background: #FFF;
	text-align: left;
}

/* Wrappers */

.border1 {
	border: 0px solid #014818;
}

.width,
#main {
	width: 990px;
	margin: 0 auto 0 auto;
}

.navbar,
#main {
	text-align: left;
}

/* Header */

#header {
	background: #13ae6d;
	border-bottom: 3px solid #014818;
}
#header-inner {
	background: url(imgs/UKCS%20Podge%20chrisD%20signature%20Banner%202.png) no-repeat center;
	height: 116px;
}

.navbar {
	font-size: 21px;
	background: #077b39;
	text-transform: uppercase;
	border: 0px solid #014818;
	border-width: 0 0 3px;
}
#navigation {
	text-shadow: gray 1px 1px 1px;
}
#subpages {
	font-size: 17px;
}
	
	.navbar-inner {
		height: 34px;
		line-height: 34px;
		border: 0px solid #014818;
		border-width: 0 3px;
	}
	
	.navbar ul {
		padding: 0;
		margin: 0;
	}
		.navbar ul li {
			list-style-type: none;
			display: inline;
			border-right: #014818 3px solid;
			padding: 5px 0;
			margin-right: -6px;
		}
			.navbar ul .opposite {
				float: right;
				border-left: #014818 3px solid;
				border-right: 0;
			}
			.navbar ul li.current_page_item,
			.navbar ul li.current_page_parent,
			.navbar ul li.current_page_ancestor {
				background: #13ae6d;
				font-weight: bold;
			}
			.navbar ul li a {
				padding: 4px 15px;
				text-decoration: none;
			}
				.navbar ul li a:hover {
					color: #fff;
				}

.menuselect {
	margin-left: -8px;
}

/* Content */

#main {
	background: #fff;
	display: block;
	overflow: hidden;
}

.post {
	padding: 7px 4px 5px 4px;
}
	.narrow {
		margin-right: 182px;
	}
	.padless {
		padding: 0;
	}

	.post .wp-smiley {
		padding: 0px;
	}

	.post .wp-caption {
		background: #CCCCCC;
		text-align: center;
		padding-top: 5px;
		margin: 10px auto;
		border: 1px dotted #000;
		border-radius: 5px;
	}
		.post .wp-caption-text {
			font-size: 14px;
			font-weight: bold;
			margin: 6px;
		}

	.post .alignleft,
	.post .g2-img-left,
	.post .wp-caption .alignleft {
		float: left;
		padding-left: 0;
	}
		.post .wp-caption .alignleft {
			margin-left: 0;
		} 

	.post .alignright,
	.post .g2-img-right,
	.post .wp-caption .alignright {
		float: right;
		padding-right: 0;
	}
		.post .wp-caption .alignright {
			margin-right: 0;
		} 

	.post .aligncenter,
	.post .wp-caption .aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

.postsmall {
	margin-bottom: 6px;
}

.postmasthead {
	padding-bottom: 4px;
	border-bottom: 1px dotted #000;
}

.posthead {
	padding-bottom: 6px;
	border-top: 1px dotted #000;
}

#postcomic {
}
	#postcomic p {
		text-align: center;
	}

.thepost {
	padding: 0 10px;
}
	.thepost a {
		text-decoration: none;
		border-bottom: 1px solid #000;
		padding-bottom: 1px;
	}
		.thepost a:hover {
			border-bottom: 1px solid #666;
		}
	.thepost .more-link {
		font-style: italic;
	}

/* Posts Sidebar */

#postside {
	float: right;
	width: 166px;
	padding: 0 3px 7px 7px;
	border-left: 1px dotted #000;
}

	#postside h3 {
		padding-top: 6px;
	}

	#postside div {
		font-size: 12px;
		padding-bottom: 6px;
	}

	#postside ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
		#postside ul li {
			padding-bottom: 3px;
		}
			#postside ul ul.children {
				padding-top: 3px;
				padding-left: 8px;
			}

/* Blog Posts Details */

.pagetitle {
	text-align: center;
	margin: 0 0 2px 0;
}

.storytitle {
	margin: 0;
	padding-top: 2px;
	border-top: none;
}
	.storytitle a {
		text-decoration: none;
	}

	.storytitle img {
		float: right;
		margin-top: -2px;
		padding-right: 0;
	}

.commentslink {
	float: right;
	font-size: 16px;
	font-weight: bold;
}
	.commentslink a {
		text-decoration: none;
		padding-bottom: 2px;
		border-bottom: 2px solid #000;
	}
		.commentslink a:hover {
			border-bottom: none;
		}

.feedback {
	color: #ccc;
	text-align: right;
}

/* Custom Templates */

.gallery {
}
	.gallery img {
		padding: 2px;
	}
	.gallery-item {
		margin-top: 0;
		margin-bottom: 14px;
	}
	.gallery-caption {
		padding: 3px 8px 0;
	}

.blogroll {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 310px;
	float: left;
	padding-right: 10px;
}
	.blogroll ul li {
		padding-bottom: 5px;
	}
		.blogroll ul li a {
			color: #000;
			text-decoration: none;
		}
			.blogroll li ul li a:hover {
				text-decoration: underline;
				color: #666;
			}
	.blogroll .f {
		display: none;
	}
	.blogroll .s {
		font-style: italic;
		padding-left: 5px;
	}
	
.lifestream {
}
	.lifestream img {
		padding: 0;
	}
	.lifestream tr {
		margin: 14px 0;
	}

#blogrollleft,
#blogrollright {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 49%;
	float: left;
}

#blogrollleft {
	padding-right: 5px;
}
#blogrollright {
	padding-left: 5px;
}

#blogrollleft ul li,
#blogrollright ul li {
	padding-bottom: 3px;
	font-size: 12px;
}

#blogrollleft ul li a,
#blogrollright ul li a {
	color: #000;
	text-decoration: none;
}

#blogrollleft li ul li a:hover,
#blogrollright li ul li a:hover {
	text-decoration: underline;
	color: #666;
}

#blogrollleft .f,
#blogrollright .f {
	display: none;
}

/* Home Page Stuffs */

#homemain {
	background: transparent url(imgs/portraitbackground.jpg) no-repeat center;
	height: 557px;
	text-align: left;
}
#blurb {
	background: #FFF;
	border: 2px solid #000;
	border-radius: 15px;
	position: relative;
	top: 10px;
	left: 35px;
	padding: 0 15px;
	width: 890px;
}
#buttons {
	position: relative;
	top: 40px;
	left: 619px;
	width: 334px;
}
	#buttons img {
		padding-bottom: 5px;
	}

#meh {
	margin-right: 640px;
}
#meh img {
	padding: 0px;
}

#homeside {
	float: right;
	width: 640px;
	border-left: 1px dotted #000;
}

.hometab-bar {
	border-right: 0;
}
.hometab-bar ul li {
	width: 190px;
	text-align: center;
}

#randomimage {
}

.giDescription {
	margin-top: 3px;
}

.wpg2sidebarblock-image {
	width: 165px;
	float: left;
}

.wpg2sidebargrid-image {
	float: left;
	width: 155px;
	height: 155px;
	text-align: center;
}

#latestposts {
}

.archive {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.archive li {
	display: block;
	float: left;
	width: 18.5%;
	padding: 0.3em 0 0.3em 0.3em;
	margin-right: 0.3em;
}

/* Comments */

.commentrap {
	font-size: 12px;
}

#commentlist {
	margin: 0;
	padding-left: 0;
	border-bottom: 0px dotted #ccc;
}
#commentlist ul.children {
	padding-left: 26px;
}

#commentlist li.comment,
#commentlist li.pingback {
	list-style-type: none;
	border: 0px dotted #ccc;
	border-top-width: 1px;
}
#commentlist .comment-body {
	padding: 8px 0 12px;
}

#commentlist li.byuser {
}
#commentlist li.comment {
	min-height: 100px;
}
#commentlist li.pingback {
	padding-left: 56px;
}

#commentlist .avatar {
	float: right;
	padding-right: 0;
}
#commentlist .fn {
	font-weight: bold;
	font-size: 16px;
	font-style: none;
}

#commentlist .pingback .says,
#commentlist .pingback p,
#commentlist .pingback .reply {
	display: none;
}

#commentform .instruct {
	float: right;
	width: 30%;
	padding-left: 12px;
	border-left: 1px dotted #ccc;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #FFF;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 5px;
}

#commentform textarea {
	width: 100%;
	border-radius: 10px;
	font-family: sans-serif;
	font-size: 1em;
}

#respond h2 {
	margin-top: 0;
}
#respond h2 .cancel {
	float: right;
	font-size: 10px;
}

/* Footer */

#footbar,
#minibuttons,
#credit,
#goog {
	background: #077b39;
	border: solid 5px #014818;
	border-bottom-width: 0;
	color: #fff;
	padding: 0 1px;
	text-align: center;
	clear: both;
}
	#footbar,
	#minibuttons {
		font-size: 12px;
	}
	#credit {
		padding: 5px;
		border-bottom-width: 5px;
	}
	#footbar a,
	#credit a {
		color: #ccc;
	}
		#footbar a:hover,
		#credit a:hover {
			color: #fff;
		}
	#goog {
		min-height: 15px;
		border-width: 3px 3px 0;
	}

#cardblock {
	width: 460px;
	margin-right: -1px;
	float: left;
	padding: 5px 0;
}

#twitblock {
	padding: 3px 0;
	float: right;
	width: 528px;
	border: 1px dotted #ccc;
	border-width: 0 1px;
}

#twitblock #twithead {
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	color: #CCC;
	margin: 0;
	padding-bottom: 2px;
}

#twitblock ul#twitter_update_list {
	list-style-type: none;
	padding: 0 5px;
	margin: 0;
	text-align: left;
}

#twitblock ul#twitter_update_list li {
	font-size: 1em;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
	min-height: 2em;
}

#twitblock ul#twitter_update_list li a {
	display: block;
}

#twitblock ul#twitter_update_list li span {
	color: #fff;
}

#twitblock ul#twitter_update_list li span a {
	display: inline;
	padding-left: 0;
}

img#wpstats {
	display: none;
}

/* Meta */

.meta, .meta a,
.meta-post, .meta-post a,
.meta-links, .meta-links a,
.meta-nav, .meta-nav a,
.commentmetadata, .commentmetadata a,
.comment-reply-link {
	font-size: 12px;
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
	.commentmetadata a {
		text-decoration: none;
	}

.meta-post,
.meta-nav {
	padding: 11px 11px 0;
	margin: 11px 0;
	border-top: 1px dotted #000;
}

.meta-links {
	float: right;
	margin: 0 0 0 14px;
	padding-left: 14px;
}

.meta-nav {
	height: 11px;
	line-height: 11px;
	padding-bottom: 6px;
}

/* Custom */

#lifestream {
	list-style-type: none;
}

.babybear {
	background: #ccc url('http://stuff.thechrisd.com/avatar-babe.jpg') no-repeat top left;
	border-left: 5px solid #ccc;
	margin: 0 20px 0 20px;
	padding-left: 125px;
	min-height: 120px;
	overflow: visible;
}

#welcome {
	background: #ccc;
	border: 1px dashed #000;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 85%;
	overflow: hidden;
	text-align: center;
}