/*	 	 
Welcome to Custom CSS!	 	 
CSS (Cascading Style Sheets) is a kind of code that tells the browser how	 	 
to render a web page. You may delete these comments and get started with	 	 
your customizations.	 	 
By default, your stylesheet will be loaded after the theme stylesheets,	 	 
which means that your rules can take precedence and override the theme CSS	 	 
rules. Just write here what you want to change, you don't need to copy all	 	 
your theme's stylesheet content.	 	 
*/
a, .more-social ul.more li a:hover, ol.commentlist .comment-reply-link, .view-img a .video-overlay i, .breadcrumbs > * a, .breadcrumbs > * span, button, .button, .side-nav li a:not(.button), h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #fff;
}

#inner-header h1 img {
	max-width: 375px;
}

#inner-header h1 img {
	max-width: 100%;
	width: inherit;
}

#main p, #main .entry-content, #main ul, #main ol, #main dl {
	color: #fff;
}

h1, h2, h3, h4, h5, h6, .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
	color: #fff;
}

.breadcrumbs {
	background-color: #000;
	border-color: #000;
}

.breadcrumbs > * {
	color: #fff;
	font-size: 1em;
	line-height: 1em;
}

#main {
	background: none repeat scroll 0 0 rgba(0,0,0,0.6);
}

.top-bar-section li:not(.has-form) a:not(.button) {
	background-color: #1b223d;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
	background-color: #8d8de4;
}

.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background-color: #8d8de4;
}

.top-bar {
	background-color: #1b223d;
}

.tabs.radius dd.active a {
	background-color: #8d8de4;
	border-color: #000 #000 -moz-use-text-color;
	color: #fff;
}

.tabs.radius dd > a {
	background-color: #1b223d;
	border-color: #000 #000 -moz-use-text-color;
	color: #fff;
}

.tabs.radius dd.active a:focus, .tabs.radius dd.active a:active, .tabs.radius dd.active a:hover {
	background-color: #8d8de4;
	border-color: #000 #000 -moz-use-text-color;
	color: #fff;
}

.tabs.radius dd > a:focus, .tabs.radius dd > a:active, .tabs.radius dd > a:hover {
	background-color: #8d8de4;
	color: #fff;
}

.tabs.radius dd a {
	box-shadow: none;
	border: #000;
	border-style: solid solid none;
	border-width: 2px 2px medium;
}

.tabs.radius {
	border-bottom: #000 solid;
}

ul.pagination li a {
	background-color: #1b223d;
}

ul.pagination li.current a {
	background: none repeat scroll 0 0 #8d8de4;
}

ul.pagination li a:hover {
	background-color: #8d8de4;
	color: #fff;
}