
/* General */

body {
	background-color: #15171c;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

a {
	color: #3267b8;
}

a:hover {
	color: #000000;
}

.main_wrapper h1, .main_wrapper h2, .main_wrapper h3, .main_wrapper h4, .main_wrapper h5, .main_wrapper h6 {
	font-style: normal;
	font-weight: bold;
}

/* Top navigation bar */

#top_bar .top_inner {
	background-color: #14161b;
	background-image: url('blue/top_bar_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px 0;
}

#top_bar a {
	color: #7f8183;
	font-family: ;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-shadow: #000 solid 1px;
	margin: 0 0 0 15px;
}

#top_bar a:hover {
	color: #b5b6b8;
}

/* Header */

#header .logo {
	top: -13px;
}
#header {
	background-color: #141414;
	background-image: url('blue/header_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 2px solid #060606;
	padding-top: 25px;
}

#header .wrapper {
	padding-bottom: 25px;
}

#header .wrapper .menu ul li a {
	padding: 25px 17px;
	border: 0px solid ;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-left: 1px;
	color: #ababab;
	font-family: ;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-shadow: 1px 1px 0 #090909;
}

#header .wrapper .menu ul li a:hover, #header .wrapper .menu ul li.current-menu-item a, #header .wrapper .menu ul li.current-menu-parent a, #header .wrapper .menu ul li.sfHover a {
	background-color: ;
	background-image: url('blue/header_hover.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	border-color: ;
	color: #f8f8f8;
	text-shadow: 1px 1px 0 #000000;
}


#header .wrapper .menu ul li ul {
	left: 1px;
}

/* Drop down menus */

.menu li ul {
	background: #dedede;
	border: 2px solid #ffffff;
	-moz-box-shadow: 0 5px 10px #0d203d;
	-webkit-box-shadow: 0 5px 10px #0d203d;
	font-size: 12px !important;
	padding: 2px;
}

.wrapper .menu ul li.sfHover ul li a, #header .wrapper .menu ul li.sfHover ul li a {
	color: #7d7d7d;
	padding: 8px !important;
	text-shadow: 1px 1px 0 #ffffff;
	background-color: #f0f0f0!important;
}

.wrapper .menu ul li.sfHover ul li a:hover, #header .wrapper .menu ul li.sfHover ul li a:hover {
	color: #4d4d4d !important;
	background-color: #ffffff !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-shadow: 1px 1px 0 #ffffff!important;
	}

.menu li ul li {
	border-top: 1px dotted #d9d9d9;
}

#top_bar .menu li ul li a, #header .wrapper .menu li ul li a {
	color: #7d7d7d;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size: 12px !important;
	font-style: normal;
	font-weight: bold;
	background-color: #f0f0f0;
	text-shadow: 1px 1px 0 #ffffff;
}

/* Featured area */

#featured {
	background-color: #03539a;
	background-image: url('blue/featured_area_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #6cc5ff;
	border-bottom: 1px solid #000000;
	padding-top: 25px;
}

#featured .wrapper {
	padding-bottom: 25px;
}

#featured .wrapper a {
	color: #ffffff;
}

#featured .wrapper a:hover {
	color: #bae2ff;
}

#featured .wrapper h1, #featured .wrapper h2, #featured .wrapper h3, #featured .wrapper h4, #featured .wrapper h5, #featured .wrapper h6, .title_descr, #cust_txt {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
	text-shadow: 1px 1px 1px #0f5fa4;
	
}

#featured .wrapper .feat-text, #featured {
	color: #bae2ff;
}

#featured .alternate h4 {
	color: #bae2ff;
	font-family: Georgia, serif!important;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-shadow: 1px 1px 1px #0f5fa4;
}

.title_descr, #cust_txt {
	font-size: 18px;
	color: #bae2ff;
}

#featured #social, #featured #cust_txt {
	margin-top:-24px;
}

#featured #cust_txt a.but_small {
	margin-top: -6px;
}

/* Breadcrumb */

#breadcrumb {
	background-color: #cbe2fe;
	background-image: url('blue/breadcrumb_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #dfeffc;
	border-bottom: 1px solid #aac9ee;
	padding: 10px 0;
	color: #3182c8;
	font-family: ;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ecf5ff;
	}

#breadcrumb a {
	color: #04549b;
}

#breadcrumb a:hover {
	color: #333333;
}

#breadcrumb .pagination a {
	background: #dfeffc;
	border-color: #aac9ee;
}

#breadcrumb .pagination a:hover, a.activeSlide {
	background: #fcfeff !important;
}

#breadcrumb_inner{
	/*
	background-color:#CBE2FE;
	background-image:url("blue/breadcrumb_bg.png");
	background-position:left top;
	background-repeat:repeat-x;
	border-bottom:1px solid #AAC9EE;
	border-top:1px solid #DFEFFC;
	*/
	color:#3182C8;
	text-shadow:1px 1px 0 #ECF5FF;
	padding:0;
}
#breadcrumb_inner a {
	color: #04549b;
}

#breadcrumb_inner a:hover {
	color: #333333;
}

/* Main content area */

#main_content {
	background-color: #fff;
	background-image: url('blue/main_content_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #ffffff;
	padding: 25px 0;
}

/* Post Small */

.post_small {
	background-color: #ffffff;
	border-color: #cbcbcb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.post_small .text .post-img a {
	border-color: #cbcbcb;
}

.post_small h2 {
	background-color: #fafafa;
	background-image: url('blue/homepage_post_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	border-color: #e1e1e1;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-top-right: 6px;
	-webkit-border-radius-top-left: 6px;
	font-family: ;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

.post_small h2 a {
	color: #3149a3;
	text-shadow: 1px 1px 1px #ffffff;
}

.post_small h2 a:hover {
	color: #505050;
}

.post_small .text .post-img a:hover {
	border-color: #fafafa;
}

.post_small .text {
	color: #696969;
}

.post_small .post_footer {
	border-color: #e1e1e1;
}

.post_small .post_footer a, .post_small .post_footer a:hover {
	background-color: #fafafa;
	color: #3149a3;
	text-shadow: 1px 1px 1px #ffffff;
}

.post_small .post_footer a:hover {
	color: #505050;
}

/* Post Big */

.post-b {
	background-color: #fefefe;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	color: #636363;
}

.post-b .post-content h2 a {
	font-family: Georgia, serif !important;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #214f94;
}

.post-b .post-content h2 a:hover {
	color: #454545;
	text-decoration: underline;
	background: #ffffff;
}

.post-b .post-footer {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #e3e3e3;
}

.post-b .post-content a, .post-b .post-footer a {
	color: #000000;
}

.post-b .post-content a:hover, .post-b .post-footer a:hover {
	color: #1b4096;
}

/* Sidebar */

.main_sidebar .sidebar_content {
	padding: 0;
}

#main_content .main_sidebar .widget h3.widgettitle {
	border-bottom: 1px solid #bfbfbf;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

#main_content .main_sidebar .widget .content {
	padding: 5px;
}

#main_content .main_sidebar .widget .content a {
	font-weight: normal;
}

/* Footer area */

#footer {
	background-color: #1d2025;
	background-image: url('blue/footer_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 25px;
}

#footer .wrapper {
	padding-bottom: 25px;
	color: #616467;
}

#footer .wrapper a {
	color: #7F8183;
	font-weight: bold;
}

#footer .wrapper a:hover {
	color: #B5B6B8;
}

	/* Form elements */

#contact_form input, #contact_form textarea, #commentform input, #commentform textarea, #contact-form-widget input, #contact-form-widget textarea, #main_content .main_sidebar .widget form#searchform input {
	background-color: #fafafa;
	border: 2px solid #cccccc;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

#contact_form input:focus, #contact_form textarea:focus, #commentform input:focus, #commentform textarea:focus, #contact-form-widget input:focus, #contact-form-widget textarea:focus, #main_content .main_sidebar .widget form#searchform input:focus {
	background-color: #ffffff;
	color: #000000;
	border-color: #b8b8b8;
}

	/* Comments List */

.commentlist li .content {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius-top-left: 0px;
}

.commentlist li .gravatar {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius-topright: 0px;
	-webkit-border-radius-top-right: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius-bottom-right: 0px;
}

#featured .alternate #screenshot {
	margin-bottom: -53px;
}

