/*
Regular	"proxima-nova-n4", "proxima-nova"	400	normal

Regular Italic	"proxima-nova-i4", "proxima-nova"	400	italic

Semibold	"proxima-nova-n6", "proxima-nova", "proxima-nova"	600	normal

Semibold Italic	"proxima-nova-i6", "proxima-nova"	600	italic

Bold	"proxima-nova-n7", "proxima-nova", "proxima-nova"	700	normal

Bold Italic	"proxima-nova-i7", "proxima-nova"	700	italic

Extrabold	"proxima-nova-n8", "proxima-nova"	800	normal

Extrabold Italic	"proxima-nova-i8", "proxima-nova"	800	italic


*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #2e2c2a; }

body { margin: 0; font-size: 1em; line-height: 1.3; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #334b70; color: #fff; text-shadow: none; }
::selection { background: #334b70; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #80210f; text-decoration: none; }
a:visited { color: #551a8b; }
a:hover { color: #80210f; text-decoration: underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* =============================================================================
   HEADER
   ========================================================================== */

body { padding: 0 !important; }

.content {
	position: relative;
	width: 940px;
	margin: 0 auto;
	z-index: 1;
}
	ul.links,
	ul.links li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

header {
	position: relative;
	min-width: 940px;
	height: 120px;
	z-index: 3;
}
	#logo {
		position: absolute;
		margin: 0;
		/*top: 17px;
		left: 0;
		width: 191px;
		height: 34px;
		background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/header_logo.png) 0 0 no-repeat;*/
		top: 9px;
		left: -10px;
		width: 210px;
		height: 50px;
		background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/header_logo_glow.png) 0 0 no-repeat;
	}
	#social {
		position: absolute;
		top: 29px;
		right: -4px;
	}
		#social ul {
			position: relative;
			width: 100px;
		}
			#social a {
				position: absolute;
				top: 0;
				width: 25px;
				height: 27px;
				background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/header_social_links.png) 0 0 no-repeat;
				text-indent: -999em;
			}
				#social .link_1 a { left:  0  ; background-position:   0   0; }
				#social .link_2 a { left: 25px; background-position: -25px 0; }
				#social .link_3 a { left: 50px; background-position: -50px 0; }
				#social .link_4 a { left: 75px; background-position: -75px 0; }

	#menu-bar {
		width: 1224px;
		height: 56px;
		position: absolute;
		top: 67px;
		left: -142px;
		background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/header_nav_bg.png) 0 100% repeat-x;
	}
		header nav#block-menu-block-2 { /*block-system-main-menu*/
			position: absolute;
			top: 0; /*67px;*/
			left: 141px; /*0;*/
			height: 53px;
			margin: 0;
		}
			header #block-menu-block-2 ul {
				position: relative;
			}
				header #block-menu-block-2 li {
					float: left;
					margin-right: 25px;
				}
					header #block-menu-block-2 a {
						display: block;
						font: 700 14px/53px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
						color: #334b70;
						padding: 0;
						text-transform: uppercase;
					}
						header #block-menu-block-2 a:hover {
							text-decoration: none;
						}
						header #block-menu-block-2 a:hover span,
						header #block-menu-block-2 a.active span,
						header #block-menu-block-2 a.active-trail span,
						header #block-menu-block-2 a.on span {
							cursor: pointer;
							display: block;
							line-height: 45px;
							padding-top: 4px;
							border-bottom: 4px solid #a89c56;
							color: #fff;
						}

			header #block-menu-block-2 ul ul {
				display: none;
				position: absolute;
			}

		header #block-search-form {
			position: absolute;
			top: 13px; /*78px;*/
			right: 143px; /*0;*/
			width: 121px;
			height: 29px;
			background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/header_search_bg.png) 0 0 no-repeat;
			margin-right: 0;
			padding-right: 0;
		}
			header #block-search-form form {
				position: relative;
				margin: 0;
				padding: 0;
			}
				header #block-search-form form .form-item input {
					position: absolute;
					top: 9px;
					left: 37px;
					width: 80px;
					font: 600 11px/11px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
					color: #334b70;
					margin: 0;
					padding: 0;
					border: none;
					background: transparent;
				}
				header #block-search-form form .form-actions input {
					position: absolute;
					top: 0;
					left: 0;
					width: 29px;
					height: 29px;
					border: none;
					text-indent: -999em;
					text-transform: capitalize;
					background: none;
				}





/* =============================================================================
   CAROUSEL
   ========================================================================== */

#carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 532px;
	min-width: 940px;
	z-index: 0;
	overflow: hidden;
}
	#block-views-carousel-block {
		position: relative;
		width: 1224px;
		height: 532px;
		margin: 0 auto;
	}
	#block-views-carousel-block h2.block-title {display:none;}
	#block-views-carousel-block .item-list {
		position: relative;
		height: 532px;
		margin: 0 auto;
	}
	#block-views-carousel-block .item-list ul {
		display: none;
	}
		#block-views-carousel-block .item-list .panel {
			padding-top: 120px;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}
		#block-views-carousel-block .item-list .panel .views-field {
			background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_carousel_shadow_inner.png) 0 100% repeat-x;
		}
			#block-views-carousel-block .item-list .views-row-1 { background: url(http://menshealthnetwork.org/sites/sites/default/files/global_carousel_background_1.jpg) 50% 0 no-repeat; }
			#block-views-carousel-block .item-list .views-row-2 { background: url(http://menshealthnetwork.org/sites/sites/default/files/global_carousel_background_2.jpg) 50% 0 no-repeat; }
			#block-views-carousel-block .item-list .views-row-3 { background: url(http://menshealthnetwork.org/sites/sites/default/files/global_carousel_background_3.jpg) 50% 0 no-repeat; }
			#block-views-carousel-block .item-list .views-row-4 { background: url(http://menshealthnetwork.org/sites/sites/default/files/global_carousel_background_4.jpg) 50% 0 no-repeat; }
			#block-views-carousel-block .item-list .views-row-5 { background: url(http://menshealthnetwork.org/sites/sites/default/files/global_carousel_background_5.jpg) 50% 0 no-repeat; }

			#block-views-carousel-block .item-list h4 {
				font: 700 55px/52px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
				color: #fff;
				margin: 0;
				padding: 77px 0 11px 0;
				/*text-shadow: 0 0 3px #333;*/
			}
				.ie #block-views-carousel-block .item-list h4 {
					/*filter: glow(color=#000000,strength=1);*/
					/*filter: progid:DXImageTransform.Microsoft.Glow(color=666666,strength=1);*/
					/*background-color: #eeeeee;*/
					/*filter: progid:DXImageTransform.Microsoft.Chroma(color='eeeeee') progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=-1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=1,offY=-1) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=-1,offY=-1);*/

					/*background-color: #666666;*/
					/*-ms-filter: "progid:DXImageTransform.Microsoft.Chroma(Color=#ffffff) progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, Color=#666666)";*/
				}
			#block-views-carousel-block .item-list p {
				font: 600 14px/18px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
				color: #fff;
				margin: 0;
				padding: 0 0 28px 0;
				/*text-shadow: 0 0 3px #333;*/
			}
					.ie #block-views-carousel-block .item-list p {
						/*filter: progid:DXImageTransform.Microsoft.Glow(color=666666,strength=1);*/
						/*background-color: #eeeeee;*/
						/*filter: progid:DXImageTransform.Microsoft.Chroma(color='eeeeee') progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=-1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=1,offY=-1) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=-1,offY=-1);*/
						letter-spacing: 0.1em;
					}

			#block-views-carousel-block .item-list .content a {
				position: relative;
				display: inline-block;
				*display: inline;
				zoom: 1;
				padding-left: 45px;
				font: 700 22px/33px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
				color: #fff;
				background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_arrow_large.png) 0 0 no-repeat;
				/*text-shadow: 0 0 3px #333;*/
			}
				.ie #block-views-carousel-block .item-list .anythingSlider .content a span.text {
					/*filter: progid:DXImageTransform.Microsoft.Glow(color=666666,strength=1);*/
					display: block;
					/*background-color: #eeeeee;*/
					/*filter: progid:DXImageTransform.Microsoft.Chroma(color='eeeeee') progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=-1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=1,offY=-1) progid:DXImageTransform.Microsoft.dropshadow(color=#666666,offX=-1,offY=-1);*/
				}

				#block-views-carousel-block .item-list .anythingSlider a:hover {
					text-decoration: none;
				}
					#block-views-carousel-block .item-list .anythingSlider a span.arrow {
						position: absolute;
						top: 0;
						left: 0;
						display: block;
						width: 45px;
						height: 33px;
						background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_arrow_large_hover.png) 0 0 no-repeat;
					}
/*			#block-views-carousel-block .item-list a.start:hover {
				background-position: 0 -33px;
			}*/

	#block-views-carousel-block .block-inner,
	#block-views-carousel-block .content {
		width: auto;
		margin: 0;
	}
		#block-views-carousel-block .content li.views-row .content {
			width: 940px;
			margin: 0 auto;
			position: relative;
			z-index: 6;
		}

	.anythingSlider .anythingWindow {
		overflow: visible;
	}

	.anythingSlider .anythingControls {
		position: absolute;
		top: 141px;
		left: 145px;
/*		left: 50%;*/
		/*width: 940px;*/
/*		margin-left: -470px;*/
		z-index: 6;
	}
		.anythingSlider .anythingControls {
			margin-bottom: 28px;
			padding: 0 10px;
			background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_carousel_nav_bg.png) 0 0 repeat;
			border-bottom: 1px solid #334b70;
		}
			.anythingSlider .back {
				left: -45px;
				background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_carousel_arrow_left.png) 50% 50% no-repeat;
				z-index: 7;
			}
			.anythingSlider .forward {
				right: -45px;
				background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_carousel_arrow_right.png) 50% 50% no-repeat;
				z-index: 7;
			}
			.cover_left .back {
				float: left;
				margin-top: 275px;
				margin-left: 11px;
				text-indent: -999em;
				display: block;
				width: 26px;
				height: 49px;
				background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_carousel_arrow_left.png) 50% 0 no-repeat;
				cursor: pointer;
			}
			.cover_right .forward {
				float: right;
				margin-top: 275px;
				margin-right: 11px;
				text-indent: -999em;
				display: block;
				width: 26px;
				height: 49px;
				background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_carousel_arrow_right.png) 50% 0 no-repeat;
				cursor: pointer;
			}
				.cover_left .back:hover,
				.cover_left .forward:hover {
					background-position: 0 -49px;
				}


			.anythingSlider .anythingControls ul {
				margin: 0;
				padding: 0;
				/*border-bottom: 1px solid #6a737b;*/
			}
				.anythingSlider .anythingControls ul li {
					margin: 0;
					padding: 0;
					display: inline;
					list-style-type: none;
				}
					.anythingSlider .anythingControls ul a,
					.anythingSlider-default.activeSlider .anythingControls a {
						float: left;
						line-height: 22px;
						font-weight: bold;
						text-decoration: none;
						font: 700 14px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
						color: #334b70;
						/*color: #6a737b;*/
						background: none !important;
						border-radius: 0;
						-moz-border-radius: 0;
						-webkit-border-radius: 0;
						margin: 6px 20px 0 0;
						padding: 0;
					}
						.anythingSlider .anythingControls ul li.last a,
						.anythingSlider-default.activeSlider .anythingControls li.last a {
							margin-right: 0;
						}

						.anythingSlider .anythingControls ul a.cur {
							border-bottom: 2px solid #334b70; /*#6a737b;*/
							padding-bottom: 2px;
							color: #fff;
							/*text-shadow: 0 0 3px #333;*/
							/*filter: progid:DXImageTransform.Microsoft.Glow(color=666666,strength=1);*/
							/*background-color: #eeeeee;*/
							/*filter: progid:DXImageTransform.Microsoft.Chroma(color='eeeeee') progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.dropshadow(color=#bbbbbb,offX=1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#bbbbbb,offX=-1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#bbbbbb,offX=1,offY=-1) progid:DXImageTransform.Microsoft.dropshadow(color=#bbbbbb,offX=-1,offY=-1);*/
						}
						.anythingSlider .anythingControls ul a:hover,
						.anythingSlider-default.activeSlider .anythingControls a:hover {
							color: #fff;
							/*text-shadow: 0 0 3px #333;*/
							/*filter: progid:DXImageTransform.Microsoft.Glow(color=666666,strength=1);*/
							/*background-color: #eeeeee;*/
							/*filter: progid:DXImageTransform.Microsoft.Chroma(color='eeeeee') progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.dropshadow(color=#bbbbbb,offX=1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#bbbbbb,offX=-1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#bbbbbb,offX=1,offY=-1) progid:DXImageTransform.Microsoft.dropshadow(color=#bbbbbb,offX=-1,offY=-1);*/
						}

	#carousel .cover_left {
		position: absolute;
		top: 0;
		left: 0;
		height: 532px;
		background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_carousel_overlay.png) 0 0 repeat;
		z-index: 5;
	}
	#carousel .cover_right {
		position: absolute;
		top: 0;
		right: 0;
		height: 532px;
		background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_carousel_overlay.png) 0 0 repeat;
		z-index: 5;
	}


#block-panels-mini-carousel-bottom-links,
#block-panels-mini-carousel-bottom-links * {
	pointer-events: none;
}
#carousel_cover,
#block-panels-mini-carousel-bottom-links {
	min-width: 940px;
	position: relative;
	height: 412px;
	pointer-events: none;
}

	.not-front #carousel_cover, .not-front #block-panels-mini-carousel-bottom-links { top: -47px; }

	#carousel_cover .content {
		display: none;
		position: absolute;
		left: 50%;
		bottom: 6px;
		width: 940px;
		margin-left: -470px;
	}
		#carousel_cover #carousel_nav,
		#carousel_cover #carousel_nav * { pointer-events: auto; }
		#carousel_nav {
			border-top:    1px solid #e7c531;
			border-bottom: 1px solid #e7c531;
		}
			#carousel_nav ul {
			}
				#carousel_nav li {
					float: left;
				}
				#carousel_nav li.last {
					float: right;
				}
					#carousel_nav a {
						display: inline-block;
						*display: inline;
						zoom: 1;
						height: 48px;
						font: 700 30px/50px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
						color: #fff;
						/*text-shadow: 0 0 3px #333;*/
					}
						#carousel_nav a:hover {
							line-height: 44px;
							height: 42px;
							border-top:    3px solid #e7c531;
							border-bottom: 3px solid #e7c531;
							text-decoration: none;
						}

/* =============================================================================
   NON-CAROUSEL HEADER
   ========================================================================== */

#header_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 442px;
	background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_body_bg.gif) 0 0 repeat;
}
	#header_image .inner {
		width: 1224px;
		height: 442px;
		margin: 0 auto;
		position: relative;
	}
		#header_image div.top_level_name {
			position: absolute;
			top: 192px;
			left: 141px;
			font: 700 55px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
			color: #fff;
			text-transform: uppercase;
		}

/* =============================================================================
   BODY
   ========================================================================== */

#breadcrumb {
	display: none;
	padding-left: 10px;
}
#main-content {
	padding-left: 105px; /* 20px */
}
	#main-content header {
		margin-left: 0;
	}

#header_spacer { height: 322px; }
.front #header_spacer { display: none; }

#main {
	min-width: 940px;
	background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_body_bg.gif) 0 0 repeat;
	font: 600 12px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	/* margin-top: 311px; */
}
	.not-front #main { margin-top: -90px; }
	.front #main {
		margin-top: 0;
	}
	#main > .content {
		padding-bottom: 60px;
	}
	#main .content {
		padding-top: 40px;
	}
		#main h1 {
			font: 700 20px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
			color: #334b70;
			margin: 0 0 22px 0;
			text-transform: uppercase;
		}
			.front #main #block-panels-mini-site-abstract h1 {
				margin-bottom: 17px;
			}

		#main h2 {
			font: 700 20px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
			color: #334b70;
			margin: 0 0 20px 0;
			text-transform: uppercase;
		}
			#main #block-views-event-scroller-block h2 {
				width: 200px;
			}
		#main h3 {
			font: 700 12px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
			margin: 0 0 5px 0;
		}
		#main p,
		#main div.field-items div.field-item p {
			font: 600 16px/23px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 0 0 1.2em 0;
		}
			#main .search-results p {
				font-size: 12px;
			}
			.not-front #main div.field-items div.field-item p,
			.not-front #main div.field-items div.field-item li {
				padding: 0 0 6px 0;
				font-size: 12px;
				line-height: 18px;
			}
			#main section section article p {
				font-size: 12px;
				line-height: 18px;
			}
			#main .quicktabs_main p,
			#main .mCustomScrollBox p,
			#main .gallery p {
				font-size: 12px;
				line-height: 18px;
				padding-bottom: 2px;
			}

			#main .mCustomScrollBox .field-content {
				font-size: 12px;
				line-height: 18px;
			}
			#main .mCustomScrollBox h3.field-content {
				line-height: 18px;
			}
		#main a.more,
		#main div.more a,
		#main a span.more {
			position: relative;
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-top: 4px;
			padding-left: 24px;
			font: 600 12px/18px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
			color: #80210f;
			background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_arrow_small.png) 0 0 no-repeat;
			top: -4px;
		}
			#main a.more:hover,
			#main div.more a:hover {
				text-decoration: none;
			}
				#main a.more span,
				#main div.more a span {
					position: absolute;
					top: 0;
					left: 0;
					display: block;
					width: 18px;
					height: 18px;
					background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_arrow_small_hover.png) 0 0 no-repeat;
				}

		#main hr.spacer {
			display: block;
			height: 1px;
			line-height: 1px;
			border: none;
			margin: 0;
			padding: 0 0 7px 0;
		}
		#main ul {
			margin-top: 0;
		}
			#main li {
				margin-bottom: .5em;
				font: 600 16px/23px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
			}
				#main .quicktabs-wrapper li {
					font-size: 14px;
					border-bottom: 1px solid #6a737b;
					padding-right: 10px;
				}
					#main #block-quicktabs-events-tabs .quicktabs-wrapper li.views-row {
						border-bottom: none;
					}

				.front #main .quicktabs-wrapper .view-content li {
					border-bottom: none;
				}
				#main .quicktabs-wrapper li.last {
					padding-right: 0;
				}

			#main ul ul {
				margin-bottom: 1em;
			}


		#main #top {
			padding-bottom: 35px;
		}
			.region-leaderboard {
				overflow: hidden;
			}
			#main #top .left,
			#block-panels-mini-site-abstract {
				float: left;
				width: 640px;
				height: 160px;
				border-bottom: 1px solid #9d9493;
			}
				#main #top .left p {
					font-size: 16px;
					line-height: 23px;
				}

			#main #top .right,
			#block-panels-mini-search-form-full {
				float: right;
				width: 220px;
				height: 160px;
				border-bottom: 1px solid #9d9493;
			}
				#main #top .right h2 {
					margin-bottom: 18px;
				}
					#block-panels-mini-search-form-full h2 {
						padding-right: 20px;
					}

				#main #top .right div.input,
				#main .content .region-sidebar-first div.input,
				#block-panels-mini-search-form-full .form-type-textfield {
					border: 1px solid #a8a4a1;
					background: #fff;
					padding-left: 10px;
					margin-bottom: 12px;
				}
					#main #top .right div.input input,
					#main .content .region-sidebar-first div.input input,
					#block-panels-mini-search-form-full .form-type-textfield input {
						font: 700 12px/24px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
						color: #6a737b;
						border: none;
						width: 195px;
						height: 26px;
						background: none;
					}

				#main #top .right input.submit,
				#main .content .region-sidebar-first input.submit,
				#block-panels-mini-search-form-full .form-actions .form-submit,
				#main .field-item .submit {
					font: 700 12px/24px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
					color: #334b70;
					width: 80px;
					height: 24px;
					text-align: center;
					border: none;
					background: #e7c531;
					padding: 0;
				}
					#main #top .right input.submit:hover,
					#main .content .region-sidebar-first input.submit:hover,
					#block-panels-mini-search-form-full .form-actions .form-submit:hover,
					#main .field-item .submit:hover {
						background: #334b70;
						color: #e7c531;
					}

		#main #bottom {

		}
			#main #bottom .column_1 {
				float: left;
				width: 320px;
				margin-right: 108px;
			}
			#main #bottom .column_2 {
				float: left;
				width: 213px;
			}
			#main #bottom .column_3 {
				float: right;
				width: 220px;
			}
				#main #bottom .column_1 .tabs {
					border-bottom: 1px solid #6a737b;
					margin-bottom: 28px;
				}
				.quicktabs-wrapper > .item-list {
					margin-bottom: 28px;
				}
					#main #bottom .column_1 .tabs ul,
					ul.quicktabs-tabs {
						margin: 0;
						padding: 0;
					}
						#main #bottom .column_1 .tabs ul li,
						ul.quicktabs-tabs li {
							margin: 0;
							padding: 0;
							display: inline;
							list-style-type: none;
						}
							#main #bottom .column_1 .tabs ul a,
							ul.quicktabs-tabs a {
/*								float: left;*/
								display: inline-block;
								*display: inline;
								zoom: 1;
								line-height: 22px;
								font-weight: bold;
								margin: 0 0 2px 0;
								text-decoration: none;
								color: #6a737b;
								position: relative;
								top: -5px;
							}
							#main #bottom .column_1 .tabs ul a:hover,
							ul.quicktabs-tabs a:hover {
								color: #334b70;
							}
							#main #bottom .column_1 .tabs ul li.current a,
							ul.quicktabs-tabs li.active a {
								border-bottom: 2px solid #6a737b;
/*								padding-bottom: 2px;*/
								background: #e7c531;
								color: #334b70;
								margin-bottom: 0;
								position: relative;
								top: -5px;
							}

				#main #bottom .column section,
				#main #bottom .quicktabs_main ul.tab_content,
				#main #bottom .home-column ul {
					margin: 0;
					padding: 0;
				}
					#main #bottom .column .line {
						padding-bottom: 0;
						border-bottom: 1px solid #9d9493;
						margin-bottom: 30px;
					}
					#main #bottom .column section.events,
					#main #bottom .column #block-views-event-scroller-block .line {
						padding-bottom: 15px;
					}

					#main #bottom .column article,
					#main #bottom .quicktabs_main ul.tab_content li.views-row,
					#main #bottom .home-column ul li {
						margin: 0;
						padding: 0 0 22px 0;
						list-style: none;
					}
						#main #bottom .column a.border,
						#main #bottom .quicktabs_main ul.tab_content li.views-row a.border {
							display: inline-block;
							*display: inline;
							zoom: 1;
							border: solid 4px #989da0;
							margin-bottom: 5px;
						}
							#main #bottom .column a.border img,
							#main #bottom .quicktabs_main ul.tab_content li.views-row a.border img {
								display: inline-block;
								*display: inline;
								zoom: 1;
							/*	border: solid 4px #989da0;
								margin-bottom: 5px;*/
							}
							#main #bottom .column div.border img,
							#main #bottom .quicktabs_main ul.tab_content li.views-row div.border img {
								display: inline-block;
								*display: inline;
								zoom: 1;
								border: solid 4px #989da0;
								margin-bottom: 5px;
							}

						#main #bottom .quicktabs_main .views-field-title a,
						#main #bottom .home-column ul .views-field-title,
						#main #bottom .home-column ul .views-field-title a {
							display: inline-block;
							*display: inline;
							zoom: 1;
							font: 600 12px/18px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
							margin: 0 0 5px 0;
							color: #2E2C2A;
						}
							#main #bottom .view-talking-about-men-s-health .views-field-title {
								text-transform: uppercase;
							}
							#main #bottom .view-talking-about-men-s-health .views-field-body p {
								padding: 0 0 5px 0;
							}

						#main #bottom .home-column .views-field-body,
						#main #bottom .home-column .views-field-body p {
							font: 600 12px/18px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
							color: #2E2C2A;
						}
						#main #bottom .quicktabs_main .views-field-title a {
							text-transform: uppercase;
						}


				#main #bottom .column_3 .scroller {
					overflow: hidden;
					position: relative;
/*					padding-right: 10px;*/
					border-right: 1px solid #adafb1;
					height: 475px;
				}
					#main #bottom .column_3 .scroller ul,
					#main #bottom .column_3 .scroller li {
						margin: 0;
						padding: 0;
						list-style: none;
					}
						#main #bottom .column_3 .scroller li {
							padding-bottom: 17px;
						}
						#main #bottom .column_3 .scroller article {
							padding-bottom: 2px;
						}
							#main #bottom .column_3 .scroller div > span {
								display: block;
								font: 700 18px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
								padding-bottom: 5px;
							}
							#main #bottom .column_3 .scroller h3 {
								color: #80210f;
								text-transform: uppercase;
							}

						.events_scrollerV {
							position: absolute;
							z-index: 100;
							width: 4px;
							top: 0;
							right: 0;
							bottom: 0;
						}

						.events_scrollerV > div {
							position:absolute;
							z-index:100;
							width:100%;

							/* The following is probably what you want to customize */
							background: #adafb1;

							-webkit-background-clip:padding-box;
							-moz-background-clip:padding-box;
							-o-background-clip:padding-box;
							background-clip:padding-box;

							-webkit-box-sizing:border-box;
							-moz-box-sizing:border-box;
							-o-box-sizing:border-box;
							box-sizing:border-box;
						}

						.mCustomScrollBox .mCSB_scrollTools {
							width: 4px;
						}

						.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
							background: #adafb1;

							-webkit-background-clip:padding-box;
							-moz-background-clip:padding-box;
							-o-background-clip:padding-box;
							background-clip:padding-box;

							-webkit-border-radius: 0;
							-moz-border-radius: 0;
							border-radius: 0;

							-webkit-box-sizing:border-box;
							-moz-box-sizing:border-box;
							-o-box-sizing:border-box;
							box-sizing:border-box;
						}

						.mCSB_draggerRail {
							display: none;
						}



/* =============================================================================
   INTERIOR PAGES
   ========================================================================== */

		#main .content .region-sidebar-first .block {

		}
		#block-quicktabs-events-tabs {
			margin-top: 15px;
		}
			#main .content .region-sidebar-first #block-menu-block-1 h2,
			#main .content .region-sidebar-first #block-menu-block-1 h2 a {
				font-size: 14px;
				margin-bottom: 3px;
				color: #334B70;
			}
				#main .content .region-sidebar-first #block-menu-block-1 ul.menu {
					margin: 0;
					padding: 0;
					list-style: none;
					overflow: hidden;
				}
					#main .content .region-sidebar-first #block-menu-block-1 ul.menu li {
						margin: 0;
						padding: 0;
						list-style: none;
						overflow: hidden;
					}
						#main .content .region-sidebar-first #block-menu-block-1 ul.menu li a {
							display: block;
							padding: 2px 30px 3px 18px;
							font: 700 14px/16px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
							color: #6a737b;
							text-transform: uppercase;
							background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_arrow_tiny.png) -50px 0 no-repeat;
						}
							#main .content .region-sidebar-first #block-menu-block-1 ul.menu li a:hover,
							#main .content .region-sidebar-first #block-menu-block-1 ul.menu li a.active {
								color: #2e2c2a;
								background-position: 0 4px;
								text-decoration: none;
							}
						#main .content .region-sidebar-first #block-menu-block-1 ul.menu li ul {
							display: none;
							margin-bottom: 12px;
						}
							.page-node-56 #main .content .region-sidebar-first #block-menu-block-1 ul.menu li ul {
								display: block;
							}
								#main .content .region-sidebar-first #block-menu-block-1 ul.menu li ul a {
									font: 400 14px/16px "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
								}

			#main .content .region-sidebar-first #block-menu-block-1,
			#main .content .region-sidebar-first #block-panels-mini-clone-of-newsletter-signup {
				padding-bottom: 30px;
				margin-bottom: 30px;
				border-bottom: 1px solid #9d9493;
			}

			/* SIDEBAR CALENDAR DATE */
			#main .content .region-sidebar-first #block-block-1 {

			}
				#main .region-sidebar-first #block-block-1 h2 { margin-bottom: 12px; }

				#main .content .region-sidebar-first #block-block-1 .topDate {
					position: relative;
					height: 120px;
				}
					#main .content .region-sidebar-first #block-block-1 .topDate .day {
						position: absolute;
						bottom: 35px;
						left: -36px;
						letter-spacing: .2em;
						display: inline-block;
						*display: inline;
						zoom: 1;
						-webkit-transform: rotate(-90deg);
					    -moz-transform: rotate(-90deg);
					    -o-transform: rotate(-90deg);
					    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
						font: 700 41px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
						color: #9d9493;
						text-transform: uppercase;
					}
					#main .content .region-sidebar-first #block-block-1 .topDate .numDay {
						font: 400 150px/120px "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
						color: #9d9493;
						position: absolute;
						bottom: -10px;
						left: 45px;
					}

			/* SIDEBAR CALENDAR */
			#main .content .region-sidebar-first #block-views-calendar-block-1 {
				padding-top: 15px;
				display: none;
			}
				#main .content .region-sidebar-first #block-views-calendar-block-1 .date-nav-wrapper {
					height: 27px;
					overflow: hidden;
					width: 218px;
				}
					#main .content .region-sidebar-first #block-views-calendar-block-1 .date-heading {
						position: absolute;
						top: 2px;
						left: 0;
						width: auto;
						text-align: left;
						font: 700 12px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
						color: #334b70;
						text-transform: uppercase;
					}
						#main .content .region-sidebar-first #block-views-calendar-block-1 .date-nav a {
							color: #334b70;
							/* temp */
							text-decoration: none;
							cursor: default;
						}

					#main .content .region-sidebar-first #block-views-calendar-block-1 .pager li {
						position: absolute;
						top: 0;
						left: auto;
						background: none;
						-moz-border-radius: 0;
						border-radius: 0;
						padding: 0;
						margin: 0;
					}
						#main .content .region-sidebar-first #block-views-calendar-block-1 .pager li.date-prev { right: 20px; }
						#main .content .region-sidebar-first #block-views-calendar-block-1 .pager li.date-next { right: 0; top: -14px; }

						#main .content .region-sidebar-first #block-views-calendar-block-1 .pager a {
							display: block;
							width: 14px;
							height: 14px;
							padding: 0;
							margin: 0;
							background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_arrow_tiny_right.png) 0 0 no-repeat;
							text-indent: -999em;
							font-size: 1px;
							color: #e6c52e;
						}
							#main .content .region-sidebar-first #block-views-calendar-block-1 .pager li.date-prev a {
								position: absolute;
								top: 4px;
								right: 0;
								background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_arrow_tiny_left.png) 0 0 no-repeat;
							}
							#main .content .region-sidebar-first #block-views-calendar-block-1 .pager li.date-next a {
								position: absolute;
								top: 18px;
								right: 4px;
							}

			.calendar-calendar table.mini {
				margin-bottom: 30px;
				width: 230px;
			}
				.calendar-calendar table.mini tr {
					background: none;
				}
					.calendar-calendar table.mini th.days {
						margin: 0;
						padding: 0 0 8px 0;
						text-align: left;
						font: 700 12px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
						color: #6a737b;
						text-transform: uppercase;
						background: none;
						border: none;
					}
					.calendar-calendar table.mini td,
					.calendar-calendar table.mini td.has-events,
					.calendar-calendar table.mini td.empty {
						margin: 0;
						padding: 0 0 8px 0;
						font: 700 12px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
						color: #334b70;
						text-align: left;
						background: none;
						border: none;
					}
						.calendar-calendar table.mini td div.month {
						}
							.calendar-calendar table.mini td a,
							.calendar-calendar table.mini td div.mini-day-off {
								display: inline-block;
								*display: inline;
								zoom: 1;
								padding: 1px;
								color: #334b70;
								font-weight: bold;
								/* temp */
								text-decoration: none;
								cursor: default;
							}
								.calendar-calendar table.mini td.today a {         /* highlighted day */
									background: #e7c531;
									text-decoration: none;
								}

							.calendar-calendar table.mini td div.today {
								background: #e7c531;
								color: #000;
							}

			/* CALENDAR TABS */

			#block-quicktabs-events-tabs h2 {
				display: none;
			}
			#main .content .region-sidebar-first #quicktabs-container-events_tabs .view {

			}
				#main .content .region-sidebar-first #quicktabs-container-events_tabs .view ul {
					margin: 0;
					padding: 0;
				}
					#main .content .region-sidebar-first #quicktabs-container-events_tabs .view li {
						margin: 0;
						padding: 0 0 30px 0;
						list-style: none;
					}
						#main .content .region-sidebar-first #quicktabs-container-events_tabs .view li .views-field-field-event-date {
							float: left;
							width: 60px;
							height: 67px;
							font: 600 30px/18px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
							color: #9d9493;
							text-align: center;
							background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/global_calendar_page.png) 0 0 no-repeat;
						}
						#main .content .region-sidebar-first #quicktabs-container-events_tabs .view li .month_name {
							font-size: 10px;
						}
							#main .content .region-sidebar-first #quicktabs-container-events_tabs .view li.views-row-1 .views-field-field-event-date {
								color: #80210f;
							}
							#main .content .region-sidebar-first #quicktabs-container-events_tabs .view li .views-field-field-event-date .field-content {
								padding-top: 20px;
							}

						#main .content .region-sidebar-first #quicktabs-container-events_tabs .view li .views-field-title {
							float: left;
							padding: 8px 0 0 10px;
							font: 600 12px/18px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
							width: 170px;
						}
							#main .content .region-sidebar-first #quicktabs-container-events_tabs .view li .views-field-title a {
								color: #2e2c2a;
							}



/* =============================================================================
   FOOTER
   ========================================================================== */


footer {
	min-width: 940px;
	background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/footer_bg.gif) 0 0 repeat;
}
	footer .content {
		padding: 20px 0 140px 0;
	}

		footer ul.nav {
			position: relative;
		}
			footer ul.nav li {
				float: left;
				width: 160px;
				margin-right: 35px;
			}
				footer ul.nav li.last { margin-right: 0; }

				footer ul.nav li h4 {
					font: 700 14px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
					color: #ffcf00;
					margin: 0 0 16px 0;
				}
					footer ul.nav li h4 a {
						color: #FFCF00;
						margin: 0;
						padding: 0;
					}

				footer ul.nav ul {
					margin-bottom: 18px;
				}
					footer ul.nav ul li {
						display: block;
						float: none;
						width: auto;
						margin-right: 0;
						padding-bottom: 6px;
					}
						footer ul.nav ul li a {
							display: inline-block;
							*display: inline;
							zoom: 1;
							font: 700 14px/16px "proxima-nova-n7", "proxima-nova", Arial, Arial, Helvetica, sans-serif;
							color: #dcdada;
							padding: 0;
						}

				footer ul.nav li.nav_small {
					width: auto;
					position: absolute;
					top: 263px;
					left: 0px;
					margin: 0;
					padding: 0;
					list-style: none;
				}
					footer ul.nav li.nav_small ul {
						margin: 0;
						padding: 0;
						list-style: none;
					}
						footer ul.nav li.nav_small li {
							width: auto;
							display: inline-block;
							*display: inline;
							zoom: 1;
							margin: 0;
							padding: 0;
							list-style: none;
						}
							footer ul.nav li.nav_small a {
								display: inline-block;
								*display: inline;
								zoom: 1;
								padding: 0 6px 0 0;
								font: 600 12px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
								color: #dcdada;
								border-right: 1px solid #ffcf00;
							}
								footer ul.nav li.nav_small li.last a { border-right: none; }

				footer ul.nav li.last ul.links + h4,
				footer ul.nav li.last ul.links + h4 + h4,
				footer ul.nav li.last ul.links + h4 + h4 + h4 {
					margin-bottom:7px;
				}

		#footer_carousel {

		}
			#footer_carousel span {
				position: absolute;
				bottom: 60px;
				font: 700 14px "proxima-nova-n7", "proxima-nova", Arial, Arial, Helvetica, sans-serif;
				color: #ffcf00;
			}
			#footer_carousel .carousel {
				position: absolute;
				left: 244px;
				bottom: 42px;
			}
				#footer_carousel .carousel ul {
					width: 159px;
					height: 45px;
					margin: 0;
					padding: 0;
				}
					#footer_carousel .carousel li {
						margin: 0;
						padding: 0;
/*						padding: 0 0 0 21px;*/
					}
/*				#footer_carousel .carousel ul {
					position: absolute;
					left: 218px;
					bottom: 40px;
					width: 650px;
					height: 45px;
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#footer_carousel .carousel li {
						float: left;
						margin: 0 21px;
						padding: 0;
						list-style: none;
						height: 45px;
						position: relative;
					}
						#footer_carousel .carousel li a {
							display: inline-block;
							*display: inline;
							zoom: 1;
							height: 45px;
						}*/

				#footer_carousel #footer_carousel_left_wrap {
					position: absolute;
					left: 150px;
					bottom: 40px;
					width: 48px;
					height: 49px;
				}
					#footer_carousel #footer_carousel_left {
						position: relative;
						display: block;
						width: 48px;
						height: 49px;
						background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/footer_carousel_left.png) 0 0 no-repeat;
					}
						#footer_carousel #footer_carousel_left span {
							position: absolute;
							top: 0;
							left: 0;
							display: block;
							width: 48px;
							height: 49px;
							background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/footer_carousel_left_hover.png) 0 0 no-repeat;
						}

				#footer_carousel #footer_carousel_right_wrap {
					position: absolute;
					right: 0;
					bottom: 40px;
					width: 48px;
					height: 49px;
				}
					#footer_carousel #footer_carousel_right {
						position: relative;
						display: block;
						width: 48px;
						height: 49px;
						background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/footer_carousel_right.png) 0 0 no-repeat;
					}
						#footer_carousel #footer_carousel_right span {
							position: absolute;
							top: 0;
							left: 0;
							display: block;
							width: 48px;
							height: 49px;
							background: url(http://menshealthnetwork.org/sites/sites/all/themes/adaptivetheme/mhn_theme/img/footer_carousel_right_hover.png) 0 0 no-repeat;
						}




#menu_bar {
	display: none;
	position: absolute;
	top: 120px;
	left: 50%;
	width: 1224px;
	background: #E7C531;
	opacity: .95;
	margin-left: -612px;
	height: 185px;
	z-index: 50;
}
	#menu_bar ul {
		margin: 0;
		padding: 9px 0 0 0;
		list-style: none;
	}
		#menu_bar ul.level2 {
			padding-top: 5px;
		}
		#menu_bar > ul > li {
			margin: 0 30px 0 0;
			padding: 0;
			list-style: none;
			float: left;
			overflow: hidden;
		}

		#menu_bar > ul.level1 > li  {
			float: none !important;
			line-height: 12px;
		}
			#menu_bar > ul.level1 ul {
				display: none;
			}

			#menu_bar > ul > li > a {
				display: inline-block;
				*display: inline;
				zoom: 1;
				font: 600 12px/20px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
				color: #6a737b;
				text-transform: uppercase;
			}
				#menu_bar > ul.level2 > li > a {
					font: 800 12px/20px "proxima-nova-n8", "proxima-nova", Arial, Helvetica, sans-serif;
				}

				#menu_bar > ul > li > a:hover {
					text-decoration: none;
					color: #2e2c2a;
				}

			#menu_bar > ul > li > ul {
				margin: 0;
				padding: 0;
			}
				#menu_bar > ul > li > ul li {
					margin: 0;
					padding: 0;
					list-style: none;
					line-height: 18px;
				}
					#menu_bar > ul > li > ul a {
						font: 600 12px/18px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
						color: #6a737b;
						text-transform: uppercase;
					}
						#menu_bar > ul > li > ul a:hover {
							text-decoration: none;
							color: #2e2c2a;
						}


#main-content .about {
	margin-bottom: 32px;
/*	padding-bottom: 100px;*/
	border-bottom: 1px solid #9d9493;
	height: 167px;
}
	#main-content .about p {
		font: 600 16px/22px "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	}

#main-content article {
	margin-bottom: 27px;
	padding-bottom: 27px;
	border-bottom: 1px solid #9d9493;
}
	#main-content article.left {
		width: 240px;
		float: left;
	}
	#main-content article.right {
		width: 240px;
		float: right;
	}
	#main-content article.last {
		border-bottom: none;
	}
	#main-content article.article { /* default drupal */
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		font-size:150%; /* david addition */
	}
		#main-content article h3,
		#main-content article h3 strong {
			font: 700 16px "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
			color: #80210F; /*#334b70;*/
			margin: 0 0 20px 0;
			text-transform: uppercase;
		}
		#main-content article p {
			padding-bottom: 4px;
		}
		footer.submitted {
			display: none;
		}

	#main-content a.border {
		display: inline-block;
		*display: inline;
		zoom: 1;
		border: solid 4px #989da0;
		margin-bottom: 14px;
	}
		#main-content a.border img {
			display: inline-block;
			*display: inline;
			zoom: 1;
		}









/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* remove webkit blue glow */
input:focus,
select:focus,
textarea:focus {
    outline: none;
}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}







.block {
	margin-bottom: 0;
}

#main .block-content {
	position: static;
	width: auto;
	margin: auto;
	padding-top: 0;
}
section header {
	min-width: 0;
	height: auto;
	background: none;
}
.block-inner {
	margin: 0;
	padding: 0;
}

.two-sidebars .region-sidebar-second {
	width: 213px;
	margin: auto;
	position: static;
	left: auto;
}
.search-info {
	display: none;
}
