/*
Theme Name: TPA WordPress Theme
Theme URI: http://www.theprofessionalalliance.com/blog/
Description: The Professional Alliance Blog Template.
Version: 1.0
Author: Brian Muldowney
Tags: two columns, widgets

WordPress Theme by Brian Muldowney || http://muldowneyarts.com
This follows the basic layout of the Professional Alliance website design
*/


body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}

#wrapper {
	padding: 0;
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
}

img {
	border: none;
}

#header {
	height: 115px;
}

#header .strapline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
	float: right;
	margin-right: 10px;
	margin-top: 26px;
	text-align: right;
	width: 570px;
}

#header .tagline {
	float: left;
	font: italic normal normal 14px Arial, Helvetica, sans-serif;
	color: #308700;
	margin:0;
	padding: 0 0 0 5px;
	width: 803px;
	text-align: center;
}

#header .isi {
	float: left;
	font: italic normal normal 12px Arial, Helvetica, sans-serif;
	color: #1A7CC8;
	padding: 0;
	width: 198px;
	margin-left: 20px;
	margin-top: 0;
}

#header .affil {
	float: right;
	width: 560px;
	font-size: 10px;
	color: #000;
	padding: 10px 0 0 0;
	margin: 0;
}

#header .logo {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

#mainnav {
	width: 798px;
	height: 48px;
	color: #000;
	background: transparent url(images/navbkgd.gif) no-repeat left top;
	margin: 0;
	padding: 0 5px 0 5px;
}

/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	height: 20px;
	list-style: none;
	color: #000;
	background-color: transparent;
	margin: 0;
}

#nav {

	padding: 12px 0;
	
}

#nav ul {

	padding: 0;
	
}

/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 10px 0;
	height: 18px;
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#nav a.one {
	height: 15px;
	width: 67px;
	color: #000;
	background: transparent url(images/buttonhome.gif) no-repeat top;
}

#nav a.two {
	height: 15px;
	width: 152px;
	color: #000;
	background: transparent url(images/buttonadvantage.gif) no-repeat top;
}

#nav a.three {
	height: 15px;
	width: 217px;
	color: #000;
	background: transparent url(images/buttonconcierge.gif) no-repeat top;
}

#nav a.four {
	height: 15px;
	width: 154px;
	color: #000;
	background: transparent url(images/buttondealer.gif) no-repeat top;
}

#nav a.five {
	height: 15px;
	width: 92px;
	color: #000;
	background: transparent url(images/buttonabout.gif) no-repeat top;
}

#nav a.last {
	height: 15px;
	width: 116px;
	color: #000;
	background: transparent url(images/buttoncontact-over.gif) no-repeat top;
}

#nav a.twoOn {
	height: 15px;
	width: 152px;
	color: #000;
	background: transparent url(images/buttonadvantage-over.gif) no-repeat top;
}

#nav a.threeOn {
	height: 15px;
	width: 217px;
	color: #000;
	background: transparent url(images/buttonconcierge-over.gif) no-repeat top;
}

#nav a.fourOn {
	height: 15px;
	width: 154px;
	color: #000;
	background: transparent url(images/buttondealer-over.gif) no-repeat top;
}

#nav a.fiveOn {
	height: 15px;
	width: 92px;
	color: #000;
	background: transparent url(images/buttonabout-over.gif) no-repeat top;
}

#nav a.lastOn {
	height: 15px;
	width: 116px;
	color: #000;
	background: transparent url(images/buttoncontact-over.gif) no-repeat top;
}

#nav a.one, #nav a.two, #nav a.three, #nav a.four, #nav a.five, #nav a.last , #nav a.twoOn, #nav a.threeOn, #nav a.fourOn, #nav a.fiveOn, #nav a.lastOn {
	text-align: center;
	font-size: 12px;
}

#nav li {
	float: left;
	padding: 0;
}

/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 240px;
	font-weight: normal;
	background-color: #ccc;
	margin: 0;
}

#nav li li {
	padding: 0;
	width: 160px;
}

#nav li ul a {
	padding: 5px 10px;
	width: 220px;
	* html width: 200px;
	font-size: 11px;
	border-bottom: 1px solid #fff;
}

/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -1.8em 0 0 240px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover a.one, #nav li.sfhover a.one {
	height: 15px;
	width: 67px;
	background: transparent url(images/buttonhome-over.gif) no-repeat top;
}

#nav li:hover a.two, #nav li.sfhover a.two {
	height: 15px;
	width: 152px;
	background: transparent url(images/buttonadvantage-over.gif) no-repeat top;
}

#nav li:hover a.three, #nav li.sfhover a.three {
	height: 15px;
	width: 217px;
	background: transparent url(images/buttonconcierge-over.gif) no-repeat top;
}

#nav li:hover a.four, #nav li.sfhover a.four {
	height: 15px;
	width: 154px;
	background: transparent url(images/buttondealer-over.gif) no-repeat top;
}

#nav li:hover a.five, #nav li.sfhover a.five {
	height: 15px;
	width: 92px;
	background: transparent url(images/buttonabout-over.gif) no-repeat top;
}

#nav li:hover a.last, #nav li.sfhover a.last {
	height: 15px;
	width: 116px;
	background: transparent url(images/buttoncontact.gif) no-repeat top;
}

/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000;
	background: #ccc;
}

#nav li ul.under a:hover {
	background: #ADCFE5;
	color: #000;
}

/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #000;
	background-color: #ADCFE5;
}

/*Content Formating*/
.colmask {
	float: left;
	width: 808px;
	background: transparent url(images/blue-bar-background.jpg) repeat-y left top;
	padding: 0;
	margin: 0;
	clear: both;
}

.col2 {
	float: left;
	padding-left: 0px;
	width: 267px;
}

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

.col2 a:link, .col2 a:visited  {
	color: #fff;
	text-decoration: underline;
}
.col2 a:hover  {
	color: #fff;
	text-decoration: none;
}

h2 {
	font: normal normal 16px/normal Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 5px;
	padding-top:10px;
}

.col1 {
	float: right;
	font-size: 12px;
	top: 0;
	left: 0;
	width: 530px;
}

.col1 p {
	font-size: 12px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.col1 ul {
	padding: 0 0 0 18px;
	margin: 0 0 20px 0;
}

.col1 ol li {
	padding: 0 0 0 3px;
	margin: 0 0 20px 0;
	list-style-type: decimal;
}

.col1 ul.subItem {
	padding: 18px 0 0 18px;
	margin: 0 0 20px 0;
}

.col1 ul li {
	list-style: none outside url(images/littlearrow.gif);
	font: normal normal normal 12px/normal Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}

#pageTitle {
	background: transparent url(images/pagetitle.jpg) no-repeat top;
	width: 808px;
	height: 81px;
	margin: 0;
	padding: 0;
}

#pageTitle h1 {
	color: #FFF;
	padding: 18px 0 20px 30px;
	margin: 0;
	font: normal normal 24px Arial, Helvetica, sans-serif;
}

	
/*Side Bar Menu*/ 
.sideBarContent {
	width: 242px;
	background: transparent;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.sideBarContent ul {
	color: #FFFFFF;
	font: 12px normal normal normal Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: transparent;
	list-style: none;
}

.sideMenu {
	float: left;
	height: 23px;
	background: transparent url(images/left-button-one.gif) no-repeat center top;
	width: 208px;
	padding: 12px 0 0 0;
	margin: 0 0 0 17px;
	display: block;
}

.sideMenuOne {
	float: left;
	height: 36px;
	background: transparent url(images/left-button-single.gif) no-repeat center top;
	width: 208px;
	padding: 12px 0 0 0;
	margin: 0 0 0 17px;
	display: block;
}

.sideMenuTwo {
	float: left;
	height: 36px;
	background: transparent url(images/left-button-one-longer.gif) no-repeat center top;
	width: 208px;
	padding: 12px 0 0 0;
	margin: 0 0 0 17px;
	display: block;
}

.sideMenuThree {
	float: left;
	height: 39px;
	background: transparent url(images/left-button-one-longer.gif) no-repeat center top;
	width: 208px;
	padding: 12px 0 0 0;
	margin: 0 0 10px 17px;
	display: block;
}

.sideMenu a, .sideMenuOne a, .sideMenuTwo a, .sideMenuThree a {
	font: normal normal 11px/normal Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 0 0 0 31px;
	margin: 0;
	display: block;
}

.sideMenu a:hover, .sideMenuOne a:hover, .sideMenuTwo a:hover, .sideMenuThree a:hover {
	color: #1A7CC8;
}

p.testimonials {
	font: normal normal normal 12px/normal Arial, Helvetica, sans-serif;
	padding-right: 18px;
	padding-left: 26px;
}

#Footer {
	float: left;
	padding: 0;
	margin: 0;
	color: #000;
	width: 808px;
	height: 80px;
	background: #fff url(images/bluebarfooter.gif) no-repeat top left;
}

.footerNav {
	float: left;
	padding: 28px 0 0 285px;
	margin: 0;
	color: #000;
	font: normal normal normal 11px/normal Arial, Helvetica, sans-serif;
}

.footerNav a {
	padding: 0;
	margin: 0;
	color: #000;
	text-decoration: none;
	vertical-align: super;
}

.footerNav a:hover {
	text-decoration: underline;
}

.copyright {
	float: left;
	color: #5B5B5B;
	margin: 0;
	padding: 25px 0 0 12px;
	width: 808px;
	background-color: #FFF;
}

.copyright p{
	color: #5B5B5B;
	font: normal normal normal 9px/normal Arial, Helvetica, sans-serif;
}

.copyright a{
	color: #5B5B5B;
	font: normal normal normal 9px/normal Arial, Helvetica, sans-serif;
}

/*Form Formatting*/
.textbox {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ADADAD;
}

.red {
	font-size: 12px;
	color: #660000;
	font-weight: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 2px;
}

/* text Styles */	
.bluelarger {
	font-size: 20px;
	color: #1A7CC8;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.bluelarge {
	font-size: 16px;
	color: #1A7CC8;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.greenHeader {
	font-size: 18px;
	color: #308700;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.greenHeader:hover {
	text-decoration: underline;
}

.greenlarge {
	font-size: 16px;
	color: #308700;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.greenplain {
	font-size: 12px;
	color: #308700;
	font-weight: normal;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}

.blueplain {
	font-size: 12px;
	color: #1A7CC8;
	font-weight: normal;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}

.linkblue {
	font-size: 12px;
	color: #1A7CC8;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

.link {
	font-size: 12px;
	color: #308700;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

.member {
	font-size: 10px;
	color: #5C5C5C;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	color: #5B5B5B;
	padding-top: 12px;
}

.blue {
	font-size: 12px;
	color: #1A7CC8;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.green {
	font-size: 12px;
	color: #308700;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.memberblue {
	font-size: 10px;
	color: #5C5C5C;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	color: #1A7CC8;
}
.greenButton {
	padding: 7px 32px 8px 32px;
	margin: 0;
	background: transparent url(images/green-button.gif) no-repeat top;
	text-align: center;
	line-height: 30px;
}

.greenButton a{
	font-size: 12px;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: text-top;
}


/* Blog Specific Styles */	

.post { 
	padding-bottom:0px; 
}

.datebox	 { 
width: 40px; 
float: left; 
padding: 7px 6px 9px 4px; 
text-align: center; 
margin: 0 10px 0 0;
 background: transparent url(images/datebutton.gif);
}

p.day { 
font-size: 26px; 
color: #000; 
font-weight: bold; 
padding:3px 0 1px 0;
margin: 0; 
font-family: Arial, Helvetica, sans-serif; 
}
p.month { 
color: #fff; 
font-size: 12px; 
font-weight: bold; 
text-transform: uppercase; 
margin: 0; 
}
p.year { 
font-size: 10px; 
color: #000; 
font-weight: bold; 
margin: 0; 
}



p.postmetadata{

	border-top: 1px solid #999;

	border-bottom: 1px solid #999;

	margin: 10px 0 30px 0;

	padding: 10px 0 10px 10px;

	background-color: #E3E3E3;
	
	line-height: 18px;
}

p.postmetadata a:link, p.postmetadata a:visited {
	font-size: 12px;
	color: #1A7CC8;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

p.postmetadata a:hover {
	text-decoration: underline;
}

#comments, #respond {
	font-size: 14px;
	color: #308700;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.commentmetadata a:link, .commentmetadata a:visited {
	font-size: 12px;
	color: #1A7CC8;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
}

.commentmetadata a:hover {
	text-decoration: underline;
}

ol.commentlist	{ 
	list-style: none; 
	}
ol.commentlist	li { 

	border-bottom: 1px solid #999;
	}

ol.commentlist li p	{ 
	font-size: 1.0em; 
	}

	
.navigation {
	padding: 10px 0 10px 0;
}
	
.navigation p {
	font-size: 14px;
	color: #1A7CC8;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
	
.navigation a:link, .navigation a:visited {
	color: #1A7CC8;
	text-decoration: none;
}
	
.navigation a:link, .navigation a:visited {
	text-decoration: underline;
}


