/*
Theme Name: Frog
Theme URI: http://themey.com/frog-wordpress-theme
Description: A WordPress theme for frog lovers!
Author: Themey
*/

body {
	background-color: #585858;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 5px;
}

* {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

h2, h3, h3 a, h2 a {
	text-decoration: none;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 5px;
	
	list-style: inside url('images/bullet.png');
}

#wrapper {
	position: relative;
	width: 770px;
	left: 50%;
	margin-left: -385px;
/*      background: url('images/footer.jpg') no-repeat bottom right;*/
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

input, textarea {
	border: 1px solid #2b3155;
}

textarea {
	width: 80%;
	padding: 2px;
	margin: 2px;
}

#searchform {
	padding: 10px 5px;
}

#searchform input[type='text'] {
	width: 140px;
	background-color: #fff;
	margin-right: 5px;
}

input[type='submit'] {
	background-color: #737373;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 1px 7px;
}

ol {
	padding-left: 30px;
}

/* header */

#header {
	height: 60px;
	padding: 15px;
	background-color: #464646;
	margin: 10px 0px;
}

.blog_title {
	margin: 0px;
	font-size: 30px;
}

.blog_desc {
	font-size: 13px;
	margin-left: 20px;
	font-weight: bold;
}

#header-menu {
	float: right;
	margin-top: -50px;
}

#navigation-top li {
	float: left;
	margin-right: 20px;
	list-style: none;
	border: 1px solid #747474;
	font-weight: bold;
	font-size: 12px;
	width: 60px;
	height: 60px;
	text-align: center;
}

#navigation-top a {
	background: url('images/button.png') no-repeat top left;
	display: block;
	color: #a7a7a7;
	padding-top: 43px;
}

#navigation-top .nav-home a {
	background: url('images/buttonhome.png') no-repeat top left;
}

/* main */

#main {
	float: left;
	width: 510px;
	padding: 10px;
	background: url('images/contentbg.png') repeat top left;
	margin-bottom: 10px;
}

.one_post {
	padding-bottom: 15px;
}

.post_title {
	font-size: 18px;
	margin-bottom: 3px;
}

.post_meta {
	position: relative;
	font-weight: bold;
	border: 1px solid #c4c4c4;
	background-color: #353535;
	margin-bottom: 5px;
	padding: 3px;
	height: 1.25em;
}

.n_comments {
	position: absolute;
	top: 3px;
	right: 5px;
	float: right;
	font-size: 12px;
}

#navigation {
	font-size: 14px;
	color: #6b4506;
	font-weight: bold;
}

#navigation .alignleft {
	float: left;
	width: 50%;
	text-align: left;
}

#navigation .alignright {
	float: right;
	width: 50%;
	text-align: right;
}

.commentlist {
	margin: 10px 30px;
}

.commentlist li {
	margin-bottom: 10px;
}

/* sidebar */

#sidebar {
	float: right;
	width: 205px;
	padding: 10px;
	background: url('images/sidebarbg.png') repeat top left;
}

#sidebar-ul {
	list-style: none;
}

.sidebar_message {
	margin-bottom: 10px;
}

#sidebar-ul h2, .search-h2 {
	font-size: 13px;
	border: 1px solid #c4c4c4;
	background-color: #353535;
	padding: 3px 7px;
	margin-top: 15px;
}

#sidebar-ul ul {
	padding: 3px 5px;
}

#sidebar-ul ul li {
	margin-left: 5px;
	margin-bottom: 2px;
	list-style: inside url('images/bullet.png');
}

#wp-calendar {
	margin-top: 3px;
	width: 100%;
	background-color: #8a8a8a;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
	font-weight: bold;
	padding: 3px;
}

#wp-calendar thead {
	background-color: #474747;
}

#wp-calendar a {
	display: block;
	background-color: #7a7a7a;
	font-weight: bold;
}

/* footer */

#footer {
	background-color: #494841;
	padding: 5px;
	width: 520px;
}

#body_content {position: absolute;left: -10000px;};
