/* @override 
	http://fitnessandmassagechicago.stardup.com/wp-content/themes/fitnessandmassage/style.css
*/

/******************************************************************
Theme Name: Fitness an Massage Chicago
Theme URI: http://fitnessandmassagechicago.com/
Description: Theme based on the "Bones" Framework
Author: Jack Keller
Author URI: http://indiejack.me/
Version: 1.0
Tags: html5, framework, css3, development

License: GPL or whatever
License URI: ?

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

/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/

/* 
GOOGLE FONTS:
http://www.google.com/webfonts#UsePlace:use/Collection:Vollkorn:400italic,400|Open+Sans+Condensed:300,300italic

USAGE:
font-family: 'Vollkorn', serif;
font-family: 'Open Sans Condensed', sans-serif;
*/
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400italic,400|Open+Sans+Condensed:300,300italic);

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #555;	
	background: #fff url(images/site-sidebar-bg.jpg) repeat-y;
}

#container, .wrap {
	position: relative;
	width: 980px;
}	
	/* default styles & fixes */
	#main {
		position: relative;
		float: left;
		width: 650px;
		font-size: 13px;
		margin: 0 0 0 40px;
		color: #666;
	}
	#main .homepage h2 {
		font-family: 'Vollkorn', serif;
		font-size: 18px;
		text-transform: uppercase;
	}
	#main .homepage .col {
		position: relative;
		float: left;
		width: 200px;
		margin: 20px 10px 0 0;
	}
	#main .homepage .col img {
		margin: 0 50px;
	}
	#main .homepage .col b, #main .homepage .col strong {
		position: relative;
		font-family: 'Vollkorn', serif;
		text-transform: uppercase;
		clear: both;
		margin: 0 0 10px 0;
	}
	#main article h3 {
		margin: 15px 0 0 0;
		padding: 5px;
		background-color: #97cdcc;
		font-family: 'Vollkorn', serif;
		font-style: italic;
		font-weight: normal;
		font-size: 18px;
	}
	#main article b, #main article strong {
		font-family: 'Vollkorn', serif;
		font-style: italic;
		font-weight: normal;
		font-size: 16px;
	}
	#main article img {
		border-left: 15px solid #fff;
	}
	#sidebar1 {
		position: relative;
		float: left;
		width: 224px;
		z-index: 100;
	}
	
/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited, a:link {color: #97cdcc;}
a:hover {color: #97cdcc;}
a:active {} /* on click */
a:link { 
	-webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */
}

/******************************************************************
TEXT SELECTION STYLES
******************************************************************/

::-webkit-selection { background: #6fc2f6; color:#fff; text-shadow : none; } /* Safari, Chrome, iPhones, iPads */
::-moz-selection { background: #6fc2f6; color:#fff; text-shadow : none; } /* Firefox */
::selection { background: #6fc2f6; color:#fff; text-shadow : none; } /* The Rest of em */


/******************************************************************
WORDPRESS BODY CLASSES
want to style a page via body class? go ahead
******************************************************************/

body.rtl {}
body.home {} /* home page */
body.blog {} 
body.archive {} /* archive page */
body.date {} /* date archive page */
	body.date-paged-1 {} /* replace the number to the corresponding page number */
body.search {} /* search page */
	body.search-results {} /* search result page */
	body.search-no-results {} /* no results search page */
	body.search-paged-1 {} /* individual paged search (i.e. body.search-paged-3) */
body.error404 {} /* 404 page */
body.single {} /* single post page */
	body.postid-1 {} /* individual post page by id (i.e. body.postid-73) */
	body.single-paged-1 {} /* individual paged single (i.e. body.single-paged-3) */
body.attachment {} /* attatchment page */
	body.attachmentid-1 {} /* individual attatchment page (i.e. body.attachmentid-763) */
	body.attachment-mime-type {} /* style mime type pages 
body.author {} /* author page */
	body.author-nicename {} /* user nicename (i.e. body.author-samueladams) */
	body.author-paged-1 {} /* paged author archives (i.e. body.author-paged-4) for page 4 */
body.category {} /* category page */
	body.category-1 {} /* individual category page (i.e. body.category-6) */
	body.category-paged-1 {} /* replace the number to the corresponding page number */
body.tag {} /* tag page */
	body.tag-slug {} /* individual tag page (i.e. body.tag-news) */
	body.tag-paged-1 {} /* replace the number to the corresponding page number */
body.page-template {} /* custom page template page */
	body.page-template-page-php {} /* individual page template (i.e. body.page-template-contact-php */
	body.page-paged-1 {} /* replace the number to the corresponding page number */
	body.page-parent {}
	body.page-child {}
	body.parent-pageid-1 {} /* replace the number to the corresponding page number */
body.logged-in {} /* if user is logged in */
body.paged {} /* paged items like search results or archives */
	body.paged-1 {} /* individual paged (i.e. body.paged-3) */
	
/* new browser classes */
body.browser-lynx {} /* lynx browsers */
body.browser-gecko {} /* firefox browsers */
body.browser-opera {} /* opera browsers */
body.browser-ns4 {} /* ns4 browsers */
body.browser-safari {} /* safari browsers */
body.browser-chrome {} /* chrome browsers */
body.browser-ie {} /* ie browsers ( aka dinosaurs) */
body.browser-iphone {} /* iphones (expirimental, best to use Media Queries) */


/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1, .h1 {}
h2, .h2 {}
h3, .h3 {}
h4, .h4 {}
h5, .h5 {}

h1 a, h2 a, h3 a, h4 a, h5 a {}

/******************************************************************
HEADER SYTLES
******************************************************************/

#fitsync {
	position: relative;
	background-color: #434343;
	color: #fff;
	height: 37px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 37px;
	font-size: 18px;
}
	#fitsync p {width: 940px; text-align: right;}
	#fitsync i {font-family: 'Vollkorn', serif; font-size: 16px; margin: 0 5px;}
	#fitsync input {border: 0; width: 120px; font-size: 14px;padding: 2px;}
	
header[role=banner] {position: relative;margin: 20px auto;}
	#home #logo {margin: 0;float: left; width: 350px;}
	#home #biopic {margin: 0; float: left; width: 280px;}
	
	#inside #logo {margin: 20px 0;float: left; width: 635px;}
	header h1 {
		font-family: 'Vollkorn', serif;
		font-size: 25px;
		font-weight: normal;
	}

/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/
nav[role=navigation] {}
	nav[role=navigation] .menu ul { 
		background: #215ea3;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		nav[role=navigation] .menu ul li {}
			nav[role=navigation] .menu ul li a { 
				padding: 10px 20px;
				text-shadow: 0 -1px 1px rgba(0,0,0,0.5); 
			}
				nav[role=navigation] .menu ul li a:hover { 
					background: #036; 
					color: #fff; 
				}
				
				nav[role=navigation] .menu ul li:first-child a {
					-moz-border-radius-topleft: 4px;
					-webkit-border-top-left-radius: 4px;
					border-top-left-radius: 4px;
					-moz-border-radius-bottomright: 4px;
					-webkit-border-bottom-right-radius: 4px;
					border-bottom-left-radius: 4px;
				}
				
		nav[role=navigation] .menu ul li.current-menu-item a, .nav ul li.current_page_item a {}
		
		nav[role=navigation] .menu ul li ul.sub-menu {}
			nav[role=navigation] .menu ul li ul li a {}
				nav[role=navigation] .menu ul li ul li a:hover {}
			nav[role=navigation] .menu ul li ul li:last-child a {}
			nav[role=navigation] .menu ul li:hover ul { }
				nav[role=navigation] .menu ul li ul li ul.sub-menu { }
					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu { }


/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#content {}
	#main { }
		article[id*=post-] {padding: 0;
		}
	
		/* want to style individual post classes? Booya! */
		.post-id {} /* post by id (i.e. post-3) */
		.post {} /* general post style */
		.page {} /* general article on a page style */
		.attachment {} /* general style on an attatchment */
		.sticky {} /* sticky post style */
		.hentry {} /* hentry class */
		.category-slug {} /* style by category (i.e. category-videos) */
		.tag-slug {} /* style by tag (i.e. tag-news) */
	
		/* post meta */
		.meta {}
			.meta time {}
			
		/* post content */
		.post_content {}
			
			.post_content p {}
			.post_content ul, .post_content ol, .post_content table, .post_content dl {}
			.post_content ul, .post_content ol {}
			.post_content li {}
			.post_content ul li {}
			.post_content ol li {}
			
			.post_content blockquote {}
			.post_content blockquote:before {} /* this adds the quote before the blockquote */
			
			.post_content dl {}
			.post_content dt {}
			.post_content dd {}
			
			.post_content img {}
			.post_content video {}
			.post_content object {}
			
			.wp-caption {}
			.wp-caption img {}
			.wp-caption p.wp-caption-text {}
			
			/* image gallery styles */
			.gallery dl {}
			.gallery dt {}
			.gallery dd {}
			.gallery dl a {}
			.gallery dl img {}
			.gallery-caption {}
			
			.size-full {}
			.size-large {}
			.size-medium {}
			.size-thumbnail {}
			
		article[id*=post-] footer {}
	
	
/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/

	/* page navigation */
	.page-navigation {}
		.bones_page_navi {}
			.bones_page_navi li.bpn-prev-link {} /* previous link */
				.bones_page_navi li.bpn-prev-link a {}
					.bones_page_navi li.bpn-prev-link a:hover {}
			.bones_page_navi li {} /* regular links */
				.bones_page_navi li a {}
					.bones_page_navi li a:hover {}
			.bones_page_navi li.bpn-current {} /* current page link */
					.bones_page_navi li.bpn-current:hover {}
			.bones_page_navi li.bpn-next-link {} /* next page link */
				.bones_page_navi li.bpn-next-link a {}
					.bones_page_navi li.bpn-next-link a:hover {}
			.bones_page_navi li.bpn-last-page-link {} /* last page link */
				.bones_page_navi li.bpn-last-page-link a {}
					.bones_page_navi li.bpn-last-page-link a:hover {}
			.bones_page_navi li.bpn-first-page-link {} /* first page link */
				.bones_page_navi li.bpn-first-page-link a {}
					.bones_page_navi li.bpn-first-page-link a:hover {}
	
	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link {}
			.wp-prev-next .next-link {}
	
/******************************************************************
COMMENT STYLES
******************************************************************/

#comments {}/* h3 comment title */
	#comments span {} /* number of comments span */
.comment-nav {}
	.comment-nav ul {}
		.comment-nav ul li {}
.commentlist {}
	.commentlist li {}
		.commentlist li[class*=depth-] {}
			.commentlist li.depth-1 {}
			.commentlist li.depth-2 {}
			.commentlist li.depth-3 {}
			.commentlist li.depth-4 {}
			.commentlist li.depth-5 {}
				.commentlist li ul.children li {}
				.commentlist li ul.children li.alt {}
				.commentlist li ul.children li.byuser {}
				.commentlist li ul.children li.comment {}
				.commentlist li ul.children li.depth-1 {} /* change number for different depth */
				.commentlist li ul.children li.bypostauthor {}
				.commentlist li ul.children li.comment-author-admin {}
				.commentlist li ul.children .alt {}
				.commentlist li ul.children .odd {}
				.commentlist li ul.children .even {}
			.commentlist .alt {}
			.commentlist .odd {}
			.commentlist .even {}
			.commentlist .parent {}
			.commentlist .comment {}
			.commentlist .children {}
			.commentlist .pingback {}
			.commentlist .bypostauthor {}
			.commentlist .comment-author {}
			.commentlist .comment-author-admin {}
			.commentlist .thread-alt {}
			.commentlist .thread-odd {}
			.commentlist .thread-even {}	
			.commentlist .vcard {}
				.commentlist .vcard cite.fn {}
				.commentlist .vcard time {}
					.commentlist .vcard time a {}
						.commentlist .vcard time a:hover {}
				.commentlist .vcard img.photo {}
				.commentlist .vcard img.avatar {}
				.commentlist .vcard cite.fn a.url {}
			.commentlist .comment-meta {} 
				.commentlist .comment-meta a {}
			.commentlist .commentmetadata {}
				.commentlist .commentmetadata a {}
			.commentlist li .comment_content {}
				.commentlist li .comment_content p {}
				.commentlist li ul {}
				.commentlist .comment-reply-link {}
					.commentlist a.comment-reply-link:hover {}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/

#respond {}
	#comment-form-title {}
		#cancel-comment-reply {}
			#cancel-comment-reply a {}
	#commentform {}
		.comments-logged-in-as {}
		#comment-form-elements {}
			#comment-form-elements li {}
				#comment-form-elements label {}
				#author, #email, #url, #comment {}
					#author:focus, #email:focus, #url:focus, #comment:focus {}
				#author, #email, #url {}
			#allowed_tags {}
				#comment {}
				#submit {}

/******************************************************************
SIDEBARS & ASIDES
******************************************************************/

#sidebar1 {}

	.widget {}
		.widget li {width: 200px; text-align: right;}
		.widget li a {font-family: 'Vollkorn', serif; font-size: 18px; color: #FFF; text-decoration: none; text-transform: uppercase;}
		.widget li a:hover,	.widget li.current-menu-item a {color: #222;}
		.widgettitle {}

	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}
	
	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}
	
	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}
	
	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	
	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}
	
	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}
	
	/* calendar widget */
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}
	
	/* category widget */
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {} 
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}
	
	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}
	
	/* search widget */
	#searchform {}
	.widget_search {}
	.screen-reader-text {}
	
	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}
	

/******************************************************************
FOOTER STYLES
******************************************************************/

footer[role=contentinfo] {border: none; text-align: left; margin: 0;}
footer.site {
	color: #444;
	background-color: #97cdcc;
}
footer.site .attribution span {
	color: #444;
}
footer.site .attribution p {
	color: #444;
	text-align: left;
	margin: 5px auto;
}
footer.site .attribution ul {
	color: #444;
	list-style: disc;
	text-align: left;
	margin: 0 0 0 15px;
}
footer.site .attribution i {
	font-family: 'Vollkorn', serif;
	font-size: 16px;
}
	/* footer menu */
	.footer-links {}
		.footer-links ul {}
			.footer-links ul li {}
				.footer-links ul li a {}
					.footer-links ul li:last-child a {}
			.footer-links ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current_page_item a {}
			.footer-links ul li ul.sub-menu {} /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */
			
	.attribution {
		position: relative;
		float: left;
		left: 260px;
		width: 650px;
		text-align: center;
	}
	.attribution span {
		margin: 0 20px;
	}

/******************************************************************
COLOR OVERRIDES
Developed by: Jack Keller
******************************************************************/
.white {
	color: #fff!important;
}


/******************************************************************
MISC OVERRIDES
Developed by: Jack Keller
******************************************************************/
#tips, #steps, #products {
	display: none;
}
h3 span {
	cursor: pointer;
}

form .label {display:block;width:150px;float:left;clear:right;}

a.button {
	display: block;
	padding: 3px;
	width: 220px;
	border: 2px solid #97cdcc;
	color: #97cdcc;
	background-color: #d0ebeb;
	text-decoration: none;
	font-weight: bold;
}
a.button:hover {
	background-color: #fff;
}

.waxlink {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.waxmore, .facialmore {
	display: none;
}
.facialmore blockquote::before {
	text-indent: 1600px;
}
.m {display: none}
	
/******************************************************************
MEDIA QUERIES & DEVICE STYLES
Developed by: Andy Clarke & the 320 & Up Extension
URL: http://stuffandnonsense.co.uk/projects/320andup/
******************************************************************/

@media only screen and (min-width: 480px) {
	/* insert styles here */
}

@media only screen and (max-width: 699px) {
	body {background-image: none}
	#fitsync {height: auto; overflow: hidden; position: relative}
	#fitsync p {width: 100%; padding: 0% 1%; box-sizing: border-box; }
	#container {
		width: 100%; overflow: hidden;
	}
	#sidebar1 {
		float: none; width: 100%; background: #CCCCCC;
	}
	#main {width: 100%; box-sizing: border-box; margin: 0px; padding: 2%; font-size: 26px; line-height: normal}
	#main .homepage h2 {font-size: 16px}
	#main article b, #main article strong {font-size: 32px; line-height: normal; clear: both; display: block; margin: 0px}
	#main .homepage .col {width: 100%}
	#main .homepage .col img {width: 50%; height: auto; margin: 0px 20%}
	#home #logo {width: 95%; height: auto}
	#home #logo img {width: 100%; height: auto}
	#sidebar1 .menu {margin-top: 0px; border-top: solid 2px #AAAAAA;}
	#sidebar1 .widget li {width: auto; float: left; text-align: left; padding: 1%; box-sizing: border-box; margin-right: 3%; border-bottom: solid 1px #DDDDDD}
	.attribution {width: 100%; left: auto}
	.attribution img {width: 100%; height: auto}


	#inside #logo {width: 100%; height: auto}
	#inside #logo img {width: 100%; height: auto}
	header h1 {font-size: 36px; line-height: normal}
	.post_content ul, .post_content ol {padding-left: 1%; padding-right: 1%; width: 100%; box-sizing: border-box; margin-left: 0px; margin-right: 0px}

	footer[role=contentinfo] {padding: 1%; box-sizing: border-box;}
	
	/***** additional plugin media fixes *****/
	#sidebar1 > img,
	#jr_insta_slider-3 {display: none}
	#home #biopic {width: 95vw}
	#home #biopic iframe {width: 95vw; height: 40vw}
	.widget li a {font-size: 15px}
	#main .homepage .col img {width: 25%; margin: auto; display: block}
	#main .homepage .col b, #main .homepage .col strong {font-weight: bold; display: block; margin: 20px 0 10px 0}
	#main article b, #main article strong {display: block; font-weight: bold; margin: 20px 0 10px 0}
	#main .homepage .col {font-size: 15px}
	#main .homepage h2 {font-size: 19px; font-weight: bold}
	.m {display: block}
	.post_content {font-size: 14px}
}

@media only screen and (max-width: 370px) {


}

/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

@media print { }

