/*
Theme Name: YogurtiniFranchice.com
Theme URI: http://yogurtini.com/
Description: This is a Website Built for Yogurtini
Version: 1.0
Author: jackstin.com
Author URI: http://jackstin.com/
Tags: 

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

html {
		height:100%;
}

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		background:url(images/header_bkg_clean.jpg) top center no-repeat;
		background-position:-20px 0px 0px 0px;	
		overflow:hidden;
		width: 100%;
		}

#headerimg {
	overflow:hidden;
}

/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: 35px;
		}

#sidebar {
		text-align: left;
		padding-top: 35px;
		padding-bottom: 25px;
		overflow:hidden;
		}

.widget {
	margin-bottom:30px;
}


#footer {
		margin: 0 0 0 0;
		padding: 0 0 20px 0;
		font-size:12px;
		}	

.post {
		margin: 0 0 20px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

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

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 12px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 12px 2px 0;
		display: inline;
		}

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

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before {
		content: "\00BB \0020";
		}

.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;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Comments */

#comments {
	overflow:hidden;
	padding:0px;
	margin:0px;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;

}

.avatar_text_bottom {
float:right;
font-size:12px;
letter-spacing:0px;
margin-top:15px;
}

#comments div.avatar_text {
float:right;
font-size:12px;
margin-top:-20px;
letter-spacing:0px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Arial', Sans-Serif; letter-spacing:0px;
}

.commentlist li ul li {
	float:left;
	display:block;
	overflow:hidden;
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	border:0px;
	border-bottom:1px dotted #cccccc;
	background:none;
}

.commentlist li .avatar { 
	float: left;
	padding: 3px;
	margin-right:15px;
	margin-bottom:10px;
}
	
.commentlist li .photo{ 
	float: left;
	padding: 3px;
	margin-right:15px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size:30px;
	letter-spacing:-1px;
	line-height:30px;	
}

.commentlist p {
	font-weight: normal;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	text-transform: none;
	padding-top:10px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 225px;
	padding:7px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:normal;
	border:1px dotted #cccccc;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding:7px;
	font-size:15px;
	font-weight:normal;
	overflow:auto;
	border:1px dotted #cccccc;
}

#commentform #submit {
	display:block;
	float:left;
	height:40px;
	text-align:center;
	padding:0px 5px;
	cursor:pointer;
	width:175px;
	margin-top:10px;
	font-weight:bold;
	background:url(images/nav_bkg.jpg);
	color:#5e906f;
	line-height:40px;
	border:1px solid #9fd5b5;
}

#commentform #submit:hover {
	background:url(images/nav_bkg_over.jpg);
	color:#ffffff;
}

.commentlist .alt {
	padding:20px;
	background:none;
	}
	
.says {
	font-size:15px;
}

.commentlist {
	}

.commentlist li {
	display:block;
	overflow:hidden;
	padding:20px;
	margin-top:10px;
	}
	
.commentlist li ul li { 
}

.commentlist p {

}

label small {
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
	float:right;
	margin-right:-11px;
	margin-top:-40px;
	padding:10px;
}

h3.leave_a_comment {
	display:block;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:10px;
	font-size:30px;
	line-height:25px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#999999;
}

/* End Comments */


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

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

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

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

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

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

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

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow:hidden;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */



/* Navigation */

.nav {
	height:40px;
	width:100%;
	margin:0px;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
}

.nav li {
	display:block;
	float:left;
	height:40px;
}

.nav a {
	color:#5e906f;
	text-transform:uppercase;
	padding:0px 28px;
	text-decoration:none;
	display:block;
	float:left;
	border-right:1px solid #c7dfd1;
}

.nav a:hover {
	color:#ffffff;
	text-decoration:none;
}

li a.left_cap {
	display:inline;
	background:url(images/nav_cap_left.jpg);;
	margin-left:18px;
	text-decoration:none;
}

li a.left_cap:hover {
	background:url(images/nav_cap_left_over.jpg);
}

li.nav_btn a {
	background:url(images/nav_bkg.jpg);
	text-decoration:none;
}

li.nav_btn a:hover {
	background:url(images/nav_bkg_over.jpg);
}

li a.right_cap {
	background:url(images/nav_cap_right.jpg) right;
	text-decoration:none;
	border-right:0px;
}

li a.right_cap:hover {
	background:url(images/nav_cap_right_over.jpg) right;
}
		
.border_split {
		float:left;
		clear:both;
		height:0px;
		width:960px;
		border-bottom:1px solid #f0f0f0;
}
/* End Navigation */


/* Twitter Tools */

#sidebar ul li  ul li {
	line-height:18px;
}

#sidebar ul li .aktt_tweets ul li {
	border-bottom:1px dotted #cccccc;
	margin-bottom:10px;
	padding-bottom:10px;
}

#footerContent {
	padding:15px 0px;
}

/* End Twitter Tools */

/* Subscribe */

.subscribe {
margin-top:15px;
}

.subscribe input {
		padding:5px;
		border: 1px solid #cccccc;
		margin-bottom:7px;
		width:150px;
}

.subscribe .submit {
		display:block;
		float:left;
		height:30px;
		text-align:center;
		padding:0px 5px;
		cursor:pointer;
		width:80px;
		background:url(images/nav_bkg.jpg) center;
		color:#5e906f;
		line-height:30px;
		border:1px solid #9ac0ac;
		font-size:1.1em;
		margin-top:5px;
}

.subscribe .submit:hover {
		background:url(images/nav_bkg_over.jpg) center;
		color:#ffffff;
}

/* End Subscribe*/


/* Slider */

.slider {
		margin-left:10px;
}

.slider_nav {
		width:660px;
		padding-bottom:10px;
		overflow:hidden;
}

.slider_nav .jFlowPrev , .slider_nav .jFlowNext {
		background:transparent url(images/nav_bkg.jpg) repeat-x scroll left center;
		border:1px solid #9AC0AC;
		color:#5E906F;
		display:block;
		float:left;
		font-size:12px;
		height:30px;
		line-height:30px;
		padding:0 15px;
		text-align:center;
		margin-top:15px;
}

.slider_nav .jFlowPrev:hover , .slider_nav .jFlowNext:hover {
		background:url(images/nav_bkg_over.jpg) center left repeat-x;
		color:#ffffff;
		text-decoration:none;
}

.slider_nav .jFlowPrev {
	 margin-right:5px;
}

#myController  {
		margin-top:15px;
		overflow:hidden;
		border:1px solid #9AC0AC;
}

#myController span {
		display:block;
		float:left;
		height:30px;
		width:30px;
		cursor:pointer;
		background:transparent url(images/nav_bkg.jpg) repeat-x scroll left center;
}

#myController span:hover {
		background:transparent url(images/nav_bkg_over.jpg) repeat-x scroll left center;
}

#mySlides {
		overflow:hidden;
		height:360px;
		width:660px;
}

#mySlides div {
		overflow:hidden;
}

#jFlowSlide{

}

#myController span.jFlowSelected {
		background:url(images/nav_bkg_over_over.jpg) center left repeat-x;
}


.jFlowPrev, .jFlowNext{
		cursor:pointer;
}

/* Slider */

/* Fanchise Button */

a.franchise_button {
		display:block;
		float:right;
		margin-top:75px;
		margin-right:2px;
		height:53px;
		width:159px;
		background:url(images/franchise_button.jpg);
}

a.franchise_button:hover {
		background:url(images/franchise_button_over.jpg);
}

/* End Fanchise Button */

.cup_bkg {
	background:url(images/square_bkg.jpg) top left no-repeat;
	background-position:-20px 5px;
}

.green_box {
	float:right;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:20px;
}

.percent {
	background:url(images/light_green_90.png) repeat top left;
	font-family:Arial;
	float:left;
	padding:15px 12px;
	font-size:30px;
	font-weight:bold;
	z-index:2000;
	position:relative;
}


.green_box_text {
	background:url(images/green_90.png) repeat top left;
	float:left;
	padding:11px 12px 11px 20px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	width:125px;
	margin-left:-15px;
	margin-top:40px;
}


/* Quiz */

.quizzy {
	background:url(images/green_50.png) repeat top left;
	padding:5px 15px 20px 30px;
	margin-left:-20px;
	width:300px;
	margin-top:35px;
}

.quizzy h2 {
	font-size:24px;
	margin-top:10px;
	letter-spacing:-1px;
}

.quizzy h4 {
	font-size:12px;
}

.quizzy ul {
margin:10px 0px 20px 10px;
}
.quizzy ul li {
	padding:4px;
	font-size:12px;
}

h2.quizzy_text {
	background-color:#FFFFFF;
	margin-left:-15px;
	padding:15px;
	font-size:1.6em !important;
	line-height:1.65em;
	letter-spacing:0px;
}


/* Quiz End*/

/* Source */

.source {
	background:url(images/pink_50.png) repeat top left;
	padding:5px 10px 5px 20px;
	margin-left:-20px;
	width:315px;
	margin-bottom:20px;
	margin-top:20px;
}

.source p {
	font-size:11px;
}

/* Source End*/

/* Why Info*/

.why_info {
	padding-right:20px;
	font-size:1.3em;
	line-height:1.65em;
}

.why_info h4 {
	font-size:1.4em;
}

.why_info ul {
	margin:10px 0px 20px 15px;
	list-style:square;
}
.why_info ul li {	
	margin-bottom:10px;
}


/* End Why Info*/


/* Results */
#results {
display:none;
padding-right:20px;
text-align:center;
}

#results p {
	text-align:center;
}

#results ul {
	margin:15px 0px 20px 0px;
}

#results ul li {
	font-weight:bold;
	font-size:15px;
}

h4.results_click {
	background:transparent url(images/nav_bkg.jpg) repeat-x scroll left center;
	border:1px solid #9AC0AC;
	color:#5E906F;
	display:block;
	float:left;
	font-size:12px;
	height:30px;
	line-height:30px;
	padding:0 70px;
	text-align:center;
	cursor:pointer;
	color:#5E906F;
}

h4.results_click:hover {
	background:transparent url(images/nav_bkg_over.jpg) repeat-x scroll left center;
	color:#FFFFFF;
}

/* End Results */

/* Q and A */
.q-and-a {
	background:#c6e3d3 url(images/eating.jpg) top left no-repeat;
	padding:200px 15px 20px 30px;
	margin-left:-20px;
	width:300px;
	font-size:1.3em;
	line-height:1.65em;
	margin-bottom:20px;
}

.q-and-a h2 {
	font-size:24px;
	letter-spacing:-1px;
	margin-top:10px;
}
.q-and-a ul {
	margin:15px 0px 20px 0px;
}

.q-and-a ul li {
	margin-bottom:10px;
}

/* End Q and A */

ul.contact {
	margin:15px 0px 20px 0px;
	font-size:1.8em;
	text-align:center;
}

ul.contact li {
margin-bottom:10px;
font-weight:bold;
}


.call-out {
	float:right;
	width:200px;
	background:transparent url(images/pink_50.png) repeat scroll left top;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:5px;
	padding:15px;
	text-align:justify;
	font-size:0.9em;
	font-weight:bold;
}

.address {
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:5px;
}

.hours {
	margin-bottom:20px;
	margin-top:10px;
	font-size:12px
}

.hiring {
	margin-bottom:20px;
	margin-top:10px;
	font-size:12px
}

.location_blog {
	margin-bottom:20px;
	margin-top:10px;
	font-size:12px
}

#cf2_field_1 , #cf2_field_2 , #cf2_field_6 , #cf2_field_7 , #cf2_field_8 , #cf2_field_6 , #cf2_field_16 , #cf2_field_17 {
	width:170px;
}

ul.blog_locations li {
	margin-bottom:5px;
}

.home {
	margin-top:40px !important;
}

.sidebar-6 { padding-top:25px !important;}

.sidebar-6 .widget_links { margin-bottom:5px !important;}
