/**
 * Theme Name: Hybrid News
 * Theme URI: http://themehybrid.com/themes/hybrid-news
 * Description: A news-style child theme of the Hybrid theme framework.
 * Version: 0.2
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid News is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {
	font: 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	}

/* Body container */
#body-container {
	background: #fff;
        width:960px;
	margin:0 auto;
	}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #055b92;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: none;
	}
.entry-content a {
	color: #336699;
	}

/* Headers */
h1, h2, h3, h5, {
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	color: #444;
	}
h4 {
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	color: #b0cd33;
	font-weight: bold;
}
h6  {
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	color: #990000;
	}
/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	background: url(images/quotes.gif) no-repeat 0 0;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	background: #FFF;
	float: none;
	margin-left: 5px;
	}
caption {
	font: italic normal normal 11px/20px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px 1px 5px 1px;
	}
td {
	padding: 3px;
	text-align:left;
	font: normal 11px/20px Verdana, Geneva, Tahoma, sans-serif;
	margin: 5px;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 10px 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 600px;
	padding: 3px;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/**
* Page Navigation
************************************************/
#navigation {
	width: 954px;
	height: 25px;
	margin: 0 auto;
    padding-left: 6px;
	background: #1F4A72;
	}
#page-nav {
	float: left;
	width: 730px;
	margin: 0 0 0 -15px;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	margin: 6px 0 0 0;
	padding: 0 0 8px 0;
	}
#page-nav a {
	display: block;
	font: normal normal normal 11px/11px Verdana, Geneva, Tahoma, sans-serif;
	color: #fff;
	padding: 0 15px 0 15px;
	border-right: 1px solid #353535;
	}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 19px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #222;
	background: #111;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	}
#page-nav li li a {
	padding: 7px 7px;
	border: none;
	}

/**
* Search form (in navigation)
************************************************/
#navigation .search {
	float: right;
	width: 180px;
	height: 25px;
	}
#navigation input {
	float: right;
	width: 170px;
	height: 15px;
	margin: 4px 0 0 0;
	padding: 1px 8px 1px 22px;
	font: normal normal normal 11px/15px Verdana, Geneva, Tahoma, sans-serif;
	color: #749dc3;
	background: #1F4A72 url(images/search-icon2.png) no-repeat 5px 0;
	border: 1px solid #265989;
	}
#navigation .search-submit, #navigation .button {
	display: none;
	}

/**
* Header
************************************************/
#header-container {
    padding-top: 2px;
	height: 120px;
    background: #1F4a72 url(http://www.womensadventuremagazine.com/images/graphics/redesign09/wa-logo-09.png) no-repeat left;
	border-bottom: 1px solid #021f32;
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 120px;
	margin: 15px auto;
	}
#site-title {
	display: none;
	float: left;
	width: 450px;
	line-height: 35px;
	font-size: 28px;
	font-family: georgia, serif;
	margin: 12px 0 0 0;
	}
#site-title a {
	color: #fafafa;
	display: none;
	}
#site-description {
	display: none;
	}

/**
* Header utility widget
************************************************/
#utility-header {
	overflow: hidden;
	float: right;
	width: 732px;
	height: 90px;
	padding-right:5px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	}
#utility-before-header {
	background: #1F4A72;
	width: 954px;
	height: 25px;
	margin: 0 auto;
    padding-left: 6px;
}
#utility-before-header .widget {
	background: transparent;
	margin: 0;
	padding 0;
	border: none;
}
	
/**
* Category Navigation
************************************************/
#cat-navigation {
	width: 960px;
	height: 28px;
	margin: 0 auto;
	padding-top:2px;
	font: normal normal bold 13px/13px Verdana, Geneva, Tahoma, sans-serif;
        background: #89997E;
	}
#cat-nav {
	float: left;
	width: 800px;
	height: 25px;
    background: #89997E;
	border-left: 1px solid #687460;
	}
#cat-navigation ul {
	list-style: none;
	margin: 0;
	}
#cat-navigation li {
	float: left;
	border-right: 1px solid #687460;
	}
#cat-navigation a {
	display: block;
	padding: 7px 20px 6px 20px;
	color: #fff;
	}
#cat-navigation li li a {
	width: 160px;
	font: normal normal bold 11px/11px Verdana, Geneva, Tahoma, sans-serif;
	padding: 8px 10px;
	color: #fff;
	background: #89997E;
	border-top: 1px solid #687460;
	}

/* Drop-down controls */
#cat-nav ul ul, #cat-nav ul ul ul {
	width: 180px;
	}
#cat-nav li li:hover ul, #cat-nav li li li:hover ul {
	left: 180px;
	}
#cat-nav li:hover ul, #cat-nav li.sfHover ul {
	top: 2.05em;
	}
#cat-nav li li:hover ul, #cat-nav li li.sfHover ul, #cat-nav li li li:hover ul, #cat-nav li li li.sfHover ul  {
	top: 0;
	}
#cat-nav ul ul {
	background: #89997E;
	}

/* Make sure page menu overlaps category menu */
#cat-nav ul.menu {
	position: relative;
	z-index: 98;
	}
#page-nav ul.menu {
	position: relative;
	z-index: 99;
	}

/**
* Subscribe/feed link (in navigation)
************************************************/
#cat-navigation #feed {
	width: 30px;
	float: right;
    background: #89997E url(http://www.womensadventuremagazine.com/images/graphics/rss-feed.gif) no-repeat;
	}
#feed li {
	float: right;
	border: none;
	}
#feed li a {
	padding: 7px 18px 6px 0;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff url(images/container-bg.png) repeat-y right 0;
	}
.content {
	overflow: hidden;
	float: left;
	width: 600px;
	padding: 0 20px 20px 0;
	background: #fff;
	}
.page-template-no-widgets #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20px 0;
	}
.page-template-no-widgets #header-container, .primary-inactive.secondary-inactive #header-container {
    padding-top: 2px;
	height: 120px;
    background: #1F4a72 url(http://www.womensadventuremagazine.com/images/graphics/redesign09/wa-logo-09.png) no-repeat left;
	border-bottom: 1px solid #021f32;
	}
.page-template-no-widgets2 #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}
.page-template-no-widgets2 .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20px 0;
	}
.page-template-no-widgets2 #header-container, .primary-inactive.secondary-inactive #header-container {
    padding-top: 2px;
	height: 120px;
    background: #1F4a72 url(http://www.womensadventuremagazine.com/images/graphics/redesign09/wa-logo-09.png) no-repeat left;
	border-bottom: 1px solid #021f32;
	}
.page-template-nocomment-notitle #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}
.page-template-nocomment-notitle .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20 px 0;
}
.page-template-hikingtoolbox #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}
.page-template-hikingtoolbox .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20 px 0;;
}
.page-template-runningtoolbox #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}
.page-template-runningtoolbox .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20 px 0;;
}
.page-template-cyclingtoolbox #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}
.page-template-cyclingtoolbox .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20 px 0;;
}

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
	}

/* Post title */
.entry-title {
	margin-bottom: 3px;
	font: 20px/20px Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-weight: bold;
	}
.entry-title a {
	color: #222;
	line-height: 25px;
	}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	font: normal normal bold 22px/22px Futura, “Century Gothic”, AppleGothic, sans-serif;
	}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	}

/* Byline */
.byline {
	font-size: .9em;
	font-style: italic;
	color: #777;
	}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
	}
.byline a {
	font-style: normal;
	}

/* Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	font-size: 12px;
	padding: 0 0 20px 0;
	}
.entry-content h3 {
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

/* Post meta data */
.entry-meta {
	clear: both;
	display: none;
	padding: 9px 0 0 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	border-top: 1px solid #ccc;
	}
.entry-meta a {
	font-style: normal;
	}

/* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Single-post author box */
.single .author-profile {
	display: none;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
.single .author-profile p {
	margin: 0 0 9px 0;
	}
.single .author-profile .avatar {
	margin: 0 20px 9px 0;
	}

/* Page templates */
.author-profile {
	display: none;
	overflow: hidden;
	margin-bottom: 20px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
	}

/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
	font: normal normal bold 22px/22px Futura, “Century Gothic”, AppleGothic, sans-serif;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 20px;
	}
.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets in general
************************************************/
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #fff;
	border: 1px solid #ddd;
	}
.widget-title {
	height: 19px;
	margin: 0 0 15px 0;
	padding: 3px 10px;
	font: 15px/18px Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-weight: bold;
	color: #f7f7f7;
	background: #093653 url(images/widget-title.png) repeat-x 0 0;
	}
.widget-title a {
	color: #f7f7f7;
	}
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul li {
	padding: 0 0 0 18px;
	background: url(images/bullet.gif) no-repeat 3px 7px;
	}

/* Widget search */
.widget-search .search-text {
	width: 300px;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/**
* Content-area widgets (mostly utility widgets)
************************************************/
.content .widget {
	margin: 0;
	padding: 0;
	border: none;
	}
.content .widget-title {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font: normal normal bold 14px/20px Futura, “Century Gothic”, AppleGothic, sans-serif;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #ddd;
	}
.content .widget-title a {
	color: #093653;
	}
.page-template-widgets .content .widget {
	margin: 0 0 20px 0;
	}

/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
	float: right;
	width: 320px;
	}
#primary {
	overflow: hidden;
	float: right;
	width: 320px;
	}
#secondary {
	overflow: hidden;
	float: right;
	width: 320px;
	}
#tertiary {
	overflow: hidden;
	float: right;
	width: 320px;
	}
#primary .widget ul li {
	margin: 0 0 5px 0;
	padding: 0 5px 5px 20px;
	background: url(images/bullet.gif) no-repeat 5px 7px;
	border-bottom: 1px solid #eee;
	}
#primary .widget ul ul {
	margin: 5px 0 0 0;
	}
#primary .widget ul li li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 20px;
	border: none;
	}
#primary object {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 9px 0;
	}

/**
* Comments
************************************************/
#comments-template {
	margin-top: 20px;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0;
	}

/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
	}
#comments li li li, #comments li li li li li {
	background: #f7f7f7;
	}

/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	}
#comments .comment-meta-data {
	margin-bottom: 15px;
	}

/* Comment text */
.comment-text {
	clear: left;
	font-size: 12px;
	}

/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #eee;
	background: #001838;
	border: none;
	}
.button:hover {
	cursor: pointer;
	background: #093653;
	}
.search-form input {
	margin-right: 9px;
	}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	background: #001838;
	border-top: 3px solid #00070F;
	}

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 14px auto;
	padding: 2px 0 0 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 210px;
	margin: 0;
	padding: 15px 20px 0 20px;
	font: 12px/21px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #777;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	font-size: 15px;
	color: #bbb;
	background: transparent;
	border-bottom: 1px solid #072145;
	}
#subsidiary a {
	color: #aaa;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	margin: 0 0 3px 0;
	padding: 0 5px 3px 5px;
	background: transparent;
	border-bottom: 1px solid #072145;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	background: #1F4A72;
	border-top: 3px solid #00070F;
	}
#footer {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #f7f7f7;
        font-size: 9px;
	text-align: center;
	}
#footer a {
	font-style: normal;
	color: #aaa;
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
	}
#utility-after-content .widget-inside {
	padding: 5px;
	font-size:.8em;
	margin:0 3px 0 3px;
	display: inline;
}
#utility-after-content .widget .img {
	padding: 2px;
	border: 1px solid #ccc;
}
#utility-after-content .contestphoto {
	height: 110px;
	width: 30%;
	line-height: 14px;
	border: 1px solid #ccc;
	margin: 0 10px 15px 0;
	padding: 2px;
	float: left;
}
#utility-after-content .contestphoto img {
	padding: 3px;
	margin-right: 5px;
	float: left;
}
#utility-after-content .contestphoto h5 {
	text-align:center;
}
/**
*WAM imported CSS
**************************************************/
.giftguide {
	font-size: 9px;
	color: #69C;
	line-height: 10px;
	border:3px double #69C;
	padding: 10px;
	margin: 5px 0 15px 0;
	text-align: center;
}
.giftguide table {
	margin-top: 20px;
	width: 95%;
	border: none;
}
.giftguide tr td {
	border: 0px #FFF;
	text-align: center;
}
.giftguide img {
	border: #FFF;
}
.giftguide p {
	margin-bottom: 15px;
	color: #69C;
	font-size: 11px;
}
.giftguide h3 {
	color: #69C;
}
.sponsorbox {
	float: right;
	width: 215px;
	border: double #CCC;
	padding: 5px;
	margin: 10px;
}
#toolbox {
	width: 950px;
	padding-top: 20px;
}
.toolboxleft {
	position: relative;
	width: 275px;
	height: 400px;
	border: 2px solid #68902f;
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
}
.toolboxvideo {
	padding: 0 5px 0 6px;
}
.toolboxleft h4 {
	color: #ffffff;
	text-align: center;
	background: #68902f;
	padding-bottom: 5px;
}
.toolboxmiddle {
	position: relative;
	width: 275px;
	height: 400px;
	border: 2px solid #68902f;
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
}
.toolboxmiddle h4 {
	color: #ffffff;
	text-align: center;
	background: #68902f;
	padding-bottom: 5px;
}
.toolboxright {
	position: relative;
	width: 275px;
	height: 400px;
	border: 2px solid #68902f;
	float: left;
	margin-bottom: 25px;
}
.toolboxright h4 {
	color: #ffffff;
	text-align: center;
	background: #68902f; 
	padding-bottom: 5px;
}
.toolbox-tips {
	position: relative;
	width: 200px;
	height: 380px;
	float: left;
	margin: 30px 120px 0 25px;
	padding-top: 35px;
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/tips-header.png) no-repeat top;
	border: 2px solid #c96500;
}
.toolbox-activities {
	position: relative;
	width: 200px;
	height: 380px;
	float: left;
	margin: 30px 120px 0 0;
	padding-top: 35px;
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/activities-header.png) no-repeat top;
	border: 2px solid #c96500;
}
.toolbox-poll {
	position: relative;
	width: 240px;
	height: 380px;
	float: left;
	margin: 30px 0;
	padding-top: 35px;
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/poll-header.png) no-repeat top;
	border: 2px solid #c96500;
}
.toolbox-giveaway {
	position: relative;
	width: 235px;
	height: 380px;
	float: left;
	margin: 30px 0;
	padding-top: 35px;
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/giveaway-header.png) no-repeat top;
	border: 2px solid #c96500;
}
.toolbox-giveaway p {
	padding: 10px 10px 0 10px;
	font-size: 11px;
	line-height: 1.5em;
}
.toolbox-gear {
	position: relative;
	width: 200px;
	height: 380px;
	float: left;
	margin: 30px 14px 0 0;
	padding-top: 35px;
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/gear-header.png) no-repeat top;
	border: 2px solid #c96500;
}
.toolbox-gear ul {
	padding: 35px 0 0 5px;
}
.toolbox-gear p {
	padding: 15px 10px 0 10px;
	font-size: 11px;
}
.toolbox-todo {
	position: relative;
	width: 450px;
	float: left;
	margin: 0 15px 30px 0;
}
.toolbox-articles {
	position: relative;
	width: 450px;
	float: left;
	margin: 0 15px 30px 0;
}
#toolbox-trainer {
	position: relative;
	background-color:#d7e8f7;
	width: 600px;
	height: 237px;
	float: left;
	padding-bottom: 25px;
	margin: 30px 0 50px 0;
	text-align:center;
}
.toolbox-trainer-left {
	float: left;
	width: 280px;
	margin: 0 5px 0 25px;
    padding: 20px 0 10px 0;
	text-align: left;
}
.toolbox-trainer-right {
	float: left;
	width: 280px;
	clear: right;
	padding: 20px 0 10px 0;
	text-align:left;
}
.toolbox-glossary {
	position: relative;
	width: 260px;
	border: 2px solid #1c507b;
	float: left;
	margin: 30px 0 50px 40px;
}
.toolbox-glossary h4 {
	background: #1c507b;
	color: #ffffff;
	text-align: center;
	padding-bottom: 5px;
}
.toolbox-slideshow {
	padding-left: 50px;
}
.toolbox-glossary p {
	padding: 0 15px 0 15px;
}
.toolbox-videos {
	height: 360px;
	width: 900px;
	border: 2px solid #68902f;
}
.toolbox-videos p {
	padding: 0 5px;
}
.toolbox-videos h2{
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/somefavoritevideos.png) left top no-repeat;
	height: 30px;
}	
#toolbox-excerpts {
	width: 900px;
	border: 2px solid #68902f;
	margin-bottom: 25px;
}
#toolbox-excerpts p {
	padding: 0 5px;
}
#toolbox-excerpts p byline {
	display: none;
	}
#toolbox-excerpts h3 {
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/toolbox-stories-header.png) left top no-repeat;
	height: 30px;
}
#toolbox-excerpts img {
	height: 75px;
	width: 75px;
	margin-left: 5px;
}
#toolbox-tips {
	width: 900px;
	border: 2px solid #68902f;
	margin-bottom: 25px;
}
#toolbox-tips p {
	padding: 0 5px;
}
#toolbox-tips .byline {
	display: none;
	}
#toolbox-tips h3 {
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/toolbox-tips-header.png) left top no-repeat;
	height: 30px;
}
#toolbox-tips img {
	height: 75px;
	width: 75px;
	margin-left: 5px;
}
.toolbox-section-content {
	margin-left: 160px;
}
.toolbox-section-content p {
	float: right;
	font-size:10px;
	font-weight: bold;
}
.toolbox-tips-section {
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/Tips.png) left top no-repeat;
	width: 575px;
	padding: 5px 5px 25px 5px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 25px;
}
.toolbox-stories-section {
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/stories.png) left top no-repeat;
	width: 575px;
	padding: 5px 5px 25px 5px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 25px;
}
.toolbox-gear-section {
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/gear.png) left top no-repeat;
	width: 575px;
	padding: 5px 5px 25px 5px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 25px;
}
.toolbox-sponsor {
	float: right;
	width: 165px;
	height: 38px;
}
.toolbox-athlete {
	width: 575px;
	border: 5px solid #cccccc;
	padding: 5px;
	margin: 10px 0 15px 0;
}
.toolbox-athlete p {
	margin-left: 160px;
	margin-right: 5px;
	font-size: 11px;
	line-height:15px;
}
.toolbox-athlete img {
	float: left;
	border: 4px solid #ffffff;
	-moz-box-shadow: 3px 3px 3px 3px #888;
    -webkit-box-shadow: 3px 3px 3px 3px #888;
    box-shadow: 3px 3px 3px 3px #888;
	margin-right: 10px;
}
.toolbox-sponsor-box {
	border-bottom: 2px dotted #ccc;
	margin-bottom: 5px;
}
.toolbox-sponsor-box p {
	font-size: 10px;
	margin-left: 65px;
	line-height: 14px;
}
.toolbox-sponsor-box img {
	float: left;
	margin: 2px;
	clear: both;
	border: 1px solid #cccccc;
}
#mapmyride {
	width: 920px;
	padding-top: 20px;
}
#subbox {
	width: 300px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.8em;
	text-align: center;
}
#subbox a {
    color: #013a70;
    font-size: 11px;
	text-decoration: none;
}
.coverbox img {
	float: left;
}
.orderform {
	width: 547px;
	background-color:#E3ECF9;
	float: left;
	padding: 5px 0 5px 15px;
	margin-top: 15px;
}
.orderbox {
	height: 345px;
	margin: 5px;
	padding: 5px;
	width: 175px;
	border: 3px double #ddd;
	float: left;
	clear: right;
}
#giveaways {
	padding: 5px;
	width: 560px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
}
.giveaways-text {
	width: 400px;
	float: left;
	text-align: left;
}
.giveaways {
	padding: 5px;
	width: 560px;
	float: left;
	text-align: left;
	margin: 20px 0 20px 0;
}
.giveaways-image {
	width: 160px;
	float: left;
	margin-right: 10px;
	display:block;
	clear:right;
}
.giveaways span {
	font:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #69C;
}
.giveaways img {
	margin: 0 8px 0 8px;
}
.profilebox {
	padding: 2px;
	width: 580px;
	float: left;
	text-align: left;
	margin-top: 3px;
}
.profilebox p{
	margin: 25px;
}
.contestinterior {
	width: 580px;
	text-align:left;
	float: left;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0 10px 0;
}
.contestinterior h2 {
	background-color: #C3CE97;
	width: 100%;
	text-align:center;
	text-decoration: none;
}
.buttonbox {
	width: 130px;
	float: left;
	display:block;
	text-align:center;
	margin-right: 7px;
}
.digitalissuesignup {
    width: 370px;
	margin: 0 20px 20px 20px;
	padding: 0 35px 35px 35px;
	border: 1px solid #CCC;
}
#marketplace {
    float:left;
	width: 945px;
	border: 1px solid #CCCCCC;
	background-image: url(http://www.womensadventuremagazine.com/images/graphics/playground-header.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	margin: 20px 5px 5px 5px;
}
.marketplacebox {
	width: 152px;
	clear: right;
	float: left;
	height: 150px;
	border: 1px solid #CCCCCC;
	margin: 10px 12px 5px 13px;
}
.marketplacetextbox {
	width: 152px;
	clear: right;
	float: left;
	height: 30px;
    padding: 5px;
	text-align: center;
	margin: 0 12px 10px 14px;
}
.marketplacetextbox a {
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color: #1F4A72;
}
.marketplacebox2 {
	width: 75px;
	clear: right;
	float: left;
	height: 75px;
	border: 1px solid #CCCCCC;
	margin: 10px 3px 5px 5px;
}
.featurebox {
	font-size: 10px;
	margin: 5px;
	padding: 5px;
	width: 250px;
	border: 3px double #54C5CB;
	float: right;
	background: #d4f0f2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pollbox {
	width: 310px;
	margin: 5px;
	padding: 5px;
	float: right;
}
.featurebox-wide {
	font-size: 11px;
	margin: 5px;
	padding: 5px;
	width: 575px;
	border: 3px double #54C5CB;
	float: right;
	background: #d4f0f2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.storebutton0410 {
	float: right;
	clear: right;
	width: 70px;
	height: 80px;
	background: url(http://www.womensadventuremagazine.com/images/graphics/shopbutton.gif) no-repeat 0 0;
	margin-left: 5px;
}
.covervote img {
	border:none;
	margin: 80px 0 40px 0;
}
.bottomspace {
	margin: 20px 0 80px 0;
}
.playlist {
	float: right;
	margin: 5px;
}
.playlist img {
	border: none;
}
.googlead {
	background: url(http://www.womensadventuremagazine.com/images/ads/sidebar/REI-DOTD.gif) no-repeat 0 0;
	padding: 55px 5px 5px 15px;
	height: 215px;
}
.sharethis {
	float: right;
	margin: 10px 10px 10px 0;
	padding-right:20px;
}
/**
*End WAM imported CSS
**************************************************/
/*EMMA SIGNUP FORM*/

/* Controls width of your form */
.e2ma_signup_form {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.8em;
}
/* Controls headline of form */
.e2ma_signup_form h3 {
	background-color: #1F4A72;
	border-bottom: 3px solid #1F4A72;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: -20px;
}
	 
/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	border:1px solid #ccc; 
	font-family:Verdana, sans-serif;
	font-size:10px;
	margin-left: -3px;
    width: 200px;
	float: left;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	padding:3px;
	margin-bottom:8px;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:center;
	display: none;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:left;
	margin-left: -3px;
	display: none;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	font-family:verdana;
	font-size:10px;
	color:#333333;
	width: 200px;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	line-height: 12px;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	display: none;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	display: none;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:right;
	margin: -10px 0 5px 0;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 60px !important;
	height: 20px;
	border: 1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #1F4A72;
}
/*****END EMAIL SIGNUP*******/
/*****INTENSE DEBATE ADDITIONAL CSS*****/
#idc-container-parent #idc-container h3 {
font-size: 12px;
line-height: 1.2em;
}
/*****END INTENSE DEBATE*******/
/*****TWITTER WIDGET OVERRIDE FOR STUPID IE****/
.twtr-hd h3 {
	color:#FFF;
}
.twtr-hd h4 {
	color:#FFF;
}
.toolbox-ad {
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/toolbox-ad-background.png) no-repeat;
	width: 300px;
	height: 320px;
}
.toolbox-ad p{
	padding: 65px 5px 0 85px;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.toolbox-ad span {
	width: 63px;
	height: 50px;
	float: right;
	background: url(http://www.womensadventuremagazine.com/images/graphics/toolboxes/sponsoredby.png) top no-repeat;
	margin: 0 0 3px 3px;
}
/**
* Headlines
************************************************/
.section-title {
	font-size: 24px;
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-weight: bolder;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	}
#headlines-2 .section-title a {
	color: #000000;
	margin-left: 5px;
	}
#headlines-2 {
	overflow: hidden;
	}
#headlines-2 .section {
	float: left;
	overflow: hidden;
	height: 200px;
	width: 280px;
	clear: both;
	margin: 0 0 10px 75px;
	padding: 10px;
	}	
#headlines-2 .odd {
	float: left;
	overflow: hidden;
	height: 200px;
	width: 280px;
	clear: both;
	margin: 0 0 10px 75px;
	}
#headlines-2 .even {
	float: right;
	overflow: hidden;
	height: 200px;
	width: 280px;
	clear: none;
	margin: 0 75px 10px 0;
	padding: 10px;
	}
#headlines-2 ul {
	font-size: 11px;
	margin-left: 5px;
	}
#headlines-2 ul li {
	background: url(images/bullet.gif) no-repeat 0 7px;
	}
#headlines-2 ul li a {
	font-weight: bold;
	}
#headlines-2 .one {
	float: left;
	overflow: hidden;
	width: 180px;
	clear: both;
	}
#headlines-2 .two {
	float: left;
	overflow: hidden;
	width: 180px;
	clear: none;
	}
#headlines-2 .three {
	float: right;
	overflow: hidden;
	width: 180px;
	clear: none;
	}
.mediakitnavbar {
	width: 570px;
	border: 1px solid #cccccc;
	background-color:#CCC;
}
.sponsoredcontentbox {
	width: 570px;
	display: block;
	padding-bottom: 40px;
	margin: 35px 0 15px 0;
}
.sponsoredcontentbox-left {
	height: 330px;
	width: 160px;
	margin: 0 5px 10px 0;
	float: left;
	border: 1px solid #cccccc;
	padding: 10px;
	font: normal 11px/20px Verdana, Geneva, Tahoma, sans-serif;
}
.sponsoredcontentbox-left p {
	font: bold 10px/8px Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
}
.sponsoredcontentbox-left img {
	border: none;
}
.sponsoredcontentbox-center {
	height: 330px;
	width: 160px;
	margin: 0 5px 10px 0;
	float: left;
	border: 1px solid #cccccc;
	padding: 10px;
	font: normal 11px/20px Verdana, Geneva, Tahoma, sans-serif;
}
.sponsoredcontentbox-center p {
	font: normal 11px/20px Verdana, Geneva, Tahoma, sans-serif;
	margin: 0 5px 0 5px;
}
.sponsoredcontentbox-center img {
	border: none;
}
.sponsoredcontentbox-right {
	height: 330px;
	width: 160px;
	margin: 0 5px 10px 0;
	float: left;
	border: 1px solid #cccccc;
	padding: 10px;
	font: normal 11px/20px Verdana, Geneva, Tahoma, sans-serif;
}
.sponsoredcontentbox-right p {
	font: bold 10px/8px Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
}
.sponsoredcontentbox-right img {
	border: none;
}
