/*
Theme Name: Under the Sea
Theme URI: http://webdesign.flexibleseo.com/wordpress/under-the-sea/
Description: Under the Sea is a clean two columns Wordpress Theme with right-sidebar, fixed-width and widget-ready Wordpress Theme
Version: 0.4
Author: Flexible SEO
Author URI: http://www.flexibleseo.com/
Tags: blue, two-columns, fixed-width


	The Design, XHTML and CSS is released under the GPL:
	http://www.gnu.org/licenses/gpl.html
	
*/
*{
	margin:0px;
	padding:0px;
	outline: none;
}
body {
	background-color: #8ea7ab;
	text-align:center;
}
a{
	text-decoration:none;
}
a img {
	border:none;
}

/*HEADER*/
#header{
	text-align:center;
}
.test-left{
	height:199px;
	background-image:url(/wp-content/themes/under-the-sea/img/top_bg_left.png);
	background-repeat:repeat-x;
}
.test-center{
	width:979px;
	height:159px;
	background-image:url(/wp-content/themes/under-the-sea/img/top_bg.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
}
.test-right{
	height:199px;
	background-image:url(/wp-content/themes/under-the-sea/img/top_bg_right.png);
	background-repeat:repeat-x;
}
.header-description {
	color: #99e5eb;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 2pt;
	font-weight:bold;
	text-align:left;
	padding:15px 500px 0px 35px;
	line-height:18px;
}

#header h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.2em;
	color: #17fcff;
	text-align:left;
	padding:45px 0px 0px 35px;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover {
	color: #17fcff;
	text-decoration:none;
}
#header a{
	color: #fff;
}
#header-info{
	height:149px;
	float:left;
}
#header-functions{
	height:42px;
	clear:both;
	display:inline;
}
#navigation{
	height:42px;
	width: 698px;
	float:left;
	display:inline;
}
#menus{
	font-family:Tahoma;
	margin-left:50px;
}
#menus ul{
}
#menus #page-list{
	margin-top:8px;
}
#menus #page-list li{
	float:left;
	display: run-in;
	list-style:none;
	font-size:12px;
	text-transform:uppercase;
	background:url(/wp-content/themes/under-the-sea/img/but_bg.png);
	background-repeat:no-repeat;
	background-position:0 -50px;
	cursor:pointer;
	padding:0px 15px 9px 0px;
	margin-right:10px;
}
#menus #page-list li a{
	color:#add5db;
	text-decoration:none;
	background-image:url(/wp-content/themes/under-the-sea/img/but_bg_2.png);
	background-repeat:no-repeat;
	background-position:0px -50px;
	padding:10px 0px 9px 15px;
	float:left;
}
#menus #page-list li:hover{
	background-position:right top;
}
#menus #page-list li.hover{
	background-position:right top;
}
#menus #page-list li a:hover{
	color:#FFFFFF;
	background-position:top left;
}
#menus #page-list li:hover a{
	background-position:top left;
}
#menus #page-list li.current_page_item, #menus #page-list li.current_page_parent{
	color:#FFFFFF;
	background-position:right top;
}
#menus #page-list li.current_page_item a, #menus #page-list li.current_page_parent a{
	background-position:top left;
	color:#FFFFFF;
}
#menus #page-list li.current_page_parent ul li a, #menus #page-list li.current_page_item ul li a{
	color:#add5db;
}
#menus #page-list li.current_page_parent ul li a:hover,  #menus #page-list li.current_page_item ul li a:hover, #menus #page-list li.current_page_parent ul li.current_page_item a{
	color:#FFFFFF;
}
#menus #page-list li ul li.current_page_item{
	background-position:bottom;
}
#menus #page-list li ul li a{
	color:#add5db;
}

#menus #page-list li ul{
}
#menus #page-list li ul{
	left:-999em;
	top:195px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	background-color:#35a9b8;
	padding-bottom:2px;
	clear:both;
}
#menus #page-list li ul li{
	float:left;
	clear:both;
	margin:0 5px;
	padding:5px 5px 6px 10px;
	text-transform:capitalize;
	height:auto;
	width:180px;
	background:url(/wp-content/themes/under-the-sea/img/sub_menu_li_bg.gif) repeat-x bottom;
}
#menus #page-list li ul li:hover{
	background:url(/wp-content/themes/under-the-sea/img/sub_menu_li_bg.gif) repeat-x bottom;
}
#menus #page-list li ul li a{
	background:none;
	padding:0px;
}
#menus #page-list li:hover ul, #menus #page-list li.sfhover ul {
	left: auto;
}
#menus #page-list li:hover, #menus #page-list li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
	position: static;
}
.double-line{
	font-size:1px;
	background: url(/wp-content/themes/under-the-sea/img/dub_line.gif) repeat-x;
	height:5px;
	margin-bottom:5px;
	margin-left:-13px;
	margin-right:-17px;
}
.header-search{
	height:42px;
	width:254px;
	float:left;
}
.header-search-bg{
	background-image:url(/wp-content/themes/under-the-sea/img/header_search.jpg);
	background-repeat:no-repeat;
	width:254px;
	height:41px;
	text-align:left;
}
#s{
	width:158px;
	height:17px;
	margin-left:12px;
	margin-top:9px;
	margin-right:5px;
	float:left;
	background:none;
	border:none;
	outline:none;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	color:#0b6571;
}
#searchsubmit{
	width:65px;
	height:23px;
	margin-top:8px;
	text-align:center;
	text-transform:lowercase;
	float:left;
	background:none;
	border:none;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0b6571;
}
#commentform{
	/*background:url(/wp-content/themes/under-the-sea/img/subm_comm_bg.jpg) no-repeat top;*/
}
#commentform p{
	white-space: nowrap;
}
#commentform label{
	display:block;
	width:180px;
	text-align:right;
	float:left;
	clear:both;
	height:18px;
	padding:1px;
	font-size:12px;
	margin-bottom:5px;
}
#commentform label small{
	float:right;
	padding-top:4px;
	padding-right:5px;
	color:#37a5b4;
	font-weight:bold;
}
#author, #email, #url{
	float:left;
	height:16px;
	width:200px;
	padding:2px;
	margin-bottom:5px;
	color:#197784;
}
#comment{
	float:left;
	color:#197784;
	padding:2px;
}
#submit{
	background:url(/wp-content/themes/under-the-sea/img/subm_comm.png) no-repeat;
	width:111px;
	height:22px;
	border:none;
	cursor:pointer;
	float:left;
	clear:both;
	margin-left:182px;
	margin-top:5px;
}
#respond{
	font-size:16px;
	color:#197784;
	padding-bottom:6px;
}
/*MAIN AREAS*/
#content-bg{
	width:931px;
	background-image:url(/wp-content/themes/under-the-sea/img/main_bg.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#content {
	color: #A4A4A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	clear:both;
}
#content img {
	background-color:#e3f5f7;
	border: 1px solid #8ecfd7;
	margin:5px 5px 5px 0px;
	padding: 5px;
}
#content img.avatar{
	background:none;
	border:none;
	padding:6px;
	margin:12px 0 12px 8px;
	background:url(/wp-content/themes/under-the-sea/img/avatar_bg.png) no-repeat 0 0;
	
}
.gravatar{
	float:left;
	display:block;
	height:96px;
}
#left-side {
	float: left;
	width: 670px;
}
.entry ol, .entry ul{
	padding-left:20px;
}
.entry ol ol, .entry ul ul{
	padding-left:0px;
}
.entry ol li{
	font-weight:bold;
}
.entry ol li li{
	font-weight: normal;
	font-style:italic;
}
	.left-side-padding{
		padding:10px 15px 20px 15px;
		float:left;
	}
	.post {
		float:left;
		width:640px;
	}
	.post-header{
		background-color:#198b99;
		float:left;
		width:640px;
	}
	.post-header-top{
		padding:8px;
		font-family:Tahoma;
		background:url(/wp-content/themes/under-the-sea/img/post_header_top_bg.png) bottom repeat-x;
	}
	.post-header h3, .page-header h3{
		font-family: "Lucida Grande", sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		line-height: 1.4em;
	}
	.page-header h3.h3{
		color:#10535C;
		margin-left:10px;
		margin-bottom:10px;
	}
	.post-header h3 .h3{
		color:#FFFFFF;
		text-decoration:none;
	}
	.post-header-bottom{
		min-height:48px;
		overflow:hidden;
		height:1%;
		font-family: Arial, Helvetica, sans-serif;
		background:url(/wp-content/themes/under-the-sea/img/post_header_bottom_bg.png) top #0d5e68 repeat-x;
	}
	.page-header h3 a{
		color:#10535c;
		margin-left:10px;
	}
	.thedate{
		background-image:url(/wp-content/themes/under-the-sea/img/post_date.png);
		background-repeat:no-repeat;
		width:38px;
		height:38px;
		float:left;
		margin:5px 0 0 8px;
		padding-bottom:5px;
	}
	.commentform .thedate{
		background-image:url(/wp-content/themes/under-the-sea/img/cmnt_date.png);
		cursor:pointer;
		margin-top:14px;
		float:left;
		height:38px;
		margin-left:8px;
	}
		.month{
			float:left;
			width:38px;
			text-align:center;
			font-size:10px;
			color:#197784;
			font-weight:bold;
			line-height:14px;
			text-transform:lowercase;
		}
		.day{
			clear:both;
			float:left;
			width:38px;
			text-align:center;
			font-size:20px;
			font-weight:bold;
			color:#197784;
			line-height:24px;
		}
		.time{
			float:left;
			height:38px;
			margin-left:8px;
			margin-top:14px;
			width:490px;
			text-align: left;
			font-size:11px;
			font-weight:bold;
			color:#E5F8FA;
			line-height:38px;
			white-space: normal;
		}
		.moderation{
			float: right;
			font-size:11px;
			font-weight:bold;
			color:#E5F8FA;
			margin-top:-26px;
			padding-right:15px;
		}
		.commentlist li p.commentauthor{
			float:left;
			padding:12px 0 12px 8px;
			margin-top:0px;
			text-align: left;
			font-size:12px;
			font-weight:bold;
			color:#E5F8FA;
			width:470px;
		}
		.commentlist li .editcomment{
			float: right;
			color:#E5F8FA;
			font-size:12px;
			font-weight:bold;
			padding-top:12px;
		}
		.metaedit{
			color:#E5F8FA;
			font-size:12px;
			font-weight:bold;
			padding-top:3px;
			
		}
		.comment-header {
			background:#6e9397 url(/wp-content/themes/under-the-sea/img/comments_li_bg.png) repeat-x top;
			float:left;
			margin-bottom:20px;
		}
		.commentauthor a, .commentlist li .editcomment a, .metaedit a{
			color:#FFFFFF;
		}
		.userlogged{
			color:#197784;
			font-size:11px;
			padding-bottom:6px;
		}
		.userlogged a{
			color:#197784;
			font-weight:bold;
		}
		a .thedate{
			text-decoration:none;
		}
	.posted{
		color:#62e6f5;
		float:left;
		line-height:17px;
		font-size:10px;
		font-weight:bold;
		padding:6px 8px;
		width:570px;
	}
		.posted-author{
			float:left;
		}
		.posted-category{
			color:#e5f8fa;
			clear:both;
			float:left;
		}
		.posted-category a{
			color:#e5f8fa;
			text-decoration:none;
		}
		
		.posted-category span{
			color:#62E6F5;
			text-decoration:none;
		}
		.posted-category a:hover{
			color:#FFFFFF;
			text-decoration:underline;
		}
.post-content{
	width:620px;
	color:#0c4a53;
	padding:0px 10px 10px 10px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.4em;
	float:left;
}
.post-content img{
	max-width:610px;
}
.post-content a{
	color:#0C4A53;
	font-weight:bold;
	text-decoration:underline;
}
.post-content a:hover{
	color:#03262b;
}
.post-content p{
	padding:10px 0px 0px 0px;
}
.post-content blockquote{
	margin-left:10px;
	padding:10px 20px 10px 15px;
	border-left:10px #147783 solid;
	background-color:#d5e6e8;
	font-style: italic;
	width:560px;
}
.post-content legend{
	display:block;
	padding:5px;
}
.post-content fieldset{
	border:1px solid #c9e8ed;
	padding:5px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
	margin:0px;
	padding:0px 0px 5px 0px;
	line-height:normal;
}
.post-content ul, .post-content ol{
	margin-left:20px;
}
.post-content table{
	vertical-align:top;
	text-align:center;
	border:1px solid #e6f1f2;
}
.post-content table th{
	background-color:#147783;
	color:#FFFFFF;
	padding:5px;
}
.post-content table th a{
	color:#FFFFFF;
}
.post-content table th{
	background-color:#147783;
	color:#FFFFFF;
}
.post-content table .even{
	background-color:#d5e6e8;
}
.post-content table td{
	padding:5px;
}
.meta-bg{
	background-color:#52777c;
	background-image:url(/wp-content/themes/under-the-sea/img/meta_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
	float:left;
	width:640px;
	font-family:Arial, Helvetica, sans-serif;
}
.meta{
	width: auto;
	color:#e5f8fa;
	float:left;
	padding-left:10px;
	line-height:12px;
	font-size:11px;
	font-weight:bold;
	padding-top:8px;
}
.meta span {
	color:#62e6f5;
}
.meta a{
	color:#e5f8fa;
	text-decoration:none;
	padding-left:2px;
}
.meta h3{
	padding-bottom:6px;
	font-size:12px;
}
.meta p{
	padding-bottom:6px;
}
.meta a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.navigation{
}
.prev_page, .next_page{
	background:url(/wp-content/themes/under-the-sea/img/prev_next.png) no-repeat;
	width:122px;
	height:22px;
	cursor:pointer;
}
.prev_page{
	background-position:left;
	float:left;
}
.next_page{
	background-position:right;
	float:right;
}
.comments-count{
	background:url(/wp-content/themes/under-the-sea/img/comments_bg.png) no-repeat bottom right;
	height:24px;
	float:right;
	margin:10px 10px 5px 10px;
	padding-right:15px;
}
.comments-count span{
	background-image:url(/wp-content/themes/under-the-sea/img/comments_bg.png);
	background-repeat:no-repeat;
	height:24px;
	float:left;
	line-height:22px;
	color:#197784;
	padding-left:5px;
	font-weight:bold;
}
.comments-count a{
	color:#197784;
	text-decoration:none;
	
	
}
.comments-count a:hover{
	color:#0c4b54;
	text-decoration:underline;
}
.post-underline{
	background-image:url(/wp-content/themes/under-the-sea/img/post_underline.gif);
	background-repeat:repeat-x;
	height:3px;
	font-size:1px;
	margin-bottom:10px;
	margin-top:10px;
	clear:both;
	width:640px;
}
.commentlist li{
	margin:0px;
	clear:both;
	display:block;
	float:left;
	width:640px;
	clear:both;
}
.commentlist li p{
	padding:0px 20px 20px 20px;
	color:#0C4A53;
}
#sidebar{
 	width: 255px;
	float:right;
	margin-top:0px;
	padding-top:10px;
}
#sidebar ul li p{
	margin:10px;
}
#sidebar ul li p a{
	float:none;
	background:none;
	padding-left:0px;
	text-decoration:none;
	color:#536d70;
	font-weight:normal;
	padding-top:0;
	padding-bottom:0;
	margin-left:0;
}
#sidebar img {
	border: 0;
}
#sidebar ul li ul li {
	margin-right:15px;
}
#sidebar ul li ul li ul li {
	margin-right:0px;
	margin-left:0px;
}
#sidebar ul li{
	list-style:none;
	font-size:11px;
}
#sidebar ul li ul{
	margin-bottom:10px;
	float:left;
}
#sidebar ul ul{
	margin-top:10px;
	margin-bottom:10px;
	width:90%;
}
#sidebar ul ul ul{
	margin:0 0 0 19px;
	clear:both;
	border-left:5px solid #8cbac0;
}
#sidebar ul ul ul li a{
	margin-left:0px;
}
#sidebar ul li a{
	background-image:url(/wp-content/themes/under-the-sea/img/cat_li.png);
	background-repeat:no-repeat;
	background-position:1px 0px;
	padding-left:22px;
	text-decoration:none;
	color:#536d70;
	font-weight:bold;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:10px;
}
#sidebar ul li ul li a{
	clear:both;
}
#sidebar ul li a:hover{
	background-position:1px -126px;
	color:#007e8d;
}
#sidebar h2{
	background-image: url(/wp-content/themes/under-the-sea/img/sidebar_h_bg.jpg);
	background-repeat:no-repeat;
	width:240px;
	color:#FFFFFF;
	font-family: "Lucida Grande", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 46px;
	/*border-bottom:5px #34aab8 solid;*/
	padding-left:10px;
	margin-left:7px;
	clear:both;
}
#wp-calendar{
	width:230px;
	margin-left:15px;
}
#wp-calendar caption{
	height:24px;
	color:#197784;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
}
#wp-calendar thead{
	color:#197784;
	font-size:11px;
	font-weight:bold;
	height:15px;
	line-height:20px;
	background-image:url(/wp-content/themes/under-the-sea/img/cat_bg.gif);
	background-repeat:repeat-x;
	background-position:left -7px;
	text-align:center;
}
#wp-calendar tbody{
	color:#197784;
	font-size:11px;
	text-align:center;
}
#wp-calendar tbody td{
	height:20px;
	vertical-align: middle;
}
#wp-calendar tbody td a{
	text-decoration:underline;
	/*border-bottom:1px #197784 dashed;*/
}
#wp-calendar #today{
	font-weight:bold;
	background-color:#30a3b2;
	color:#FFFFFF;
	border:1px #1c7884 solid;
	border-left:none;
	border-top:none;
}
#wp-calendar #today a{
	color:#FFFFFF;
	/*border-bottom:1px #FFFFFF dashed;*/
}
#wp-calendar tfoot{
	color:#197784;
	font-size:11px;
	background-image:url(/wp-content/themes/under-the-sea/img/cat_bg.gif);
	background-repeat:repeat-x;
	background-position:left -7px;
	height:15px;
	line-height:26px;
}
#sidebar ul li #wp-calendar a{
	margin:0px;
	padding:0px;
	background:none;
	float:none;
}
#tag_cloud a{
	float:left;
}
.widgettitle, .widget{
	clear:both;
}
.footer{
	background-color:#054047;
	width:927px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
}
	.footer-top{
		background-image:url(/wp-content/themes/under-the-sea/img/footer_top_bg.png);
		background-repeat:repeat-x;
		height:57px;
		text-align:left;
		float:left;
		width:927px;
	}
	.footer-titles{
		color:#FFFFFF;
		width:288px;
		font-size:18px;
		font-weight:bold;
		margin-top:25px;
		display:block;
		float:left;
		padding-left:20px;
	}
	.footer-bottom{
		background-image: url(/wp-content/themes/under-the-sea/img/footer_img_bg.jpg);
		background-repeat:no-repeat;
		background-position:right top;
		text-align:left;
		width:927px;
		clear:both;
	}
	.recententries{
		width:288px;
		float:left;
		margin-bottom:20px;
		padding-left:20px;
	}
	.recententries ul li{
		background-image:url(/wp-content/themes/under-the-sea/img/footer_li_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom left;
		list-style:none;
		font-size:11px;
		float:left;
		width:100%;
	}
	.recententries ul li a{
		background-image:url(/wp-content/themes/under-the-sea/img/footer_li_a.png);
		background-repeat:no-repeat;
		background-position:0 0px;
		color:#34aab8;
		float:left;
		clear:both;
		font-weight:bold;
		padding-bottom:6px;
		padding-left:22px;
		padding-top:6px;
		text-decoration:none;
	}
	.recententries ul li a:hover{
		background-image:url(/wp-content/themes/under-the-sea/img/footer_li_a.png);
		background-repeat:no-repeat;
		background-position:0 -125px;
		color:#FFFFFF;
	}
	.footer-rss, .footertxt{

	}
	.footer-rss a, .footertxt a{

	}
	.footertxt{
	}
	.footertxt a:hover{

	}
	.footertxt h2{
		font-size:11px;
	}
	.recententries ul li .footer-rss a{
		background:none;
	}
	.recententries ul li .footer-rss a{
		background-image:url(/wp-content/themes/under-the-sea/img/rss_ico.gif);
		background-repeat:no-repeat;
		background-position:5px 5px;
		padding-left:30px;
		display:block;
	}
	.recententries ul li .footer-rss a:hover{
		background-position:5px -24px;
		color:#FFFFFF;
	}
/*button ::-moz-focus-inner,input[type="reset"] ::-moz-focus-inner,input[type="button"]
    ::-moz-focus-inner,input[type="submit"] ::-moz-focus-inner,input[type="file"]>input[type="button"]
    ::-moz-focus-inner {
    border: none !important;
}*/

input[type="checkbox"]:focus,input[type="radio"]:focus {
    border-style: none !important;
    border: none !important;
}

* :focus {
    outline: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

#text_field{
}
#text_area{
}
h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	clear:both;
}
