/*
 * Theme Name: AbshirePR
 * Description: A WordPress theme for AbshirePR .
 * Version: 1.0
 * Author: Jeff "Huey" Huelsbeck
**/
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	color: #000;
	text-align: center;
}

a {
	outline: none;
	color: #F60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
}

p {
	margin: 10px 0;
}

blockquote {
	margin: 0 0 0 150px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	color: #999;
	border: none;
	font-style: italic;
}

.center {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#headerWrapper {
	background: url('images/headerBG.jpg') repeat-x;
	overflow: hidden;
	height: 152px;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
}
#header #contactInfo {
	position: absolute;
	top: 20px;
	right: 0;
	text-align: right;
	width: 300px;
}

#header #contactInfo a {
	color: #FFF;
}

#header #contactInfo img {
	float: right;
	margin-left: 5px;
}

#header #contactInfo h2 {
	margin-right: 50px;
}

#header ul {
	position: absolute;
	top: 78px;
	right: 0;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 5px;
}

#header li a {
	display: block;
}

#header li a span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
}

#header li a:hover, #header .current_page_item a, #header .current_page_ancestor a, #header .current_page_parent a {
	background: url('images/menu.right.gif') no-repeat right bottom;
	text-decoration: none;
}

#header li a:hover span, #header .current_page_item a span, #header .current_page_ancestor a span, #header .current_page_parent a span {
	background: url('images/menu.left.gif') no-repeat left bottom;
	color: #FFF;
}

#pageWrapper {
	clear: both;
}

#pageFlash {
	width: 882px;
	height: 300px;
}

#pageTop {
	overflow: hidden;
	background: url('images/pageTop.gif') no-repeat bottom center;
	height: 9px;
}

#page {
	background: #F5F5F5 url('images/contentBG.gif') no-repeat bottom right;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	overflow: hidden;
}

.navigation {
	display: block;
	text-align: center;
	overflow: hidden;
}


#content {
	float: left;
	padding: 10px 0 10px 10px;
	margin: 0;
	width: 570px;
}

#content h2 {
	color: #666;
}

#content h2, .hentry {
	margin-bottom: 20px;
}

.caseFlash {
	background: #000;
	width: 558px;
	height: 302px;
}

#sidebarWrapper {
	margin-left: 590px;
	border-left: 1px solid #CCC;
}

#sidebar {
	width: 307px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	margin: 20px;
}

#sidebar li h2 {
	background: url('images/h2.gif') no-repeat left bottom;
	color: #FFF;
	padding: 3px 20px;
	margin: 5px 0;
}

#sidebar li h2 a {
	color: #FFF;
}

#sidebar li p {
	padding: 5px 20px;
	margin: 5px 0;
}

#sidebar li li {
	margin: 0;
	border-bottom: 2px dotted #CCC;
}

#sidebar .flexipages_widget a, #sidebar .widget_recent_entries a {
	display: block;
	padding: 5px 20px;
	color: #000;
	text-decoration: none;
}

#sidebar .flexipages_widget a:hover, #sidebar .widget_recent_entries a:hover {
	background: url('images/arrow.hover.gif') no-repeat 2px 7px;
}

#sidebar .widget_twitter li {
	padding: 5px 20px;
}

#sidebar .current_page_item a, #sidebar .current_page_item a:hover {
	background: url('images/arrow.on.gif') no-repeat 2px 7px;
}

#sidebar object {
	background: #FFF;
	margin: 5px 20px;
}

#sidebar .widget_search label {
	display: none;
}

#footerWrapper {
	background: #666 url('images/footerBG.jpg') repeat-x;
	color: #FFF;
	height: 100px;
}

#footer {
	padding: 10px 0;
}

#footer ul {
	list-style: none;
	margin: 10px 0;
}

#footer li {
	display: inline;
	margin: 0 5px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.postmetadata {
	clear: both;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	padding: 10px;
}

.commentlist {
	text-align: justify;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #FFF; 
}

.wpcf7 {
	overflow: hidden;
}

.formBlock {	
	float: left;
	margin: 10px;
	overflow: hidden;
}

.formSubmit {
	clear: both;
	margin: 10px;
}

.formBlock input, .formBlock textarea, .formBlock select {
	width: 250px;
}

.formBlock textarea {
	height: 100px;
}

.postRecentNews {
	margin-top: 20px;
}

.postRecentNews ul {
	list-style: none;
}

.postRecentNews li {
	margin: 10px 0;
	padding: 0 20px;
}

.slideshow {
	width: 558px;
	height: 302px;
	background: #000;
	text-align: center;
}

.slideshow img {
	display: none;
}

.post {
	margin-bottom: 30px;
	border-bottom: 1px solid #999;
	overflow: auto;
	padding-bottom: 10px;
}

.postmetadata {
	display: none;
}

.post small {
	font-size: 14px;
	font-style: italic;
	color: #F60;
}