/*
Theme Name: MBS CrossFit
Theme URI: http://www.sitesasrx.com
Author: SitesAsRx
Version: 1.0
*/


/* --------------------------------------------------------------
 =Reset default browser CSS. Based on work by Eric Meyer: 
 http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url('style-reset.css');
@import url('style-fonts.css');
@import url('style-global.css');
@import url('style-content.css');
@import url('style-images.css');
@import url('style-comments.css');
@import url('style-widgets.css');
@import url('style-footer.css');
@import url('style-print.css');

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fontface-bebasneue/bebasneue-webfont-webfont.eot');
    src: url('fontface-bebasneue/bebasneue-webfont-webfont.eot#iefix') format('embedded-opentype'),
         url('fontface-bebasneue/bebasneue-webfont-webfont.woff') format('woff'),
         url('fontface-bebasneue/bebasneue-webfont-webfont.ttf') format('truetype'),
         url('fontface-bebasneue/bebasneue-webfont-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =Layout
-------------------------------------------------------------- */
#Body {
	width: 100%;
	margin: 0px auto;
}
#Header,
#Promo,
#Content{
	width: 980px;
	margin: 0px auto;
}
#Footer {
	width: 100%;
}
#Header > .Container, 
#Promo > .Container, 
#Content > .Container{
	width: 100%;
}
#Footer .Container {
	width: 940px;
	margin: 0px auto;
}

.Clear {
	clear: both;
}
.Whole {
	float: left;
	width: 100%;
}
.Wrapper {
	clear: left;
}
.Main, .Side {
	float: left;
}
.Main {
	width: 640px;
}
.Side {
	width: 320px;
	margin-left: 20px;
}
.home .Main {
	margin-left: 20px;
}
.home .Side {
	margin-left: 0px;
}


/* =Fonts
-------------------------------------------------------------- */


/* =Global Elements
-------------------------------------------------------------- */

/* Sample Overrides */
body {
	background: url("images/bg.jpg") repeat-x #f1f0f0;
	font-size: 13px;
	line-height: 18px;
	color: #444;
}
input,
textarea {
	font-size: 13px;
	line-height: 18px;
}
a, a:hover { color: #a00004; }


/* =Header
-------------------------------------------------------------- */
#Header {
	background: url("images/bg-header.jpg") no-repeat;
	background-position: top left;
	height: 236px;
}
#Header #Logo {
	float: left;
	margin-top: 6px;
	height: 180px;
	width: 250px;
}
#Header #Logo img {
	padding-top: 5px;
}
#Header #Tagline {
	float: left;
	width: 330px;
	padding-top: 60px;
	margin-left: 400px;
}
#Header #Tagline h1,
#Header #Tagline h2 {
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	letter-spacing: .05em;
	font-size: 20px;
	line-height: 28px;
	color: #565656;
}

#Header #Access {
	float: left;
	width: 100%;
	height: 50px;
	background: url("images/bg-access.jpg") no-repeat;
}


/* =Menu
-------------------------------------------------------------- */
#Access .menu-header,
div.menu {
	float: left;
}
#Access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#Access .menu-header > ul > li,
div.menu li {
	float: left;
	position: relative;
}
#Access .menu-header > ul > li {
	padding: 10px 10px;
	padding-right: 0px;
}
#Access a {
	display: block;
	text-decoration: none;
	color: #FFF;
	line-height: 30px;
	padding: 0 12px;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	letter-spacing: .05em;
	font-size: 22px;
}
#Access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	left: 0;
	float: left;
	z-index: 99999;
	top: 38px;
	top: 50px;
	width: 200px;
	background: #383838;
	border-bottom: 8px solid #383838;
}
#Access ul ul li {
	/* min-width: 180px; */
	padding: 0px 10px;
}
#Access ul ul ul {
	left: 100%;
	top: 0;
}
#Access ul ul a {
	line-height: 1em;
	width: 160px;
	height: auto;
	color: #FFF;
	font-size: 20px;
	padding: 5px 10px;
	background: #383838;
}
#Access .menu-header > ul > li:hover > a {
	background: #a00004;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#Access ul ul :hover > a {
	background: #a00004;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#Access ul li:hover > ul {
	display: block;
}
#Access ul li.current_page_item > a,
#Access ul li.current-menu-ancestor > a,
#Access ul li.current-menu-item > a,
#Access ul li.current-menu-parent > a {
	background: #a00004;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
* html #Access ul li.current_page_item a,
* html #Access ul li.current-menu-ancestor a,
* html #Access ul li.current-menu-item a,
* html #Access ul li.current-menu-parent a,
* html #Access ul li a:hover {
	/*
	background: #a00004;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
}


/* =Content
-------------------------------------------------------------- */
#Content {
	padding: 30px 0px;
}
#Content .Container {
	background: url("images/bg-content.jpg") repeat-y;
	background-position: top right;
}
.home #Content .Container {
	background-position: top left;
}
.page-template-page-whole-php #Content .Container { background: none; }

#Content .Side .Wrapper {
	padding: 10px;
}

#Content .widget_text img {
	border: 8px solid #d5d5d5;
}

#Content .Main .hentry,
#Content .Whole .hentry {
	border: 1px solid #b5b5b5;
	border: 5px solid #d8d8d8;
	background: #FFF;
}
#Content .Main .hentry .wrap,
#Content .Whole .hentry .wrap {
	border: 1px solid #b5b5b5;
	padding: 12px;
}

.home .ec3_schedule {
	display: none;
}


/* Sample Overrides */
.page-title a { color: #a00004; }
.entry-title a { color: #a00004; }
.entry-meta a,
.entry-utility a { color: #a00004; }
.navigation a { color: #a00004; }

#Content .entry-title,
#Content h3.widget-title {
	font-size: 30px;
	line-height: 1em;
	padding-bottom: 8px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	letter-spacing: .04em;
}

.entry-content ul,
.entry-content ol {
	margin-left: 3em;
}


/* =Images
-------------------------------------------------------------- */


/* =Comments
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title {
	font-size: 28px;
	padding-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular';
	letter-spacing: .04em;
}
/*
.comment { background: #DDD; }
.comment-form-comment { width: 350px; }
.comment-form-comment textarea { width: 330px; }
.form-allowed-tags { width: 250px; }
*/


/* =Widget Areas
-------------------------------------------------------------- */

#upcoming-events > ul > li,
#upcoming-events > ul > li.ec3_list {
	background: #f5f5f5;
	font-size: 13px;
	padding: 8px 10px;
	margin-bottom: 2px;
	color: #c81015;
}
#upcoming-events > ul > li li a {
	color: #c81015;
	font-size: 15px;
}


#sub-page-menu {
	padding: 0px;
	background: none;
}
#sub-page-menu h3.widget-title {
	padding-bottom: 4px;
}
#sub-page-menu h3.widget-title a {
	padding-top: 5px;
}
#sub-page-menu ul.menu {
	border-top: 0px;
}
.advanced_recent_posts_widget li, 
#sub-page-menu ul.menu li {
	background: #f5f5f5;
	border-bottom: 0px;
	margin-bottom: 2px;
}
.advanced_recent_posts_widget li a,
#sub-page-menu ul.menu li a {
	font-size: 20px !important;
	padding: 9px 10px !important;
	font-family: 'BebasNeueRegular';
	letter-spacing: .04em;
	color: #a00004;
}
.advanced_recent_posts_widget li a:hover,
#sub-page-menu ul.menu li.current_page_item a,
#sub-page-menu ul.menu li a:hover {
	color: #333333;
}

.Side .gform_wrapper {
	background: #DDD;
}

.widget_twitter h3.widget-title a {
	color: #444;
}
.twitter_container .comment {
	background: #f5f5f5;
	margin-bottom: 2px;
}
.twitter_container .time {
	color: #c81015;
}

.entry-utility {
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
}


/* =Footer
-------------------------------------------------------------- */

#Footer {
	background: url("images/bg-footer-row2.jpg") repeat;
}
#Footer .Container {
	padding: 0px;
}
#Footer .row1 {
	background: url("images/bg-footer-row1.jpg") repeat;
}
#Footer .row {
	padding: 40px 0px;
	padding-top: 50px;
}
#Footer .Column {
	width: 293px;
	margin-left: 20px;
}
#Footer .Column1 {
	margin-left: 0px;
}
#Footer h1 {
	font-weight: normal;
	font-family: 'BebasNeueRegular';
	letter-spacing: .04em;
	text-transform: uppercase;
	font-size: 32px;
	color: #FFF;
}
#Footer h3 {
	color: #c81015;
	font-weight: normal;
	font-family: 'BebasNeueRegular';
	letter-spacing: .04em;
	text-transform: uppercase;
	font-size: 24px;
}
#Footer .row2 h3 {
	color: #BBB;
}
#Footer,
#Footer p {
	color: #999;
}
#Footer label {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0em;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	color: #777;
}
#Footer h1 label {
	line-height: 2.4em;
}

#Footer .widget_nav_menu ul.menu {
	border-top: 1px solid #555;
}
#Footer .widget_nav_menu ul.menu li {
	border-bottom: 1px solid #555;
}
#Footer .widget_nav_menu ul.menu li a {
	color: #BBB;
}

#Footer .socialmedia-buttons img {
	margin-right: 5px !important;
}


/* =Print Style
-------------------------------------------------------------- */