/*
Theme Name: Froggy
Theme URI: 
Description: Dive club
Author: DoZ
Author URI: http://www.dozarte.com

/*-----------Block Level Elements--------------*/

.pagetitle {
color: #03c;
}

.nocomments {
font-size: 9px;
}

img {
border: 0;
}

Body {
	margin: 0 auto; 
	padding: 0;
	font-family: Arial, Tahoma, San serif;
	font-size: 13px;
	color: #333;
	background-color: #1d3288;
}

a {
	color: #03c;
	text-decoration: none; 
}
a:hover { 
	color: #f00; 
}

#page {
	width: 776px;
	margin: 0 auto; 
}

#header a {
	color: #fff;
}

#header {
	width: 100%;
	height: 200px;
	background: url(images/header.jpg) no-repeat;
}

#headerimg {
	padding-top: 10px;
	padding-left: 14px;
	padding-bottom: 50px;
	text-indent: -9999em;
}

#headerimg h1 {
	margin-bottom: 0px;
	font-size: 34px;
	font-weight: normal;
}

#headerimg .description {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#wrapper, #wrapper_top {
	width: 100%;
	overflow: auto;
	background: url(images/body_top.jpg) no-repeat;
}

#wrapper_top {
	background: url(images/body_bg.gif) repeat-y;
}

#wrapper_bottom {
	background: url(images/body_bottom.jpg) no-repeat;
	height: 30px;
}

#content {
	float: right;
	width: 474px;
	margin-right: 30px;
	padding-top: 20px;	
}

* html #content {
	margin-right: 15px;
}

#sidebar {
	width: 186px;
	margin-left: 36px;
	margin-right: 524px;
}

#footer {
	width: 100%;
	clear: both;
	height: 390px;
	background: url(images/footer.jpg) no-repeat;
	color: #fff;
	padding-left: 14px;
	font-size: 10px;
	font-family: Verdana, Arial, San serif;
	text-align: right;
}
#footer a , #footer a:hover {
color: #fff;
}

/*-------------Headings-------------*/

h2 {
	color: #e43803;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*------------- Post-------------*/

.entry {
	font-family: Georgia, Tahoma, Arial, San serif;
	/*padding-top: 8px;*/
	margin-top: 15px;
	text-align: justify;
	padding: 5px 15px 0px 15px;
}

.postmetadata {
	padding-top: 8px;
	padding-left: 21px;
display:none;
}



.entry .postmetadata {
	padding-left: 0;
}

.navigation {
	padding-bottom: 10px;
}

/*--------------Sidebar------------*/

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul h2 , #sidebar ul h2 a{
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 25px;
	background-color: #1D3288;
	padding: 2px;
	color: #fff;
	text-align:right;

}

#sidebar ul ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

#sidebar ul ul li a {
	color: #000;
	text-decoration: none;
}
#sidebar ul ul li a:hover {
	text-decoration: underline;
	}
	
#sidebar li a:hover{
}

	
/*--------------Search Form-------------*/

#searchform #s {
	width: 120px;
	height: 14px;
	border: 1px solid #039;
}

#searchsubmit {
	width: 61px;
	height: 17px;
	background: url(images/button_go.gif) no-repeat;
	border: 0;
}

/*-------------Other------------------*/

.post {
	padding-bottom: 50px;
}

.post_title {
	background: url(images/pesce.gif) no-repeat left center;
	padding-left: 105px;
}

.post_title .time ,
.post_title .author {
	color: #777;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.post_title h2 , .post_title h2 a {
	color: #000;
	font-size: 25px;
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 1px 0;
}

div.hr {
	/* background-image: url(images/pesce2.gif); */
	background-image: url(images/animated_dive_flag.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 69px;
	width: 443px;
	border: 0 none;}
div.hr hr {
    display: none;
} 

#search_box {
	padding-top: 30px;
	padding-right: 50px;
	text-align: right;
}

* html #search_box {
	padding-top: 8px;
}