/*
Theme Name: William Blackburn Custom Design
Theme URI: http://intinc.com
Description: Unique design based off initial concepts.
Version: 1.1
Author: INT
Author URI: http://intinc.com
*/
/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #106787;
	color: #00374B;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}

a {
	color: #00374B;
	font-weight: bold;
}

p {
	margin: 0 0 20px;
	padding: 0px 20px;
	line-height: 18px;
	color: #00374B;
	
}
ul {
	color: #00374B;
	padding: 0 0 0 10px;
}
li {
	color: #00374B;
	padding: 0 0 0 10px;
}
ol {
	color: #00374B;
	padding: 0 0 0 10px;
}
table {
	color: #00374B;
}
img {
	border: none;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#crumb {
	margin-left: 20px;	
}
#page {
	width: 960px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 239px;
	background: url(img/banner1.jpg) no-repeat center top;
	z-index: 2; /* IE z-index bug */
}

#content {
	background: #FFF;
	z-index: 1; /* IE z-index bug */
}

#content-left {
	float: left;
	width: 630px;
	padding: 40px 0;
}

#content-right {
	float: right;
	width: 290px;
	color: #034D72;
	font-weight: bold;
}
#content-right a {
	color: #034D72;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	text-indent: 10px;
}
#content-right a:hover {
	color: #C87F2B;
	font-weight: bold;
	text-decoration: underline;
}
#content-right a:visited {
	color: #034D72;
	font-weight: bold;
	text-decoration: underline;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1#blog-title {
	float: left;
	margin: 50px 10px 0 0;
	padding: 0px;
	font-size: 18px;
	text-indent: -1500px;
}

h1#blog-title a {
	color: #fff;
	text-decoration: none;
	text-indent: -1500px;
}

h1#blog-title a:hover {
	text-decoration: underline;
}

h2#blog-description {
	float: left;
	margin: 57px 0 0 0;
	padding: 0px;
	color: #f8dec7;
	font-size: 11px;
	font-weight: normal;
	text-indent: -1500px;
	color:#C87F2B;
}
h3, h4, h5 {
	color:#106787;
	padding: 0px 20px;
}
h1 {
	color:#C87F2B;
	font-size: 20px;
	padding: 0px 20px;
	line-height: 20px;
}
h2 {
	color:#C87F2B;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h2#category-title a {
	color:#C87F2B;
	font-style: italic;
	text-decoration: none;
}

h2#category-title {
	margin: -10px 0 30px 0;
}

h3.post-title {
	color:#106787;
	margin: 0 0 20px 0;
	padding: 0px;
	font-size: 24px;
	padding: 0px 20px;
}
h3.post-title2 {
	color:#106787;
	margin: 0 0 20px 0;
	padding: 0px;
	font-size: 24px;
	padding: 0px 20px;
	line-height: 30px;
}
h3.post-title a {
	text-decoration: none;
	color:#106787;
	padding: 0px 20px 0px 0px;
}

h3.post-title a:hover {
	border-bottom: none;
	color: #106787;
}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding: 0px;
	color:#C87F2B;
	font-size: 14px;
}

h4.content-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */

#rss {
	line-height: normal;
}

#rss a {
	display: block;
	padding: 0 0px 0 20px;
	background: url(img/bg-rss.png) no-repeat left center;
	text-align: left;
	text-decoration: none;
	color: #C87F2B;
	font-weight: bold;
}

#rss a:hover {
	text-decoration: underline;
}

/* For menu styles please edit /lib/superfish.css */

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 40px 0;
	color: #106787;
}

.sticky {
	padding: 20px;
	background: #fff;
	border: 1px solid #3a3a3a;
	color: #106787;
}

.tags {
	padding: 0 0 0 15px;
	background: url(img/bg-tags.gif) no-repeat left center;
}
	
.meta {
	background: url(img/bg-meta.gif) repeat-x left top;
	color: #f8dec7;
	border-top: 1px dashed #A76A23;
	clear: both;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
	color: #106787;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

.box-left ul, ol, .post ul, ol, .page ul, ol {
	margin: 0 0 20px 0;
	line-height: 22px;
}

.box-left ul, .post ul, .page ul {
	padding: 0 0 0 20px;
	list-style: none;
}

.box-left ul li, .post ul li, .page ul li {
	margin: 0px 0px 0px 30px;
	padding: 0 0 0 0px;
	list-style-type: square;
	list-color: #C87F2B;
}


.box-search {
	margin: 0px;
	float:right;
	width: 250px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	color:#FFF;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

/** CONTENT RIGHT */
.box-right {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #C87F2B;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
}

.box-right li a {
	
	text-decoration: none;
}

.box-right li ul {
	
}
/** CATEGORIES */
.categories {
	margin: 0px;
	padding-top: 15px;
}

.categories ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

.categories li {
	margin: 0px;
	padding: 5px 0 5px 10px;
	
}

.categories li a {
	padding: 5px 0;
	text-decoration: none;
}

.categories li ul {
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #C87F2B;
}
.categories li ul li ul {
	padding: 10px 0 10px 15px;
	border-bottom: 0px none #FFF;
	border-top: 0px none #FFF;
	border-right: 0px none #FFF;
	border-left: 0px none #FFF;
}


/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px 10px;
}

th {
	background: #006990;
	color: #fff;
}

tr.even {
	background: #fff;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #fff;
	line-height: 22px;
	border: 1px solid #3a3a3a;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
}

blockquote {
	
}
blockquote blockquote {
	
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	background: #fff;
	border: none;
}

legend {
	color: #00374B;
	font-size: 14px;
}

label {
	display: block;
	margin: 0 0 5px 0;
}
	
input, textarea {
	width: 50%;
	height: 23px;
	margin: 0 0 20px 0;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	border: none;
}

textarea {
	width: 80%;
	height: 150px;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: url(img/bg-form-submit-blue.png) no-repeat left top;
	border: none;
	color: #fff;
}
	
/** SEARCHFORM */

#content #searchform {
	width: 250px;
}
	
#searchform #search {
	float: left;
	width: 200px;
	height: 23px;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
}

#searchform #search-submit {
	float: right;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 0 0;
	color: #106787;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 10;
	margin-left: 20px;
}

#trackbacks ul {
	margin: 0 0 20px 20;
	padding: 10px;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
	background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
	background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	color: #5d5d5d;
	line-height: 22px;
}

#response textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

#response label {
	display: block;
	line-height: 20px;
}

#response input.text {
	width: 420px;
	height: 20px;
	margin: 0px;
	padding: 5px;
}

#response input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 5px 0;
	color: #00374B;
	font-size: 14px;
}

.comment-title {
	margin-left: 20px;
	font-size: 14px;
}
.comment-author a {
	color: #00374B;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
	color: #00374B;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #01232F;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	list-style: none;
	color: #01232F;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
	color: #00C;
}

.commentlist li a {
	color: #955E20;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	color: #955E20;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #5d5d5d;
	border-right: none;
	border-bottom: none;
	background-color: #0E5D7A;
	color: #FFF;
	display: none;
	visibility: hidden;
}

.reply a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #FFF;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
	color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: #fff;
	color: #00374B;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	color: #00374B;
	background-color: #FFF;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	
}

#footer {
	width: 960px;
	margin: 0 auto;
	color: #00374B;
	font-size: 10px;
	background-color: #FFF;
	border-top: 2px solid #C87F2B;
}

#footer a {
	margin: 0px;
	padding: 0px;
	color: #034D72;
}

#legal {
	float: left;
	width: 450px;
}

#webdemar {
	float: right;
	width: 450px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #3a3a3a;
   	text-align: center;
   	background-color: #fff;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background-color: #0F6483;
}
#sidebar a {
	color: #00374B;
	font-weight: bold;
}
.sidbebarTitle {
	font-size:18px;
}
table {
	margin-left: 10px;
}