/* LAST UPDATED 09.28.2010 */

/*
	Theme Name: David Martin
	Theme URI: 
	Description: 
	Version: 1.0
	Author: 
	Author URI: 
*/

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION DEFAULTS
	III.  STRUCTURE & TYPOGRAPHY
	IV.   SPECIAL CASES
	V.    TABLES
	VI.   FORMS
	VII.  HEADINGS

*/

.blue { color: #026CB6; }
.green { color: #5b8726; }
.red { color: #c15d2a; }

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

body {
	margin: 0;
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #888;
	background: #fff;
}

.bigger {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	color: #888;
	background: #fff;
}

p, ul, ol {
	margin: 0;
	padding: 0 0 1.5em;
}

* p:last-child { padding: 0; }

a {
	color: #026CB6;
	text-decoration: underline;
}

a:hover { color: #c15d2a; }

a img { border: 0; }

img { display: block; } 

ul, ol { margin: 0 0 0 3em; }

blockquote {
	margin: 0;
	padding: 1em;
	font-style: italic;
	background: url('images/quotes-top.gif') top left no-repeat;
}

	blockquote p, blockquote h2 {
		margin: 0 0 1em;
		padding: 0;
		background: url('images/quotes-bottom.gif') bottom right no-repeat;
	}

/* -----------------------------------------------------------
		II. NAVIGATION DEFAULTS
----------------------------------------------------------- */

nav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 723px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	nav li { float: left; }

	nav li a {
		display: block;
		width: 161px;
		text-align: center;
		line-height: 2em;
		color: #777;
		text-decoration: none;
		text-transform: uppercase;
		border-right: 1px #ccc solid;
	}

	nav li.first a {
		width: 115px;
		text-align: left;
	}

	nav li.last a {
		width: 121px;
		text-align: right;
		border-right: none;
	}

	nav li a:hover, nav li a.hovering, nav li.current_page_item a {
		color: #026CB6;
		text-decoration: underline;
	}

	nav li a:focus {
		outline: none;
		border: none;
	}

/* LEVEL TWO */

nav ul ul {
	position: absolute;
	left: -999em;
	width: 180px;
	z-index: 1;
}

	nav li li { float: none; }

	nav li li a {
		width: 150px;
		padding: 10px 15px;
		text-align: left;
		line-height: 1.5em;
		text-transform: none;
		background: #fff;
		border: none;
	}

	nav li li.first a, nav li li.last a {
		width: 150px;
		text-align: left;
	}

	nav li li a:hover { text-decoration: underline; }

/* LEVEL THREE AND BEYOND */

nav ul ul ul {
	margin: -2.5em 0 0 25em;
	padding: 0;
}

nav li:hover ul ul { left: -999em; }

nav li:hover ul, nav li li:hover ul { left: auto; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

header, section, footer, aside, nav, article, figure { display: block; }

#wrap {
	margin: 0 auto;
	width: 980px;
}

	header {
		position: relative;
		height: 183px;
		overflow: hidden;
	}

		#logo { position: absolute; top: 15px; left: 0; }

		#tagline {
			position: absolute;
			top: 67px;
			right: 0;
			width: 306px;
			height: 26px;
			text-indent: -4440px;
			font-size: 19px;
			color: #026CB6;
			background: url('images/tagline.gif') no-repeat;
		}

	#content {
		padding: 30px 0;
		overflow: hidden;
	}

		#mainContent {
			float: right;
			padding-top: 30px;
			width: 723px;
			border-top: 7px #5b8726 solid;
		}

		#sidebar {
			float: left;
			padding-top: 30px;
			width: 200px;
			border-top: 7px #c15d2a solid;
		}

			#sidebar ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#sidebar li {
					margin: 0 0 2em;
					padding: 0 0 2em;
					border-bottom: 1px #ccc solid;
				}

				#sidebar li li {
					margin: 0;
					padding: 0;
					border: none;
				}

				#sidebar li li a { display: block; }

		footer {
			clear: both;
			padding-top: 15px;
			border-top: 1px #ccc solid;
		}

			footer p { float: left; }

			footer a {
				color: #888;
				text-decoration: underline;
			}

			footer a:hover { color: #026CB6; }

			footer ul {
				float: left;
				list-style: none;
				margin: 0 0 0 30px;
				padding: 0;
			}

				footer li {
					float: left;
					padding: 0 30px;
				}

/* -----------------------------------------------------------
		IV. SPECIAL CASES
----------------------------------------------------------- */

small {
	font-size: 12px;
	line-height: 1.6em;
}

.large {
	font-size: 18px;
	line-height: 1.6em;
}

.right { text-align: right; }

#mainContent a, #sidebar a {
	padding-left: 18px;
	text-decoration: none !important;
	background: url('images/arrow.gif') 0 4px no-repeat;
}

#sidebar a:hover { color: #c15d2a !important; }

#sidebar blockquote p { margin-bottom: 0; }

.icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: top left;
}

.comments, #text-3 h3 {
	height: 24px;
	line-height: 24px;
	padding-left: 38px;
	background-image: url('images/icon-thoughtbubble.gif');
}

.idea, #text-4 h3 {
	height: 39px;
	line-height: 39px;
	padding-left: 32px;
	background-image: url('images/icon-lightbulb.gif');
}

.people, #nav_menu-2 h3 {
	height: 26px;
	line-height: 26px;
	padding-left: 38px;
	background-image: url('images/icon-people.gif');
}

.page, #recent-posts-3 h3 {
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	background-image: url('images/icon-page.gif');
}

.clip, #categories-3 h3 {
	height: 28px;
	line-height: 28px;
	padding-left: 40px;
	background-image: url('images/icon-paperclip.gif');
}

.folders, #archives-3 h3 {
	height: 27px;
	line-height: 27px;
	padding-left: 38px;
	background-image: url('images/icon-folders.gif');
}

/* -----------------------------------------------------------
		V. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: .75em;
}

	table table { margin-bottom: 0; }

tr { padding: 0; }


td { padding: 0 .75em 0 0; }

.sss { padding: 0; }

.ttt { padding: 25px; }

/* -----------------------------------------------------------
		VI. FORMS
----------------------------------------------------------- */

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

textarea, select, .textBox {
	background-color: #fff;
	border: 1px #d1d1d1 solid;
	padding: 4px;
	color: #999;
	background: #fff url('images/bg-textBox.gif') top left no-repeat;
}

textarea:hover, textarea:focus, .textBox:hover, .textBox:focus { background: #fefff2; }

/* -----------------------------------------------------------
		VII. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 .7em;
	font-weight: normal;
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	padding-left: 0 !important;
	background: none !important;
}

h1 { font-size: 26px; }

h2 { font-size: 24px; }

h3 { font-size: 22px; }

	#sidebar h3 {
		color: #c15d2a;
		font-size: 12px;
		text-transform: uppercase;
	}

h4 {
	font-size: 16px;
	line-height: 1.6em;
}

/* -----------------------------------------------------------
		VII. COMMENTS
----------------------------------------------------------- */

#comments {
	clear: both;
	padding: 2em 0;
}

#comments ul, #comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li {
	margin: 0 0 1.5em;
	padding: 0;
}

#comments ol.commentlist ul { padding-left: 5em; }

#comments ul.children { padding-top: 1.5em; }

.comment-body {
	position: relative;
	margin: 0;
	padding: .5em .5em .5em 6em;
	min-height: 56px; /* this should be the height of your default avatar size */
}

#comments .alt, #comments .alt .comment-body { background-color: #f4f4f4; } /* if you want alternating row colors */

#comments div.reply { /* if you have threaded comments, this puts the reply link in the top right hand corner */
	position: absolute;
	top: 1em;
	right: 1em;
	border: 0;
}

#comments div.reply a {
	padding-left: 0 !important;
	background: none !important;
}

#comments img.avatar {
	position: absolute;
	top: .6em;
	left: .6em;
	width: 56px;
	height: 56px;
}

#comments div.comment-meta { display: none; }

#comments cite { font-style: normal; }

#comments .cancel-comment-reply a { margin-bottom: 2em; }

#commentform textarea {
	width: 300px;
	height: 100px;
	padding: .5em;
}

#comments #respond {
	clear: both;
	width: 100%;
	padding: .5em 0;
	overflow: hidden;
}
