/************************************************

Site Design & Programming by
 _____ _          _____    _____                 
|_   _| |_ ___   |  _  |  |   __|___ ___ _ _ ___ 
  | | |   | -_|  |     |  |  |  |  _| . | | | . |
  |_| |_|_|___|  |__|__|  |_____|_| |___|___|  _|
                                            |_|
                                   www.agroup.com											 
											 
************************************************/

@import url("../taglib/css/reset.css");

button::-moz-focus-inner { 
	border: 0; 
}

/*--------- BASIC STYLES & TYPOGRAPHY ---------*/

body {
	font: 13px/18px arial, sans-serif;
	color: #222;
	background-color:#ece9d9;
}

a {
	color: #ba3b25;
}

p {
	margin:0 0 10px 0;
}

#post-copy p {
	margin:0 !important;
}

p.align_right {
	margin:0;
	text-align:right;
	line-height:normal !important;
}

h1 {
	font-size:30px;
	line-height:30px;
	letter-spacing:-1px;
	color:#000;
	margin:15px 0 10px 0;
}
	
h2 {
	font-size:24px;
	line-height:24px;
	letter-spacing:-1px;
	color:#000;
}

h3 {
	font-size:21px;
	line-height:21px;
	letter-spacing:-0.04em;
	color:#000;
}

h4 {
	font-size:14px;
	color:#000;
	letter-spacing:-0.01em;
}

p.aside {
	font-size:11px;
	color:#555;
	max-height:18px;
	line-height:18px;
	overflow:hidden;
}

p.emphasis {
	background:url("/images/main/arrow.png") no-repeat left 5px;
	padding-left:18px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:5px;
}

p.emphasis a {
	text-decoration:none;
}

p.emphasis a:hover {
	text-decoration:underline;
}

#quiet_moment_text p.emphasis {
	float:left;
	margin-right:12px;
}


/*--------- MAIN CONTAINERS ---------*/

#container {
	width:1014px;
	margin:0 auto;
}

#top_banner {
	width:728px;
	height:90px;
	margin:0 auto;
	padding:8px 0 5px 0;
}

#header {
	width:1014px;
	height:147px;
	background:url("/images/header/header_bg.png") no-repeat center top;
}

#content {
	width:970px;
	background:url("/images/main/container_bg.png") repeat-y center top;
	padding:15px 22px;
	float:left;
}


/*--------- MAIN NAVIGATION ---------*/

#header a.logo {
	display:block;
	width: 390px;
	height: 90px;
	text-indent: -9000em;
	margin: 7px 0 11px 7px;
	float:left;
}

#nav {
	clear: both;
	margin: 0 0 0 22px;
}

#nav li {
	display:inline;
	margin-left:3px;
	float:left;
}

#nav > li:first-child {
	margin-left: 0;
}

#nav li a {
	/*background:url("/images/header/nav_bg.png") no-repeat center top;*/
	background-color: #B60002;
	display:block;
	width:104px;
	height:35px;
	font-size:15px;
	line-height:35px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	letter-spacing:-1px;
	text-decoration:none;
}

#nav > li > a {
	border-top-left-radius: 8px;	
	border-top-right-radius: 8px;	
}

#nav li a:hover {
	/*background:url("/images/header/nav_bg_hover.png") no-repeat center top;*/
	background-color: #990000;
}

#nav li:hover ul {
	display: block;
	margin-top:4px;
}

#nav li ul {
	display:none;
	position:absolute;
	z-index:1000;
	border-top:1px solid #990000;
	border-right:1px solid #660000;
	border-left:1px solid #660000;
}

#nav li ul li {
	display:block;
	float:none;
	margin:0;
}

#nav li ul li a {
	width:160px;
	height:auto;
	padding:0.65em 0.6em;
	background-image:none;
	background-color:#b60002;
	border-top:1px solid #f37373;
	border-bottom:1px solid #660000;
	color:#fff;
	font-size:0.92em;
	letter-spacing:normal;
	text-align:left;
	line-height:1.3em;
}

#nav > li > ul > li > a {
}

#nav li ul li a:hover {
	border-top:1px solid #f48989;
	background-image:none;
	background-color:#d72a2c;
	color:#fff;
}

#nav li a.selected {
	background:url("/images/header/nav_bg_selected.png") no-repeat center top;
	color:#000;
}
		
/* overlays hover state on main nav */
.extender {
	position:absolute;
	z-index:1000;
	border:none !important;
	background:none;
	top:215px;
	margin-top:0 !important;
}

.extender li a {
	/*background:url("/images/header/nav_bg_hover.png") no-repeat center top !important;*/
	display:block !important;
	width:104px !important;
	height:39px !important;
	font-size:15px !important;
	line-height:35px !important;
	text-align:center !important;
	font-weight:bold !important;
	color:#fff !important;
	letter-spacing:-1px !important;
	text-decoration:none !important;
	padding:0 !important;
	margin:0 !important;
	border:none !important;
}

#nav .extender > li > a {
	border-top-left-radius: 8px;	
	border-top-right-radius: 8px;	
}

#nav .extender > li > a:hover {
	background-color: #990000;
}

#header #top_nav {
	float:right;
	height:24px;
	color:#ddd;
	size:11px;
	line-height:24px;
	margin:45px 22px 12px 0;
}

#header #top_nav li {
	display:inline;
	float:left;
	margin-left:11px;
	padding-left:11px;
	border-left:1px solid #f3707a;
	height:24px;
}

#header #top_nav li:first-child {
	margin-left:0;
	padding-left:0;
	border-left:none;
}

#header #top_nav a {
	color:#fff;
	text-decoration:none;
}

#header #top_nav a:hover {
	text-decoration:underline;
}

#header #top_nav #search {
	position: relative;
}

#header #top_nav #search button {
	background:url("/images/header/search-btn.png") no-repeat center top;
	width:34px;
	height:29px;
	text-indent:-9000em;
	outline:none;
	border:none;
	cursor:pointer;
	margin-top:-2px;
}

#header #top_nav #search form input {
	width:116px;
	height:29px;
	padding:0 6px;
	background: url("/images/header/search-bg.png") repeat-x left top;
	font: 12px/29px arial, sans-serif;
	color: #222;
	border:none;
	float:left;
	margin-top:-2px;
}

#header #top_nav li.link-subscribe a {
	background: url("../images/header/subscribe_btn-new.png") no-repeat left 1px;
	width: 93px;
	height: 24px;
	padding-left: 0;
	float:left;
}

#header #top_nav li.link-store a {
	background: url("../images/header/store_btn.png") no-repeat left 1px;
	width: 93px;
	height: 24px;
	padding-left: 0;
	float:left;
}

#header #top_nav #social_media li {
	float:left;
	display:inline;
	border:none;
	padding:0;
	margin:0 4px 0 0;
}

#header #top_nav #social_media li:last-child {
	margin:0;
}

#header #top_nav #social_media a.link-facebook {
	height: 24px;
	width: 24px;
	background: url("../images/main/facebook-24.png") no-repeat center center;
	display: block;
	text-indent: -9000em;
}

#header #top_nav #social_media a.link-twitter {
	height: 24px;
	width: 24px;
	background: url("../images/main/twitter-24.png") no-repeat center center;
	display: block;
	text-indent: -9000em;
}

#header #top_nav #social_media a.link-rss {
	height: 24px;
	width: 24px;
	background: url("../images/main/rss-24.png") no-repeat center center;
	display: block;
	text-indent: -9000em;
}

#header #top_nav .link-subscribe a {
	display: block;
	height: 24px;	
	text-align: left;
	text-indent: -9000em;
}

#header #top_nav .link-store a {
	display: block;
	height: 24px;	
	text-align: left;
	text-indent: -9000em;
}

/*--------- MAIN COLUMN ELEMENTS ---------*/
	
#main {
	width:655px;
	float:left;
}

#feature {
	width:655px;
	height:381px;
	float:left;
}

#small_features {
	width:655px;
	float:left;
}

#small_features li {
	display:inline;
	margin:14px 14px 0 0;
	float:left;
}

#small_features li.last {
	width:209px;
	margin:14px 0 0 0;
}

#small_features li img {
	margin-bottom:10px;
}

#small_features li a {
	display:block;
	width:209px;
	font-weight:bold;
	color:#000;
	font-size:18px;
	line-height:20px;
	letter-spacing:-1px;
	text-decoration:none;
}

#small_features li a:hover {
	text-decoration:underline;
}

#small_features li p {
	height:60px;
	overflow:hidden;
}

#quiet_moment_header {
	width:655px;
	height:10px;
	background:url("/images/main/quiet_moment_bg_top.png") no-repeat center top;
	margin-top:15px;
	float:left;
}

#quiet_moment_body {
	width:623px;
	height:197px;
	overflow:hidden;
	border-right:1px solid #ebe9e9;
	border-left:1px solid #ebe9e9;
	background-color:#f5f5f5;
	padding:5px 15px;
	float:left;
}

#quiet_moment_body h3 {
	margin:0 0 10px 0;
	font-weight:normal;
}

#quiet_moment_body h4 {
	color:#000000;
	font-size:16px;
	letter-spacing:-0.03em;
	line-height:18px;
}

#quiet_moment_body img {
	width:166px;
	height:166px;
	margin-right:10px;
	float:left;
}

#quiet_moment_text {
	width:447px;
	float:left;
}

#quiet_moment_text h3 {
	font-size:1.2em;
}

#quiet_moment_footer {
	width:655px;
	height:10px;
	background:url("/images/main/quiet_moment_bg_bottom.png") no-repeat center top;
	float:left;
}

p.moment_copy {
	max-height:54px;
	overflow:hidden;
}

p.author {
	font-weight:bold;
	margin:0;
	max-height:18px;
	overflow:hidden;
}

#selector {
	width:320px;
	float:left;
	margin:25px 15px 0 0;
}

#selector button {
	width:128px;
	height:28px;
	background:url("/images/main/sel_tab.png") no-repeat center top;
	outline:none;
	border:none;
	cursor:pointer;
	font: 13px/28px arial, sans-serif;
	letter-spacing:-0.03em;
	position:relative;
	top:2px;
}

#selector button.selected {
	background:url("/images/main/sel_tab_selected.png") no-repeat center top;
	font-weight:bold;
}
	
#selector_header {
	width:320px;
	height:10px;
	background:url("/images/main/selector_bg_top.png") no-repeat center top;
	float:left;
}

.selector_body {
	width:288px;
	height:278px;
	overflow:hidden;
	border-right:1px solid #cdcaba;
	border-left:1px solid #cdcaba;
	background-color:#ece9d9;
	padding:0 15px;
	float:left;
}

.selector_body img {
	float:left;
	margin-right:8px;
}

.selector_body p.aside {
	margin-bottom:0;
}

.selector_body p.article_desc {
	font-size:0.95em;
	margin: 2px 0 12px 0;
}

.selector_body h4 {
	font-size:14px;
	letter-spacing:-0.01em;
	max-height:36px;
	overflow:hidden;
}

.selector_body h4 a {
	color:#000;
	text-decoration:none;
}

.selector_body h4 a:hover {
	text-decoration:underline;
}

.selector_body p.link {
	font-size:0.95em;
	margin: 0 0 12px 0;
}

#most_popular div,
#most_recent div {
	width:288px;
	height:75px;
	float:left;
	margin-top:9px;
	padding-bottom:9px;
	border-bottom:1px solid #cdcaba;
	overflow:hidden;
}

#selector_footer {
	width:320px;
	height:10px;
	background:url("/images/main/selector_bg_bottom.png") no-repeat center top;
	float:left;
}

#blogs,
#articles {
	width:320px;
	height:320px;
	overflow:hidden;
	float:left;
	margin-top:30px;
}

#blogs h3,
#articles h3 {
	font-weight:normal;
	margin:0 0 10px 0;
	float:left;
}

#blogs div div,
#articles div div {
	width:320px;
	height:75px;
	overflow:hidden;
	float:left;
	margin-bottom:15px;
}

#blogs h4,
#articles h4 {
	font-size:14px;
	letter-spacing:-0.01em;
	max-height:36px;
	overflow:hidden;
}

#blogs h4 a,
#articles h4 a {
	color:#000;
	text-decoration:none;
}

#blogs h4 a:hover,
#articles h4 a:hover {
	text-decoration:underline;
}

#blogs p.header_aside,
#articles p.header_aside {
	font-size:11px;
	color:#555;
	margin-bottom:12px;
}

#blogs img,
#articles img {
	float:left;
	margin-right:8px;
}

#blogs p.aside,
#articles p.aside {
	margin-bottom:0;
}

#blogs p.link,
#articles p.link {
	font-size:0.95em;
	margin: 2px 0 0 0;
}

#articles .more_articles {
	float:right;
	font-size:11px;
	display:inline-block;
	background: #ffcf2a;
	background: -moz-linear-gradient(top, #ffcf2a 0%, #ff9508 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcf2a), color-stop(100%,#ff9508));
	background: -webkit-linear-gradient(top, #ffcf2a 0%,#ff9508 100%);
	background: -o-linear-gradient(top, #ffcf2a 0%,#ff9508 100%);
	background: -ms-linear-gradient(top, #ffcf2a 0%,#ff9508 100%);
	background: linear-gradient(to bottom, #ffcf2a 0%,#ff9508 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf2a', endColorstr='#ff9508',GradientType=0 );
	padding:0 8px;
	color:#222;
	line-height:16px;
	text-decoration:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top:2px;
}

/*--------- INNER PAGES ---------*/

#sidebar_left {
	width:180px;
	float:left;
}

#sidebar_left h3 {
	font-size:15px;
	line-height:27px;
	float:left;
}

#sidebar_left h3.sidebar_nav_h3 {
	float:none;
	width:160px;
	height:27px;
	background:url("/images/sidebar/sidebar_nav_header_bg.png") no-repeat top center;
	padding:0 10px;
}

#sidebar_nav {
	width:178px;
	margin-bottom:15px;
	border-left:1px solid #cdcaba;
	border-right:1px solid #cdcaba;
}

#sidebar_nav li a {
	display:block;
	background-color: #ece9d9;
	text-decoration:none;
	padding:3px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #cdcaba;
	font-size:0.95em;
	color:#000;
}

#sidebar_nav li.anniversary a {
	background: #ece9d9 url("../images/main/80-logo-18.png") no-repeat 10px center;
	background: #ece9d9 url("../images/main/80-logo-18.png") no-repeat 10px center;
	padding-left: 32px;
}

#sidebar_nav li a:hover {
	background-color:#cdcaba;
}

#sidebar_nav li img {
	vertical-align:top;
	padding:3px 1px 0 0;
}

.sidebar_nav_header {
	width:160px;
	height:27px;
	background:url("/images/sidebar/sidebar_nav_header_bg.png") no-repeat center top;
	padding:0 10px;
	line-height:27px;
	color:#000;
}

.sidebar_nav_header img {
	float:left;
	margin:7px 5px 0 0;
}

.sidebar_nav_body {
	width:158px;
	border-right:1px solid #cdcaba;
	border-left:1px solid #cdcaba;
	background-color:#ece9d9;
	padding:10px 10px 5px 10px;
}

.sidebar_nav_body form {
	margin-top:10px;
}

.sidebar_nav_body form input {
	width:158px;
	padding:3px 1px 2px 1px;
	background:#fff url("/images/sidebar/input_bg.png") repeat-x left top;
	font: 12px arial, sans-serif;
	color: #222;
	border:none;	
}

.sidebar_nav_body form button {
	background:url("/images/sidebar/btn_sign_up.png") no-repeat center top;
	width:73px;
	height:26px;
	text-indent:-9000em;
	outline:none;
	border:none;
	margin:10px 0 0 88px;
	cursor:pointer;
}

.sidebar_nav_body p {
	line-height:1.4em;
	margin:0;
}

#sidebar_left p.ad_bg {
	width:180px;
	height:19px;
	background:url("/images/sidebar/ad_bg.png") repeat-x left top;
	text-align:center;
	line-height:19px;
	margin:0 0 5px 0;
}

.sidebar_nav_footer {
	width:180px;
	height:10px;
	background:url("/images/sidebar/sidebar_nav_footer_bg.png") no-repeat center top;
	margin-bottom:15px;
}

#sub_sections {
	margin:20px 0 0 0;
	border-bottom:1px solid #CBCBCB;
}

#sub_sections li {
	padding:12px 0;
	border-top:1px solid #CBCBCB;
}

#sub_sections li span.title {
	display:block;
	margin:0 0 15px 230px;
	font-size:1.4em;
	font-weight:bold;
	color:#000;
}

#sub_sections li span.author {
	display:block;
	margin:0 0 15px 230px;
	font-size:0.95em;
	color:#444;
}


#sub_sections li span.desc {
	display:block;
	margin:0 0 15px 230px;
	color:#000;
}

#sub_sections li span.more {
	display:block;
	text-align:right;
	text-decoration:underline;
}

#sub_sections li a {
	display:block;
	height:100px;
	width:655px;
	text-decoration:none;
}

#copy {
	float:right;
	width:775px;
}

#copy h2 {
	margin:20px 0 10px;
}

#copy h4 {
	margin:20px 0 10px 0;
}

#copy div.section_nav {
	width:775px;
	margin:10px 0;
	float:left;
}

#copy div.section_nav p {
	float:left;
	margin-bottom:0;
}

#copy div.section_nav p select {
	border:1px solid #CBCBCB;
	font-size:11px;
	padding:1px;
}

#copy div.section_nav ol.pager {
	float:right;
	clear: none;
	border-top: none;
	padding: 0;
	margin: 0;
}

#copy div.section_nav ol.pager li {
	display:inline;
}

#copy div.section_nav ol.pager li a {
	display:block;
	padding:0 5px;
	background-color:#eee;
	border:1px solid #cbcbcb;
	margin-left:4px;
	float:left;
	text-decoration:none;
	outline:none;
	color:#333;
}

#copy div.section_nav ol.pager li span{
	display: block;
	padding: 0 5px;
	background-color: #eee;
	border: 1px solid #cbcbcb;
	margin-left: 4px;
	float: left;
	text-decoration: none;
	outline: none;
	color: #b60002;
}

#copy div.section_nav ol.pager li a:hover,
#copy div.section_nav ol.pager li a.selected:hover {
	background-color:#666;
	color:#fff;
}

#copy div.section_nav ol.pager li a.selected {
	background-color:#cbcbcb;
	border:1px solid #999;
}

#copy ul.article_list {
	border-bottom:1px solid #CBCBCB;
	float:left;
}

#copy ul.article_list li {
	width:775px;
	padding:12px 0;
	border-top:1px solid #CBCBCB;
	float:left;
}

#copy ul.article_list li p.thumbnail {
	float:left;
	margin:0;
}

#copy ul.article_list li p.title {
	margin:0 0 0 230px;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:-0.05em;
}

#copy ul.article_list li p.title a {
	color:#000;
	text-decoration:none;
}

#copy ul.article_list li p.title a:hover {
	text-decoration:underline;
}

#copy ul.article_list li p.author {
	margin:0 0 15px 230px;
	font-size:0.95em;
	color:#444;
}

#copy ul.article_list li p.summary {
	margin:10px 0 10px 230px;
}

#copy ul.article_list li p.watch {
	margin:10px 0 10px 230px;
}

#copy #player {
	width:480px;
	float:left;
	margin-right:15px;
}

#copy #file_desc {
	width:280px;
	float:left;
}

#copy p.pdf_link {
	background:transparent url(/images/main/icon-pdf.png) no-repeat scroll left 3px;
	padding:5px 25px;
}

#copy #post-copy ul li {
	margin:0 0 0 15px;
	list-style:disc;
	list-style-position:outside;
}

#copy #post-copy ol li {
	margin:0 0 0 15px;
	list-style:decimal;
	list-style-position:outside;
}

#author-info {
	width:753px;
	margin-top:25px;
	border:1px solid #ebe9e9;
	background-color:#f5f5f5;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
}

#author-info p {
	padding-left:85px;
	margin-bottom:5px;
	font-size:0.95em;
	font-style:italic;
}

#author-info p.author-name {
	font-weight:bold;
	font-style:normal;
}

#author-info p.author-image {
	float:left;
	width:75px;
	height:75px;
	overflow:hidden;
	padding-left:0 !important;
	margin:0;
}

#author-info p.bio {
	font-size:0.9em;
}

#author-info p.author-find {
	font-weight:bold;
}

#author-info #social_media {
	margin-left:85px;
}
	
#author-info #social_media li {
	display:inline;
	border:none;
	padding:0;
	float:left;
}

#author-info #social_media li a {
	display:block;
	font-size:0.82em;
	text-decoration:none;
	color:#666;
}

#author-info #social_media li.email a {
	background:url("/images/sidebar/email_icon.png") no-repeat left 2px;
	padding:0 5px 0 20px;
}

#author-info #social_media li.facebook a {
	background:url("/images/main/facebook.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}

#author-info #social_media li.twitter a {
	background:url("/images/main/twitter.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}

#author-info #social_media li.wordpress a {
	background:url("/images/main/wordpress.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}

#author-info #social_media li.blogger a {
	background:url("/images/main/blogger.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}

#author-info #social_media li.my_space a {
	background:url("/images/main/myspace.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}

#author-info #social_media li.flickr a {
	background:url("/images/main/flickr.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}

#author-info #social_media li.linked_in a {
	background:url("/images/main/linkedin.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}

#author-info #social_media li.youtube a {
	background:url("/images/main/youtube.png") no-repeat 5px 1px;
	padding:0 6px 0 23px;
	border-left:1px solid #CBCBCB;
}
		
#author-info #social_media li a:hover {
	text-decoration:underline;
}

#leave_comment {
	float:left;
}
					
img.left_image {
	float:left;
	margin:0 15px 5px 0;
}

img.right_image {
	float:right;
	margin:0 0 5px 15px;
}

div #slideshow {
	float:right;
	margin:0 0 10px 20px;
	width:422px;
	height:345px;
}

div #photo, #copy .photo {
	float:right;
	margin:0 0 10px 20px;
	width:422px;
}

div #slideshow div,
div #photo div, 
#copy .photo {
	padding:9px;
	border:1px solid #ebe9e9;
	background-color:#f5f5f5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div #slideshow div img, #copy .photo img {
	border:1px solid #ebe9e9;
}

div #slideshow span.caption,
div #photo span.caption, 
#copy .photo span.caption {
	display: block;
	font-weight: bold;
	text-align:center;
	background-color:#f5f5f5;
	padding:10px 10px 0;
	width:380px;
	overflow-x:hidden;
}

#copy .photo span.caption,
p.nav_hierarchy {
	font-size:0.87em;
}

#share_options {
	width:775px;
	padding-bottom:5px;
	border-bottom:1px solid #CBCBCB;
	margin-bottom:15px;
	float:left;
}

#share_options li {
	display:inline;
	float:left;
}

#share_options li a {
	display:block;
	float:left;
	font-size:0.82em;
	text-decoration:none;
	color:#666;
}

#share_options li.add_this {
	padding:0 8px 0 0;
}

#share_options li.rss a {
	background:url("/images/sidebar/rss_icon.png") no-repeat 10px 2px;
	padding:0 10px 0 26px;
	border-left:1px solid #CBCBCB;
}

#share_options li.email a {
	background:url("/images/sidebar/email_icon.png") no-repeat 10px 2px;
	padding:0 10px 0 30px;
	border-left:1px solid #CBCBCB;
}

#share_options li.add_comment a {
	background:url("/images/sidebar/comment_icon.png") no-repeat 10px 2px;
	padding:0 10px 0 28px;
	border-left:1px solid #CBCBCB;
}

#share_options li.read_comments a {
	background:url("/images/sidebar/read_comment_icon.png") no-repeat 10px 2px;
	padding:0 0 0 28px;
	border-left:1px solid #CBCBCB;
}

#share_options li a:hover {
	text-decoration:underline;
}

#share_options li.add_this a {
	margin-right:2px;
	text-decoration:none;
}

#share_options li.add_this a:hover {
	text-decoration:none;
}

/*for addthis share icon*/
span.at300bs.at15t_compact {
	background:url("/images/sidebar/add_this_icon.png") no-repeat left 1px;
}

span.at300bs {
	display:inline-block;
	vertical-align:top;
}

p.subline {
	font-size:1.1em;
	margin:10px 0 15px 0;
}

#copy p.author {
	font-size:1.1em;
	margin:10px 0;
}

#copy p.aside {
	margin:20px 0 10px 0;
	color:#333;
}

p.h_rule {
	margin:20px 0 10px 0;
	border-bottom:1px solid #CBCBCB;
}

p.error {
	padding:10px;
	background-color:#fed8d8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#comments {
	margin:15px 0 20px 0;
	border-top:1px solid #cbcbcb;
	padding-top:10px;
	float:left;
	width:770px;
}

#comments h3 {
	margin-bottom:20px;
}

#comments li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #cbcbcb;
}
	
#comments span.user {
	font-weight:bold;
	padding-right:5px;
}

#comments span.date,
#comments p.comment-meta {
	font-size:0.9em;
	color:#666;
}

#comments p {
	margin:5px 0 0 0;
}
	
#leave_comment ul {
	margin-top:20px;
}

#leave_comment ul li label {
	width:170px;
	text-align:right;
	margin-right:8px;
	float:left;
	vertical-align:middle;
}

#leave_comment ul li {
	margin-bottom:0.8em;
}

#leave_comment ul li input {
	width:200px;
}

#leave_comment ul li input,
#leave_comment ul li select, 
#leave_comment ul li textarea {
	font-size:12px;
	padding:3px 2px;
	background-color:#fff;
	border:1px solid #bbb;
	font-family:"lucida sans unicode", "lucida grande", verdana, sans-serif;
}

#leave_comment ul li textarea {
	width:450px;
	height:80px;
}

#leave_comment ul li button {
	background:url("/images/sidebar/btn_submit.png") no-repeat center top;
	width:73px;
	height:26px;
	text-indent:-9000em;
	outline:none;
	border:none;
	cursor:pointer;
	margin-left:175px;
}

#poll_results {
	margin-top:15px;
}

#poll_results li {
	width:775px;
	margin-bottom:15px;
	float:left;
}

#poll_results .question {
	float:left;
	padding:4px 0 0 7px;
} 
		
#poll_results .graph {
	padding: 0.75em 0 0.75em 0.75em;
}

#poll_results .graph div {
	width: 180px;
	line-height: 1.75em;
	background: url("/images/main/graph_bg.gif") no-repeat;
	text-align: center;
	border: 1px solid #ddd;	
	font-weight:bold;
	float:left;
}	
		
/*--------- SIDEBAR ELEMENTS ---------*/

#sidebar {
	width:300px;
	float:right;
}

.sidebar_header {
	width:280px;
	height:27px;
	background:url("/images/sidebar/sidebar_header_bg.png") no-repeat center top;
	padding:0 10px;
	line-height:27px;
	color:#000;
}

.sidebar_header img {
	vertical-align:top;
	margin:7px 5px 0 0;
}

.sidebar_body {
	width:278px;
	border-right:1px solid #cdcaba;
	border-left:1px solid #cdcaba;
	background-color:#ece9d9;
	padding:10px 10px 5px 10px;
}

.sidebar_body p {
	line-height:1.4em;
	margin:0;
}

.sidebar_body form {
	margin-top:10px;
}

.sidebar_body form input {
	width:199px;
	padding:4px 1px 3px 1px;
	background:#fff url("/images/sidebar/input_bg.png") repeat-x left top;
	font: 12px arial, sans-serif;
	color: #222;
	border:none;	
}

.sidebar_body form button {
	background:url("/images/sidebar/btn_sign_up.png") no-repeat center top;
	width:73px;
	height:26px;
	text-indent:-9000em;
	outline:none;
	border:none;
	cursor:pointer;
	vertical-align:middle;
}

.sidebar_footer {
	width:300px;
	height:10px;
	background:url("/images/sidebar/sidebar_footer_bg.png") no-repeat center top;
}
	
p.ad_bg {
	width:300px;
	height:19px;
	background:url("/images/sidebar/ad_bg.png") repeat-x left top;
	text-align:center;
	line-height:19px;
	margin:15px 0 5px 0;
}

span.ad_txt {
	background-color:#fff;
	padding:0 5px;
	color:#cbcbcb;
	font-size:11px;
}

.latest_video {
	background:url("/images/sidebar/btn_latest_video.png") no-repeat center top;
	width:300px;
	height:89px;
	margin:15px 0;
	text-indent:-9000em;
	outline:none;
	border:none;
	cursor:pointer;
	display: block;
}

.coffee_talk {
	background:url("/images/sidebar/btn_coffeetalk.png") no-repeat center top;
	width:300px;
	height:89px;
	margin:15px 0;
	text-indent:-9000em;
	outline:none;
	border:none;
	cursor:pointer;
	display: block;
}


button.marketplace {
	background:url("/images/sidebar/btn_marketplace.png") no-repeat center top;
	width:300px;
	height:89px;
	margin:0 0 15px 0;
	text-indent:-9000em;
	outline:none;
	border:none;
	cursor:pointer;
}

.sidebar_header img.survey {
	margin:5px 5px 0 0;
}

.sidebar_body form button.btn_submit {
	background:url("/images/sidebar/btn_submit.png") no-repeat center top;
}

#survey_body {
	
}

#survey {
	float:left;
	padding:10px 0;
	
}

#survey li {
	float:left;
	margin:0 0 9px 5px;
}

#survey input.radio {
	width:auto;
	border:0;
	background:none;
	float:left;
}

#survey label {
	margin:0 0 0 5px;
	width:245px;
	float:left;
	line-height:1.5em;
}

#large_rectangle {
	width:300px;
	height:250px;
}

#small_rectangle {
	width:300px;
	height:100px;
	margin-bottom:15px;
}

#rectangle {
	width:180px;
	height:150px;
	margin-bottom:20px;
}

#wide_skyscraper {
	width:160px;
	height:600px;
	margin:0 10px 20px 10px;
}

img.cover_pic {
	margin-left:10px;
	float:lefpxt;
}

#subscribe_body {
	height:196px;
	overflow:hidden;
	padding:15px 10px 0 10px;
}

#subscribe {
	width:106px;
	float:right;
	margin:5px 12px 0 0;
}

#subscribe li a {
	display:block;
	background:url("/images/sidebar/btn_big_button2.png") no-repeat center top;
	width:96px;
	height:20px;
	color:#000;
	text-align:center;
	font-size:12px;
	letter-spacing:-0.02em;
	line-height:1.1em;
	font-weight:bold;
	text-decoration:none;
	padding:6px 5px 17px;
	margin-bottom:5px;
}

#subscribe_body #cover_thumb {
	float:left;
	font-size:11px;
	width:133px;
}

#subscribe_body #cover_thumb p {
	width:123px;
	margin-left:10px;
	text-align:center;
	font-weight: bold;
}

#feedburner {
	position:absolute;
}

		
/*--------- FOOTER ---------*/

#footer {
	width:970px;
	padding:0 22px;
	float:left;
	background:url("/images/footer/footer_bg.png") no-repeat center top;
	color:#7c7b75;
	font-size:12px;
}

#footer a {
	color:#7c7b75;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#logo {
	width:225px;
	/*border-right:1px solid #cdcaba;
	padding:0 15px 0 0;*/
	margin:20px 15px 0 0;
	float:left;
}

#nav_footer {
	width:698px;
	margin: 20px 0 0 0;
	float:left;
	padding-left: 15px;
	border-left:1px solid #cdcaba;
}

#footer #social_media{
	display: block;
	max-width: 97px;
	margin: 0 auto;
	clear: both;
}

#footer #social_media li {
	float:left;
	display:inline;
	border:none;
	padding:0;
	margin:0 4px 0 0;
}

#footer #social_media li:last-child {
	margin:0;
}

#footer #social_media a.link-facebook {
	height: 24px;
	width: 24px;
	background: url("../images/main/facebook-24.png") no-repeat center center;
	display: block;
	text-indent: -9000em;
}

#footer #social_media a.link-twitter {
	height: 24px;
	width: 24px;
	background: url("../images/main/twitter-24.png") no-repeat center center;
	display: block;
	text-indent: -9000em;
}

#footer #social_media a.link-rss {
	height: 24px;
	width: 24px;
	background: url("../images/main/rss-24.png") no-repeat center center;
	display: block;
	text-indent: -9000em;
}

.bayard_logo {
	float:left;
}

.bayard_blurb {
	width:105px;
	line-height:16px;
	margin:15px 0 0 8px;
	float:left;
}

p.links {
	color:#cdcaba;
	margin-bottom:8px;
}

p.links strong {
	color:#7c7b75;
}

p.links img {
	vertical-align:top;
	padding:3px 0 0 0;
}

.mission p {
	line-height:1.4em;
	font-size:11px;
	margin: 0.7em 0 0;
}

.mission p strong {
	font-size:12px;
}

span.divider {
	color:#cdcaba;
}

#network {
	width:120px;
	height:40px;
	line-height:40px;
	border-right:1px solid #cdcaba;
	padding:0 15px 0 0;
	margin:20px 20px 0 0;
	float:left;
	clear:left;
}

#sites {
	width:812px;
	margin:20px 0 20px 0;
	float:left;
}

#sites img {
	vertical-align:middle;
	margin-right:13px;
}

#copyright {
	width:970px;
	float:left;
	text-align:center;
	margin:25px 0 20px 0;
	font-size:11px;
}

#copyright a {
	font-weight:bold;
	text-decoration:none !important;
}

#copyright a:hover {
	text-decoration: underline !important;
}

a.swfclick {
	display: block;
	position: absolute;
	background: transparent url("/taglib/images/blank.gif") top left;
	cursor: pointer;
	z-index: 1000;
}

ul.pager {
	text-align: center;
	clear: both;
	border-top: 1px solid #ccc;
	padding: 0.66em 0;
	margin: 0 40px;
}

ul.pager li {
	display: inline;
}

ul.pager li a {
	display:block;
	padding:0 5px;
	background-color:#eee;
	border:1px solid #cbcbcb;
	margin-left:4px;
	float:left;
	text-decoration:none;
	outline:none;
	color:#333;
}

ul.pager li a:hover,
ul.pager li a.selected:hover {
	background-color:#666;
	color:#fff;
}

ul.pager li a.selected {
	background-color:#cbcbcb;
	border:1px solid #999;
}

/* 75th Logo */

.anniversary-logo {
	width: 130px;
	height: 130px;
	background: url("../images/main/80-logo.png") no-repeat left top;
	position:absolute;
	margin:0 0 0 10px;
	top: -5px;
	text-indent:-9000em;
}

.cpa_ribbon {
	top: 8px;
	margin: 0px 0 0 885px;
	position: absolute;
}

/* Leaderboard Ad */

#leaderboard_ad {
	width:728px;
	height:90px;
	margin:12px auto 5px;
}


.fb-comments {
	margin-top: 1.6em;
}


#team li {
	clear: both;
}
