/*
Theme Name: PMD
Theme URI: 
Description: WordPress theme for PMD Sales Training and Consulting
Version: 
Author: 
Author URI: 
Tags:
*/

* {margin: 0;padding: 0;}
img {border: none;}

body{
	background-color:#52637f;
	background-image:url(images/bg-img.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#29436a;
	text-align: center;
	}
	
.clear{
	clear:both;
	}


/* ------------------- */
/*    TEXT STYLES      */
/* ------------------- */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#29436a;
	padding-right: 80px;
	margin-bottom: 8px;
	}

ul {
	margin-left: 18px;
	margin-bottom: 18px;
	padding-right: 80px;
	}

ul.nobullet {
	list-style: none;
	margin-left: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
	}
	
h1 {
	font-size:19px;
	font-weight:bold;
	font-style:italic;
	color:#001f53;
	}

h1.heading_intro {
	margin-bottom: 10px;
	}
	
h2 {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#001f53;
	}

h3 {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#001f53;
	}
	
h4 {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#f78710;
	padding-top: 10px;
	margin-bottom: 0;
	}	

h2.top {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight: 100;
	font-style: normal;
	color:#001f53;
	text-align: center;
	border-bottom: 2px solid #f78710;
	padding-bottom: 2px;
	width: 400px;
	}
h2.bottom {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight: 100;
	font-style: normal;
	color:#001f53;
	text-align: center;
	margin-top: -16px;
	width: 400px;
	}
h2.president {
	padding:22px 0px 0px 30px;
	margin-bottom: 0;
}	
.orange{
	color:#f78710;
	}
	
ul {
	line-height:18px;
	color:#29436a;
	}

.quote{
	width:203px;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-style:italic;
	text-align:justify;
	color:#001f53;
	padding:22px 0px 0px 30px;
	margin-bottom: 12px;
	}
		
.author{
	font-family:"Trebuchet MS";
	font-size:12px;
	width:180px;
	color:#001f53;
	float:right;
	padding:10px 30px 20px 0px;
	font-weight:bold;
	text-align:right;
	line-height: 16px;
	}
.author2{
	font-family:"Trebuchet MS";
	font-size:12px;
	width:100px;
	color:#001f53;
	float:right;
	padding:10px 30px 20px 0px;
	font-weight:bold;
	text-align:right;
	line-height: 16px;
	}

.copy-right{
	font-family:Verdana;
	width:960px;
	padding-bottom:20px;
	font-size:11px;
	color:#93a2b9;
	text-align: center;
	}	
		
.copy-right a{
	font-family:Verdana;
	font-size:11px;
	color:#93a2b9;
	}	


/* ------------------ */
/*       LAYOUT       */
/* ------------------ */

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: url(images/body_bg.png) repeat-y;
	padding: 0px 28px 0px 28px;
	}

#container.inner {
	background: url(images/body_bg_inner.png) repeat-y;
	}

#logo{
	width:273px;
	height:51px;
	float:left;
	padding:31px 0px 0px 20px;
	}	
	
#header{
	width:960px;
	float:left;
	background-image:url(images/top-banner-bg.gif);
	background-repeat:no-repeat;
	height:117px;
	position: relative;
	}
	
#address{
	width:200px;
	float:right;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#6e4417;
	text-align:right;
	padding:2px 15px 0px 0px;
	}
	
#flash-banner{
	width:960px;
	height:274px;
	position: relative;
	}

a#flash_btn {
	position: absolute;
	top: 10px;
	left: 10px;
	}

#main-content{
	width:960px;
	}	

#container.inner div#main-content {
	padding-bottom: 18px;
	}

div#middle_shadow {
	width: 960px;
	height: 15px;
	background: url(images/middle-shadow.png) no-repeat;
	}
	
.lft-container{
	width:632px;
	float:left;
	background-position:top;
	padding:12px 10px 0px 47px;
	}
		
.rght-container{
	width:260px;
	float:left;
	background-color:#c2cad6;
	}					

#footer{
	width:1016px;
	margin: 0 auto;
	background: url(images/footer_bg.png) top no-repeat;
	padding-top: 35px
	}
	
.img-right{
	margin-left: 24px;
	margin-bottom: 28px;
	float:right
	}

.img-left{
	margin-right: 24px;
	margin-bottom: 28px;
	float:left
	}
	
.rght-container1{
	width:260px;
	float:left;
	background-color:#c2cad6;
	}

div.blue_bar {
	height: 8px;
	width: 960px;
	background: #001f53;
	overflow: hidden;
	}




/* -------------------- */
/*    MAIN NAV          */
/* -------------------- */
			
#nav{
	width:955px;
	float:right;
	height:29px;
	list-style:none;
	display:block;
	position: absolute;
	top: 88px;
	left: 10px;
	margin: 0;
	padding: 0;
	}

#nav li {
	display: block;
	list-style: none;
	}

#home {
	width:75px;
	height:20px;
	float:left;
	background-image:url(images/home-bg.gif);
	background-repeat:no-repeat;
	}				

#home a{
	width:75px;
	height:20px;
	float:left;
	background-image:url(images/home-bg.gif);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	padding:9px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
	text-transform:capitalize;
	}	
#home a:hover{
	background-image:url(images/home-hover.gif);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	text-transform:capitalize;
	}	

#sales{
	width:123px;
	height:20px;
	float:left;
	background-image:url(images/sales-bg.gif);
	background-repeat:no-repeat;
	}
#sales a{
	width:123px;
	height:20px;
	float:left;
	background-image:url(images/sales-bg.gif);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	padding:9px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
	text-transform:capitalize;
	}
#sales a:hover{
	width:123px;
	height:20px;
	float:left;
	background-image:url(images/sales-hover.gif);
	background-repeat:no-repeat;
	}		

#large{
	width:133px;
	height:20px;
	float:left;
	background-image:url(images/large-bg.gif);
	background-repeat:no-repeat;
	}
#large a{
	width:133px;
	height:20px;
	float:left;
	background-image:url(images/large-bg.gif);
	background-repeat:no-repeat;
	font-family:Verdana;
	padding:9px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:capitalize;
	}
#large a:hover{
	width:133px;
	height:20px;
	float:left;
	background-image:url(images/large-hover.gif);
	background-repeat:no-repeat;
	}		
	
#faq{
	width:61px;
	height:20px;
	float:left;
	background-image:url(images/faq-bg.gif);
	background-repeat:no-repeat;
	}
#faq a{
	width:61px;
	height:20px;
	float:left;
	padding:9px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/faq-bg.gif);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:capitalize;
	}
#faq a:hover{
	width:61px;
	height:20px;
	float:left;
	background-image:url(images/faq-hover.gif);
	background-repeat:no-repeat;
	}		
	
#about{
	width:91px;
	height:20px;
	float:left;
	background-image:url(images/about-bg.gif);
	background-repeat:no-repeat;
	}
#about a{
	width:91px;
	height:20px;
	float:left;
	background-image:url(images/about-bg.gif);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:12px;
	padding:9px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:capitalize;
	}

#about a:hover{
	width:91px;
	height:20px;
	float:left;
	background-image:url(images/about-hover.gif);
	background-repeat:no-repeat;
	}

#contact{
	width:107px;
	height:20px;
	float:left;
	background-image:url(images/contact-bg.gif);
	background-repeat:no-repeat;
	}
#contact a{
	width:107px;
	height:20px;
	float:left;
	background-image:url(images/contact-bg.gif);
	background-repeat:no-repeat;
	font-family:Verdana;
	padding:9px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:capitalize;
	}
#contact a:hover{
	width:107px;
	height:20px;
	float:left;
	background-image:url(images/contact-hover.gif);
	background-repeat:no-repeat;
	}

/* -------------------------------------------------------------- BLOG STYLES */

#content {
	padding-right: 20px;
	}

p.post_author {
	font-style: italic;
	margin-bottom: 3px;
	font-size: 11px;
	}

.post, .commentlist {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	}

.entry {
	padding: 6px;
	}

.commentlist {
	padding-left: 24px;
	paddign-right: 15px;
	}

.commentlist p {
	padding: 0px;
	}

.comment {
	padding: 8px;
	border-bottom: dashed 1px #CCCCCC;
	}

.comment.odd {
	background: #EEEEEE;
	}

.comment-author {
	line-height: 18px;
	}

.comment-author .avatar {
	float: left;
	margin-right: 10px;
	}

p.post_date {
	font-weight: bold;
	}

.widget_social_links a {
	text-decoration: none !important;
	display: block;
	clear: both;
	margin-bottom: 8px;
	}

.widget_social_links a:hover {
	text-decoration: underline !important;
	}

#socialLinksContainer a img {
	float: left;
	margin-top: 0px !important;
	margin-right: 8px !important;
	}

#socialLinksContainer {
	padding-left: 8px;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

.comment-meta {
	margin-bottom: 16px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*------------------------------------------- SIDEBAR */

#sidebar {
	padding: 20px;
	}

h3.widgettitle {
	margin-bottom: 8px;
	border-bottom: 1px solid #666666;
	}

.widget {
	margin-bottom: 20px;
	}

#sidebar a {
	color: #3b4d68;
	text-decoration: underline;
	}

#sidebar a:hover {
	text-decoration: none;
	}

#sidebar ul {
	padding-right: 0px;
	}