@import '../style.php';

body {
    background-color: #0049a5;
}

#wrap {
	background: url(../images/wrapbg.png) top center repeat-y;
}

#page {
	background: #FFF;
}
#contentleft {
	width: 600px;
	float:left;
	padding: 0px 0px 20px 0px;
	margin: 0;
	background-color: #FFF;
} 
#header {
	background: #011c74 url(../images/header-blue.jpg) no-repeat;
	height: 130px;
}
#headerwrap h1.bloglogo {
	display: none;
}
#header h1.blogtitle {
	color: #f6f4eb;
	text-shadow: 0 1px 1px #000;
}
#header p {
	color: #FFF;
}
a, a:link, a:visited {
	color: #01227a;
}
a:hover, a:active {
	color: #b51926;
	text-decoration:underline;
}
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited {
	color: #01227a;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #b51926;
	text-decoration:underline;
	}

.featurepost h2 a, .featurepost h2 a:link, .featurepost h2 a:visited {
	color:#4681A0;
}

#subleft .hl, #subright .hl {
	color: #4681A0;
}

.akpc_pop {
	margin-bottom: 0px;
}

div.sociable {
	margin-bottom: 0px;
}

#footer {
	background: #000;
	border-top: 2px solid #333;
	color: #FFF;
}
#footer a {
	color: #95DEFF;
}

h2.featurehead {
	border-bottom: 3px solid #4681A0;
}

h2.featurehead span {
	background-color:#4681A0;
}

#nav {
	background: #01227a url(../images/navbg-blue.jpg) top center no-repeat;
	margin:0 auto;
	padding:0 10px;
	width:960px;
	position:relative;
	height: 32px;
	z-index:9999;
}
#nav li a:hover, #nav li a:active {
	color: #95DEFF;
}
#nav li.current_page_item {
	background:url(../images/nav-right-blue.png) top right no-repeat;
}
#nav li.current_page_item a, 
#nav li.current_page_item a:link, 
#nav li.current_page_item a:visited {
	background:url(../images/nav-left-blue.png) top left no-repeat;
}
#nav li ul {
	background:#f6f4eb;
	border:1px solid #1e7099;
	}
#subright ul li, #subleft ul li, #sidebar ul li {
	background: transparent url(../images/bullet-tan.gif) no-repeat 0 2px;
}
#sidebar ul li ul li, #subright ul li ul li, #subleft ul li ul li {
	background: transparent url(../images/bullet-tan.gif) no-repeat 0 2px;
}
.homeleft ul li, .homeright ul li {
	background: transparent url(../images/bullet-tan.gif) no-repeat 0 2px;
}
.homeleft ul li ul li, .homeright ul li ul li{
	background: transparent url(../images/bullet-tan.gif) no-repeat 0 2px;
}
.post ul li, .singlepost ul li, .featurepost ul li {
	background: transparent url(../images/bullet-tan.gif) no-repeat 0 2px;
}
ul.home-right li.title, 
ul.home-left li.title, 
ul.home-bottom li.title {
	border:1px solid #01227a;
	background: #01227a url(../images/navbg-blue.jpg) bottom right no-repeat;
}

#side-tabs ul.tabs li a, 
#side-tabs ul.tabs li a:link, 
#side-tabs ul.tabs li a:visited {
	border: 1px solid #ddd;
	/*background: #eee url(images/gradientbg1.png) repeat-x;*/
	background-image: none;
	background: #1e7099;
	background: #01227a url(../images/navbg-blue.jpg) bottom center no-repeat;
	color: #FFF;
}
#side-tabs ul.tabs li a:hover, 
#side-tabs ul.tabs li a:active {
	background: #FFF url(../images/gradientbg2.gif) repeat-x;
	color: #333;
}

#side-tabs ul.tabs li a.on {
	background:#fff;
	border-bottom: 1px solid #fff;
	color: #333;
}

@import '../custom.css';