strong { font-weight: bold; }
em { font-style: italic; }
a { color: #ED4696; }
a:hover { text-decoration: none; }

body {
	background: #F3E7B5 url(../images/body_bkg.png) left top repeat;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
}
.clear { clear: both; }
.alignleft { float: left; }
.alignright { float: right; }

#frame {
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	top: 15px;
}
#header {
	position: relative;
}
#header h1 {
	position: relative;
	height: 100px;
	width: 960px;
	background: #EC008B url(../images/header.jpg) left center no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}
#nav {
	position: relative;
	background-color: #FEF301; /* pink - #ED4696 */
	border: 1px solid #ED4696;
	height: 24px;
}
#nav li {
	float: left;
	padding: 4px 13px;
	line-height: 16px;
	font-weight: bold;
	border-left: 1px solid #F27EB6;
}
#nav li.active { background-color: #FFFCBF; /* pink - #CA377C */ }
#nav li.first { border: none; }
#nav li a { color: #ED4696; text-decoration: none; }

#container {
	position: relative;
	border: 1px solid #ED4696;
	border-top: none;
	background-color: #fff;
	overflow: hidden;
}

#left_col {
	position: relative;
	float: left;
	width: 150px;
	background: #129678 url(../images/left_column_background.png) left top repeat-x;
	border-right: 1px solid #00624E;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}
#left_col a { color: #fff; }
#left_col div.in_this_issue {
	position: relative;
	padding: 0 10px 5px 10px;
	color: #e7e7e7;
}
#left_col div.in_this_issue h3 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
#left_col div.in_this_issue h5 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	color: #fff;
}
#left_col div.in_this_issue ul {
	margin: 0 0 5px 15px;
	list-style-type: disc;
}
#left_col div.in_this_issue ul li {
	line-height: 14px;
	margin-bottom: 3px;
}
#left_col h2.widgettitle {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 10px 10px;
}

#content {
	position: relative;
	float: left;
	width: 528px;
	padding: 9px;
}
#content h2 {
	font-size: 16px;
	margin: 0 0 15px 0;
}
#content .post .info {
	font-size: 11px;
	padding: 0 0 4px 0;
	color: #333;
}
#content .post .info a { text-decoration: none; }
#content .post {
	margin: 7px 0;
	padding-top: 7px;
}
#content .post .preview {
	float: left;
	padding-right: 7px;
}
#content .post .preview img { border: 1px solid #92805D; }
#content .post .entry {
	font-size: 13px;
	line-height: 16px;
	color: #666;
}
#content .post .entry p {
	margin: 0 0 15px 0;
	line-height: 22px;
}
#content .post .tagged {
	font-size: 11px;
	margin-top: 4px;
}
#content .post .read_more {
	float: right;
	font-size: 11px;
	padding-top: 7px;
}
#content .post ol li {
	margin-bottom: 5px;
}
#content .post ol small { display: block; }
#content .post_condensed h2 {
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 16px;
}
#content .post_condensed {
	border-top: 1px solid #f1f1f1;
}
#content .post_condensed .entry p {
	line-height: 16px;
}
#content .post_first {
	border: none;
	padding-top: 0;
}

#right_col {
	position: relative;
	float: left;
	width: 260px;
	background-color: #fff;
	border-left: 1px solid #8FC742;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}


#comments {
	margin: 30px 0 0 0;
}
#content #comment_list { 
	margin: 15px 0;
}
#content #comment_list li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
#comment_list li p.comment_meta {
	float: left;
	width: 200px;
}
#comment_list li p.comment_meta strong { 
	display: block; 
	font-size: 14px;
	padding-bottom: 2px;
	color: #333;
}
#comment_list li p.comment_meta span.comment_time {
	display: block;
	font-size: 11px;
	color: #999;
}
#comment_list li div.entry {
	float: left;
	width: 412px;
	font-size: 12px;
	line-height: 18px;
}
#content #comment_list li div.entry p.thdrpy { 
	margin-bottom: 0; 
	text-align: right;
	font-size: 11px;
}

#comment_form { 
}
#comment_form p { 
	margin-bottom: 10px;
}
#comment_form label {
	display: block;
}
#comment_form .text_input {
}
#comment_form #url { width: 300px; }
#comment_form #comment_mail_notify { margin-right: 4px; }
#comment_form .text_area {
	width: 500px;
}
#comment_form .text_input:focus {
}
#comment_form .form_submit {
}
#comment_form p.subscribe-to-comments { 
}
#comment_form p.subscribe-to-comments label {
}



#footer {
	position: relative;
	font-size: 11px;
	margin: 5px 0 15px 0;
}
#footer ul {
}
#footer ul li {
	float: left;
	border-right: 1px solid #333;
	margin-right: 5px;
	padding-right: 5px;
	line-height: 14px;
	margin-bottom: 5px;
}
#footer ul li.last { border: none; padding-right: 0; margin-right: 0; }
#footer ul li a { color: #000; text-decoration: none; }
#footer ul li a:hover { border-bottom: 1px solid #000; }
#footer p { clear: left; padding-top: 5px; }

.carouselBtn { display: none; }
.widget_maxbannerads { list-style: none; }

.left_bar_poll { margin-top: 30px; }
.left_bar_poll .graphic {
	margin-left: 10px;
}
.left_bar_poll .question {
	font-size:20px;
	font-weight:bold;
	margin-left:15px;
	width:100px
}
.left_bar_poll a { text-decoration: none; color: #000; }

#home_nav_box {
	position: relative;
	background-color: #EC008C;
	width: 475px;
	padding: 20px 15px;
	margin: 10px auto;
}
#home_nav_box p {
	float: left;
	padding: 14px;
}
#content p.on_our_minds {
	text-align: center;
	padding: 10px 0;
}
#content p.meet_the_editors {
	position: relative;
	text-align: center;
	margin-top: 20px;
}

div.navigation {
	margin-bottom: 15px;
}

.top_widget h2, .bottom_widget h2, .right_widget h2 { text-align: center; }

p.more_blogs {
	font-weight: bold;
	font-size: 14px;
}