@charset "utf-8";
/*  Theme Name: BodyRock.TV Theme */
@import url("reset.css");
/* ---------------------------------------------------------------------
Developers: Kelly Meath, Tony Webster, Jessica Green, Alison Barrett
------------------------------------------------------------------------ */

body {
    font: 16px Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    color: #545454;
    background-attachment: fixed;
    background-image: url('images/BR_background.jpg');
}

#bg_containers {
	width: 100%;
	height: 1200px;
	margin: 0;
	position: absolute;
	z-index: -1;
}

#bg_containers div {
	width: 100%;
	height: inherit;
	margin: 0;
}

#bg_containers .bg1 {
	background: url('images/BR_background.jpg');
	background-attachment: fixed;
}

#bg_containers .bg2 {
	background: url('images/BR_background1.jpg');
	background-attachment: fixed;
}

#bg_containers .bg3 {
	background: url('images/BR_background2.jpg');
	background-attachment: fixed;
}

#bg_containers .bg4 {
	background: url('images/BR_background3.jpg');
	background-attachment: fixed;
}

#bg_containers .bg5 {
	background: url('images/BR_background4.jpg');
	background-attachment: fixed;
}

a {
    text-decoration: none;
    color: #000;
}

a:visited {
    color: #555;
}

div.wrapper {
    padding: 0 15px;
    margin: 0 auto;
    width: 970px;
    background: url('images/page-bg.png') repeat-y center;
}
div.inner_wrapper {
    background: url("images/inner-wrapper-bg.png") repeat-y center;
    clear: both;
    float: none;
    margin: 0 auto;
    width: 950px;
}
/*------------------------------------------------------------------------------
Header (Global)
------------------------------------------------------------------------------*/

div#header {
    margin: 0 2px 10px;
    width: 960px;
    background-color: #000;
    overflow: visible;
}

div#header div.header-image {
    /*background: url('images/header2.png') no-repeat;*/
    background-color:#ffffff;
    height: 123px;    
}

div#header div.header-image #new-content {
	float: right;
	height: 123px;
	/*margin: 10px 0;
	padding: 0 15px;*/
	width: 350px;
}
	
	#new-content .text {
		float: left;
		width: 178px;
		height: 29px;
	}
	
	#new-content .button {
		width: 350px;
		height: 123px;
	}

div#header div.header-image #logo {
	height: 123px;
	width: 410px;
	float: left;
	/*margin-left: 20px;  margin-top: 31px; */
}

.header-image #social-wrap {
	float: right;
	width: 335px;
	height: 130px;
	background: url('images/button_holder.png');
}
	
	#social-wrap .social-inner-left {
		float: left;
		width: 185px;
		margin-top: 17px;
	}
	
		.social-inner-left .social-search {
			float: left;
			width: 181px;
			padding: 0 10px 0 35px;
			margin-bottom: 12px;
		}
			
			.social-search .screen-reader-text {
				display: none;
			}
			
			.social-search input#s {
				background-color: #444;
				color: #fff;
				text-align: right;
				border: none;
				float: left;
				height: 21px;
				width: 118px;
				padding-right: 15px;
				margin: 2px 12px 0 0;
			}
			
			.social-search input#searchsubmit {
				background: url('images/button_go.png') no-repeat;
				border: 0;
				outline: 0;
				text-indent: -999px;
				overflow: hidden;
				height: 26px;
				width: 26px;
				vertical-align: middle;
				font-size: 0;
				line-height: 0;
				float: left;
			}
			
			.social-search input#searchsubmit:hover {
				background: url('images/button_go_mo.png') no-repeat;
				cursor: pointer;
			}
			
		
		.social-inner-left .social-icons {
			float: left;
			width: 181px;
			padding: 0 10px 0 35px;
		}
		
			.social-icons ul {
				margin: 0;
				padding: 0;
			}
			
				.social-icons ul li {
					display: inline;
					list-style-type: none;
					margin-right: 5px;
				}
				
				.social-icons ul li:last-child {
					margin: 0;
				}
	
	#social-wrap .social-inner-right {
		float: right;
		width: 121px;
		margin-top: 17px;
	}

div#header h1 {
    display: none;
}
div#header div.sub_header {
    background-color: #ffffff;
    clear: both;
    float: none;
    padding: 10px 0 0;
}

div#header h2.section_title,
div#header div.social_search {
    float: left;
}

div#header h2.section_title {
    padding: 0 10px;
}

div#header h2.section_title div.tagline {
    font-weight: normal;
    font-size: 0.68em;
    margin: 8px 10px 0;
    width: 420px;
}

div#header div.social_search {
    float: right;
    width: 500px;
}

div#header div.social_search label {
    display: none;
}

div#header div.social_search span.social {
    float: left;
    margin: 0 15px;
}

div#header div.social_search span.social span.icon {
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

div#header div.social_search span.social span.facebook {
    background: url('images/facebook-icon-sml-2.png') no-repeat;
}

div#header div.social_search span.social span.rss {
    background: url('images/rss-icon-sml.png') no-repeat;
}

div#header div.subnav {
    background-color: #898888;
    border-top: 1px solid #FFFFFF;
    clear: both;
    margin: 7px 0 0;
}

div#header div.subnav li.cat-item {
    float: left;
    padding: 5px 10px 10px;
    border-right: 1px solid #fff;
}
div#header div.subnav li:hover.cat-item {
    background-color: #545454;
}
div#header div.subnav li.cat-item > ul.children {
    background-color: #545454;
    display: none;
    margin: 10px 0 0 -10px;
    position: absolute;
    z-index: 2;
}

div#header div.subnav li.cat-item > ul.children > li.cat-item {
    display: block;
    float: none;
}

div#header div.subnav li.cat-item.empty {
    float: left;
    padding: 5px 10px 10px;
    border: 0 none;
}

div#header div.subnav li.cat-item.current-cat {
    background-color: #3a3b3a;
}

/*-----------------
For Header Widgets
------------------*/
div#header ul.widget {
    width: 220px;
}
div#header ul.widget li.widget {
    background-color: transparent;
    color: #E1E1E1;
    padding: 0;
    margin: 0;
}
div#header ul.widget h2.widgettitle {
    display: none;
}
div#header ul.widget.left {
    float: left;
    margin: 10px 0 0 40px
}

div#header ul.widget.right {
    float: right;
    margin: 10px 40px 0 0;
}
div#header ul.widget div.textwidget {
    padding: 0;
    text-align: center;
}
/*------------------------------------------------------------------------------
Navigation (Global)
------------------------------------------------------------------------------*/
div#navigation {
    background-color: #FFFFFF;
    color: white;   
}

div#navigation ul#menu-main {
    height: 34px;
}
div#navigation ul#menu-main li.menu-item {
        display: block;
        float: left;
}
div#navigation ul#menu-main li.menu-item a {
    display: block;
    height: 24px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    padding: 5px 0;
    text-align: center;
    width: 168px;

}
/*---------------------
Styling for menu items
----------------------*/
div#navigation ul#menu-main li.menu-item.current-menu-parent a {
    background-position: 0 -34px !important;
}
div#navigation ul#menu-main li.menu-item a:hover {
    background-position: 0 -34px !important;
}

div#navigation ul#menu-main li.menu-item.today a {
    background: url('images/todays-workout.png') no-repeat;
    z-index: 5;
    width: 176px;
}

div#navigation ul#menu-main li.menu-item.all a {
    background: url('images/All_workouts.png') no-repeat;
    margin: 0 0 0 165px;
    z-index: 4;
}

div#navigation ul#menu-main li.menu-item.food a {
    background: url('images/Food_diet.png') no-repeat;
    margin: 0 0 0 322px;
    z-index: 3;
}

div#navigation ul#menu-main li.menu-item.bodyr a {
    background: url('images/bodyrockers.png') no-repeat;
    margin: 0 0 0 479px;
    z-index: 2;
}

div#navigation ul#menu-main li.menu-item.products a {
    background: url('images/equipment.png') no-repeat;
    margin: 1px 0 0 636px;
    z-index: 0;
}

div#navigation ul#menu-main li.menu-item.life a {
    background: url('images/life.png') no-repeat;
    margin: 1px 0 0 792px;
    z-index: 1;
}

div#navigation ul#menu-main li.menu-item.current-menu-item a {
    background-position: 0 -34px;
}

div#navigation div.sub_header a {
    color: #fff;
    font-size: 0.8125em;
}

div#navigation div.sub_header input#s {
    width: 187px;
    vertical-align: middle;
}
div#navigation div.sub_header input#searchsubmit {
    background: url('images/search-go-btn.png') no-repeat;
    border: 0;
    outline: 0;
    text-indent: -999px;
    overflow: hidden;
    height: 26px;
    width: 33px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

div#navigation ul#menu-main #menu-item-24135 { position:relative; }
div#navigation ul#menu-main li.menu-item.all #menu-sublist-workout { position:absolute; left:0; top:10px; top: 34px\9; list-style: inside; display:none; }
div#navigation ul#menu-main li.menu-item.all #menu-sublist-workout li { height:33px; height:30px\9; }
div#navigation ul#menu-main li.menu-item.all #menu-sublist-workout li a { background:none; background-color:#878787; text-indent:0; padding:5px 0; font-size:12px; color:#ffffff; width: 160px;  text-shadow: 1px 1px 1px #727272; filter: dropshadow(color=#727272, offx=1, offy=1); }
div#navigation ul#menu-main li.menu-item.all #menu-sublist-workout li a:hover { background-color:#666666; }

/*------------------------------------------------------------------------------
Content (Global)
------------------------------------------------------------------------------*/
div#content {
    float: left;
    margin: 0 5px;
    width: 625px;
}

div.recent_thumbnails {
    background: url('images/recently-bg.png') repeat-x;
    border: 2px solid #E1E1E1;
    clear: both;
    display: block;
    float: none;
    padding: 0 0 0 10px;
    margin: 0;
    width: auto;
}

div.recent_thumbnails h3 {
    background: url("images/recently-h3-bg.png") no-repeat 10px center;
    float: left;
    height: 74px;
    margin: -2px 0 0 -45px !important;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 35px
}
div.recent_thumbnails div.post {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    float: left;
    height: 78px;
    margin: 5px 3px;
    padding: 0;
    width: 110px;
}

div.recent_thumbnails div.post a {
    display: block;
    width: 100%;
    height: 100%;
}

div#content div.pagination {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #E1E1E1;
    background: url("images/post-top-bg.png") repeat-x 0 -29px;
    clear: both;
    float: none;
    margin: 10px 0;
    padding: 10px 5px;
    text-align: center;
}


div#content div.pagination a {
    color: #000;
    font-weight: bold;
    font-size: 0.8125em;
}

div#content div.pagination span.previous {
    float: left;
}

div#content div.pagination span.next {
    float: right;
}
/*------------------------------------------------------------------------------
Content/Blog Posts (Global)
------------------------------------------------------------------------------*/
div#content div.posts h3.section_title {
    background: url("images/featured-h3-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 74px;
    margin: 0 0 0 -22px !important;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 24px;
}

div#content div.posts div.post {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #d5d5d5;
    margin: 0 0 20px;
    padding: 10px;
    background: url('images/post-top-bg.png') repeat-x top;
}

div#content div.post div.date {
    font: bold 1.56em Georgia, "Times New Roman", serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #E1E1E1;
    background-color: #fff;
    color: #545454;
    float: left;
    padding: 3px;
    margin: 0 15px 0 0;
    width: 49px;
}

div#content div.post div.date div.inner_date {
    background: url("images/post-top-bg.png") repeat-x center -17px;
    text-align: center;
    padding: 0 4px;
}

div#content div.post div.date span.month {
    border-bottom: 1px solid #E1E1E1;
    display: block;
    font-size: 0.56em;
    text-transform: uppercase;
    height: 16px;
    margin: 0 0 -4px;
    padding: 0 0 2px;
}

div#content div.post div.date span.day {
    display: block;
    border-bottom: 1px solid #e1e1e1;
}

div#content div.post div.date span.year {
    display: block;
    font-size: 0.52em;
    font-weight: normal;
}

div#content div.post h2.entry_title {
    font-size: 1.5em;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0 6px;
}

div#content div.post h2.entry_title a {
    color: #545454;
    text-decoration: none;
}

div#content div.post div.entry_summary,
div#content div.post div.entry_content {
    font-size: 0.875em;
    line-height: 1.5;
    margin: 10px 0;
    padding:0 34px;
}

div#content div.post div.entry_content p {
    margin: 10px 0;
}

div#content div.post div.entry_content img.size-full {
    -moz-border-radius:4px;
    border:1px solid #C5C5C5;
    padding:3px;
    background-color:#FEFEFE;
}

div#content div.post div.entry_content .alignleft {
    margin: 0 15px 15px 0;
    float: left;
}

div#content div.post div.entry_content h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    clear: both;
}

div#content div.post div.entry_content h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
    clear: both;
}

div#content div.post div.post_meta {
    font-size: 0.75em;
    margin: 5px 0;
    padding:12px 0 30px;
}

div#content div.post span.more {
    display: block;
    margin: 25px 0 6px;
    clear: both;
    border-bottom: 1px solid #E1E1E1;
}

div#content div.post span.more a.more_text {
    background-color: #E1E1E1;
    display: inline-block;
    font-size: 0.8125em;
    font-weight: bold;
    margin: 0 0 0 15px;
    padding: 10px;
}

div#content div.post div.social {
    font-size: 0.75em;
    clear: both;
}
div#content div.post.recent div.social {
    background:url("images/social-border-bg.png") repeat-x center;
}
div#content div.post div.social .paypal {
    background-color:#FFFFFF;
    float: left;
    margin: 0 95px 0 20px;
    width: 235px;
}

div#content div.post div.social .paypal .text {
    display: block;
    float: left;
    width: 160px;
    margin: 30px 0 0;
    line-height: 1.5;
}

div#content div.post div.social .paypal .icon {
    display: block;
    float: left;
    height: 75px;
    width: 61px;
    margin: 5px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('images/coffee-icon-large.png') no-repeat center center;
}

div#content div.post div.social .paypal .icon a {
    width: 100%;
    height: 100%;
    display: block;
}

div#content div.post div.social .share .icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

div#content div.post.recent div.social .share {
    display: block;
    margin: 48px 0 0 357px;
    position: absolute;
    width: inherit;
}

div#content div.post div.social .share {
    display: block;
    text-align: right;
    width: 586px;
}

div#content div.post div.social a.facebook {
    background: url('images/facebook-icon-sml.png') no-repeat center center;
}

div#content div.post div.social a.email_link {
    background: url('images/email-icon-sml.png') no-repeat center center;
}
div#content div.post div.social a.email_link img {
    display: none;
}
div#content div.post div.social span.comment {
    background: url('images/comment-icon-sml.png') no-repeat center center;
}

div#content div.post.recent div.post_thumbnail {
    width: 600px;
    height: 418px;
    margin: 0 0 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FEFEFE;
    border: 1px solid #C5C5C5;
}

div#content div.post.recent div.post_thumbnail img {
    margin: 3px;
}

div#content div.post div.post_thumbnail {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FEFEFE;
    border: 1px solid #C5C5C5;
    float: left;
    height: 164px;
    width: 236px;
    margin: 0 17px 0 0;
}
div#content div.post div.post_thumbnail img {
    margin: 3px;
}
/*------------------------------------------------------------------------------
WOBreakdown (Front-end)
------------------------------------------------------------------------------*/
div#content div.post div#wobreakdown div.wob_header {
    border: 2px solid #e1e1e1;
    margin: 0 0 10px;
    padding: 5px 0;
}

div#content div.post div#wobreakdown div.wob_header span {
    display: inline-block;
    padding: 0px 15px;
}

div#content div.post div#wobreakdown div.wob_header span.time {
    border-right: 2px solid #e1e1e1;
}

div#content div.post div#wobreakdown div.wob_header span.wo_type {
    border-right: 2px solid #e1e1e1;
}

div#content div.post div#wobreakdown h3,
div#content div.post div#wobreakdown h2 {
    clear: both;
    float: none;
    margin:20px 0 10px;
}

div#content div.post div#wobreakdown h2 {
    font-size: 1.625em;
}
div#content div.post div#wobreakdown li {
    clear: both;
    float: none;
}

div#content div.post div#wobreakdown li img {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
div#content div.post div#wobreakdown li a {
    background: url('images/arrow-mouseover-bg.png') no-repeat 5px 0;
    border-top: 1px solid #E1E1E1;
    display: block;
    height: 50px;
    margin: 0 30px 0 0;
    padding: 7px 0;
    width: 236px;
}

div#content div.post div#wobreakdown li.last a {
    border-bottom: 1px solid #e1e1e1;
}
div#content div.post div#wobreakdown li a:hover {
    background-position: 5px -67px;
}

div#content div.post div#wobreakdown li span.text {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 167px;
}

div#content div.post div#wobreakdown li span.title {
    font-weight: bold;
    font-size: 0.875em;
    display: block;
    text-transform: uppercase;
}

div#content div.post div#wobreakdown li span.byline {
    font-weight: bold;
    font-size: 0.6875em;
    display: block;
}
div#content div.post div#wobreakdown li.last_child a {
    border-bottom: 1px solid #e1e1e1;
}

div#content div.post div#wobreakdown ul.column li {
    clear: none;
    float: left;
}
div#content div.post div#wobreakdown ul.wo_exercises {

}

div#content div.post div#wobreakdown ul.wo_links {
}
/*------------------------------------------------------------------------------
Sidebar (Global)
------------------------------------------------------------------------------*/
div#sidebar {
    background-color: #efeeee;
    width: 289px;
    float: left;
    margin: 0 5px;
    padding: 0 8px 8px;
}

div#sidebar div.social {
    padding: 5px;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 10px;
}

div#sidebar div.social ul {
    clear: both;
    float: none;
    height: 75px;
    width: 273px;
    display: block;
    margin: 0 auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e1e1e1;
    background: url('images/sidebar-social-bg.png') repeat-x;
}

div#sidebar div.social span.caption {
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding:2px 0;
}

div#sidebar div.social li.icon {
    width: 67px;
    display: block;
    float: left;
    padding: 6px 0;
}

div#sidebar div.social li.icon a {
    display: block;
    height: 37px;
    overflow: hidden;
    text-indent: -999px;
    width: 100%;
}

div#sidebar div.social li.about {
    border-right: 1px solid #e1e1e1;
}

div#sidebar div.social li.about a {
    background: url('images/about-icon-med.png') no-repeat center bottom;    
}

div#sidebar div.social li.facebook a {
    background: url('images/facebook-icon-med.png') no-repeat center bottom;
}

div#sidebar div.social li.facebook {
    border-right: 1px solid #e1e1e1;
}

div#sidebar div.social li.youtube a {
    background: url('images/youtube-icon-med.png') no-repeat center bottom;
}

div#sidebar div.social li.youtube {
    border-right: 1px solid #e1e1e1;
}

div#sidebar div.social li.contact a {
    background: url('images/email-icon-med.png') no-repeat center bottom;
}

#mobile-widget-wrap {
	background-color: #ffffff;
	padding: 5px;
}

h2.widgettitle {
	background: url("images/sidebar-header-bg.png") repeat scroll 0 0 transparent;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	padding: 4px 10px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.app-stores {
	float: left;
	margin: 5px 0 7px;
}

	.app-stores img:first-child {
		margin-right: 4px;
	}
		
/*------------------------------------------------------------------------------
Widgets (Global)
------------------------------------------------------------------------------*/
li.widget {
    background-color: #fff;
    padding: 7px;
    margin: 0 0 10px;
}

li.widget h2.widgettitle {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url("images/sidebar-header-bg.png") repeat scroll;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 10px;
    white-space: nowrap;
    overflow: hidden;
}

li.widget div.textwidget {
    padding: 5px 15px;
    font-size: 0.8125em;
}

li.widget span.more {
    display: block;
    margin: 13px 0 0;
    padding: 0 0 6px;
}

li.widget span.more a.more_text {
    background: url("images/view-btn.png") no-repeat;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 26px;
    margin: 0 10px 0 191px;    
    text-align: center;
    width: 64px;
}
/*---------------------------
For Flickr Widget
----------------------------*/
li.widget.flickr {
    overflow: hidden;
    position: relative;
    width: 275px;
}

li.widget.flickr a.thumbnail_m {
    display:block;
    float:left;
    margin:10px 0;
    text-align:center;
    width:275px;
}

li.widget.flickr a.thumbnail_s {
    display:block;
    float:left;
    margin:8px;
}

li.widget.flickr a.thumbnail_t {
    display:block;
    float:left;
    margin:8px;
}
li.widget.flickr div.slideshow {
    position: relative;
}
/*---------------------------
For Workout/Exercise
-----------------------------*/
div#sidebar li.widget.category_thumbnails ul.thumbnail_list {    
    margin: 10px auto 20px;
    width: 268px;
}
div#sidebar li.widget li.list_item {
    display: block;
    float: left;
    margin: 0 2px 5px;
}

div#sidebar li.widget li.list_item div.thumb {
    background-color: #e1e1e1;
    width: 63px;
    height: 44px;
}

div#sidebar li.widget li.list_item div.thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

/*---------------------------
To override MailChimp styles
-----------------------------*/
div#sidebar li.widget form#mc_signup_form {
    background-color: #fff;
    border: 0;
    font-size: 0.8125em;
    padding: 5px 15px;
}
div#sidebar li.widget div.mc_merge_var {
    margin: 10px 0;
}

div#sidebar li.widget div.mc_merge_var label {
    margin: 0 0 5px;
    display: inline-block;
}

div#sidebar li.widget div#mc-indicates-required {
    margin: 0 0 5px;
}
/*------------------------------------------------------------------------------
WOSchedule/Sidebar (Front-end)
------------------------------------------------------------------------------*/
div#sidebar ul#wo_schedule {
    background-color: #fff;
    padding: 7px;
    margin: 0 0 10px;
}

div#sidebar ul#wo_schedule h3 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url("images/sidebar-header-bg.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 10px;
}

div#sidebar ul#wo_schedule li.day {
    margin: 15px 0 0;
    padding: 0 15px 5px;
    display: none;
}

div#sidebar ul#wo_schedule li.day.current {
    display: block;
}

div#sidebar ul#wo_schedule li.day.current div.icon {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FEFEFE;
    border: 1px solid #C5C5C5;
    height: 84px;
    width: 108px;
    float: right;
}

div#sidebar ul#wo_schedule li.day.current div.icon img {
    margin: 3px;
}

div#sidebar ul#wo_schedule li.day div.event_container {
    float: left;
    margin: 10px 0 0;
    width: 130px;
}

div#sidebar ul#wo_schedule li.day span.event {
    font-size: 0.75em;
    line-height: 1.5;
}

div#sidebar ul#wo_schedule h4 {
    text-transform: capitalize;
}

div#sidebar ul#wo_schedule div.info {
    font-size: 0.625em;
    line-height: 1.5;
    margin: 0 0 5px;
    padding: 0 15px 5px;
}

div#sidebar ul#wo_schedule li.view {
    margin: 0 10px 0 15px;
    padding: 0 0 5px;
    display: block;
}

div#sidebar ul#wo_schedule li.view a.view_text {
    background: url("images/view-btn.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 0.8125em;
    font-weight: bold;
    height: 26px;
    margin: 0 10px 0 191px;
    width: 64px;
}
/*------------------------------------------------------------------------------
WOSchedule/View (Front-end)
------------------------------------------------------------------------------*/
div#content ul#wo_schedule {
    background-color: #fff;
    padding: 7px;
    margin: 0 0 10px;
}

div#content ul#wo_schedule li.day {
    border-bottom: 1px dotted #A8A8A8;
    margin: 15px 17px 0;
    padding: 0 15px 15px;
}
div#content ul#wo_schedule li.day span.event {
    display: block;
    font-size: 0.75em;
    margin: 5px 0;
    text-indent: 15px;
}
div#content ul#wo_schedule h4 {
    text-transform: capitalize;
}

div#content ul#wo_schedule li.view {
    border-bottom: 1px solid #E1E1E1;
    margin: 0 10px 0 15px;
    padding: 0 0 5px;
    display: block;
}

div#content ul#wo_schedule li.view a.view_text {
    background-color: #E1E1E1;
    padding: 5px 10px;
    margin: 0 0 0 198px;
    font-size: 0.8125em;
    font-weight: bold;
}
/*------------------------------------------------------------------------------
Archived Post Browser
------------------------------------------------------------------------------*/
div#content.archive div.controls {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url("images/post-top-bg.png") repeat-x;
    border: 2px solid #D5D5D5;
    font-size: 0.8125em;
    margin: 0 0 10px;
    padding: 8px;
    height: 34px;
}
div#content.archive div.controls span.icon {
    width: 34px;
    height: 34px;
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -999px;
    background-color: #ccc;
    cursor: pointer;
}
div#content.archive div.controls span.list {
    background: url('images/list_icon.png') no-repeat;
}
div#content.archive div.controls span.image {
    background: url('images/image_icon.png') no-repeat;
}
div#content.archive div.controls span.gallery {
    background: url('images/grid_icon.png') no-repeat;
}

div#content.archive div.controls label,
div#content.archive div.controls select {
    margin: 6px 0 0 9px;
}

div#content.archive div.pagination {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #d5d5d5;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    background: none;
    padding: 10px 0 0;
    margin: 10px;
}

div#content.archive div.pagination.bottom {
    border-bottom: 0;
    border-left: 0;
    border-top:  1px solid #d5d5d5;
    border-right: 0;
    padding: 0 0 10px;
}

div#content.archive div.pagination a {
    background-color: #d5d5d5;
    color: black;
    padding: 5px 10px;
}

div#content.archive div.posts.more {
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background:url("images/post-top-bg.png") repeat-x;
    border:2px solid #E1E1E1;
}

div#content.archive div.post.list {
	float: left;
	margin: 10px 5px;
	width: 278px;
	min-height: 182px;
    border: 0;
    background: none;
}
div#content.archive div.post.list div.thumbnail {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FEFEFE;
    border: 1px solid #C5C5C5;
	float: left;
	height: 72px;
	margin: 0 5px 0 0;
	width: 119px;
}
div#content.archive div.post.list div.thumbnail img {
    margin: 3px;
}
div#content.archive div.post.list div.content {
	float: left;
	font-size: 0.75em;
	line-height: 1.5;
	width: 150px;
}
div#content.archive div.post.list div.entry_summary {
	padding: 0;
	margin: 0;
}

div#content div.post.list h2.entry_title {
	border: 0 none;
	font-size: 0.875em;
	padding: 0;
    margin: 0;
}

div#content div.post.list div.post_meta {
	padding: 0;
}

div#content.archive div.post.image {
    background: none;
    border: 0 none;
}

div#content.archive div.post.image div.post_meta {
    line-height: 1.5;
    padding: 0;
}

div#content.archive div.post.image div.thumbnail{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FEFEFE;
    border: 1px solid #c5c5c5;
    float: left;
    height: 150px;
    margin: 10px 5px 5px 0;
    width: 220px;
}

div#content.archive div.post.image div.thumbnail img {
    margin: 3px;
}


div#content.archive div.post.gallery div.thumbnail {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FEFEFE;
    border: 1px solid #C5C5C5;
    margin: 0 auto;
    width: 109px;
    height: 72px;
}

div#content.archive div.post.gallery div.thumbnail a {
    width: 100%;
    height: 100%;
    display: block;
}

div#content.archive div.post.gallery div.thumbnail img {
    margin: 3px;
}

div#content.archive div.post.gallery {
	float: left;
	margin: 0;
	padding: 6px;
	text-align: center;
    border: 0;
    background: none;
    width: 109px;
}

div#content.archive div.post.gallery div.caption {
    clear: both;
    float: none;
    margin: 5px 0;
	display: none;
}

/* ---------------------------------------------------------------------
    FOOTER
------------------------------------------------------------------------ */

#footer {
    background: url('images/bg-footer.jpg') no-repeat 0 0;
    font-size: 11px;
    line-height: 17px;
    padding: 9px 12px 17px 0;
    margin-left: 2px;
    width: 948px;
}

#footer .social {
    float: left;
}

#footer .account {
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.account a {
    color: #535353;
}

.account a:hover {
    color: #0184bb;
}

.bodyrockers .account a:hover {
    color: #b1e8fe;
}

#footer .disclaimer {
    clear: both;
    width: 936px;
    padding: 11px 12px 0 12px;
    color: #5c5a5a;
}

.bodyrockers #footer .disclaimer {
    color: #b1e8fe;
}

#footer .networks {
    height: 83px;
    overflow: hidden;
}

#footer .social .icon {
    background: url('images/footer-social-divider.png') no-repeat right 0;
    width: 95px;
    height: 83px;
    float: left;
    padding-right: 2px;
}

.bodyrockers #footer .social .icon {
    background: url('images/footer-social-divider-bodyrockers.png') no-repeat right 0;
}

#footer .social .icon.alt {
    width: 190px;
}

#footer .service {
    display: block;
    height: 83px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #545454;
}

#footer .service:hover {
    color: #029bdb;
}

.bodyrockers #footer .service:hover {
    color: #FFF;
}

#footer .name {
    display: block;
    padding-top: 58px;
}

#footer .aboutus { background: url('images/footer-social-about.png') no-repeat 0 0; }
#footer .youtube { background: url('images/footer-social-youtube.png') no-repeat 0 0; }
#footer .facebook { background: url('images/footer-social-facebook.png') no-repeat 0 0; }
#footer .twitter { background: url('images/footer-social-twitter.png') no-repeat 0 0; }
#footer .contactus { background: url('images/footer-social-contact.png') no-repeat 0 0; }
#footer .bodyrockers-joinnow { background: url('images/footer-social-joinnow.png') no-repeat 0 0; }
#footer .bodyrock { background: url('images/footer-social-bodyrocktv.png') no-repeat -7px 0; }
#footer .bodyrockers { background: url('images/footer-social-bodyrockers.png') no-repeat -7px 0; }

#footer .aboutus:hover,
#footer .youtube:hover,
#footer .facebook:hover,
#footer .twitter:hover,
#footer .bodyrockers-joinnow:hover,
#footer .contactus:hover { background-position: 0 -83px; }

#footer .bodyrock:hover,
#footer .bodyrockers:hover { background-position: -7px -83px; }

.bodyrockers #footer .aboutus:hover,
.bodyrockers #footer .youtube:hover,
.bodyrockers #footer .facebook:hover,
.bodyrockers #footer .twitter:hover,
.bodyrockers #footer .bodyrockers-joinnow:hover,
.bodyrockers #footer .contactus:hover { background-position: 0 -166px; }

/*------------------------------------------------------------------------------
Ads
------------------------------------------------------------------------------*/

div#content ins {
    display: block !important;
    margin: 10px auto 20px !important;
}

.ad-container {
    display: block;
    width: 100%;
    background: #FFFFFF;
}

.ad-728 {
    margin: 0 auto;
    padding: 0 0 5px 0;
    width: 728px;
}

#sidebar .ad-300 {
    margin-left: -10px;
    width: 305px;
    padding: 7px 0 2px 2px;
}

#sidebar .ad-container + .widget {
    margin-top: 16px;
}

.glam-logo {
    clear: both;
    width: 160px;
    margin-top: 35px;
}

/*------------------------------------------------------------------------------
Miscellanous Classes
------------------------------------------------------------------------------*/
.clearfix {
    clear: both;
    float: none;
    display: block;
}

div.spacer {
    height:32px;
}

body.search div#content h2 {
    font-size:2em;
    margin:10px 0 20px;
}

 div.thumbnail span.caption {
    background: url("images/thumb-info-popup-bg.png") no-repeat left bottom;
    clear: both;
    display: none;
    float: none;
    font-size: 0.7em;
    padding: 15px 15px 20px 25px;
    position: absolute;
    width: 144px;
    z-index: 2000;
    text-align: left;
}

div.thumbnail span.caption strong {
    display: block;
}

li.widget_sp_image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

li.widget_sp_image div.widget_sp_image-description {
	font-size: .75em;
	margin: 10px 0 0;
}

/* ---------------------------------------------------------------------
 Object - Media Block
------------------------------------------------------------------------ */
.media {
    overflow: hidden;
}

.posts .media {
    clear: both;
    margin-bottom: 15px;
}

.media-img {
    overflow: hidden;
}

.media .media-img {
    float: left;
    margin: 0;
}

.media.nowrap .media-body {
    overflow: hidden;
    zoom: 1;
}

.media .img img {
    display: block;
}





.gptad { background-color:#f4f4f4; margin-bottom:20px; -webkit-border-radius: 3px; border-radius: 3px; padding:10px; }