/*
Theme Name: PMD Franchise
Theme URI: http://www.pmdfranchise.com/
Description: The customized WordPress theme based on the famous Kubrick.
Author: Studio98
Author URI: http://www.studio98.com/
Tags: fixed width, widgets

	This theme was designed, customized and built by Studio98,
	and is based on the famous Kubrick, the default Wordpress theme
*/

/* Reset */
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, input,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong{font-weight:bold;}
tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

/* remember to define focus styles! */
a, a:focus, a:active, a:visited {
	outline:none;
}
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: "" "";
}


/* Begin Typography & Colors */
.thread-alt {
	/* background:url(images/divider.gif) no-repeat 50% bottom; */
	padding-bottom:15px;
}
.thread-even {
	/* background:url(images/divider.gif) no-repeat 50% bottom; */
	padding-bottom:15px;
}
.depth-1 {
/* border: 1px solid #ddd; */
}

.even, .alt {

	border-left: 0px solid #ddd;
}

#wp-calendar caption, cite {
	text-decoration: none;
	}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li {
	font-size: 1em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 25px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	border:2px solid #e2e9be;
	}

img.alignright {
	padding: 1px;
	margin: 0 0 2px 7px;
	display: inline;
	border:2px solid #e2e9be;
	}

img.alignleft {
	padding: 1px;
	margin: 0 7px 2px 0;
	display: inline;
	border:2px solid #e2e9be;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px 0 15px;
	height:auto;
	width:100%;
	}
#searchform:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}

#searchform #s {
	width:203px;
	height:20px;
	padding:1px 2px;
	border:1px solid #c6d095;
	background:#fff;
	font-family:Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	}

#searchsubmit {
	width:78px;
	height:24px;
	background:url(images/buttons/search.gif) no-repeat 0 0; 
	border:0px solid #dad0c0;
	/*
	font-size:12px;
	font-family:Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	*/
	cursor:pointer;
	margin-top:4px;
	float:right;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform small{font-weight:normal;}	

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	outline:none;
	color:#567291;
	}
	
#commentform .comment-fld{
	border:1px solid #e2e9be;
	float:left;
	font-family:Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	outline:none;
	background:none;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform p label small{font-size:12px;}

#commentform textarea {
	width: 97%;
	padding: 2px;
	float:left;
	border:1px solid #e2e9be;
	outline:none;
	font-family:Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	outline:none;
	background:none;
	line-height:19px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 5px 0 25px 0px;
	float: left;
	background:none;
	border:1px solid #e2e9be;
	color:#000;
	font-size:12px;
	font-family:Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
#commentform p{padding-bottom:4px; margin:0px; clear:both;}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 0px 0;
}
.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 190px;
	color:#ea7516;
	}

#wp-calendar #next a {
	padding-right: 0px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 0px;
	text-align: left;
	}

#wp-calendar tbody a {
	display: block;
	}
#wp-calendar tfoot td#prev{text-align:left;}
#wp-calendar tfoot td#next{text-align:right;}
	
#wp-calendar tfoot a {
	color:#ea7516;
	font-size:18px !important;
	}
#wp-calendar tfoot a:hover {
	color:#567291;
	}		

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size:24px;
	font-weight:normal;
	padding-bottom:10px;
	}
#wp-calendar td, #wp-calendar th{font-size:18px; text-align:center; padding:5px 0px;}
/* \*/ * html #wp-calendar td, #wp-calendar th{padding:4px 0px;} /* */
*+html #wp-calendar td, #wp-calendar th{padding:4px 0px;}

#wp-calendar td {
	text-align: center;
	}

#wp-calendar tfoot td.pad:hover { /* Doesn't work in IE */
	background-color:none; }
	
#wp-calendar tbody td.pad:hover { /* Doesn't work in IE */
	background-color:none; }	
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 5px 20px 19px 10px;
	padding-left: 13px;
	border-left: 3px solid #ddd;
	}
blockquote p{padding-bottom:0px;}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
	line-height:20px;
	}
/* End Various Tags & Classes*/



/* 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 */


/**********************************************************/

/* Custom Styles */
body{background:#eef3d6; font-family:Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#000; font-size:12px;}
.clearfix{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
.clear:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .clear{height:1px} /* */

/* Common Styles */
h1{font-size:21px; font-weight:normal; padding:0px 0px 5px 0px; line-height:25px; color:#000;}
h1 a{color:#9eb725; font-weight:normal;}
h1 a:hover{color:#de6309; text-decoration:none;}

h2{font-size:20px; line-height:25px; padding:5px 0px; color:#000;}
h2 a{color:#9eb725; text-decoration:none; font-weight:normal;}
h2 a:hover{color:#de6309; text-decoration:none;}

h3{font-size:13px; font-weight:bold; padding-bottom:5px 0px; line-height:19px; color:#000;}

p{padding-bottom:10px;}
.sml-txt{font-size:10px; line-height:15px !important;}
.align-right{text-align:right; clear:both;}
.align-center{text-align:center; clear:both;}

a{text-decoration:none; color:#9eb725; font-weight:bold;}
a:hover{text-decoration:none; color:#de6309;}

/* Main Containers */
#wrapper{width:100%; height:auto; padding-top:10px;}
#page{width:940px; height:auto; margin:0px auto; border:10px solid #49352c; background:#fff;}

/* Header */
#header{width:100%; height:128px; position:relative; background:url(images/header-bg.jpg) no-repeat right top;}
#header #logo{width:232px; height:97px; position:absolute; top:10px; left:10px;}
#header #request{width:213px; height:30px; position:absolute; top:50px; right:7px;}

/* Top Navigation */
#nav{height:30px; width:100%; background:#b7ca5a;}
#nav ul{list-style:none; height:30px; width:100%;}
#nav ul li{float:left;}
#nav ul li a{height:22px; float:left; display:block; color:#49352c; font-weight:normal; font-size:11px; padding:8px 12px 0px;}
#nav ul li a:hover, #nav ul li a.selected{color:#49352c; background:#9eb339;}
#nav ul li a strong{color:#000;}

/* Content Section */
#content{width:940px; height:auto; background:url(images/sidebar-bg.gif) repeat-y right top;}

/* Content Section Columns */
.narrowcolumn{width:696px; height:auto; float:left; padding:0; line-height:20px;}
#sidebar{width:235px; height:auto; float:left; padding:0 0 0 9px; line-height:19px; background:#dee5bc;}
.widecolumn{padding:0; margin:0px; width:940px; line-height:20px; background:#fff;}
.narrowcolumn .padd{padding:16px 15px 0 15px;}
.widecolumn .padd{padding:16px 15px 0 15px;}

/* Page Headers */
.page-header{width:100%; height:200px; overflow:hidden; position:relative; display:block;}
.page-header #start{position:absolute; left:480px; top:122px;}
#header-home{background:url(images/header-home.jpg) no-repeat 0px 0px; height:415px;}
#header-why{background:url(images/header-why.jpg) no-repeat 0px 0px;}
#header-about{background:url(images/header-about.jpg) no-repeat 0px 0px;}
#header-advantages{background:url(images/header-advantages.jpg) no-repeat 0px 0px;}
#header-training{background:url(images/header-training.jpg) no-repeat 0px 0px;}
#header-presidents-club{background:url(images/header-presidents-club.jpg) no-repeat 0px 0px;}
#header-testimonials{background:url(images/header-testimonials.jpg) no-repeat 0px 0px;}
#header-territories{background:url(images/header-territories.jpg) no-repeat 0px 0px;}
#header-faqs{background:url(images/header-faqs.jpg) no-repeat 0px 0px;}
#header-apply{background:url(images/header-apply.jpg) no-repeat 0px 0px;}
#header-download-kit{background:url(images/header-download-kit.jpg) no-repeat 0px 0px;}

/* Footer */
#footer{clear:both; width:960px; height:auto; margin:0 auto; padding:18px 0 1px; text-align:center; color:#49352c; font-size:10px;}
#footer p{line-height:15px;}
#footer a{color:#49352c; font-weight:bold;}
#footer a:hover{color:#49352c; text-decoration:underline;}
#footer a.img{margin:0 7px;}

/* Sidebar Specifics */
#sidebar #download-kit{background:url(images/download-kit.jpg) no-repeat top right; width:100%;}
#sidebar #download-kit p{padding-bottom:7px;}
#sidebar #download-kit-left{float:left; width:126px; height:125px; padding:10px 0 0 5px; color:#49352c; font-size:20px; line-height:24px;}
#sidebar #download-kit-right{float:left; width:104px; height:125px;}
#sidebar #download-kit-left a{color:#49352c; font-size:20px; text-decoration:underline; font-weight:normal;}
#sidebar #download-kit-left a:hover{color:#49352c; text-decoration:none;}

#sidebar #testimonials{background:url(images/widget-bg.gif) no-repeat bottom right; width:215px; padding:20px 10px 10px; font-size:13px; text-align:center;}

#sidebar h2{font-size:18px; font-weight:normal; padding-bottom:5px; color:#de6309;}
#sidebar ul{padding:0px; margin:0px;}
#sidebar ul li{padding:0px; margin:0px;}
#sidebar ul li.widget{padding:8px 16px 20px 10px; background:url(images/widget-bg.gif) no-repeat bottom right;}
#sidebar ul li ul{padding:0px 0px 10px 25px; margin:0px;}
#sidebar ul li ul li{list-style-type:disc; font-size:13px; color:#9eb725;}

#sidebar ul#newtagcloud{padding-left:0px !important; display:block;}
#sidebar ul#newtagcloud a{margin:0px 6px 0px 0px; line-height:26px; font-weight:normal !important;}
#sidebar ul#newtagcloud a:before{content:'' !important;}
#sidebar ul#newtagcloud{padding-left:0px; margin:0px;}
#sidebar ul#newtagcloud li{list-style:none; background:none; padding-left:0px;}

/* Default List in Right Column */
.narrowcolumn ul{padding:0px 0px 18px 25px; margin:0px;}
.narrowcolumn ul li{list-style:disc; font-size:13px; padding:0px 0px 3px 0px; margin:0px;}
.narrowcolumn ul li ul{padding:3px 0px 0px 10px; margin:0px;}
.narrowcolumn ul li ul li{list-style:disc;}

.narrowcolumn ol{padding:0px 0px 18px 25px; margin:0px;}
.narrowcolumn ol li{list-style:decimal; font-size:13px; padding:0px 0px 3px 0px; margin:0px;}
.narrowcolumn ol li ol{padding:3px 0px 0px 10px; margin:0px;}
.narrowcolumn ol li ol li{list-style:decimal;}
.narrowcolumn ol.commentlist{padding:10px 0px 0px 0px;}
.narrowcolumn ol.commentlist li{list-style:none !important; margin-bottom:5px;}

.entry{padding:0px 0px 8px;}
.postmetadata{border:1px solid #e2e9be; border-width:1px 0px; padding:2px; color:#9eb725; text-align:center; font-size:13px;}
.postmetadata span{color:#000;}
.divider{border-bottom:1px solid #e2e9be; margin-bottom:20px; font-size:0px; line-height:0px; height:1px;}

small{color:#9eb725; font-size:11px; font-weight:normal; line-height:19px;}
cite.fn{line-height:23px; font-size:12px;}
cite.fn a{color:#9eb725; text-decoration:none; font-weight:bold;}
cite.fn a:hover{color:#de6309; text-decoration:none;}

.comment-body p{padding-bottom:5px;}
li.comment{border-bottom:1px solid #e2e9be;}
.addthis_container{text-align:center;}

blockquote {margin: 5px 20px 19px 10px; padding-left: 13px; border-left: 1px solid #e2e9be;}

/* About PMD Content */
.four_col_mo_container {
	float: left;
	width: 676px;
	margin-top: 10px;
	display: inline;
}
.four_col_mo_container_left {
	float: left;
	width: 248px;
}
.four_col_mo_container_right {
	background:#dee5bc url(images/bg_bio_large.jpg) no-repeat top center;
}
.four_col_mo_container_right {
	float: left;
	width: 407px;
	min-height:400px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:20px;
}
.bio_image_col {
	float: left;
	width: 124px;
}
.bio_image_cell {
	float: left;
	width: 102px;
	height: 195px;
}
.bio_image {
	float: left;
	width: 102px;
	height: 129px;
	margin-bottom: 3px;
	display: inline;
}
.bio_image_text {
	float: left;
	width: 102px;
	font-size: 9px;
}

.hidden { display: none }

/* Form CSS */

.form_two_column_container {
	float: left;
	width: 676px;
	margin-bottom: 15px;
	display: inline;
}
.form_two_column_container_left {
	float: left;
	width: 151px;
	margin-right: 10px;
	margin-left: 5px;
	display: inline;
}
.form_two_column_container_right {
	float: left;
	width: 510px;
}

.application_form_row {
	float: left;
	width: 676px;
	margin-bottom: 20px;
	display: inline;
}

.field_container {
}
.field_container_long {
	float: left;
	width: 220px;
}
.field_text {
	float: left;
	font-size: 11px;
	margin-right: 3px;
	margin-left: 5px;
	font-weight: normal;
	margin-top: 3px;
	display: inline;
}
.form_field_small {
	float: left;
	width: 53px;
	margin-right: 8px;
	display: inline;
}
.form_field_med {
	float: left;
	width: 123px;
	margin-right: 8px;
	display: inline;
}
.form_field_lrg {
	float: left;
	width: 198px;
	margin-right: 8px;
	display: inline;
}
.field_radio {
	float: left;
	font-size: 9px;
	margin-right: 2px;
	margin-left: 5px;
	margin-top: 2px;
	font-weight: normal;
	display: inline;
	vertical-align:top;
}
.field_radio_text {
	float: left;
	font-size: 9px;
	margin-right: 3px;
	margin-top: 4px;
	display: inline;
}
.submit {
	float: right;
	width: 86px;
	height: 30px;
	margin-bottom: 10px;
	display: inline;
}
.short_submit {
	float: left;
	width: 86px;
	margin-left: 280px;
	height: 30px;
	margin-bottom: 10px;
	display: inline;
}

#states {
	width:150px;
	float:right;

}

#states strong {
  font-size:14px;	
}

#about_bio {
	display:none;
}

.map {
	float:left;	
}

.mapholder {
	float:left;
	width:517px;
	height:352px;
}

#inputbox {
	/* position:absolute; */
	width:255px;
	/* top:280px;
	left:560px; */
}

#inputbox .inputtd {
	font-family: ariel;
	font-size: 10px;
	line-height:18px;
	letter-spacing:0.5pt;
	color: white;
	padding-left:10px;
	padding-top:10px;
	background-color:#4b2c07;
	line-height: normal;
}

#inputbox input {
	margin-bottom: 3px;
}

#inputbox .bold {
        font-weight:bold;
}
