/* @override http://www.patrickpitt.com/wp-content/themes/pitt/style.css */

/*  
Theme Name: PatrickPitt
Theme URI: http://www.patrickpitt.com
Description: A theme for aPatrickPitt.com
Version: 1.0
Author: Dale Mugford and Duane Storey
Author URI: http://www.bravenewcode.com/
	
	This theme was designed and built by Dale Mugford and Duane Storey of BraveNewCode Inc..
*/

/* @group CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #555;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group WireFrame Global */

#wrapper {
	width: 920px;
	margin: auto;
	position: relative;
}

#content {
	width: 480px;
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	text-align: left;
}



/* @end */

/* @group WordPress Global */

a {
	text-decoration: none;
	color: #0099cc;
}

a:active {
	
}

a:hover {
	color: #222;
	text-decoration: underline;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

ol {
	
}

ul {
	
}

li {
	
}

code {
	
}

blockquote {
	padding-left: 25px;
	padding-right: 25px;
	font: 16px/22px Georgia, "Times New Roman", Times, serif;
}

img {
	
}

.spacer {
	height: 10px;
}

.clearer {
	clear: both;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

.caption .alignleft {
	float: left;
}

.caption .alignright {
	float: right;
}



/* @end */

/* @group Header */

#header {
	display: block;
	position: relative;
	clear: both;
	background-color: #fff;
	height: 261px;
}

#header-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 410px;
	text-align: center;
	font-variant: small-caps;
	text-shadow: #FFFFFF 0 -1px 1px;
	color: #999;
	margin: 0;
	padding: 0;
}

#header-left a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#header-left .job-title {
	font-size: 20px;
	color: #666;
	position: relative;
	z-index: 1;
	top: 162px;
}

#header-left .sub-head {
	color: #555;
	font-variant: normal;
	font-size: 12px;
	position: relative;
	z-index: 1;
	top: 163px;
	padding-left: 15px;
	padding-right: 10px;
}

#header-left .description {
	color: #555;
	font-variant: normal;
	margin-top: 5px;
	position: relative;
	z-index: 1;
	top: 165px;
}

#header-left h1 {
	display: none;
}

#header-right {
	position: absolute;
	left: 420px;
	background: url(images/header-right.jpg) no-repeat left bottom;
	height: 261px;
	margin: 0;
	padding: 0;
	top: 0;
}



/* @end */

/* @group Post Area */

.post h2 a, .post h2.title {
	font-size: 22px;
	color: #222;
	text-shadow: #ffffff 0 -1px 1px;
	display: block;
	margin-bottom: 15px;
	margin-top: 5px;
}

.post {
	width: 500px;
	margin-bottom: 75px;
}

.post h4 {
	color: #666;
	font: italic bold 14px/22px Georgia, "Times New Roman", Times, serif;
	text-shadow: #ffffff 0 -1px 1px;
}

.post .date {
	color: #555;
	font-size: 14px;
	font-variant: small-caps;
	margin-top: -10px;
	margin-bottom: 15px;
}

.postmeta {
	
}

.entry {
	font: 12px/18px "Lucida Grande", "Lucida sans Unicode", Arial, sans-serif;
	color: #666;
}

.entry ol, .entry ul {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 11px;
	line-height: 14px;
}

.entry ol li, .entry ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #555;
}

.entry ol {
	
}

.entry ol li {
	list-style-type: decimal;
}

.entry ul {
	
}

.entry ul li {
	list-style-type: circle;
}

.entry h3 {
	font: normal normal 14px Georgia, "Times New Roman", Times, serif;
	color: #444;
}

.entry h2 {
	font: italic normal bold 15px Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin-top: 25px;
	margin-bottom: 15px;
}



/* @end */

/* @group Footer */

#footer {
	text-align: center;
	font: 11px/15px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #999;
	width: 75%;
	margin: 50px auto 30px;
}

#footer img {
	margin-bottom: 50px;
}

#footer p {
	padding: 0;
	margin: 0 0 9px;
}



/* @end */

/* @group Sidebar */

#sidebar {
	background: url(images/border-left.jpg) no-repeat left top;
	height: 750px;
	width: 420px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#sidebar #sidebar-one {
	background: url(images/border-middle.jpg) no-repeat right top;
	width: 214px;
	height: 750px;
	padding-left: 10px;
}

#sidebar #sidebar-two {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/border-right.jpg) no-repeat right top;
	height: 750px;
}

#sidebar ul.sidebar-block {
	background: url(images/lightblue.jpg) repeat;
	margin: 0;
	padding: 0;
	width: 200px;
}

#sidebar-two ul.sidebar-block {
	width: 190px;
	position: relative;
	right: 10px;
}

#sidebar #sidebar-one .linkblock {
	border-bottom: 1px solid #ebebeb;
	height: 47px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: auto;
}

#sidebar #sidebar-two .linkblock {
	border-bottom: 1px solid #ebebeb;
	padding: 10px;
	height: 47px;
	margin-left: -5px;
}

#sidebar li.linkblock a, #sidebar h2 {
	color: #666;
	font: 18px "Myriad Pro", "Lucida Grande", "Lucida sans Unicode", Arial, sans-serif;
	text-shadow: #ffffff 0 -1px 1px;
	display: block;
	padding: 0;
	margin: 0;
}

#sidebar li.linkblock a:hover  {
	color: #222;
	text-decoration: none;
}

#sidebar span {
	display: block;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #417c00;
	padding-right: 5px;
}

#sidebar li.nobg h2 {
	padding-left: 10px;
	padding-top: 5px;
}

#sidebar ul {
	
}

#sidebar li {
	
}

#sidebar li.nobg {
	background-color: #fff;
	padding: 0;
	margin: 0;
	float: left;
}

#sidebar li.nobg span {
	height: 32px;
	padding-left: 10px;
}

#sidebar li.nobg li {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #999;
	padding: 5px 5px 5px 10px;
	text-shadow: #fff 0 1px 1px;
}

#sidebar-two li.nobg li {
	padding-left: 10px;
	margin-left: -1px;
	background-color: #fff;
	padding-right: 5px;
}

#sidebar li.nobg li:nth-child(odd) {
	background-color: #f9f9f9;
}

#sidebar li.nobg a {
	display: block;
	padding-bottom: 3px;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}

#sidebar a {
	
}

#sidebar a:hover {
	
}



/* @end */
