/*
Theme Name: Refresh
Description: A custom theme for BodyMedia.
Version: 2.0
Author: Jesse Hixson and Michael Ouellette
Author URI: http://www.bodymedia.com/
Tags: custom header, fixed width, two columns, widgets


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	padding: 0;
	margin: 0;
	line-height: normal;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	/*
	background: #efefef url('img/body_bg.gif') top repeat-x;
	*/
	background-color: #fff;
	text-align: center;
}

h1 a.logo {
	width: 232px;
	height: 60px;
	background: transparent url('img/logo.gif') no-repeat;
	text-indent: -9000px;
	float: left;
	margin-bottom: 18px;
	outline: none;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #005fcf;
	margin-bottom: 5px;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

p {
	line-height: 150%;
	padding: 5px 0 10px 0;
}

p.footnote {
	color: #999;
	font-size: 11px;
	padding-bottom: 15px;
}

ul, ol {
	margin: 0 0 10px 25px;
}

li {
	line-height: 150%;
	margin-bottom: 8px;
}

a {
	color: #0058b0;
	text-decoration: underline;
}

a img {
	border: none;
}

hr {
	color: #dee2e4;
	background-color: #dee2e4;
	height: 1px;
	border: none;
	margin-bottom: 25px;
	margin-top: 15px
}


.clear {
	display: block;
	clear: both;
}

.center {
	text-align: center;
}

.left, .alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

.right, .alignright {
	float: right;
	margin: 0 0 5px 15px;
}

#outterwrapper {
	margin-bottom: -250px;
}

#wrapper {
	width: 966px;
	margin: 20px auto 0px auto;
	text-align: left;
	padding-bottom: 40px;
}

#menus {
	float: right;
	height: 83px;
	position: relative;
	z-index: 5;
}

.top_menu, .main_menu {
	float: right;
	margin: 7px 0 0 0;
}

.top_menu li, .main_menu li {
	float: left;
	list-style-type: none;
	margin-bottom: 0;
}

.top_menu li a {
	display: block;
	float: left;
	height: 22px;
	text-indent: -9000px;
	margin-left: 5px;
	outline: none;
}

a#my_account {
	width: 100px;
	background: transparent url('img/link_my_account.gif') no-repeat;
}

a#logout {
	width: 74px;
	background: transparent url('img/link_log_out.gif') no-repeat;
}

a#login_link {
	width: 92px;
	background: transparent url('img/link_log_in3.gif') top no-repeat;
}

a#login_link.active {
	background-position: bottom;
}

a#cart {
	width: 107px;
	background: transparent url('img/link_shopping_cart.gif') no-repeat;
}

a#search_link {
	width: 62px;
	background: transparent url('img/link_search2.gif') no-repeat;
}

a#search_link.active {
	background-position: left bottom;
}

a#activity_manager {
	width: 114px;
	background: transparent url('img/link_activity_manager2.gif') no-repeat;
}


/*** blue tab bar ***/
.main_menu li {
	margin-left: 4px;
}

.main_menu li a {
	display: block;
	padding: 20px 15px 15px 15px;
	width: auto;
	height:14px;
	background: transparent url('http://www.bodymedia.com/site/refresh/img/top_tab2.gif') bottom repeat-x;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0058B0;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	outline: none;
}

.main_menu li:hover a, .main_menu li a:hover, .main_menu li a.active {
	background-position: top;
}

.main_menu li ul {
	display: none;
	position: absolute;
	width: 200px;
	margin: 0;
	background-color: #62b4e0;
	border: 0px solid #2E73BF;
	-moz-box-shadow: 0px 5px 6px #333;
	-webkit-box-shadow: 0px 5px 6px #333;
	box-shadow: 0px 5px 6px #333;
}

.main_menu li:last-child ul {
	right: 0px;
}

.main_menu li:hover ul, .main_menu li.hovering ul {
	display: block;
}

.main_menu li ul li, .main_menu li ul li a {
	float: none;
	margin: 0;
	width: 200px;
}

.main_menu li ul li a {
	width: auto;
	background-image: none;
	padding: 10px 0px;
	height: 16px;
	font-size: 12px;
	font-weight: normal;
	text-shadow: none;
	border-bottom: 1px solid #B0D5E5;
	color: #FFF;
}

.main_menu li ul li:last-child a {
	border: none;
}

.main_menu li ul li a:hover {
	background-color: #2889c1;
	background-image: none;
}

#login_popup, #search_popup {
	background-color: #fff;
	border: 5px solid #75d965;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	padding: 15px 8px 12px 12px;
	position: absolute;
	top: 29px;
	right: 0px;
	z-index: 5;
}

#login_popup {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-radius-topright: 0px;
}

#search_popup {
	border: 5px solid #12A0E3;
}

#login_popup .input, #search_popup .input {
	background: transparent url('img/login_input_bg.gif') no-repeat;
	width: 238px;
	height: 28px;
	margin-bottom: 12px;
}

#login_popup .input input, #search_popup .input input {
	border: 0;
	outline: none;
	margin: 2px;
	padding: 4px 4px 3px 4px;
	line-height: 16px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 218px;
}

#login_form {
	margin-bottom: 10px;
}

#login_popup a, #login_popup a.blue_button:hover, #search_popup a, #search_popup a.blue_button:hover {
	text-decoration: none;
}

#login_popup a:hover, #search_popup a:hover {
	text-decoration: underline;
}

.bgbutton, .bgbuttonDisabled, .nlbutton {
	color: #fff;
	background: transparent url('img/button_bg.gif') repeat-x left top;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 8px 2px;
	margin-right: 5px;
	float: left;
	height: 22px;
	cursor: pointer;
}

.subnav {
	height: 51px;
	width: 966px;
	background: transparent url('http://www.bodymedia.com/site/refresh/img/subnav_bg2.jpg');
	clear: both;
	margin-bottom:-2px;
}

.subnav h1 {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-top: 12px;
	padding-left: 25px;
}

.subnav h1 a {
	color: #fff;
	text-decoration: none;
}

.subnav h1.featured {
	padding-left: 34px;
}

.subnav ul {
	float: right;
	margin: 16px 0 5px 0;
}

.subnav ul li {
	float: left;
	list-style-type: none;
}

.subnav ul li a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ddd;
	text-decoration: none;
	margin: 0 20px;
}

.subnav ul li a:hover, .subnav ul li a.active {
	color: #fff;
}

.subnav ul li a.active {
	background: transparent url('img/arrow_white.gif') left no-repeat;
	padding-left: 20px;
}

#sidebar {
	float: left;
	background-color: #fff;
	padding-top: 6px;
}

.left_subnav {
	margin: 0 0 3px 0;
}

.left_subnav ul {
	margin: 0;
}

.left_subnav li {
	list-style-type: none;
	margin: 0;
}

#sidebar .left_subnav h2 {
	font-size: 12px;
	margin: 8px 5px 0 5px;
	border-bottom: 1px solid #dbe3e7;
}

.left_subnav li a {
	position: relative;
	display: block;
	width: 160px;
	/*padding: 7px 24px 8px 24px;*/
	padding: 3px 14px 2px 24px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0064b6;
	text-decoration: none;
	/*background: transparent url('img/left_subnav_bg2.gif') center bottom no-repeat;*/
}

.left_subnav li a img {
	position: absolute;
	top: 4px;
	left: 15px;
}

.left_subnav li a:hover, .left_subnav li a.active {
	background-position: center top;
	/*color: #4d4d4d;*/
	background-color: #E3F1FA;
}

/*
.left_subnav li.widget_recent_entries li a {
	padding: 4px 0 4px 24px;
	background-image: none;
}
*/

.main_content {
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFF;
	border: 1px solid #dbe3e7;
	border-top: none;
}

.main_content .rightcol {
	float: right;
	width: 675px;
	padding: 20px 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 1px solid #dbe3e7;
}

.main_content h1 {
	font-size: 22px;
	font-weight: normal;
	color: #0058b0;
}

.main_content h1 {
	margin-bottom: 15px;
}

.main_content h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.main_content .rightcol h1.page {
	padding: 20px 55px;
	background: transparent url('img/page_icon.png') left center no-repeat;
	margin-bottom: 10px;
}

.post {
	margin-bottom: 20px;
}

#respond {
	margin-top: 20px;
}

#commentform input.text {
	padding: 2px;
	width: 160px;
}

.comment {
	margin-bottom: 2px;
	padding: 5px;
}

.comment.even {
	background-color: #eee;
}

.comment-text {
	float: left;
	margin-left: 10px;
	width: 600px;
}

#commentform input#website, #website_label {
	display: none;
}

.vcard {
	float: left;
	padding: 2px 2px 2px 0px;
}

.commentmetadata {
	font-size: 11px;
	float: right;
}

div.circle {
    width: 30px;
}

div.smallcircle {
    width: 20px;
	margin: 0 8px;
}

div.circle img, div.smallcircle img {
    position: absolute;
    width: 30px;
    height: 30px;
}

div.smallcircle img {
    width: 20px;
    height: 20px;
}

div.circle span, div.smallcircle span {
    position: relative;
    display: block; 
    font-weight: bold; 
    color: #fff; 
    font-size: 24px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
    padding-left: 8px;
}

div.smallcircle span {
    font-size: 14px;
    padding-left: 6px;
    padding-top: 1px;
}

span.underline {
	text-decoration: underline;
}

.clearfooter {
   height: 232px;
   clear: both;
}

#footer {
	position:relative;
	width:100%;
	height:250px;
	clear:both;
	margin:5px 0 0 0;
	padding:0;
}

#footer .inner_footer {
	position:relative;
	width:966px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}

#footer .footer_icons {
	position:relative;
	top:0;
	left:0;
	width:100%;
}

#footer .footer_bg {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:250px;
	background: #4787ca url('http://www.bodymedia.com/site/refresh/img/footer_bg.jpg') repeat-x;
	color:#FFF;
	margin:0;
	padding:0;
	overflow:hidden;
}

#footer .quicklinks {
	position:absolute;
	top:25px;
	left:20px;
	margin:0;
	width:auto;
	height:auto;
	text-align:left;
}

#footer .quicklinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer .quicklinks li {
	margin-bottom:5px;
}

#footer .quicklinks a {
	color: #FFF;
	font-size: 11px;
	margin: 0px 5px;
	text-decoration: none;
}

#footer .quicklinks a:hover {
	text-decoration: underline;
}

#footer .quicklinks h3 {
	color:#FFF;
	margin-bottom:15px;
}

#footer .quicklinks ul.quicklink_left {
	float:left;
}

#footer .quicklinks ul.quicklink_right {
	float:left;
	margin-left:30px;
}

#footer .footer_copy {
	position:absolute;
	left:0;
	bottom:15px;
}

#footer .copy {
	display: block;
	font-size: 10px;
	margin: 18px 0 0 5px;
}

#footer .lt_badges {
	position:absolute;
	top:25px;
	left:622px;
	margin:0;
	padding:0;
	width:auto;
	text-align:left;
}

#footer .lt_badges h3 {
	color:#FFF;
	margin-bottom:20px;
}

#footer .lt_badges ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer .lt_badges li {
	position:relative;
	border:0;
	margin:0 0 10px 0;
	padding:0;
	height:auto;
	width:210px;
}

#footer .lt_badges li img {
	margin-right:15px;
	vertical-align:middle;
}

#footer .lt_badges li a {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	font-family:'Arial',DejaVu Sans,Liberation Sans,Freesans,sans-serif;
	text-decoration:none;
}

#footer .lt_badges li a:hover {
	text-decoration:underline;
}

#footer .lt_badges li a.twitter_link {
	color:#99cc66;
	font-size:12px;
	font-weight:normal;
	font-family:'Arial',DejaVu Sans,Liberation Sans,Freesans,sans-serif;
	text-decoration:underline;
}

#footer .lt_badges li .google_plusone {
	position:relative;
	float:left;
	height:auto;
	width:100px;
}

#footer .lt_badges li .google_badge {
	position:relative;
	float:left; 
	width:100px; 
	height:auto;
	text-align:left;
}

#footer .lt_badges li .footer_sep {
	width:2px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#footer .rt_badges {
	position:absolute;
	top:25px;
	left:875px;
	margin:0;
}

#footer .rt_badges ul {
	list-style-type:none;
}

#footer .rt_badges li {
	margin-bottom:25px;
}

#footer .rt_badges img {
	float:right;
}

#footer .rt_feed {
	position:absolute;
	top:25px;
	left:285px;
	display:block;
	text-align:left;
}
