/*
Theme Name: PMAlliance
Theme URI: http://www.pmalliance.com
Description: 
Version: 1.0.0
Author: PMAlliance
Author URI: 
Tags: blank
*/

/* @reset - eric myer */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 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; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* remember to define focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after,q:before, q:after {content: "";} blockquote, q { quotes: "" ""; }

/* @globals */
.clear {
	clear: both;
}

/* @wp images, floating */
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;
}

/* @base */
html {
	height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	
	background: #e6e6d9 url(images/pagebackground.gif) repeat top left;
	color: #000;
	font-family: Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 18px;
}

hr.separator {
	display: none;
}

a {
	color: #C4722F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #C4722F;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #C4722F;
}

h1 {
	margin: 10px 0 5px;
	font-size: 15px;
	line-height: 18px;
}

h2, h2 span {
	margin: 15px 0 5px;
	font-size: 15px;
	line-height: 18px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

h5 {
	font-size: 9px;
}

h6 {
	font-size: 8px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin: 10px 0;
}

p, span, ul, ol {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
}

p b {
	color: #56004e;
}

table {
	font-size: 12px;
	margin: 10px 0;
	width:100%;
}

table tr td b {
	font-size: 14px;
	color: #56004e;
	display: block;
	padding: 10px 0 10px;
}

legend {
	margin:10px 0 0;
	padding:0;
	font-weight: bold;
}

label {
	margin: 10px 0 4px;
}

fieldset {
	clear:both;
}

hr {
	clear: both;
	border: none;
	border-bottom: #1a1818 solid 1px;
	height: 1px;
	padding: 0 0 10px;
}

dd {
	font-size:12px;
	line-height: 1.2em;
}

dt {
	margin-top: 10px;
	color: #56004e;
	font-size: 14px;
	font-weight: bold;
}

pre {
	line-height:1.5em;
	font-family:Courier,monospace;
	font-size:1.05em;
}

/* @page wrapper */
#page {
	width: 780px;
	min-height: 100%;
	margin: 0 auto;
	border: 10px solid #fff;
	border-width: 0 10px 0 10px;
	background-color: #fff;
}

/* @header */
#header {
	position: relative;
	width: 780px;
	height: 71px;
	margin-bottom: 1px;
	background-color: #3B3832;
}

	#header h1 {
		margin: 0;
		float: left;
	}
	
		#header h1 a {
			display: block;
			width: 159px;
			height: 71px;
			background: #e6e6d9 url(images/PMALogo.gif) no-repeat top left;
			text-indent: -9999px;
		}

	#header ul {
		display:block;
		float:left;
		position: absolute;
		left: 185px;
		bottom: 7px;
		width:660px;
		margin:0;
		padding:0;
	}

		#header li {
			display: block;
			float: left;
			height: 17px;
			margin: 0 16px 0 0;
			padding: 0 0 0 0;
			position: relative;
		}
		
			#header li a {
				width: 43px;
				height: 17px;
				letter-spacing: -0.1em;
				line-height: 15px;
				text-decoration: none;
				color: #EEEEEE;
				font-size: 11px;
				font-weight: bolder;
			}

				#header li a:hover {
					text-decoration: underline;
				}
				
			#header li.item-1 {
				width:43px;
			}
			
			#header li.item-2 {
				width:43px;
				xmargin: 0 22px 0 0 !important;
			}
			
			#header li.item-3 {
				width:84px;
				xmargin: 0 19px 0 0 !important;
			}
			
			#header li.item-4 {
				width:57px;
				xmargin: 0 23px 0 0 !important;
			}
			
			#header li.item-5 {
				width:68px;
				xmargin: 0 17px 0 0 !important;
			}
			
			#header li.item-6 {
				width:63px;
				xmargin: 0 21px 0 0 !important;
			}
			
			#header li.item-7 {
				width:60px;
				xmargin: 0 23px 0 0 !important;
			}
			
			#header li.item-8 {
				width:55px;
			}

/* @footer */
#footer {
	clear: both;
	position: relative;
	left: 0;
	top: 0;
	margin: 15px 0 0;
	padding: 15px 0 0 9px;
	border-top: 1px solid #ADA68E;
}

#footer ul {
	float: left;
	width: 100%;
}

#footer li {
	display: block;
	float: left;
	height: 10px;
	margin: 0;
	padding: 0 10px 0px 0;
	font-size: 10px;
	line-height: 11px;
}

#footer p {
	margin: 0;
	padding: 0 0 0 0;
	color: #999999;
	font-size: 9px;
	line-height: 10px;
}

/* @content */
#content {
	float: left;
	clear: both;
	width: 525px;
	min-height: 660px;
	padding: 0 10px 0 10px;
}

#sidebar_left {
	display: none;
}

#sidebar_right {
	float: right;
	width: 235px;
	min-height: 100%;
}

/* @content elements */
#content p {
	margin: 0 0 11px 0;
}

#content p, #content ul, #content ol, #content blockquote, #content span {
	color: #666666;
	font-size: 11px;
	line-height: 18px;
}

#content blockquote p {
	padding: 0 0 0 12px;
	font-style: oblique;
	color: #aaa;
}

#content ul, #content ol {
	margin: 0 0 12px 0;
}

#content ul {
	list-style: disc inside;
}

#content ol {
	list-style: decimal inside;
}

/* @post elements */
#content .post {
	float: left;
}

#content .thumbnail-wrap {
	float: left;
	width: 167px;
	position: relative;
	margin: 15px 0 0 0;
}

	#content .attachment-post-thumbnail {
		position: relative;
		left: -10px;
		display: inline;
		border: 8px solid #efefef;
		-webkit-transition: -webkit-transform 0.4s ease-in;
	}

		#content .attachment-post-thumbnail:hover {
			border: 8px solid #d8d8d8;
			-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
			-moz-transform: scale(1.025);
			-webkit-transform: scale(1.025);
		}

#content .post .entry-wrap {
	float: left;
	width: 525px;
}

	#content .post .entry-has-thumbnail {
		float: left;
		width: 358px !important;
	}
	
/* @forms */
input#submit {
	margin:0 2px;
	padding:0 2px;
	right:0;
	line-height:10px;
	font-size:10px;
	text-transform:uppercase;
	background-color:#C4722F;
	border:0 none;
	color:#FFFFFF;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
}

.submit a {
	color: #fff;
}

textarea, input {
	padding: 6px;
	border: 1px solid #666;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
}

/* @sidebar elements */
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar span {
	color: #666666;
	font-size: 11px;
	line-height: 18px;
}

.sidebar .widgettitle {
	padding: 6px 0 6px 6px;
	margin: 0 0 5px 0;
	font-size: 12px;
	background-color: #c57230;
	color: #fff;
}

.sidebar .widget {
	margin: 0 0 12px 0;
}

/* @archive elements */
p.results-heading {
	margin: 12px 0 12px 0 !important;
	padding: 0 0 4px 0;
	color: #ADA68E !important;
	border-bottom: 1px solid #ADA68E;
}

.navigation {
	float: left;
	width: 100%;
	padding: 0 0 12px 0;
}

.navigation a  {
	font-size: 12px;
}

/* @posts */
a.more-link {
	text-decoration: underline;
}