body {
    background: #aedbe0 url(../images/bodybg-wide2.gif) repeat-y top center; 
}
#page {
	background: #FFF;
}
#contentleft {
	background-color: #FFF;
} 
#header {
	background: #34a5b2 url(../images/header.jpg) no-repeat;
	height: 130px;
	border-bottom:1px solid #aedbe0;
}
#headerwrap .title {
	width: 770px;
}

#headerwrap h1.bloglogo {
	display: none;
}
#header h1.blogtitle {
	color: #CC0000;
	text-shadow: 0 1px 1px #000;
}
#header p {
	color: #FFF;
}
a, a:link, a:visited {
	color: #34a5b2;
}
a:hover, a:active {
	color: #C00;
	text-decoration:underline;
}
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited {
	color: #34a5b2;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #C00;
	text-decoration:underline;
	}

.featurepost h2 a, .featurepost h2 a:link, .featurepost h2 a:visited {
	color:#34a5b2;
}

#subleft .hl, #subright .hl {
	color: #34a5b2;
}

.akpc_pop {
	margin-bottom: 0px;
}

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

#footer {
	background: #015f6a;
	border-top: 2px solid #34a5b2;
	color: #FFF;
}
#footer a {
	color: #FFFFFF;
}

h2.featurehead {
	border-bottom: 3px solid #34a5b2;
}

h2.featurehead span {
	background-color:#34a5b2;
}

#nav {
	background: #015f6a;
	margin:0 auto;
	padding:0 10px;
	width:960px;
	position:relative;
	height: 32px;
	z-index:9999;
	border-bottom:2px solid #34a5b2;
}
#nav ul {
	width:960px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	}

#nav li a:hover, #nav li a:active {
	color: #95DEFF;
}
#nav li.current_page_item {
	background:url(../images/nav-right-lips.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-lips.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.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.gif) no-repeat 0 2px;
}
.homeleft ul li, .homeright ul li {
	background: transparent url(../images/bullet.gif) no-repeat 0 2px;
}
.homeleft ul li ul li, .homeright ul li ul li{
	background: transparent url(../images/bullet.gif) no-repeat 0 2px;
}
.post ul li, .singlepost ul li, .featurepost ul li {
	background: transparent url(../images/bullet.gif) no-repeat 0 2px;
}

ul.home-right li.title, 
ul.home-left li.title, 
ul.home-bottom li.title {
	border:1px solid #06626c;
	background: #168794 url(../images/navbg-kara.gif) bottom repeat-x;
	text-shadow: 0 1px 1px #000;
}

#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;
	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;
}

/* -------------------[ Search ]------------------- */

#searchform {
	text-align:right;
	float:none;
	margin: 0;
	padding: 6px 0 0; 
	}

#searchform #s {
	padding-left:2px;
	font-size:8pt;
	width: 120px;
	margin-right: 1px;
	}

#searchform #submit {
	font-size:8pt;
	}
