/*  
Theme Name: Mr Franchise
Theme URL: TBD
Description: This is the Mr Franchise theme.
Version: 1.1
Author: Mos Marketing
Author URL: http://www.mosmarketing.com

*/

/* CSS Document */
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;
	font-size: 14px;
	font: Arial, Helvetica, sans-serif;
	background: #fff url('images/bgblue.jpg') repeat-x top left;
	margin: 0; 
	padding: 0;
}
		
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: "" "";
}

#container { 
	width: 960px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

/* Header */

#header {
	width: 960px;
	height: 320px;
	padding: 0;
	margin: 0;
	background-color: #cccdcd;
}

/* Top Image Area and Menu Buttons Start */

#topimage {
	width: 960px;
	height: 220px;
	margin: 0px;
	padding: 1px 0px 0px 40px;

}

#topimage a {
    display:block;
    width:180px;
	height: 50px;
    color:#fff;
    text-decoration:none;
    background:url("images/buttonoff.gif") no-repeat;
	padding: 0px 0px 0px 60px;

}

#topimage a:hover { 
    background:url("images/buttonon.gif") no-repeat;
    color: #fff;
}

#topimage ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	overflow:hidden;
	line-height: 47px;	
	margin-top:10px;
}

#topimage li {
	list-style-type: none;
}

/*A new selector with increased specificity to change the current page link to a navy blue background*/
#topimage a#currentPgLnk {
	 background:url("images/buttonon.gif") no-repeat;
}

/* Top Image Area and Menu Buttons End */

/* Top Image Backgrounds */

.franchisees {
	background:url("images/franchisees.jpg") no-repeat top left;
}

.franchisors {
	background:url("images/franchisor.jpg") no-repeat top left;
}

.realestate {
	background:url("images/realestate.jpg") no-repeat top left;
}

.charities {
	background:url("images/charities.jpg") no-repeat top left;
}

.contact {
	background:url("images/contact.jpg") no-repeat top left;
}

.learn {
	background:url("images/learn.jpg") no-repeat top left;
}

.experts {
	background:url("images/experts.jpg") no-repeat top left;
}

.team {
	background:url("images/team.jpg") no-repeat top left;
}

/* Top Image Backgrounds End */

/* Wrap */

#wrap {
	width: 956px;
	background: #fff;
	margin: 0 auto;
	border-left: 2px solid #cccdcd;
	border-right: 2px solid #cccdcd;
}

/* Horizontal Nav Bar Start */

#navbar {
	width: 956 px;
	height:27px;
	background-color: #cccdcd;
	padding: 3px 25px 3px 60px;
}

#navbar a {
	color: #444;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	overflow:hidden;
	line-height: 30px;
	white-space: nowrap;
}

#navbar li {
	border-right: 1px #fff solid;
	list-style-type: none;
	display: inline;
}

#navbar li:first-child {
	border-left: 1px #fff solid;
}

#navbar a:hover {
	color:#0099cc;
}

/* Horizontal Nav Bar End */

/* Main Content Start */

#mainContent { 
	padding: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin: 50px 20px 20px 20px;
	width: 580px;
	float:left;
} 

/* Main Content End */

/* Sidebar Start */

#sidewrapper {
	width: 290px;
	height: auto;
	float:right;
}

#sidebarwrap {
	width: 290px;
	height: auto;
	margin: 40px 20px 20px 20px;
	float:right;
	border: 1px solid #ccc;
}

#splashsidebarwrap {
	width: 290px;
	height: auto;
	margin: 15px 20px 20px 20px;
	float:right;
	border: 1px solid #ccc;
}

.sidebartop {
	background:transparent url(images/sidebartop.jpg) no-repeat scroll top;
	height: 37px;
	padding: 0px 0px 0px 0px;
	
}

.sidebarcontent {
	background: #fff;
	margin-top: 10px;
	padding: 5px 15px 15px 15px;
	height: auto;
	
}

.splashsidebarcontent {
	font-family: Arial, Helvetica, sans-serif; /* Peony's Edit */
	font-size: 14px;  /* Peony's Edit */
	background: #fff;
	margin-top: 0px;
	padding: 15px 15px 5px 15px;
	height: auto;
	
}

.splashsidebarcontent ul {
	padding-left:0px;
}

.splashsidebarcontent ul li {
	list-style-type:none;
	padding-bottom:1em;
}

/* Sidebar End */

/* Footer Start */

#footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cccdcd;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;	
	margin: 0px;
	clear:both;
} 

#footer p { 
	padding: 5px;
	margin: 0px;
}

/* Footer End */

/* ----- Floats -------- */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
}

.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

/* ---- End Floats -------- */

/* Text and Image Styling Start */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:24px;
	color: #0099cc;
	font-weight:100;
}

h1.first {
	font-family: Helvetica, Arial, sans-serif;
	font-size:24px;
	color: #0099cc;
	font-weight:100;
	float:left;
	margin-bottom: 30px;
}

h1.second {
	font-family: Helvetica, Arial, sans-serif;
	font-size:24px;
	color: #999;
	font-weight:100;
	padding: 0px 0px 0px 10px;
	float:left;
}

/* coding for making h1 subhead links 

h1.first a {
	color: #0099cc;
	text-decoration:none;
}

h1.first a:hover {
	color: #006699;
	text-decoration:none;
}

h1.second a {
	color: #999;
	text-decoration:none;
}

h1.second a:hover {
	color: #006699;
	text-decoration:none;
}

coding for making h1 subhead links end */

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #0099cc;
	font-weight:100;
	margin-top: 30px;
}

h2.sidebar {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color: #0099cc;
	font-weight:100;
	position:relative;
	padding: 10px;
	margin-top: 0;
}

h2.splashsidebar {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color: #0099cc;
	font-weight:100;
	position:relative;
	padding: 10px;
	margin-top: 0;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	font-weight: bold;
	line-height: 120%;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 145%;
	color:#000;	
}

a {
	color: #0099cc;
	text-decoration:none;
}

a:hover {
	color: #006699;	
}

.bullet {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 145%;
	color:#000;	
}

.image {
	border: 0px;
	padding: 5px 0px 10px 0px;
}

.padding {
	padding-top: 75px;
}

.bold {
	font-weight:bold;
}

.risecap {
	color:#0099cc;
	font-size:2em;
}


/* Text and Image Styling End */

/* Splash Page Elements */


#containersplash {
	width: 750px; 
	height:auto;
	background: #FFFFFF;
	margin: 0 auto;
}

#splashheader {
	width: 750px;
	height: 100px;
	padding: 0;
	margin: 0;	
}

#navwrap {
	width: 746px;
	height:auto;
	margin: 0 auto;
	border-left: 2px solid #cccdcd;
	border-right: 2px solid #cccdcd;
}

#splashwrap {
	width: 746px;
	height: 625px;
	margin: 0 auto;
	border-left: 2px solid #cccdcd;
	border-right: 2px solid #cccdcd;
}

#splashnav {
	width: 713px;
	height: 24px;
	font-size: 11px;
	background-color: #cccdcd;
	border: 2px 0px 0px 0px #666 solid;
	padding: 2px 5px 2px 30px;
}
	
#splashnav a {
	color: #444;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}

#splashnav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow:hidden;
	line-height: 30px;
	white-space: nowrap;
}

#splashnav li {
	border-right: 1px #fff solid;
	list-style-type: none;
	font-size: 11px;
	display: inline;
}

#splashnav li:last-child {
	border-right: 1px #cccdcd solid;
}

#splashnav a:hover {
	color:#0099cc;
}

/* Puzzle Piece Start */

#puzzle {
position: relative;
width: 334px;
height: 334px;
background: #5ae url(images/puzzle5.jpg) no-repeat;
margin: 30px 30px 30px 50px;
padding: 0;
float:left;
}

#puzzle li {
display:block;
position:absolute;
list-style:none;
margin:0;
padding:0;
}

#puzzle a {
display:block;
text-indent:-9999px;
text-decoration:none;
outline:none;
cursor:default;
}

#puzzle1 {left: -1px; top: 0px; width: 174px; height: 214px;}
#puzzle2 {
	left: 118px;
	top: 0px;
	width: 216px;
	height: 174px;
}
#puzzle3 {
	left: 0px;
	top: 160px;
	width: 216px;
	height: 174px;
}
#puzzle4 {
	left: 160px;
	top: 120px;
	width: 174px;
	height: 216px;
}

#puzzle1 a {width: 174px; height: 214px;}
#puzzle2 a {width: 216px; height: 174px;}
#puzzle3 a {width: 216px; height: 174px;}
#puzzle4 a {width: 174px; height: 214px;}

#puzzle1 a:hover {
	background-position: 0px 0px;
	background: url(images/puzzle1.png); 
	background-repeat:no-repeat;
	}
#puzzle2 a:hover {
	background-position: 0px 0px;
	background: url(images/puzzle2.png); 
	background-repeat:no-repeat;
	}
#puzzle3 a:hover {
	background-position: 0px 0px;
	background: url(images/puzzle3.png); 
	background-repeat:no-repeat;
	}
#puzzle4 a:hover {
	background-position: 0px 0px;
	background: url(images/puzzle4.png); 
	background-repeat:no-repeat;
	}


/* Puzzle Piece End */


/* Splash Page Elements End */

/* The following is elements regarding the webisodes page */

.askTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: #3fb9e7;
	font-weight: bold;
	line-height: 120%;
}

.episodeTitle {
	font-size:17px;
	line-height:20px;
	margin:5px 10px 4px 0;
}

.video {
	margin-bottom: 2em;
}

/* The following is elements regarding formboxes */
.formbox { width: 70%; background: #ECF9FE; border: 1px solid #61CDF4; margin: 0 auto; margin-top: 3em; padding: 15px; }

/* Content container */
#content {
	float:left;
	width:600px;
	overflow: hidden;
	margin:10px;
	padding-top: 15px;
	min-height: 400px; /*Just tossing this in temporarily, in order to fit supplied template image */
	_height: 400px; /*Make IE6 happy */
	}

div#column1 {
	float: left;
	clear: none;
	width: 50%;
	}
div#columnwrap {
	float: right;
	clear: none;
	width: 60%;
	}
	div#column2 {
		float: left;
		clear: none;
		width: 45%;
		}

/*#webisodes {
	border:2px solid #cccdcd;
	width: auto;
	height:auto;
}

#webisodes ul {
	padding:0px;
}

#webisodes ul li {
	list-style-type:none;
}

*/

/* Customize Article Posts */

.articlepost{
	clear: both;
	border-bottom: #ccc solid 1px;
	margin-bottom: 2.5em;
	
}

.articlepost a{
	color: #0099CC;
	text-decoration: none;
}

/* .post a.more-link{
	text-decoration: underline;
	display: block;
} */











/* Peony's Edits */

.clear {
	clear:both;
}

.clear2 {
	clear:both;
	height: 20px;
}

#websidearchive {
	font-family: Arial, Helvetica, sans-serif; 
	background: #fff;
	margin-top: 0px;
	padding: 15px 15px 5px 15px;
	height: auto;
	width: 270px;
}

#websidearchive  ul {
	padding-left:0px;
}

#websidearchive ul li {
	list-style-type:none;
	padding-bottom:1em;
}

#websidearchive .right  { 
	float: right; 
	width: 130px; 
	font-size: 12px; 
}
#websidearchive .right h4  { 
	margin: 0 0 5px 0; 
	font-size: 12px; 
	line-height: 18px; 
	}
#websidearchive.right h4 a  { 
	line-height: 18px; 
}
#websidearchive .date  { 
	font-size: 10px;
	color: #999999; 
	line-height: 0px;
}

#websidearchive span.thumb img{
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	border: 1px solid #e5e5e5;

}



/* Webisode Front Page Sidebar */

#websidevideo {
	font-family: Arial, Helvetica, sans-serif; 
	background: #fff;
	margin-top: 0px;
	padding: 15px 15px 5px 15px;
	height: auto;
}

#websidevideo  ul {
	padding-left:0px;
}

#websidevideo  ul li {
	list-style-type:none;
	padding-bottom:1em;
}

#websidevideo .right  { 
	float: right; 
	width: 130px; 
	font-size: 12px; 
}
#websidevideo  .right h4  { 
	margin: 0 0 5px 0; 
	font-size: 12px; 
	line-height: 18px; 
	}
#websidevideo .right h4 a  { 
	line-height: 18px; 
}
#websidevideo .date  { 
	font-size: 10px;
	color: #999999; 
	line-height: 0px;
}

#websidevideo span.thumb img{
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	border: 1px solid #e5e5e5;

}


/* Webisode Page */

#webisodes {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 480px
}

#webisodes a{
	font-size: 12px;
	font-weight: bold;
}


#webisodes h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-width: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#webisodes ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding:0px;
}

#webisodes ul li {
	list-style-type:none;
}

#webisodes li a{
	color: #000;
	list-style-type:none;
}

#webisodes li a:hover{
	color: #000;
	list-style-type:none;
	text-decoration: underline;
}

#featured {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 480px;
	position: relative; 
	height: 250px;
}

#featured h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-width: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#boxgrid{ 
	width: 110px; 
	height: 80px; 
	margin:10px 50px 80px 0px; 
	float:left; 
	position: relative; 		
}

#boxgrid h5{  
	font-size: 12px;
	margin: 0;
	padding: 0;		
}

#boxgrid p{  
	font-size: 11px;
	margin: 0;
	padding: 0;	
	line-height: 15px;	
}

#boxgrid img{ 
	position: relative; 
	padding: 5px;
	border: 1px solid #e5e5e5;
}

/* Peony's Edits End*/

/* @override 
	http://wp.local/content/plugins/the-events-calendar/resources/events.css?ver=2.9.2
*/
