/*
Theme Name: Serenity Oceans
Theme URI: http://wordpressbar.com/tech-themes/serenity-oceans/
Version: 1.01
Author: Leo Mysor
Author URI: http://wordpressbar.com/
Description: A clean and glossy theme with peaceful colors, designed by <a href="http://wordpressbar.com/">WordPressBar.com</a> (a.k.a. WPB).
Tags: adsense ready, advert, clean, dream, fixed width, serenity, peaceful, right sidebar, threaded comments, two columns, blue, green, widget ready, pagenavi, w3c validated, options page, social bookmark
*/


/* Global */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #ecfdff url(images/footer.jpg) bottom repeat-x;
	font-family: 'Helvetica Neue', Arial, Tahoma, 'Liberation Sans', Verdana, FreeSans, sans-serif;
	color: #777;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 10px 0;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}

blockquote {
	margin: 10px 50px 10px 30px;
	padding: 1px 20px;
	color: #000;
	border-left: 5px solid #666;
	background: #e9ffb2;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}

a {
	color: #24b2c8;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

a img {
	border: none;
}

table {  
	border-collapse: collapse;  
	border-spacing: 0;  
}

ul, ol {
	padding-left: 30px;
	margin: 10px 0;
}

.cleardiv {
	clear: both;
}

#topframe {
	margin: 0 auto;
	overflow: hidden;
	background: url(images/header.jpg) repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}


/* Header */

#header {
	width: 960px;
	height: 160px;
}

#titles {
	height: 100px;
	overflow: hidden;
}

#header h1 {
	font-size: 40px;
	padding: 20px 0 0 30px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 a {
	text-decoration: none;
	color: #045;
	text-shadow: #eee 1px 1px 1px;
}

#header h1 a:hover {
	color: #136475;
	text-shadow: #fff 1px 1px 1px;
}

#header h2 {
	color: #fff;
	font-size: 22px;
	padding: 0 0 0 35px;
	margin: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#icons {
	float: right;
	padding-right: 120px;
}

#icons a {
	padding: 0;
	margin: 0 10px;
	float: left;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	outline: none;
}

#twitter {
	background: url(images/icon-twitter.jpg) no-repeat;
}

#rss {
	background: url(images/icon-rss.jpg) no-repeat;
}

/* Navigation */

#navigation {
	height: 34px;
	padding-top: 20px;
	float: left;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 20px;
}

#navigation ul li {
	float: left;
	font-size: 14px;
	height: 34px;
}

#navigation ul li a {
	color: #12646f;
	text-decoration: none;
	line-height: 40px;
	height: 34px;
	padding: 0 20px 0 13px;
	display: inline-block;
	outline: none;
}

#navigation ul li a:hover {
	color: #000;
}

#navigation ul li.current_page_item {
	padding-left: 7px;
	background: url(images/navi-left.jpg) no-repeat;
}

#navigation ul li.current_page_item a {
	color: #fff;
	line-height: 38px;
	background: url(images/navi-right.jpg) no-repeat right top;
}

/* Mainframe */

#container {
	width: 960px;
	padding: 10px;
	overflow: hidden;
}

/* Content */

#content {
	float: left;
	width: 620px;
	overflow: hidden;
}

.post {
	padding: 10px 0 20px;
	overflow: hidden;
}

h2.posttitle {
	font-size: 24px;
	margin-top: 0;
	color: #fe7701;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2.posttitle a {
	text-decoration: none;
	color: #fe7701;
}

h2.posttitle a:hover {
	text-decoration: underline;
}

.postmetadata {
	margin: 0;
	color: #000;
	font-size: 11px;
}

.entry {
	font-size: 14px;
	line-height: 20px;
}

.tags {
	font-size: 12px;
	padding-left: 24px;
	font-weight: bold;
	background: url(images/tags.gif) left center no-repeat;
}

.bookmarks {
	float: left;
}

.bookmarks ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.bookmarks ul li {
	background: none;
	display: inline;
	list-style-type: none;
}

.commentline {
	overflow: hidden;
	padding-right: 20px;
	text-align: right;
}

.commentline a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #555;
}

.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 40px;
	font-weight: bold;
	color: #000;
}

.navigation {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 10px;
	overflow: hidden;
}


/* PageNavi*/

.wp-pagenavi {
	padding: 5px 0;
	font-weight: bold;
	text-align: left;
	clear: both;
	font-size: 10px;
}

.wp-pagenavi a {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e2e2e2;
	color: #a9a9ab;
	background: #f7fcff;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #999;
	color: #999;
	background: #fff;
}

.wp-pagenavi span.current {
	padding: 2px 4px; 
	margin: 2px;
	border: 1px solid #136475;
	background: #1ea5bb;
	color: #fff;
}

.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	padding: 2px 4px; 
	margin: 2px;	
	border: 1px solid #e2e2e2;
	color: #a9a9ab;
	background: #f7fcff;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	padding-left: 40px;
}

#sidebar ul {
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0 0 18px 0;
}

#sidebar h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 24px;
	line-height: 24px;
	padding-left: 16px;
	color: #9cc13e;
	margin: 0 0 5px 0;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul li {
	padding: 5px 0 5px 20px;
	margin: 0;
	font-size: 12px;
}

#sidebar ul ul li a {
	font-weight: bold;
}

div.tagcloud {
	padding: 0 20px;
}

div.adsblock {
	padding-left: 20px;
}

div.adsblock div {
	float: left;
	width: 128px;
	height: 128px;
}

div.adsblock img {
	width: 125px;
	height: 125px;
}

/* Search Form */

#searchform {
	margin: 0;
	padding: 5px 0 0 0;
	overflow: hidden;
}

#searchform input {
	vertical-align: middle;
	float: left;
}

#searchform .searchtext {
	margin: 0 4px 0 0;
	padding: 3px 2px 0;
	width: 170px;
	display: inline;
	font-family: 'Helvetica Neue', Arial, Tahoma, 'Liberation Sans', Verdana, FreeSans, sans-serif;
	font-size: 12px;
	border: none;
	height: 21px;
	line-height: 21px;
	background: url(images/searchtxt.gif) no-repeat;
}

#searchform .searchbutton{
	width: 21px;
	height: 21px;
}

#searchform label {
	display: none;
}


/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}

#wp-calendar #next a {
	text-align: center;
	font-size: 11px;
}

#wp-calendar #prev a {
	text-align: center;
	font-size: 11px;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #156973;
	color: #fff;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 13px 'Helvetica Neue', Arial, Tahoma, 'Liberation Sans', Verdana, FreeSans, sans-serif;
}

#wp-calendar td {
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	font-size: 12px;
	text-transform: capitalize;
}


/* Comments */

h3#comments, #respond h3 {
	font-size: 14px;
	color: #666;
	margin: 10px 0;
	clear: both;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform {
	margin: 5px 0 0 0;
}

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform label {
	font-size: 11px;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
	margin: 0;
	border: 1px solid #aaa;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform p {
	margin: 5px 0;
	font-size: 11px;
	line-height: 15px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#commentform #submit {
	margin: 0 5px 5px auto;
	font-size: 12px;
	float: right;
}

#respond {
	color: #666;
	overflow: hidden;
}

#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cancel-comment-reply-link {
	font-size: 10px;
	font-weight: bold;
}

.commentlist {
	padding: 0;
	list-style: none;
}

.commentlist li {
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	clear: both;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist p {
	margin: 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #9c9c9c;
	padding: 2px;
	margin-right: 5px;
	background: #fff;
}

.commentlist li a {
	color: #000;
}

ul.children {
	padding: 0;
	margin: 0;
	list-style: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.nocomments {
	text-align: center;
}

.commentmetadata {
	display: block;
	font-weight: normal;
}

.thread-alt {
	background-color: #f6feff;
}

.thread-even {
	background-color: #d7f6fa;
}

.depth-1 {
	border: 1px solid #999;
}

.alt {
	border-left: 4px solid #000;
	background-color: #f6feff;
}

.even {
	border-left: 4px solid #000;
	background-color: #d7f6fa;
}

.alt2 {
	border: 1px solid #999;
	border-left: 4px solid #000;
	background-color: #fff;
}

.even2 {
	border: 1px solid #999;
	border-left: 4px solid #000;
	background-color: #f0f0f0;
}


/* Footer */

#footer {
	background: url(images/footer.gif) right no-repeat;
	width: 960px;
	height: 360px;
	overflow: hidden;
	clear: both;
}

#bottombar {
	width: 960px;
	height: 312px;
	overflow: hidden;
	clear: both;
}

#bottombar ul {
	margin: 0;
	padding: 20px 20px 0;
	width: 940px;
	height: 292px;
	overflow: hidden;
	list-style: none;
}

#bottombar ul li {
	float: left;
	margin: 0;
}

li.recentcomments {
	width: 370px;
	padding: 0 50px 0 0;
	overflow: hidden;
}

li.randomposts {
	width: 270px;
	padding: 0 50px 0 0;
	overflow: hidden;
}

li#calendarblock {
	padding: 0;
	width: 200px;
}

#bottombar h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 24px;
	line-height: 24px;
	color: #136475;
	margin-top: 0;
	padding: 0;
}

#bottombar ul ul {
	margin: 0;
	padding: 0;
	height: auto;
	list-style: none;
}

#bottombar ul ul li {
	padding: 5px 0;
	margin: 0;
	font-size: 12px;
	float: none;
	overflow: hidden;
}

#bottombar ul ul li a {
	font-weight: bold;
	color: #fe7701;
}

#credit {
	padding: 0;
	color: #156973;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	clear: both;
}

#credit a {
	color: #fff;
}


/* Images */

p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}