/*
Theme Name: WordPress Theme Support
Theme URI: http://wpthemesupport.com
Description: Custom theme for WPThemeSupport.com
Version: 1
Author: Jarret Cade
Author URI: http://jarretcade.net
*/

/* General */

* {
	margin: 0px;
	padding: 0px;
}

P {
	margin: 15px 0;
}

DIV {
	border: none;
}

BODY {
	background: #EFEFEF url('images/logobg.jpg') repeat-x;
}

H2 {
	font-size: 1.2em;
	margin: 20px auto 20px auto;
}

H3 {
	font-size: 1.1em;
	border-bottom: solid 1px #CCC;
}

H4 {
	font-size: 1em;
}

BLOCKQUOTE {
	border-bottom: 1px solid #CCC;
	background: #F7F7F7 url('images/quotebg.jpg') top left no-repeat;
	padding: 20px 3px 3px 3px;
}

PRE {
	background: #F7F7F7 url('images/codebg.jpg') top left no-repeat;
	padding: 20px 3px 3px 3px;
	border-bottom: 1px solid #CCC;
	font-size: .9em;
}

.note {
	border-bottom: 1px solid #c3b800;
	background: #fcfdb4 url('images/notebg.jpg') top left no-repeat;
	padding: 20px 3px 3px 5px;
}

.wp-caption p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
}

IMG {
	border: none;
}

/* Layout */

* {
	margin: 0px;
	padding: 0px;
}

#page {
	width: 1000px;
	margin: 0px auto 0px auto;
}

#header {
	height: 75px;
}

#content {
	width: 625px;
	float: left;
	margin: 10px;
}

#sidebar {
	width: 325px;
	float: right;
	margin: 10px;
}

#footer {
	clear: both;
}

/* Page */



/* Header */

#logo {
	width: 450px;
	height: 75px;
	margin-left: 10px;
	float: left;
}

	#logo img {
		border: none;
	}

#nav {
	float: right;
	margin: 25px 0px 0px 0px;
	height: 30px;
	width: 440px;
}

	#nav ul li {
		list-style-type: none;
		display: inline;
		font-size: 1.6em;
		margin: 0px 25px 0px 25px;
	}
	
	#nav ul li a {
		text-decoration: none;
		color: #FFFFFF;
		font-family: Georgia;
	}
	
	#nav ul li a:hover {
		text-decoration: underline;
	}

/*Content */

#content {
	background: #FFFFFF;
	border: groove 2px #000;
}

	.posttitle {
		padding: 5px;
		font-size: 1.5em;
	}

#post {
	padding: 0px 10px 10px 10px;
}

	#post OL, #post UL {
		margin: 10px 10px 10px 30px;
	}

#tags {
	width: 280px;
	margin: 5px 5px 20px 5px;
	padding: 5px;
	float: left;
	border: solid 1px black;
}

#relatedposts {
	width: 280px;
	margin: 5px 5px 20px 5px;
	padding: 5px;
	float: right;
	border: solid 1px black;
}

#postarchives {
	float: left;
	width: 400px;
}

#archivelist {
	float: right;
	width: 200px;
	margin-bottom: 20px;
}

	#archivelist li {
		list-style-type: none;
	}

#comments {
	margin: 5px;
	clear: both;
}

#commentform {
	margin: 5px;
}

#comment {
	margin-top: 10px;
	width: 610px;
}
	
	#commentform textarea {
		width: 550px;
	}
	
	.commentlist {
		width: 575px;
		margin-left: 25px;
	}
	
	.commentlist li {
		list-style-type: none;
		border: groove 2px black;
		padding: 2px;
		margin: 15px auto 15px auto;
	}
	
	.commentlist li img {
		margin: 3px;
	}
	
	.avatar {
		float: right;
		width: 50px; 
		height: 50px;
		margin: 10px;
	}
	
#respond {
	clear: both;
}
	
	#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
/* Sidebar */

#sidebar {
	background: #FFFFFF;
	border: groove 2px #000;
}

.sidebartext {
	font-size: .9em;
	margin-top: 10px;
}

#newsletter {
	margin: 10px;
}	

	#newsletter table {
		width: 85%;
	}

	#newsletter input {
		height: 25px;
		font-size: 1.1em;
	}
	
	#newsletter input.subscribe {
		font-size: 1em;
	}

#sitesearch {
	margin: 10px;
}

	#cse-search-box {
		text-align: center;
	}

	#searchbox {
		height: 25px;
		width: 90%;
		font-size: 1.2em;
		margin: 5px auto 5px auto;
	}

#latestposts {
	margin: 10px;
}

	#latestposts li {
		list-style-type: none;
		margin: 10px 10px 5px 10px;
		padding-bottom: 10px;
		border-bottom: inset 1px #AAA;
	}
	
	#latestposts li a {
		text-decoration: none;
	}

#social {
	margin: 10px;
}

	#social li {
		list-style-type: none;
		margin: 5px;
	}
	
/* Footer */

#footer {
	text-align: center;
	height: 35px;

	padding-top: 8px;
}

/* Demos */

.customnote {
        background: red;
        color: white;
}