/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

aside {
	background: #fff url(images/back-fade.png) repeat-x top left;
	float: left;
	display: inline;
	width: 200px;
	padding: 20px 15px 0;
}


/*#aside-fade {
	background: #fff url(images/back-fade.png) repeat-x top left;
	height: 100px;
	margin-left: -15px;
	width: 230px;
}*/

aside ul li a {
	color: #115782;
}
aside p.title {
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
}

#content {
	float: right;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	width: 730px;
}

div.cleaner,
div.clear,
div.divider {
	margin:0;
	clear: both;
	font-size: 1px; 
	height: 1px;  
	line-height: 1px;

}

div.wrapper-content {
	padding-left: 0px;
}

div.wrapper-main {
	background-color: #fff;
	-moz-box-shadow: 0 0 15px #e1e1e1;
	-webkit-box-shadow: 0 0 15px #e1e1e1;
	box-shadow: 0 0 15px #e1e1e1;
	padding: 0px 0px;
}

div.wrapper-reversed #content {
	float: right;
	margin-right: 0;
	margin-left: 0px;
}

#branding-bar {
	min-height: 73px;
}

footer {
	color: #777;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 0 40px;
	text-align: left;
}

footer div.columns {
	float: left;
	display: inline;
	font-size: 9px;
	line-height: 16px;
	margin-right: 8px;
	width: 230px;
}

footer div.column {
	float: left;
	display: inline;
	font-size: 9px;
	line-height: 16px;
	margin-right: 8px;
	width: 350px;
}

#main {
	clear: both;
	padding-bottom: 10px;
}

.post-content {
	font-size: 13px;  
	line-height: 23px; 
	max-width: 730px;
}

#top-menu {
	float: right;
	background:#7c9099;
	display: inline;	
	margin-bottom: 0px;
	border-bottom: solid 1px #ffffff;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	width: 960px;	
}

#top-menu a {
	color: #FFFFFF;
}

#top-menu a:hover {
	color: #990000;
	text-decoration: underline;
}

#top-menu li {
	margin-right: 10px;
	padding-right: 10px;
	float: right;
	display: inline;
}

div.single-post #content {
	margin-top: 0px;
}

div.post-actions p.title {
	margin-bottom: 0px;
}

.responsive-slider.flexslider .slide-title a {display:none;}


#featured-navigation li {
	background-color: #333;
	float: right;
	display: inline;
	margin-right: 5px;
	opacity: 0.6;
	-webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s;
}

#featured-navigation {/*carousal located at the bottom of the page*/
	display: none;
	position: absolute;
	width: 730px;
	border: 0px;
	background-color: #000;
	bottom: 0px; /*15px;*/
	right: 4px;
}

#featured-posts { /*main box at the top of the page*/
		min-height: auto;
		width: 100%;
		/*padding-bottom: 20px;*/
		right: 8px;
	}