/*
Theme Name: The Mother Company
Theme URI: http://wordpress.org/
Description: Custom designed for the Mother Company by <a href="http://www.peniferella.com/">Peniferella</a>.
Version: 1.0
Author: Peniferella
Author URI: http://www.peniferella.com/
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	background: url('images/bg2.jpg') repeat top center;
	color: #59391b;
	}


a:active {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	color: #59391b;
	}
.narrowcolumn .entry p, .widecolumn .entry p {
	margin: 18px 0;
}
.entry a {
	color: #ee2e24;
	text-decoration: underline;
}
.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #fff8e2;
}
.thread-even {
	background-color: #fff8e2;
}
.commentlist li ul.children {
	margin: 0 0 0 10px;
}
.commentlist li ul.children li {
	margin: 0 0 0 10px;
	padding: 15px 0 0;
}
.commentlist li .depth-2 ul{
	border-left: 1px dashed #F03;
}

.commentlist li ul.children li.depth-2 {

}

.depth-3 {

}

.depth-4 {

}

.reply {
	margin: 0 20px 0 25px;
}

.even, .alt {
}

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h3, h3 a, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	font-weight: normal;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 13px;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
}

.commentlist li div.avatar { 
	float: right;
	margin: 0 20px 10px 20px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #ee2e24;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Arial, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	border: 1px solid #a3a2a2;
	background: #fff;
	width: 940px;
	margin: 20px auto;
	padding: 16px 0 0;
	overflow: hidden;
	}

#header {
	padding: 0;
	overflow: auto;
	margin: 0 0 40px;
	}
#header-logo {
	padding: 0 0 0 60px;
}
#header-nav {
	float: right;
	width: 650px;
	height: 119px;
	padding: 0 56px 0 0;
	background: url('/images/top-banner-over.png') no-repeat top left;
}
#header-nav img
{
	border: 0;
}
#header-nav a
{
	display:block;
	width:650px;
	height:119px;
}
#header-nav a:hover img
{
	visibility: hidden;
}
#header-nav ul,
#header-article-nav ul {
	padding:0;
	margin:0;
	}
#header-nav ul li {
	list-style: none;
	float: left;
	display: block;
	position: relative;
	margin-right: 12px;
}
#header-nav ul li a,
#header-article-nav ul li a {
	display: block;
	position: relative;
}
#header-nav ul li.home { background: url(images/top-nav-home-over.png) no-repeat top left; }
#header-nav ul li.mothers{ background: url(images/top-nav-mothers-over.png) no-repeat top left; }
#header-nav ul li.company { background: url(images/top-nav-company-over.png) no-repeat top left; }
#header-nav ul li.products { background: url(images/top-nav-products-over.png) no-repeat top left; }
#header-nav ul li.shop { background: url(images/top-nav-shop-over.png) no-repeat top left; margin-top: -5px; }
#header-nav ul li.contact { background: url(images/top-nav-contact-over.png) no-repeat top left; }

#header-nav ul li a:hover img,
#header-article-nav ul li a:hover img,
#footer-links ul li a:hover img {
	visibility: hidden;
}

#header-article-nav {
	float: right;
	clear: right;
	width: 543px;
	height: 121px;
	padding: 0 0 0 157px;
	background: url(images/n-articles-bg.png) no-repeat top left;
}

#header-article-nav ul li {
	list-style: none;
	float: left;
	margin-right: 11px;
}

#header-article-nav ul li.live { background: url(images/n-articles-live-over.png) no-repeat top left; }
#header-article-nav ul li.learn { background: url(images/n-articles-learn-over.png) no-repeat top left; }
#header-article-nav ul li.laugh { background: url(images/n-articles-laugh-over.png) no-repeat top left; }
#header-article-nav ul li.look { background: url(images/n-articles-look-over.png) no-repeat top left; }

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#content {
	float: left;
	padding: 0 0 10px 60px;
	width: 580px;
	font-size: 1.2em;
}
.narrowcolumn {
	}

.widecolumn {
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	visibility: hidden;
	height: 1px;
	border-color: #fff;
	background: #fff;
	clear: both;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 880px;
	padding: 0 0 0 60px;
	color: #ee2e24;
	}

#footer a {
	color: #ee2e24;
	}
#footer a:hover {
	color: #59391b;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

.entry ol,
.entry ul {
	padding: 0 0 0 35px;
	margin: 12px 0;
	overflow: auto;
	}

.entry ol li,
.entry ul li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform a {
	color: #EE2E24;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 10px 0 25px auto;
	width: 160px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0 0 15px;
	padding: 15px 0 10px 0;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	width: 220px;
	float: left;
	margin: 0 0 0 20px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	clear: both;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation a {
	color: #ee2e24;
	font: normal 20px/22px Georgia, "Times New Roman", Times, serif;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {

	text-align: center;
/*	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; */
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Custom Widgets */
#moco-search {
	overflow: hidden;
	background: url(images/sidebar-header-search.png) no-repeat top left;
	padding: 48px 0 0;
}
#moco-search #searchform {
	padding: 0;
	text-align: left;
}
#moco-search #searchform #s {
	width: 214px;
	height: 22px;
	display: block;
	border: 1px solid #e1e1e1;
}
#moco-search #searchform #searchsubmit {
	clear: both;
	float: right;
	width:41px;
	height: 24px;
	margin: 6px 1px 1px 0;
}

#sidebar #moco-social {
	background: url(images/sidebar-header-social.png) no-repeat top left;
	padding: 48px 0 0;
	margin: 0 0 35px;
}
#sidebar .widget_links {
	background: url(images/sidebar-header-links.png) no-repeat top left;
	padding: 48px 0 0;
	margin: 0 0 20px;
}
#sidebar .widget_links h2 {
	display: none;
}
#sidebar .widget_links ul li {
	list-style: disc;
	margin: 0 0 5px 25px;
	font-size: 14px;
	color: #59391b;
}
#sidebar .widget_links ul li a {
	color: #59391b;
}
#sidebar .widget_links ul li a:hover {
	color: #ee2e24
}

#sidebar #text-3 {
	background: url(images/sidebar-header-sponsors.png) no-repeat top left;
	padding: 48px 0 0;
	margin: 0 0 20px;
}
#sidebar #text-3 h2 {
	display: none;
}


/* Home Flowplanes device thing ----------------- */
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:580px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	height: 31px;   
	width: 190px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#fff;
	font-size:15px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* adjust the background image position on each tab */
#flowtabs a				{ color: #fff; }
#flowtabs #t1 			{ background: #f28d20; }
#flowtabs #t2 			{ background: #f28d20; margin: 0 0 0 5px;}
#flowtabs #t3 			{ background: #f28d20; margin: 0 0 0 5px;}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#000;	 }
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -189px -33px; }
#flowtabs #t3:hover 	{ background-position: -378px -33px; }
#flowtabs #t4:hover 	{ background-position: -567px -33px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#000; line-height:34px; }
#flowtabs #t1.current 	{ background: #fff8e2; }
#flowtabs #t2.current 	{ background: #fff8e2; }
#flowtabs #t3.current 	{ background: #fff8e2; }


/* panes */
#fp-slider {
	margin-bottom: 10px;
}
#flowpanes {
	background: #FFF8E2;		
	width:580px;
	height:600px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin: 20px 15px;;
	background: #fff8e2;
}

/* some decorations for elements inside single pane */

#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}


/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:550px;
	font-size:14px;
	line-height: 18px;
	color: #59391b;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
#flowpanes #vid1,
#flowpanes #vid2,
#flowpanes #vid3 {
	margin: 0 0 10px;
}

/* HOME Recent posts --------------- */
.page-header {
	margin: 0 0 20px;
}

#recent-posts {
	width: 520px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#recent-posts .post {
	border-bottom: 1px dashed #d1c9c1;
	padding: 0 0 10px;
	overflow: auto;
	margin: 0 0 20px;
}
#recent-posts .date {
	color: #59391b;
	font-size: 15px;
}
#recent-posts .title a {
	color: #ee2e24;
	font-size: 18px;
}
#recent-posts .entry {
	font-family: Helvetica, Arial, sans-serif;
}
.readmore {
	text-align: right;
	background: url(images/read-more-arrow.png) no-repeat center right;
	padding: 0 0 2px 0;
	font-size: 16px;
	float: right;
	width: 100px;
	margin: 0 1px 0 0;
}
.readmore a {
	color: #ee2e24;
	display: block;
	padding: 0 50px 0 0;
}
.readmore a:hover {
	color: #59391b;
}
#recent-posts .post .thumb {
	float: left;
	width: 162px;
	margin: 0 20px 10px 0;
}
#recent-posts .post .thumb img {
	border: 1px solid #754c24;
}

#main-welcome {
	margin: 0 0 30px;
}


#page-foot {
	clear: both;
	overflow: hidden;
	font-size: 1.3em;
	width: 820px;
	margin: 0 auto 35px;
	background: #fff8e2 url(images/footer-magic-bg.gif) repeat-x top;
}

#page-foot ul {
	margin: 0;
	padding: 0;
}
#page-foot ul li {
	list-style: none;
}
#page-foot a {
	color: #59391b;
	text-decoration: none;
}
#page-foot a:hover {
	color: #d62a2a;
	text-decoration: underline;
}

#foot-archive {
	float: right;
	width: 280px;
	background: url(images/foot-articles.jpg) no-repeat top left;
	padding: 95px 0 10px;
	font-size: 15px;
}
#foot-archive ul li {
	height: 40px;
	padding: 0 0 0 40px;
	background: url(images/foot-archive-cal.png) no-repeat top left;
}
#foot-archive ul li a:hover {
	color: #ee2e24;
}

#foot-comments {
	background: url(images/foot-comments.jpg) no-repeat 60px 0;
	width: 420px;
	padding: 95px 0 0 40px;
}

#foot-comments ul li {
	background: url(images/foot-comment-bubble.png) no-repeat top left;
	padding: 0 0 20px 40px;
}

#footer-links {
	overflow: hidden;
}
#footer-links ul li {
	list-style: none;
	float: left;
	display: block;
	position: relative;
	padding: 0 0 25px;
	margin: 0 12px 0 0;
}
#footer-links ul {
	margin: 0;
	padding: 0 0 0 60px;
}
#footer-links ul li a {
	display: block;
	position: relative;
}
#footer-links .legal { background: url(images/footernav-legal-over.png) no-repeat top left; }
#footer-links .press { background: url(images/footernav-press-over.png) no-repeat top left; }
#footer-links .advertise { background: url(images/footernav-advertise-over.png) no-repeat top left; }
#footer-links .the-mothers { background: url(images/footernav-the-mothers-over.png) no-repeat top left; }
#footer-links .the-experts { background: url(images/footernav-the-experts-over.png) no-repeat top left; }
#footer-links .the-company { background: url(images/footernav-the-company-over.png) no-repeat top left; }
#footer-links .contact { background: url(images/footernav-contact-over.png) no-repeat top left; }

.widget_polls-widget {
	background: url(images/sidebar-header-polls.png) no-repeat top left;
	padding: 48px 10px 0;
}
/* POSTS PAGE */
.post .topmeta {
	padding: 0 15px 0 0;
	color: #59391b;
	font: normal 15px/15px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	overflow: hidden;
	margin: 0 0 10px;
}
.post .topmeta span {
	font-size: 13px;
}
.post .topmeta a {
	color: #ee2e24;
	font: normal 11px Helvetica, Arial, sans-serif;
}
.post .topmeta a:hover {
	color: #59391b;
	text-decoration: underline;
}
.post .topdate {
	float: left;
	width: 150px;
	text-align: left;
	color: #59391b;
	font: normal 18px/20px Georgia;
	line-height: 20px;
	padding: 0 0 0 30px;
	background: url(images/title-calendar-icon.png) no-repeat top left;
}
.post h2 {
	clear: both;
	color: #ee2e24;
	font-size: 25px;
	font-weight: normal;
}

.post {
	border-bottom: 1px dashed #c0b6aa;
	margin-bottom: 15px;
}

.sociable {
	background: url(images/sociable-bg.png) no-repeat top left;
	padding: 2px 0 0 50px;
	clear: both;
}

h3#comments {
	color: #ee2e24;
	font-weight: normal;
	margin: 0 0 25px;
	font-size: 18px;
	background: url(images/comments-title-bubble.png) no-repeat top left;
	padding: 0 0 0 40px;
}
.comment-meta {
	margin: 0 0 15px 25px;
}
.comment-meta a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #59391b;
	font-size: 15px;
}
#category-list .topmeta {
	width: 250px;
	float: right;
	font: normal 13px/14px Georgia, "Times New Roman", Times, serif;
}
#category-list .topmeta span {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif
}
#category-list .date {
	font: normal 15px/15px Georgia, "Times New Roman", Times, serif;
}
#category-list .thumb {
	float: left;
	margin: 0 20px 10px 0;
}
#category-list .thumb img {
	border: 1px solid #754c24;
}
#category-list .readmore {
	padding: 0 0 0 180px;
}
#category-list .post {
	overflow: hidden;
	padding: 0 0 15px;
}
#category-list {
	width: 520px;
}

#category-list .title {
	clear: right;
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif;
}
#category-list .title a {
	color: #ee2e24;
	font-weight: normal;
}
.comment-author cite {
	margin: 0 0 0 25px;
}
.comment-meta a.comment-edit-link,
.comment-author cite,
.comment-author cite a {
	color: #ee2e24;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
}
#respond h3 {
	color: #59391b;
	font-size: 18px;
	font-weight: normal;
	background: url(images/comments-title-bubble.png) no-repeat top left;
	padding: 0 0 0 40px;
}
#commentform small {
	color: #ee2e24;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: lowercase;
}
#commentform #subscribe {
	width:20px;
	margin: 5px 0 0;
}
.comment .text {
	margin: 0 20px 0 25px;
}
.comment .comment-wrap {
	border-bottom: 1px dashed #c0b6aa;
	padding: 0 0 15px;
}

#content .pagetitle {
	text-align: left;
	color: #ee2e24;
	border-bottom: 1px dashed #ee2e24;
	background: url(images/header-articles-category.jpg) no-repeat top left;
	height: 70px;
	padding: 20px 0 0 200px;
	margin: 0 0 40px;
	font: normal 25px/25px Georgia, "Times New Roman", Times, serif;
}

h2.presstitle {
	font: normal 25px/27px Georgia, "Times New Roman", Times, serif;
	color: #ee2e24;
	margin: 0 0 15px;
}

#press-list .post {
	border-bottom: 0;
	width: 44%;
	float: left;
	padding: 0 6% 20px 0;
}
.clear-odd {
	clear: both;
}

#press-list .date,
#press-list .title {
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif;
}
#press-list .title {
	margin: 0 0 8px;
}
#press-list a {
	color: #ee2e24;
	text-decoration: underline;
}

.pollq {
	color: #ee2e24;
	font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
}
a.poll-archive {
	color: #59391B;
	font-size: 12px;
}
.voters {
	font-size: 15px;
}
a.viewvote {
	color: #ee2e24;
	font: normal 12px/13px Georgia, "Times New Roman", Times, serif;
}
.wp-polls {
	font-size: 13px;
}
.poll-archive-list {
	padding: 0 0 10px;
	border-bottom: 1px dashed #C0B6AA;
	margin: 0 0 15px;
}

.post-edit-link {
	color: #ee2e24;
}

#respond {
	padding: 10px;
}
.cancel-comment-reply {
	text-align: right;
	float: right;
}
#home-content {
	margin: 0 0 25px;
}
#home-tabs {
	clear: both;
	width: 580px;
	height: 420px;
	overflow: hidden;
	margin: 0 0 10px;
}
#home-tabs > div { max-width: 550px; height: 350px; overflow: hidden; } /* Make Webkit render the tab guts at the correct width before the JS runs -JG */

.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; overflow: hidden; float: right; width: 130px;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 1px solid #ccc; padding: 15px; background: none; margin: 0 0 10px; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-tabs-panel > div {
	display: block;
	padding: 1px 0 0;
}
.ui-tabs ul li {
	background: url(images//tabs-bullet-active.png) no-repeat top right;
	display: inline;
}
.ui-tabs ul li a {
	display: block;
	position: relative;
	width: 15px;
	height: 15px;
	margin: 0 0 0 11px;
}
.ui-state-active a img {
	visibility: hidden;
}

.ut-tabs img {
	max-width: 548px;
	max-height: 320px;
}
.ui-tabs p {
	margin-top: 0;
}

#text-8 {
	background: url(images/social-newsletter.png) no-repeat top left;
	padding: 90px 0 0;
	overflow: hidden;
}
#text-8 .mc-field-group {
	overflow: hidden;
	margin: 0 0 3px;
}
#text-8 fieldset {
	border: 0;
}
#text-8 fieldset legend {
	display: none;
}
#text-8 fieldset .indicate-required {
	display: none;
}
#text-8 .mc-field-group label {
	width: 216px;
	color: #7d7d7d;
	font-style: italic;
	text-transform: lowercase;
}
#text-8 .mc-field-group input {
	width: 200px;
	padding: 3px;
	background: 0;
	border: 1px solid #cecece;
}
#text-8 .mc_embed_close {
	display: none;
}
#text-8 h2 {
	display: none;
}
#mc-embedded-subscribe {
	float: right;
}

/* Fix for broken text widgets - 07/28/10 */
#text-5 h2,
#text-6 h2 {
	display: none;
}
