/*
        Theme Name: Cerulean
        Theme URI: http://www.altafsayani.com/
        Description: Premium style Wordpress theme.
        Author: Altaf Sayani
        Author URI: http://www.altafsayani.com/
		Tags: blue, light blue, two-columns, fixed-width
		Version: 1.0
*/

body {
	margin: 0px;
	background: #f2fdff;
}
a {
	color: #038092;
	text-decoration: none;
}
#full {
	width: 987px;
	margin: auto;
	border-left: #92edff solid 1px;
	border-right: #92edff solid 1px;
	overflow: hidden;
}
#topnav {
	background: url(images/topnav-bg.gif) #76d3e2 no-repeat;
	width: 987px;
	height: 53px;
	margin: auto;
	border-bottom: #92edff thin 1px;
}
#menu {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
	font-weight: bold;
	width:987px;
	padding: 10px;
	margin: 0px 0;
	overflow: hidden;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li.backLava {
	background: url(images/tooltip-bg.png);
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 9px;
	position: absolute;	
}
#menu li a {
	text-decoration: none;
	color: #038092;
	text-align: center;
	padding: 2px 5px;
	z-index: 10;
	display: block;
	position: relative;
	margin: auto 5px;
}
#header {
	background: url(images/header-bg.jpg) no-repeat;
	margin: auto;
	width: 987px;
	padding-top: 15px;
}
#logo {
	float: left;
	padding-left: 10px;
}
#search {
	width: 264px;
	height: 27px;
	float: right;
	padding-right: 55px;
	margin-top: 10px;
	background: url(images/search.png) no-repeat ;
}
#searchform {
	padding:2px 6px 0;
	float: right;
	background: transparent url(images/searchbox.gif) no-repeat 0 0;
	width:212px;
	height:27px;
}

#searchform div {
	position:relative;
}
#s, #searchsubmit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border:none;
	background-color:transparent;
	position:absolute;
	display: block;
	color:#8D8D8D;
}
#s {
	top: 2px;
	left:-15px;
	width:220px;
}
#searchsubmit {
	height:27px;
	right:1px;
	top:1px;
	width:24px;
	text-indent:-999px;
	padding:0;
	cursor:pointer;
}
#ph {
	width: 987px;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}
#ph #top {
	background: url(images/ph-top.png) no-repeat;
	height: 10px;
}
#ph #phcontent {
	background: url(images/ph-bg.png) repeat-y;
	overflow: hidden;
	padding-left: 13.5px;
	padding-right: 13.5px;
}
#ph #bot {
	background: url(images/ph-bot.png) no-repeat;
	height: 11px;
}
#recpost {
	width: 320px;
	float: left;
	overflow: hidden;
}
#recpost h2 {
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: normal;
	color: #038092;
}
#recpost li {
	background: url(images/recpost.png) no-repeat;
	padding-left: 13px;
	background-position: 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #038092;
	border-bottom: dotted #038092 1px;
	list-style: none;
	width: 300px;
}
#recpost em {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #038092;
}
#recpost a {
	font-weight: bold;
	text-decoration: none;
	color: #038092;
}
#reccomm {
	width: 320px;
	float: left;
}
#reccomm li {
	background: url(images/reccomm.png) no-repeat;
	padding-left: 13px;
	background-position: 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #038092;
	border-bottom: dotted #038092 1px;
	list-style: none;
	width: 300px;
}
#reccomm a {
	font-weight: bold;
	text-decoration: none;
	color: #038092;
}
#reccomm h2 {
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: normal;
	color: #038092;
}
#tags {
	width: 320px;
	float: left;
}
#tags h2 {
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: normal;
	color: #038092;
}
#tags a {
	font-family:Arial, Helvetica, sans-serif;
	color: #038092;
	
	text-decoration: none;
}
#container {
	margin: auto;
	width: 987px;
	overflow: hidden;
	clear: both;
	background: url(images/container-bg.gif) repeat-y;
}
#content {
	width: 593px;
	float: left;
	padding: 8px;
}
.post {
	width: 568px;
	margin: auto;
	margin-bottom: 20px;
}
.post h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	color: #038092;
	margin: 0px;
}
.post .date {
	background: url(images/date.png) no-repeat;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #038092;
	height: 16px;
}
.post h1 a, .post h1 a:hover, .post h1 a:visited {
	text-decoration: none;
	color: #038092;
}
.post .posttop {
	background: url(images/post-top.gif) no-repeat;
	width: 568px;
	height: 35px;
}
.post .entry {
	width: 566px;
	background: #FFF;
	border-left: #7dd8e8 solid 1px;
	border-right: #7dd8e8 solid 1px;
}
.post .entry p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #038092;
	padding: 3px;
	line-height: 1.5em;
}
.post .entry a {
	font-weight: bold;
}
.post .entry h1, h2, h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #038092;
}
.post .entry blockquote {
	margin-bottom: 0px;
}
.post .entry ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #038092;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.post .postbot {
	background: url(images/post-bot.gif) no-repeat;
	width: 568px;
	height: 12px;
}
.post .postmeta {
	background: url(images/postmeta-bg.gif) no-repeat;
	width: 568px;
	height: 41px;
	margin-top: 2px;
	padding-left: 10px;
}
.post .postmeta a, .post .postmeta a:hover, .post .postmeta a:visited {
	text-decoration: none;
	color: #038092;
}
.post .postmeta .category {
	float: left;
	height: 34px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #038092;
	background: url(images/category-icon.gif) no-repeat;
	background-position: 0px 3px;
	padding-left: 35px;
	height: 41px;
	line-height: 41px;
	padding-right: 10px;
}
.post .postmeta .comments {
	float: left;
	height: 34px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #038092;
	background: url(images/comments-icon.gif) no-repeat;
	background-position: 0px 3px;
	padding-left: 41px;
	height: 41px;
	line-height: 41px;
}
#sidebar {
	width: 378px;
	float: right;
	background: url(images/sidebar-bg.gif) repeat-y;
	padding-bottom: 10px;
}
#twitter {
	padding-right:20px;
}
li.widget {
	list-style: none;
}
.sidebox {
	margin-left: 30px;
	width: 325px;
	border: 1px #92edff solid;
	margin-top: 5px;
	padding: 2px;
	overflow: hidden;
	clear: both;
}
.sidebox h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	background: #f2fdff;	
	font-weight: normal;
	color: #038092;	
	border-bottom: 1px #92edff solid;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.sidebox ul {
	margin: 0px;
	padding: 5px;
}
.children {
	display:none;
}
.sidebox li {
	list-style: none;
}
.sidebox li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	float: left;
	display: block;
	width: 135px;
	height: 20px;
	background: url(images/bullet.png) no-repeat;
	padding-left: 19px;
}
.sidebox li a, .sidebar li a:visited {
	color: #038092;
	font-weight: normal;
	text-decoration: none;
}
.sidebox li a:hover {
	color: #000;
}
#easyTooltip{
	position:absolute; display:none;
	background: url(images/tooltip-bg.png);
	padding: 8px 10px 8px 10px;
	font: 22px trebuchet ms, helvetica, arial, sans-serif; font-weight: bold; letter-spacing: -1px; color: #038092;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.commentbox {
	width: 568px;
	margin: auto;
	margin-bottom: 20px;
}
.commentbox h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	color: #038092;
	margin: 0px;
}
.comments-box .commtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	color: #038092;
	margin: 0px;
}
.comments-box .commtitle em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #038092;
}
.comments-box .commtitle a, .comments-box .commtitle a:hover, .comments-box .commtitle a:visited {
	text-decoration: none;
	color: #038092;
}
.comments-box .commtop {
	background: url(images/post-top.gif) no-repeat;
	width: 568px;
	height: 35px;
}
.comments-box .commentry {
	width: 566px;
	background: #FFF;
	border-left: #7dd8e8 solid 1px;
	border-right: #7dd8e8 solid 1px;
}
.comments-box .commentry p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #038092;
	padding: 3px;
	line-height: 1.5em;
}
.comments-box .commentry a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.comments-box .commentry em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.comments-box .commentry input {
	border: #7dd8e8 solid 1px;
}
.comments-box .commentry textarea {
	border: #7dd8e8 solid 1px;
}
#comments-closed {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #038092;
	padding: 3px;
	line-height: 1.5em;
}
.comments-box .commbot {
	background: url(images/post-bot.gif) no-repeat;
	width: 568px;
	height: 12px;
}
#footer {
	height: 50px;
	background: #FFF;
	border-top: #92edff solid 1px;
	border-bottom: #92edff solid 1px;
}
#footer p {
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #038092;
	margin: 0px;
	line-height: 23px;
}
#footer a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #038092;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
