/*
Theme Name: Healthiest Employers Redesign 2
Theme URI: http://wordpress.org/
Description: Custom design for Healthies Employers.
Version: 1
Author: Tactic
Author URI: 
Tags: green, blue
*/

/* ---------------------------------- Global Resets ---------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ul {
	margin: 15px 0 0 0;
	line-height: 20px;
	color:#333;
	list-style:inside;
}

li {
	margin:10px 0 10px 0;
}

ol {
	margin: 15px 0 0 0;
	color:#333;
	list-style:none;
}

ol li {
	margin: 10px 0 0 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #444444;
}

a:hover {
	color:#000;
}

.big_green_link {
	font-size:16px;
}



/* ---------------------------------- Styles ---------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	background: #d8d8d8;
}

h1 {
	font-size: 30px;
	margin-bottom: -10px;
	color: #676c30;
	letter-spacing:-1px;
}

h2 {
	font-size: 20px;
	margin-bottom: -15px;
	padding: 15px 0 0 0;
	color: #676c30;
}

h3 {
	font-size: 16px;
	margin:15px 0 -15px 0;
	padding: 5px 0 0 0;
	color: #444444;;
}

p {
	
	letter-spacing:0em;
	line-height: 20px;
	margin: 15px 0 0 0;
	color:#000;
	}

/* ---------------------------------- Container ---------------------------------- */

#container {
	width: 922px;
	margin: 15px auto;
	position:relative;
}

/* ---------------------------------- Header ---------------------------------- */

#header {
	position: relative;
	background: url(http://www.healthiestemployers.com/wp-content/uploads/2010/12/header-background.jpg) no-repeat top;
}

#headerLogo {
	padding: 28px 0 0 48px;
	width: 275px;
	height: 60px;
	display: block;
	background: url(images/header_logo.png) no-repeat 48px 28px;
}

/* ---------------------------------- Main Nav ---------------------------------- */

#mainNav {
	position: relative;
	height: 27px;
	margin: 14px 61px 3px 61px;
}

#mainNav ul {
	margin: 0;
	list-style:none;
}

#mainNav li {
	position: relative;
	float: left;
	list-style:none;
	margin:0;
}

#mainNav .subNav {
	position: absolute;
	top: 27px;
	left: 0;
	width: 150px;
	padding: 3px 0 0 0;
	z-index: 100000;
	display: none;
}

#mainNavRight .subNav {
	left: 3px;
}

#mainNav .subNav a {
	display: block;
	padding: 5px 10px 3px 10px;
	color: #000;
	background: url(images/mainNav_dropDown_background.png) no-repeat top left;
}

#mainNav .subNav a:hover { 
	color: #0cbbd1;
	background-position: top right;
}

#mainNav .subNav_lastItem a {
	background-position: bottom left;
}

#mainNav .subNav_lastItem a:hover {
	background-position: bottom right;
}

#mainNav .subNav_seperator {
	height: 1px;
	background: url(images/mainNav_dropDown_seperator.png) no-repeat center;
}

#mainNav li:hover .subNav, #mainNav .subNav:hover { 
	display: block; 
}

#mainNav a {
	height: 27px;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
}

#mainNav a:hover {
	background-position: bottom;
}

#mainNav_products {
	width: 102px;
	background-image: url(http://www.healthiestemployers.com/wp-content/uploads/2010/12/products.jpg);
}
#mainNav_award-program {
	width: 151px;
	background-image: url(http://www.healthiestemployers.com/wp-content/uploads/2010/12/award-program.jpg);
}

#mainNav_insights {
	width: 88px;
	background-image: url(http://www.healthiestemployers.com/wp-content/uploads/2011/05/insights.jpg);
}




#mainNav_apply {
	width: 70px;
	background-image: url(images/mainNav/apply.jpg);
}

#mainNav_learn {
	width: 75px;
	background-image: url(images/mainNav/learn.jpg);
}

#mainNav_sponsor {
	width: 92px;
	background-image: url(images/mainNav/sponsor.jpg);
}


#mainNav_launch {
	width: 84px;
	background-image: url(images/mainNav/launch.jpg);
}

#mainNav_login {
	width: 69px;
	background-image: url(images/mainNav/login.jpg);
}

#mainNav_about {
	width: 78px;
	background-image: url(images/mainNav/about.jpg);
}

#mainNav_contact {
	width: 90px;
	background-image: url(images/mainNav/contact.jpg);
}


#mainNav_award {
	width: 109px;
	background-image: url(images/mainNav/award.jpg);
}

#mainNav_events {
	width: 77px;
	background-image: url(images/mainNav/events.jpg);
}

#mainNav_benchmark {
	width: 179px;
	background-image: url(images/mainNav/benchmark.jpg);
}

#mainNav_blog {
	width: 65px;
	background-image: url(images/mainNav/blog.jpg);
}


/* ---------------------------------- Swimmer ---------------------------------- */

#banner {
	height: 230px;
}

#swimmerSmall {

	height: 7px;
	background: url(images/swimmerSmall.jpg) no-repeat;
}


/* ---------------------------------- Content ---------------------------------- */

#content {
	padding: 18px 58px 18px 58px;
	background: url(images/body_background.jpg) repeat-y;
	height:100%;
	
}

#bottom {
	background: url(images/bottom_background.jpg) no-repeat;
	width:922px;
	height:61px;
	margin-bottom:-2px;
}

#mainContent {
	width: 510px;
}

#mainContent a {
	color: #676c30;	
}

#mainContent a:hover {
	color: #222;	
}

#mainContent_full {
	width: 806px;
}

#mainContent_full a {
	color: #676c30;	
}

#mainContent_full a:hover {
	color: #222;	
}

#become-sponsor {
	position:relative;
	float:left;
	margin:35px 0 8px -5px;
	width:510px;
	height:136px;
	background:url(images/become-sponsor.jpg) no-repeat;
	text-indent:-999em;
}

#become-sponsor:hover {
	background-position:0 -136px;
}

#benchmark-report-large {
	position:relative;
	float:left;
	margin:35px 0 8px -5px;
	width:510px;
	height:139px;
	background:url(images/Benchmark-Large.jpg) no-repeat;
	text-indent:-999em;
}

#benchmark-report-large:hover {
	background-position:0 -139px;
}

#supported {
	position:relative;
	float:left;
	margin:0 0 0 -5px;
	width:510px;
	height:138px;
	background:url(http://www.healthiestemployers.com/wp-content/uploads/2010/12/industry-trends-button.jpg) no-repeat;
	text-indent:-999em;
}
#supported:hover {
	background-position:0 -138px;
}

#trusted-logos {
	position:relative;
	float:left;
	margin:6px 0 8px -5px;
	width:510px;
	height:278px;
	background:url(images/trustedcompanies.jpg) no-repeat;
	text-indent:-999em;
}

.navigation {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.form_content {
	margin-top:10px;
	background-color:#EEE;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:solid 3px #FFF;
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,.4);
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,.4);
	box-shadow:0px 2px 5px rgba(0,0,0,.4);
}

.case_study_box_sm {
	float:left;
	margin:25px 0 0 25px;
}

.social-media-item a{
    float: left;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 4px 4px 4px 0;
}
.social-media-block br{
    display: none;
}
.social-media-block{
    margin: 0 !important;
}
a.facebook{
    width: 24px;
	height: 24px;
    background: url(http://www.healthiestemployers.com/wp-content/plugins/connections/images/social-icons/24x24/facebook.png) no-repeat;
	text-indent: -3000px;
}
a.linked-in{
    width: 24px;
	height: 24px;
    background: url(http://www.healthiestemployers.com/wp-content/plugins/connections/images/social-icons/24x24/linkedin.png) no-repeat;
	text-indent: -3000px;
}
a.twitter{
    width: 24px;
	height: 24px;
    background: url(http://www.healthiestemployers.com/wp-content/plugins/connections/images/social-icons/24x24/twitter.png) no-repeat;
	text-indent: -3000px;
}
a.social-media:hover{
}


.expandContent {
	margin: 20px 0 0 0;
	clear: both;
}

.expandTitle {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 80px 0;
	border-bottom: 2px solid #a5a5a5;
}

.expandTitle a {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}

.expandMainContent {
	font-size: 12px;
	line-height: 18px;
	display: none;
}


/* ---------------------------------- Sidebar ---------------------------------- */

#sideBar {
	width: 264px;
	margin: 0 -2px 0 0;
	float: right;
}

#sideBar ul {
	list-style: none;
	margin:0;
}

#sideBar ul ul {
	list-style: disc;
}
#sideBar ul li {
	margin:0;
}
#applyNow {
	height: 134px;
	display: block;
	margin: 0 0 11px 0;
text-indent:-999px;
overflow: hidden;
	background: url(http://www.healthiestemployers.com/wp-content/uploads/2010/12/wellness-trends-button.jpg) no-repeat;
}

#applyNow:hover {
	background-position:0 -134px;
}

#twitterFeed {
	font-size: 11px;
	position: relative;
	height:318px;
	padding: 0 0 55px 0;
	margin: 0 0 11px 0;
	background: url(images/twitterFeed_body.jpg) no-repeat bottom;
	
}

#twitterGrad {
	position:absolute;
	top:286px;
	left:15px;
	height:86px;
	width:234px;
	background: url(images/twitter_grad.png) no-repeat bottom;
}

#twitterFeedHeader {
	height: 75px;
	margin: 0 0 -10px 0;
	background: url(images/twitterFeed_header.jpg) no-repeat;
}

#twitterFeedTweets {
	padding: 0 25px;
}

#twitterFeedTweets p{
	line-height:16px;

}

#wellness_soon {
	height: 249px;
	display: block;
	margin: 0 0 11px 0;
text-indent:-999px;
overflow: hidden;
	background: url(images/sidebar-directorybutton.jpg) no-repeat;
}

#wellness_soon:hover {
	background-position:0 -249px;
}

#did_know {
	position: relative;
	height:261px;
	width: 240px;
	margin: 0 0 11px 0;
padding: 119px 0 0 29px;
	background: url(http://www.healthiestemployers.com/wp-content/uploads/2010/12/did-know-button.jpg) no-repeat;
}
#did_know a {
	color: #0cc0d7;
}
#did_know a:hover {
	color: #11cfe7;
}
.noOrg {
	color:#0cc0d7;
}

/*

#twitterFeedTweets span {
	font-weight: bold;
}

*/

#twitterFeedFollowUs {
	font-size: 14px;
	position: absolute;
	right: 25px;
	bottom: 25px;
}

#signUpBlue {
	height: 135px;
	margin: 0 0 10px 0;
	background: url(images/signUp_blue.jpg) no-repeat;
}

#signUpBlue div {
	padding: 95px 25px 0 0;
}

#signUpBlue a {
	width: 23px;
	height: 18px;
	display: block;
	float: right;
	margin: 0;
	background: url(images/signUpGo_blue.png) no-repeat;
}

.signUpInputText {
	font-size: 11px;
	width: 141px;
	height: 14px;
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	border: 2px solid #fff;
	vertical-align: top;
}

#followUs {
	position: relative;
	margin: 0 0 10px 0;
}

#followUs div {
	float: right;
	margin: 0 0 0 10px;
}

#followUs a {
	width: 34px;
	height: 32px;
	display: block;
}

.followUsTwitter a {
	background: url(images/followUsIcons/twitter.jpg) no-repeat;
}

.followUsFacebook a {
	background: url(images/followUsIcons/facebook.jpg) no-repeat;
}

.followUsLinkedIn a {
	background: url(images/followUsIcons/linkedIn.jpg) no-repeat;
}

.followUsYouTube a {
	background: url(images/followUsIcons/youTube.jpg) no-repeat;
}

#followUsTitle {
	position: absolute;
	font-size: 20px;
	float: none !important;
	top: 10px;
}

#becomeSponsor a {
	height: 190px;
	display: block;
	margin: 0 0 10px 0;
	background: url(images/becomeSponsor.jpg) no-repeat;
}

#bottom-btns {
	position:absolute;
	margin-bottom:1px;
	bottom:114px;
	left:55px;
	height:149px;
	
}

#benchmark-small {
	position:relative;
	float:left;
	background:url(images/Benchmark-Small.jpg) no-repeat;
	height:149px;
	width:249px;
	text-indent:-999px;
	padding-right:12px;
}

#benchmark-small:hover {
	background-position:0 -149px;
}

#your-city {
	position:relative;
	float:left;
	background:url(images/Your-City.jpg) no-repeat;
	height:149px;
	width:249px;
	text-indent:-999px;
}

#your-city:hover {
	background-position:0 -149px;
}

#report_button {
	position:relative;	
	height: 77px;
	width: 298px;
	margin: 30px auto 25px auto;
	background: url(images/pre-order.jpg) no-repeat;
	text-indent:-999px;
	overflow:hidden;
	display: block;
}

#report_button:hover {
	background-position: -298px 0;
}

#report_button a {
  	display:block;
  	width:100%;
  	height:100%;
  	text-decoration:none;
}

#report_button a:hover {
	text-decoration:none;
}

/* ---------------------------------- Content ---------------------------------- */

#footer {
	position: relative;
	margin: 10px 58px 25px 58px;
	color: #444444;
}

#copyright {
	font-size: 11px;
	position: relative;
	float: right;
	color:#666;
padding: 3px 0 0 0;
}

#copyright a{
	color:#666;
}

#copyright a:hover{
	color:#000;
}

#footerNav {
	font-size: 15px;
}

#footerNav ul {
	margin: 0;
}

#footerNav li {
	padding: 0 25px 0 0;
	float: left;
}

#footerNav li li {
	padding: 5px 0 0 0;
	float: none;
}

#apply_bottom {
	margin-bottom:35px;
}

.list-none {
        list-style:none;
}



/* ---------------------------------- Wordpress ---------------------------------- */

.editPostButton a {
	float:left;
	width:100%;
	display: block;
	padding: 5px 10px;
	border: 1px solid #d8d8d8;
	color: #444444 !important;
	background: #f7f7f7;
}

.editPostButton a:hover {
	color: #222 !important;
	background: #eee;
}

.expand_odd {
	padding:13px 5px 2px 10px;
	display: block;
	
	border: solid 2px #ebebeb;
	width: 495px;
}

.expand_even {
	padding:13px 5px 2px 10px;
	display: block;
background: #ebebeb;
	border: solid 2px #ebebeb;
	width: 495px;
}

/* ---------------------------------- Blog ---------------------------------- */

img.alignright {float:right; margin:0 0 1em 1em; border: solid 1px #999;display: inline;}
img.alignleft {float:left; margin:0 1em 1em 0; border: solid 1px #999;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; border: solid 1px #999;}
a img.alignright {float:right; margin:0 0 1em 1em; border: solid 1px #999;display: inline;}
a img.alignleft {float:left; margin:0 1em 1em 0; border: solid 1px #999;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; border: solid 1px #999;}

