/*
Theme Name: Dog Club
Theme URI: http://www.lenus.it/
Description: Dog CLub WP Theme.
Version: 1.0
Author: Lenus Media Agency
Author URI: http://lenus.it/

*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: green;
}

body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: center;
	background: #6d9408 url('images/bg-main.gif') repeat-x;
}


.wrapper {
	background: url('images/bg-wrapper.png') no-repeat top center;
}

.wrapper-footer {
	/*background: #000 url('images/bg-wrapper-footer.png') no-repeat top center;*/
	background: #000;
}


#container {
	background: #fff;
	width: 900px;
	text-align: justify;
	margin: 0 auto;
}

#header {
	background: #fff url('images/bg-header.gif') no-repeat;
	height: 180px;
}

#header #logo {
	float: left;
	width: 300px;
}


#header #logo img {
	border: 0;
	margin: 0 0 0 20px;
}

#header #back {
	width: 600px;
	float: left;
}

#header #back .link {
	background: url('images/bg-link.gif') no-repeat center top;
	width: 300px;
	float: left;
	text-align: center;
	line-height: 30px;
}


#header #back .link a {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-decoration: none;
}

#header #back .search {
	height: 40px;
	background: url('images/bg-search.png') no-repeat center;
	float: left;
	width: 300px;
	text-align: center;
}
	
#header #back .search input {
	padding: 0 0 0 45px;
	overflow: hidden;
	width: 280px;
	border: 0;
	margin: 12px 0 0 0;	
	background: transparent;
}

#header #banner {
	min-height: 100px;
	float: left;
	width: 600px;
	text-align: center;
}

#header #banner img.bb {
	margin: 10px 0 0 0;
}

#header #banner img { 
	border: 0;
}


#main {
	padding: 10px 0;
	clear: both;
	display: block;
}

#main #content {
	border-right: 1px solid #cedeef;
	width: 620px;
	float: left;
}

#main #content h2 { 
	font-family: "Lucida Sans", Arial, sans-serif;
	margin: 0 0 2px 0;
	color: green;
}

#main #content h2 a {
	text-decoration: none;
	color: green;
}

.testo {
	margin: 10px 0;
	font-size: 14px;
	font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

.testo p {
	margin: 0 0 5px 0;
}

.title {
	clear: both;
}

.title .dbox {
	text-align: center;
	font-family: "Lucida Sans", verdana, sans-serif;
	background: url('images/calendario.png') no-repeat top center;
	font-weight: bold;
	float: left;
	width: 50px;
	overflow: hidden;
	height: 40px;
	padding: 18px 0 0 0;	
}

.postmeta {
	border-bottom: 3px solid #ffce6f;
	padding: 3px;
	background: #ffda92;
	clear: both;
	display: block;
	margin: 0 0 20px 0;
}

.postmeta a {
	color: green;
}

h1 {
	font-size: 20px;
	color: #0c4e88;
}

.title .dbox span {
	font-size: 11px;
	color: #0c4e88;
	text-transform: uppercase;

}


.title .rbox {
	margin: 0 0 0 10px;
	float: left;
	width: 540px;
} 

.date {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #111;
	padding: 3px;
	background: #ffda92;
}

.margin {
	margin: 5px 10px;
}


#main #sidebar { 
	min-height: 600px;
	border-right: 1px solid #cedeef;	
	width: 270px;
	float: left;
}

#main #sidebar h2 {
	margin: 0 0 1px 0;
	color: green;
	font-family: "Lucida Sans", arial, verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold; 
}

#main #sidebar ul {
	margin: 0 0 20px 0;
	border-bottom: 1px solid green; 
	list-style-type: none;
}

#main #sidebar ul li {
	padding: 5px 0;
}

#main #sidebar ul li a {
	color: green;
	text-decoration: none;
}

#main #sidebar ul li a:hover {
	color: green;
	text-decoration: underline;
}


span.clear {
	clear: both;
	display: block;
}

#footer {
	overflow: hidden;
	margin: 0 auto;
	width: 900px;
	height: 100px;
	/*background: url('images/bg-footer.gif') repeat-x;*/
	background: #000;
}

#footer .copy {
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 15px 0 0 0;
}

#footer .copy  p {
	margin: 0 5px 0 10px;
}


#footer .dog {
	height: 100px;
	float: right;
	width: 200px;
	background: url('images/dog.gif') no-repeat right;
}

#respond form input {
	margin: 5px 0;
}

#footer ul {
	margin: 5px 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin: 0 20px 0 0;	
}

#footer ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

ol {
	list-style-type: none;
}

.commentlist li {
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}