/*
Theme Name: Thematic Nearly Banned
Theme URI: no-homepage-for-this-theme
Description: A Child Theme for Thematic, magazine layout inspired by Commune, customized for Nearly Banned Apps.
Author: Perre DiCarlo
Author URI: http://perredicarlo.com/
Template: thematic
Version: 0.3
Tags: Thematic
.
Inherits same GNU licence as Thematic is © Ian Stewart http://themeshaper.com/.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic-nearlybanned/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/*@import url('../thematic/library/styles/default.css');*/

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* now that they're imported, modify the tracts that require changes*/



/*  BEGIN CUSTOMIZATION  */


body { background:#4a525a url(http://nearlybanned.com/im/site_elements/div_bkg.jpg) repeat-x top left; }


/*FIX THE ADDTOANY PADDING ON THE RIGHT, LEFT AND TOP*/
.addtoany_share_save_container{margin:0 !important;}
ul.addtoany_list li a{padding:0px !important;}


/* =Global Elements [TYPE STYLES]
-------------------------------------------------------------- */

body, textarea {
	font-family: Verdana, "Gill Sans", Arial,sans-serif;
	color:#eee;
	font-size:10.4px;
	font-style:normal;
	line-height:18px;
}
input {
	font-family: Verdana, "Gill Sans", Arial,sans-serif;
	color:#666;
	font-size:10.4px;
	font-style:normal;
	line-height:18px;
}
p, ul, ol, dd, pre {
	margin-bottom:10px;
}
p {
	margin-top:0.8em;
}
pre, code {
	font-family: Verdana, "Gill Sans", Arial,sans-serif;
	line-height:18px;
}
blockquote {
	color:#eee;
	font-style:normal;
}
table {
	border:1px solid #eee;
	border-width:1px 1px 0 1px;
	font-size:10.4px;
	line-height:18px;
	margin:0 0 22px 0;
	text-align:left;
}
caption {
	text-align:left;
}
tr {
	border-bottom:1px solid #aaa;
}
th, td {
	padding: .7em 1.25em;
}
hr {
	background-color:#aaa;
	border:0;
	color:#aaa;
	height:1px;
	margin-bottom:22px;
}
a:link {
	color:#aaa;
}
a:visited {
	color:#aaa;
}
a:active,
a:hover {
	color: #fff;
}


/* =Header
-------------------------------------------------------------- */

#wrapper {
	/*background: url(http://nearlybanned.com/im/site_elements/div_wrapper.jpg) no-repeat top left;*/
	/*background-position-x: 692px;*/
	overflow:visible;
}
#header {
	z-index:2;
	/*MOD*/
	overflow:visible;
}
#branding {
	/*MOD*/
	background: url(http://nearlybanned.com/im/site_elements/div_header.png) no-repeat top left;
	overflow:hidden;
	padding:0 0 0 0;
}
#blog-title {
	font-family:Arial,sans-serif;
	font-size:34px;
	font-weight:normal;
	line-height:40px;
	
	/*MOD*/
	width: 660px;
	height: 220px;
	
	text-indent:-9000px;
	color:none;
	text-decoration:none;
	
}
#blog-title a {
	/*MOD*/
	display:block;
	width: 660px;
	height: 220px;
	background:url(http://nearlybanned.com) no-repeat top center;
}
#blog-title a:active,
#blog-title a:hover {
	color: #fff;
}
#blog-description {
	color:#666;
	font-size:0px;
	font-style:normal;
	
	/*MOD*/
	line-height:0px;
	text-decoration:none;
	text-indent:-9000px;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
	display:none;
}
#access {
	z-index:100;
	/*MOD*/
	border-bottom:0px #4a525a;
	width: 660px;
	height:56px;
	font-family: "Myriad Pro", "Gill Sans", Verdana, Arial, sans-serif;
	font-size:11.4px;
	background: url(http://nearlybanned.com/im/site_elements/div_access.png) no-repeat top left;
	overflow: visible;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	/*MOD*/
	border-right:0px transparent;
	float:left;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	/*MOD*/
	border-left:0px transparent;
	border-top:0px transparent;
	border-bottom:0px transparent;
	padding:12px 6px;
	margin-left: 14px;
	text-decoration:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	/*MOD*/
    border-right:0px transparent;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	/*MOD*/
	border-bottom-color:transparent;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*MOD*/
	color:			#000;
}
.sf-menu li {
	/*MOD*/
	background:		transparent;
}
.sf-menu li li {
	/*MOD*/
	background:		transparent;
}
.sf-menu li li li {
	/*MOD*/
	background:		transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline:		0;
    /*MOD*/
    background:     transparent;
    border-bottom-color:transparent;
}
.sf-menu ul {
	/*MOD*/
	border-right:0px transparent;
	border-bottom:0px transparent;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	border-bottom:none;
	/*MOD*/
	background:transparent;
}
.sf-menu ul a:hover {
	/*MOD*/
	color: white;
}





/* =MENU SEARCH BAR added to MENU BAR from 
		cozmoslabs.com/2009/04/15/add-a-search-box-to-the-thematic-menu/
-------------------------------------------------------------- */


#access-search{
	position:absolute;
	left:50%;
	width:240px;
	margin-left:186px;
	
	height:32px;
	font-family: "Myriad Pro", Verdana, "Gill Sans", Arial,sans-serif;
	font-size:10.4px;
	overflow:hidden;
	
	background:transparent url("http://nearlybanned.com/im/btns/search_field_28x148.png") no-repeat;
	padding-left:20px;
	padding-top:6px;
}



/* STYLIZE THE SEARCH FIELD BASED ON THEMESHAPER FORUM SEARCH WIDGET STYLING
	http://themeshaper.com/forums/topic/search-widget-styling
*/
input#s{
background:transparent;
border-bottom:0px transparent;
border-top:0px transparent;
border-left:0px transparent;
border-right:0px transparent;
color:#333;
}
input#s:focus{
background:transparent;
color:#333;
}
input#searchsubmit{
background:transparent;
color:#333;
}
input#searchsubmit:hover{
background:transparent;
cursor:pointer;
color:#333;
}
/* -------------------------------------------------------------------------------- */




/* =Content [TYPE STYLES]
-------------------------------------------------------------- */

#main {
	clear:both;
	/*MOD*/
	padding:0 0 22px 0;
}

/* PAGE-TITLE - ALL - text styles for all contexts */
.page-title {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size:22.4px;
	font-style:normal;
	line-height:19px;
	color:#aaa;
	padding:0 0 16px 16px;
}
.page-title span {
	font-style:normal;
}
.page-title a {
	text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
	color: #fff;
}
.page-title .meta-nav .attachment{
	font-style:normal;
}
.archive-meta, .tag-meta, .search-meta, .author-meta{
	padding:0 0 46px 16px;
}
.hentry {
	padding:0 0 22px 0;
}
.single .hentry {
	padding:0;
}
.home #content .sticky {
	border:0px solid #4a525a;
	margin:0 0 66px 0;
	padding:22px 20px 0 20px;
}
.div_page_solo{
	margin:0 0 0 12px;
}





/* COMMUNE */

/************************************************ Homepage unpaged*/

/* PAGED & P1 - ALL - text styles and layouts
------------------------------------------------------------ */
.paged .p1{
	background:none;
	border:none;
	/*
	font-size:11.4px;
	font-weight:bold;
	font-style:italic;
	*/
	text-decoration: none;
	color:#aaa;
}
.paged .p1 .entry-content img{
	border:none;
}
.paged .p1 .entry-content img.alignleft{
	margin:20px 20px 10px 0;
}
.blog_listing, .blog .blog_listing, .archive .blog_listing, .single .blog-listing{
	float: right;
	width:420px;
}
.blog_listing_search{
	float: right;
	width:532px;
}
.clear_hentry{
	clear:both;
}


/* ENTRY-TITLE - ALL - text styles for all contexts
------------------------------------------------------------ */
.entry-title{
	color:#eee;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size:17.5px;
	font-weight:normal;
	line-height:17.5px;
}
.entry-title a{
	color:#eee;
	text-decoration:none;
}
.entry-title a:hover{
	color:#fff;
	background:none;
}
/* ENTRY-TITLE - FOR HOME, BLOG, PAGED, ARCHIVE - margin, width, padding variations */
.paged .p1 .entry-title, .blog .entry-title, .archive .entry-title, .single .entry-title{
	margin:0;
	padding:2px 0 0 0;
}



/* ENTRY-CONTENT - ALL - text styles for all contexts
------------------------------------------------------------ */
.entry-content {
	color:#eee;
	font-family: Verdana, sans-serif;
	font-size:11.4px;
	line-height:19px;
	padding:14px 0 4px 0;
}
.entry-content h1,
.entry-content h2 {
	color:#eee;
	font-family: Verdana, sans-serif;
	font-size:10.4px;
	font-weight:bold;
	padding:0 0 0 0;
}
.entry-content h3 {
	font-size:11.4px;
	font-style:normal;
	padding:0 0 14px 0;
}
.entry-content h4 {
	color:#eee;
	font-family: Verdana, sans-serif;
	font-size:11.4px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.entry-content table {
	margin-left:1px;
}
.entry-content embed {
	margin:0 0 12px 0;
}
.entry-content a{
	color:#aaa;
	font-style:italic;
	text-decoration:none;
}
.entry-content a:hover{
	color:#fff;
}
/* ENTRY-CONTENT - FOR HOME, PAGED - margin, width, padding variations */
.paged .p1 .entry-content{
	padding-bottom:0;
	margin-bottom:0;
	bottom:0;
}



/* ENTRY-WHY-BANNED-QA - WHY BANNED Q & A
------------------------------------------------------------ */
.entry-why-banned-question {
	color:#eee;
	font-family: Verdana, sans-serif;
	font-size:11.4px;
	font-style: italic;
	line-height:19px;
	padding:8px 4px 8px 0;
}
.entry-why-banned-answer {
	color:#eee;
	font-family: Verdana, sans-serif;
	font-size:11.4px;
	font-style: normal;
	line-height:19px;
	padding:8px 0 8px 0;
}


/* ENTRY-CONTENT - POPULAR / SIMILAR / RANDOM / RECENT POSTS
------------------------------------------------------------ */
.entry-similar {
	color:#aaa;
	font-family: Verdana, sans-serif;
	font-size:11.4px;
	font-style: normal;
	line-height:14px;
	padding:8px 4px 8px 0;
}
.entry-similar a {
	color:#aaa;
	font-style: normal;
	text-decoration:none;
}
.entry-similar a:active,
.entry-similar a:hover {
	color: #fff;
}


/* ENTRY-UTILITY - ALL - text styles for all contexts
------------------------------------------------------------ */
/* ENTRY-UTILITY MEANS: Posted in this category | Tagged with these tags | Edit... */
.entry-utility {
	color:#aaa;
	font-family:Verdana,sans-serif;
	font-style:normal;
	font-size:9.4px;
	line-height:11.4px;
	padding:8px 0 0 0;
}
.entry-utility a {
	color:#aaa;
	font-style:italic;
	text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
	color: #fff;
}

/*
.paged .p1 .entry-content .entry-utility{
	color:#eee;
}
.paged .p1 .entry-content .entry-utility a{
	color:#fff;
}
.paged .p1 .entry-utility{
	display:none;
}
*/





/* ENTRY-META - ALL - text styles for all contexts
------------------------------------------------------------ */
/* ENTRY-META MEANS: This date in this category by this author | Edit...  */
.entry-meta {
	clear:both;
	font-family: Verdana, "Gill Sans", Arial, sans-serif;
	color:#aaa;
	font-size:10.4px;
	font-style:normal;
	line-height:10.4px;
	padding:6px 0 5px 0;
}
.firefox .entry-meta, .msie .entry-meta{
	padding:6px 0 6px 0;
}
.firefox.archive .entry-meta, .firefox.search .entry-meta{
	padding:6px 0 5px 0;
}
.entry-meta a, .entry-meta .n{
	color:#aaa;
	font-style:italic;
	text-transform:none;
	/* .n is the author's name - special formatting applied, so this overrides that */
	font-family: Verdana, "Gill Sans", Arial, sans-serif;
	font-size:10.4px;
}
.entry-meta a:active,
.entry-meta a:hover {
	color: #fff;
}







/* USER-COMMENTS - ALL - text & styles for all contexts
------------------------------------------------------------ */
/* USER-COMMENTS MEANS: the little text bubble on the page showing the number of comments  */
.user-comments-container{
	/*
	padding-top:0;
	background:url(http://nearlybanned.com/im/btns/btn_comments.png) right top no-repeat;
	text-align: right;
	height: 26px;
	overflow:visible;
	*/
}

.user-comments{
	/*
	width: 60px;
	text-align: center;
	position:absolute;
	margin:0px 0px 0px 374px;
	color:#4a525a;
	line-height: 14px
	font-family: Verdana, "Gill Sans", Arial, sans-serif;
	font-size: 10.4px;
	font-weight:normal;
	overflow:visible;
	*/
}
.user-comments a{
	/*
	color:#4a525a;
	text-decoration:none;
	*/
}
.user-comments a:hover{
	/*
	color:#fff;
	*/
}


a.green-read-more{
	font-size:11.4px;
	font-style:italic;
	text-decoration: none;
	color:#aaa;
	padding-bottom:10px
}
a.green-read-more a{
	color:#aaa;
	text-decoration:none;
}
a.green-read-more a:hover{
	color: #fff;
}


/* END COMMUNE */







.page-link {
	font-size:9.4px;
	font-weight:normal;
	line-height:19px;
	margin:0 0 22px 0;
	padding:22px 0 0 0;
}
.page-link a {
	border:1px solid #ccc;
	color:#666;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
	color: #fff;
}
ul#links-page,
ul#archives-page {
	list-style:none;
	margin-left:0;
	overflow:hidden;
}
li.content-column {
	float:left;
	margin-right:20px;
	width:65%;
}
.gallery {
	padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
	color:#666;
	font-size:9.4px;
	line-height:normal;
}
#author-info {
	margin:0 0 52px 0;
	overflow:hidden;
}
#author-info .avatar {
	float:left;
	margin:.3em 1em 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color:#aaa;
	font-size:11.4px;
	margin:0px 0px 22px 14px;
	overflow:hidden;
}
.navigation a {
	color:#aaa;
	font-style:italic;
	text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
	color: #fff;
}
.navigation .meta-nav {
	font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 98%;
}
#nav-above {
	display:none;
}
.paged #nav-above {
	display:block;
	padding:0 0 44px 0;
}




.image_magazine_style{
	float:left;
	padding:0 0 0 0;
}
.image_magazine_style .post-image{
}



/* ---------------------------------- ADD TO ANY */
.addtoany_share_save_container{
	text-align: right;
}
/* 
THE FOLLOWING TWO ITEMS DO NOT WORK HERE - 
THEY MUST BE FIXED EACH TIME THE PLUGIN IS UPDATED IN THE add-to-any.pnp FILE 
*/
.addtoany_share_save_container{margin:0 0;}
ul.addtoany_list li a{padding:0 0;}
/*
TRYING TO REMOVE THE 9px PADDING TO THE RIGHT AND LEFT OF BUTTON, 
AS WELL AS THE 16p MARGIN ABOVE AND BELOW, BUT NOTHING HERE OVERRIDES IT
*/
/* ---------------------------------- END ADD TO ANY */



/* POST-META - ALL - text styles for all contexts
------------------------------------------------------------ */
/* POST-META MEANS: this post's Custom Fields (WHY WAS THIS APP BANNED?)  */
/* POST-META-KEY MEANS: this post's Custom Field Variables (online petition)  */
.post-meta, .post-meta-key{
	font-family: Verdana, "Gill Sans", Arial, sans-serif;
	color:#eee;
	font-size:11.4px;
	font-style:normal;
	line-height:12.4px;
	padding:14px 0 14px 0;
	clear:both;
}
.post-meta-key a{
	color:#eee;
	font-style:italic;
	text-transform:none;
}
.post-meta-key a:active,
.post-meta-key a:hover {
	color: #fff;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	padding:14px 0 0 12px;
}
#comments,
#comments input,
#comments textarea {
	font-size:9.4px;
	line-height:14px;
}
#comments code {
	font-size:9.4px;
	line-height:11.4px;
}
#comments h3 {
	color:#eee;
	font-family:Verdana,sans-serif;
	font-size: 11.4px;
	font-weight: normal;
	padding:0 0 0 0;
	text-decoration:none;
}
#comments-list {
	padding:0 0 0 0;
}
#comments-list ol,
#comments-list ul {
	list-style:none;
	margin:0;
}
#comments-list ol {
	border:0px solid transparent;
	margin:0 0 0 0;
}
#comments-list li {
	border:0px solid transparent;
	border-top:thin solid #aaa;
	background:transparent;
	padding:12px 0 0 3.5em;
	position:relative;
}
#comments-list li.alt {
	border:none;
	border-top:thin solid #aaa;
	background:transparent;
}
#comments-list li.bypostauthor {
	border:none;
	border-top:thin solid #aaa;
	background:transparent;
}
#comments-list ul li {
	border:none;
	border-top:thin solid #aaa;
	margin:0 0 18px 0;
}
#comments-list li .avatar {
	position:absolute;
	top:22px;
	left:2em;
	width:36px;
	height:36px;
}
#comments-list .comment-author {
	font-family: "Myriad Pro", Verdana, "Gill Sans", Arial, sans-serif;
	font-size:16px;
	color:#eee;
	font-weight:normal;
	text-decoration:none;
	padding:12px 0 4px 46px;
}
#comments-list .comment-meta {
	color:#aaa;
	font-size:9.4px;
	text-decoration:none;
	padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
	color:#aaa;
	font-style:italic;
	text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
	text-decoration:none;
	color: #fff;
}
.comment-reply-link {
	font-size:9.4px;
	padding:0 0 4px 0;
	text-align:right;
}
.comment-reply-link a {
	color:#aaa;
	font-style:italic;
	text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
	color: #fff;
}
.comment-navigation {
	font-weight:bold;
	padding:0 0 18px 0;
	margin-right:0.5em;
}
.comment-navigation a {
	border:0px solid transparent;
	color:#aaa;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
	color: #fff;
}
.comment-navigation a,
.comment-navigation span {
	margin-right:0.5em;
}
#trackbacks-list .comment-content {
	position:absolute;
	left:-9000px;
}
#respond {
	background:transparent;
	border:thin solid #aaa;
	padding:8px;
	margin-bottom:8px;
	overflow:hidden;
	position:relative;
}
#comments-list #respond {
	border:thin solid #aaa;
	padding:12px;
	margin:0 0 4px 0;
}
#comments-list ul #respond {
	border:thin solid #aaa;
	padding:12px;
	margin:4px 0 4px 0;
}
#cancel-comment-reply {
	font-size:9.4px;
	padding:0 0 4px 0;
	text-align:right;
	position:absolute;
	top:8px;
	right:1.5em;
}
#cancel-comment-reply a {
	color:#aaa;
	font-style:italic;
	text-decoration:none;
}
#cancel-comment-reply a:active,
#cancel-comment-reply a:hover {
	color: #fff;
}
#respond .required {
	color:#eee;
	font-weight:bold;
}
.form-section label {
	font-size:11.4px;
}
.form-section input {
	margin:0px 0px 10px 0px;
	width:40%;
	color:#666;
	background-color:#f4f4f4;
}
.form-section textarea {
	width:99%;
	color:#666;
	background-color:#f4f4f4;
}
#form-allowed-tags p {
	color:#aaa;
	font-style:normal;
	text-decoration:none;
	font-style:italic;
	font-size:9.4px;
	line-height:11.4px;
	margin:0;
}
#form-allowed-tags span {
	color:#aaa;
	font-family:Verdana,sans-serif;
	font-style:normal;
	font-size:9.4px;
	line-height:11.4px;
}
#form-allowed-tags code {
	font-size:9.4px;
	line-height:11.4px;
}
.form-submit {
	padding:0;
	text-align:right;
}
.subscribe-to-comments {
	color:#aaa;
	float:left;
	font-size:9.4px;
	margin:0;
	padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
	color:#aaa;
	font-size:9.4px;
	padding:18px 0 0 0;
}
.comment_license {
	color:#aaa;
	clear:both;
	font-size:9.4px;
	margin:0;
	padding:18px 0 0 0;
}





/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */


.aside,
.aside input {
	color:#eee;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size:11.4px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
	color:#eee;
	text-decoration:none;
	margin-bottom:18px;
}
.aside pre,
.aside code {
	font-size:11.4px;
	line-height:18px;
	color:#eee;
	text-decoration:none;
}
.aside .current_page_item a {
	color: #fff;
	text-decoration:none;
}
.aside .current_page_item .page_item a {
	color:#aaa;
	text-decoration:none;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
	color: #fff;
	text-decoration:none;
}
.aside {
	color:#aaa;
}
.aside a {
	color:#aaa;
	text-decoration:none;
}
.aside a:active,
.aside a:hover {
	color: #fff;
	text-decoration:none;
}
.aside h3 {
	height:20px;
	font-family: "Gill Sans",Arial,sans-serif;
	font-size:14px;
	color:#eee;
	font-weight:normal;
	line-height:16px;
	font-style:normal;
	text-decoration:none;
}
.aside h3 a {
	text-decoration:none;
	color:#fff;
}
.aside caption {
	font-size:11px;
	font-family:Arial,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.aside ul {
	list-style:none;
	margin-left:0;
}
.aside ul ul {
	list-style:disc;
	text-transform: none;
	margin:0 0 0 0;
}
.aside ul ul li {
	padding:1px 0;
}
.aside ul ul ul {
	margin-bottom:0;
}
.aside form,
.aside table {
	margin-bottom:22px;
}
.aside table {
	border:none;
}
.aside thead {
	border:0px solid #4a525a;
}
.aside tbody {
	border:0px solid #4a525a;
}
.aside th, .aside td {
	border-right:0px solid #4a525a;
	padding:.25em .8em;
}
.aside tfoot tr {
	border:none;
}
.aside tfoot td {
	border-color:transparent;
}
.widget_tag_cloud {
	margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
	Main Asides
*/
.main-aside ul {
	padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
	padding:0;
}
#primary {
	border:0px solid #4a525a;
	padding:18px 0 0 0;
	margin-bottom:22px;
}
/*
	Content Asides
*/
#content .aside {
	border:0px solid #4a525a;
	margin:0 0 22px 0;
	padding:18px 0 0 0;
}
#content .aside ul {
	padding:0 20px;
}
#content .aside h3 {
	font-style:normal;
	padding:0 0 7px 0;
	text-transform:none;
}
#content .aside ul ul {
	padding:0;
}
/*
	Footer Asides
*/
#subsidiary {
	padding:33px 0 0 0;	
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top:0px solid #4a525a;
	margin-top:22px;
}
#siteinfo {
	color:#aaa;
	font-family:Verdana,"Gill Sans",Arial,sans-serif;
	font-style:normal;
	font-size:10.4px;
	line-height:11.4px;
	padding:22px 0 44px 0;
}
#siteinfo a {
	color:#aaa;
	text-decoration:none;
}
#siteinfo a:active,
#siteinfo a:hover {
	color: #fff;
}

