/*Structured layout mainpage*/
body {
	color:#fff;
	background: #000018;
}
.wrapper {
	background: #051c6a url(../images/skin3/bg.jpg) top center;
}
#subpage .wrapper {
	background: #000018 url(../images/skin3/bg.jpg) top center no-repeat;
}
#footerwrap, #subpage #footerwrap {
	background: #000018;
	border-top:1px solid #293b63;
}
/*HEAD AREA*/

#top .logobg a {
	background: transparent url(../images/skin3/logo.png) no-repeat left top;
}
#nav li a {
	border-left:1px solid #fff;
	color:#fff;
}
#nav .currentli_item a, #nav li a:hover {
	color:#94a0c2;
}
#top #nav li ul a {
	border:1px solid #234495;
	border-top:none;
	color:#fff;
	background: #0b277a;
}
#top #nav li ul a:hover {
	background:#0b277a;
	color:#94a0c2;
}
#top #nav li ul {
	border-top:1px solid #234495;
}
/*featured*/

#featured {
	background:transparent url(../images/skin3/shadow.png) no-repeat scroll 0px 368px;
}
/*infotext*/
#infotext {
	background:transparent url(../images/skin3/bg_infotext.png) no-repeat scroll 0px -1px;
}
#infotext h2 {
	background:transparent url(../images/skin3/bg_infotext.png) no-repeat scroll center bottom;
	color:#999;
}
#infotext h2 strong {
	color: #fff;
}
/*content*/

#sidebar #searchform, #sidebar h3 {
	border-bottom:1px solid #293b63;
}
ul {
	border-top:1px solid #293b63;
}
blockquote {
	border-left:5px solid #293b63;
}
#sidebar .box a, #main #sidebar .box .recentcomments, ul li {
	background:transparent url(../images/skin3/bullet_white.png) no-repeat scroll 0px 10px;
	border-bottom:1px solid #293b63;
}
#sidebar .box ul ul a {
	background:transparent url(../images/skin3/bullet_white.png) no-repeat scroll 10px center;
}
#sidebar .box ul ul ul a {
	background:transparent url(../images/skin3/bullet_white.png) no-repeat scroll 20px center;
}
#sidebar .box ul ul ul ul a {
	background:transparent url(../images/skin3/bullet_white.png) no-repeat scroll 30px center;
}
#sidebar .box ul ul ul ul ul a {
	background:transparent url(../images/skin3/bullet_white.png) no-repeat scroll 40px center;
}
/*blog*/

.post_data {
	border:1px solid #293b63;
	border-left:none;
	border-right:none;
}
.entry .date {
	color:#94A0C2;
}
.entry .day {
	border-right:1px solid #94A0C2;
}
/*pagination*/

#top .pagination span, #top .pagination a {
	border:1px solid #3E517B;
}
#top .pagination a:hover {
	border:1px solid #fff;
}
#top .pagination .current {
	background: #293B63;
	border:1px solid #3E517B;
	color:#fff;
}
/*footer*/
#footer {
	color: #cbcbcb;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer a {
	color:#fff;
}
#footer .box ul {
	border-top:1px solid #293b63;
}
#footer .box ul li a, .wrapper #footer .box .recentcomments {
	border-bottom:1px solid #293b63;
	background: transparent url(../images/skin3/bullet_grey.png) left 11px no-repeat;
}
#footer .box ul li a:hover {
	background: transparent url(../images/skin3/bullet_grey.png) left 11px no-repeat;
	color:#94a0c2;
}
#footer .custom_button {
	background: #293b63 url(../images/skin3/mail.png) 170px center no-repeat;
	color: #fff;
}
#footer .custom_button:hover {
	background-color: #3e517b;
}
#footer #s {
	background: #293b63;
	color:#ccc;
}
#footer #searchsubmit {
	background: transparent url(../images/skin3/search.png) 2px center no-repeat;
	border-left:1px solid #222;
}
#sidebar .widget_search #searchsubmit {
	background: transparent url(../images/skin1/search.png) 2px center no-repeat;
	border-left:1px solid #293b63;
}
.wrapper #footer .social_bookmarks .rss a {
	background: transparent url(../images/skin3/rss_16.png) 0 0 no-repeat;
	height:32px;
	width:32px;
}
.wrapper #footer .social_bookmarks .facebook a {
	background: transparent url(../images/skin3/facebook_16.png) 0 0 no-repeat;
}
.wrapper #footer .social_bookmarks .twitter a {
	background: transparent url(../images/skin3/twitter_16.png) 0 0 no-repeat;
}
.wrapper #footer .social_bookmarks .flickr a {
	background: transparent url(../images/skin3/flickr_16.png) 0 0 no-repeat;
}
.more-link {
	background:transparent url(../images/skin3/bullet_white.png) no-repeat scroll right 15px;
}
input, select, textarea {
	color:#fff;
}
.wrapper a, #main #sidebar .textwidget a {
	color:#fff;
	border-bottom: 1px solid #fff;
}
.wrapper a:hover {
	border-bottom: 1px solid #666;
	color:#fff;
}
h1, h2, h3, h4, h5, h6, legend {
	color:#eee;
}
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
	color:#eee;
}
#top h1 a:hover, #top h2 a:hover, #top h3 a:hover, #top h4 a:hover, #top h5 a:hover, #top h6 a:hover {
	color:#fff;
}
.lightbox_video, .lightbox_image {
	background:transparent url(../images/skin3/video.png) no-repeat center center;
}
#top .lightbox_image {
	background:transparent url(../images/skin3/magnify.png) no-repeat center center;
}
/*comments*/
.gravatar img {
	border:1px solid #293b63293b63;
	background: #2f2f2f;
}
.commententry .odd {
	background: #333;
}
.commententry .even {
	background: #2f2f2f;
}
/*CONTACT FORM*/	

.text_input, .text_area {
	border:1px solid #3e517b;
	background: #293b63;
}
#send, #submit {
	border:1px solid #3e517b;
	background: #293b63;
	color: #fff;
}
#submit:hover, #send:hover {
	background: #eee;
	color: #222;
}
.valid .text_input, .valid .text_area {
	border:1px solid #293B63;
} /*#70A41B*/
.error .text_input, .error .text_area {
	border:1px solid #ffb628;
}
.ajax_alert .text_input, .ajax_alert .text_area {
	border:1px solid #ffb628;
}
