/*
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;
	cursor: help;
}

blockquote {
	border-left: 3px solid #ccc;
	margin: 13px;
	padding-left: 6px;
}

body {
	background: #FFF;
	color: #000;
	font: 13px sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow-x: hidden;
}

h1 {
	border-top: 1px dotted #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 7px;
	padding-top: 2px;
	text-shadow: 2px 2px 2px #DDD;
}

h2 {
	border-top: 1px dotted #888;
	font-size: 23px;
	font-weight: bold;
	margin: 10px 0 3px 0;
	padding-top: 2px;
	text-shadow: 2px 2px 2px #DDD;
}

h3 {
	border-bottom: 1px dotted #000;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 3px;
	padding-bottom: 2px;
	text-shadow: 2px 2px 2px #EEE;
}

h4 {
	border-bottom: 1px dotted #AAA;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 3px;
	padding-bottom: 2px;
	text-shadow: 1px 1px 1px #EEE;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}

p, ol, ul, .wp-caption {
	margin: 13px 0;
	line-height: 17px;
}

th {
	text-align: center;
}

/* Web Slice Styling */

.entry-content {
	background: #FFF;
	text-align: left;
}

/* Wrappers */

.border1 {
	border: 0px solid #014818;
}
.border2, .posthead, #postside, .pagetitle, .meta-post, .meta-nav {
	border: 0px dashed green;
}

.width,
#main {
	width: 1000px;
	margin: 0 auto 0 auto;
}

.navbar,
#main {
	text-align: left;
}

/* Header */

#header {
	background: #13ae6d;
	border-bottom: 5px solid #014818;
}
#header-inner {
	background: #13AE6D url(imgs/thechrisd%20website%20banner.png) no-repeat left;
	height: 116px;
	width: 374px;
	float: left;
}

.navbar {
	padding-left: 374px;
	font-size: 21px;
	background: #077b39;
	text-transform: uppercase;
}
#navigation {
	text-shadow: gray 1px 1px 1px;
}
#subpages {
	font-size: 17px;
}
	
	.navbar-inner {
		height: 116px;
		border: 0px solid #014818;
		border-width: 0 3px;
	}
	
	.navbar ul {
		padding: 1px 0 0 0;
		margin: 0;
	}
		.navbar ul li {
			list-style-type: none;
			display: inline;
			border: 0px solid #014818;
			border-width: 3px 3px 3px 0;
			padding: 6px 0px;
			margin-right: -6px;
			line-height: 39px;
		}
			.navbar ul .opposite {
				float: right;
				border-left: #014818 3px solid;
				border-right: 0;
			}
			.navbar ul li.current-menu-item,
			.navbar ul li.current_page_parent,
			.navbar ul li.current-page-ancestor {
				background: #13ae6d;
				font-weight: bold;
			}
			.navbar ul li a {
				padding: 6px 20px;
				text-decoration: none;
			}
				.navbar ul li a:hover {
					color: #fff;
				}

.menuselect {
	margin-left: -8px;
}

/* Header and Footer "Bars" */

#headbar,
#footbar,
#credit {
	background: #077b39;
	border: solid 5px #014818;
	color: #fff;
	padding: 0 1px;
	text-align: center;
	clear: both;
}
#headbar {
	border-top-width: 0;
}
	#intro {
		background: url(http://stuff.thechrisd.com/thechrisd%20facebook.png) top left no-repeat;
		padding: 7px 0px 1px 188px;
		height: 170px;
		font-size: 20px;
	}
		#intro p {
			margin-right: 310px;
			line-height: 24px;
		}
	.videobox {
		float: left;
		width: 490px;
		padding: 0 4px;
		text-align: center;
	}
	.twitterbox {
		float: left;
		width: 320px;
		padding-left: 10px;
	}
	.twtr-hd h3,
	.twtr-hd h4 {
		border-bottom: none;
	}
	
#credit {
	border-bottom-width: 0;
	padding: 5px;
	border-bottom-width: 5px;
}
	#credit a {
		color: #ccc;
	}
		#credit a:hover {
			color: #fff;
		}
	#credit abbr {
		border-bottom: 1px dashed #ccc;
	}

#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;
}

/* Content */

#main {
	background: #fff;
	display: block;
	overflow: hidden;
}

.post {
	padding: 7px 4px 5px 4px;
}
	.narrow {
		margin-right: 192px;
	}
	.padless {
		padding: 0;
	}

	.post .wp-smiley {
		padding: 0px;
	}

	.post .wp-caption {
		background: #f0f0f0;
		text-align: center;
		padding-top: 5px;
		border: 1px solid #bbb;
		border-radius: 5px 5px 10px 10px;
		box-shadow: 0 0 10px #888;
		margin-left: 10px; margin-right: 10px;
	}
		.post .wp-caption-text {
			font-size: 15px;
			font-weight: bold;
			margin: 8px;
		}

	.post .alignleft,
	.post .g2-img-left,
	.post .wp-caption .alignleft {
		float: left;
		margin-top: 0; margin-left: 0;
	}

	.post .alignright,
	.post .g2-img-right,
	.post .wp-caption .alignright {
		float: right;
		margin-top: 0; 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-width: 2px;
}

#postcomic {
}
	#postcomic p {
		text-align: center;
	}

.thepost {
	padding: 0 10px;
}
	.thepost .more-link {
		font-style: italic;
	}
	
	.thepost ul li {
		line-height: 18px;
		margin: 13px 0;
	}

/* Posts Sidebar */

#postside {
	float: right;
	width: 176px;
	border-left-width: 2px;
	padding: 0 3px 7px 7px;
}

	#postside h3 {
		padding-top: 6px;
	}

	#postside div {
		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;
			}

	#postside .blogroll img {
		width: 16px;
		height: 16px;
	}

.screen-reader-text {
	display: none;
}

/* Blog Posts Details */

.pagetitle {
	text-align: center;
	border-top-width: 2px;
	margin: 0 0 2px 0;
}

.storytitle {
	margin: 0;
	padding-top: 2px;
	border-top: none;
	letter-spacing: -1px;
}
	.storytitle a {
		text-decoration: none;
	}

	.storytitle img {
		float: right;
		margin-top: -2px;
		padding-right: 0;
	}

.commentslink {
	float: right;
	font-weight: bold;
}

.sharing {
	padding-bottom: 0px !important;
}

.feedback {
	color: #ccc;
	text-align: right;
}

/* Custom Templates */

.gallery {
}
	.gallery img {
		padding: 2px;
	}
	.gallery-item {
		margin-top: 0;
		margin-bottom: 13px;
	}
	.gallery-caption {
		padding: 3px 8px 0;
	}

.readercolumn {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 310px;
	float: left;
	padding-right: 10px;
}
	.readercolumn ul li {
		padding-bottom: 5px;
	}
		.readercolumn ul li a {
			color: #000;
			text-decoration: none;
		}
			.readercolumn li ul li a:hover {
				text-decoration: underline;
				color: #666;
			}
	.readercolumn .f {
		display: none;
	}
	.readercolumn .s {
		font-style: italic;
		padding-left: 5px;
		font-size: 12px;
	}
	
.lifestream {
}
	.lifestream img {
		padding: 0;
	}
	.lifestream tr {
		margin: 13px 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;
}

/* 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 {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
	.commentmetadata a {
		text-decoration: none;
	}

.meta-post,
.meta-nav {
	padding: 11px;
	margin: 11px 0;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

.meta-links {
	float: right;
	margin: 0 0 0 13px;
	padding-left: 13px;
}

.meta-nav {
	height: 11px;
	line-height: 11px;
}

/* 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;
}
