/*  
Theme Name: AT Wordpress Theme
Theme URI: http://www.avventuretestuali.com
Description: avventuretestuali.com theme.
Version: 1.0
Author: Giovanni Riccardi
Author URI: http://www.composizioni.net

NOTE: Theme based on http://www.law-blog.de

*/

html, body {
	margin: 0;
	padding: 0;
}
 
body {
	background: #FFF url(gfx/sfondo1.jpg);
	/*font-family: verdana, sans-serif;*/
	font-family: georgia, times new roman, serif;
	color: #333; 
	font-size: 0.8em;
}

hr {
	display: none;
}

a, a:visited {
	color: #D9560F;
	text-decoration: none;
}

a:hover {
	color: #FFF; 
	background: #D9560F; 
	text-decoration: none;
}


img {
	float: left;
	margin: 0 10px 10px 0;
}

.nostyle {
	display: none;
}

/* HEADER */

#header {
	margin: 0;
	padding: 0;
	border-top: 4px solid #522F1C;
	text-align: center;
	padding-top: 4px;
}

#header h1 {
	margin: 0;
	padding: 0;
	line-height: 40px;
	color: #522F1C;
	font-family: georgia, times new roman, serif;
	font-size: 2.5em;	
	font-weight: normal;
}
		
#header h1 a,	#header h1 a:visited {
	text-decoration: none;
	color: #522f1c;
	background: none;
}

/* NAVBAR */

#navbar {
	line-height: 32px;
	background: #EDEFF4; /*#FEFBF5;*/
	color: #522F1C;
	margin-bottom: 20px;
	border-top: 1px solid #522F1C;
	border-bottom: 1px solid #522F1C;
	font-family: georgia, times new roman, serif;
	font-size: 1.2em;  
	text-align: center;
}

#navbar ul, #navbar ul li { 
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;
}

#navbar ul li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #522F1C;
}

#navbar ul li.last {
	padding-right: 0;
	border: none;
}

#navbar a, #navbar a:visited {
	color: #522F1C;
	text-decoration: none;
}

#navbar a:hover	{
	color: #FFF;
	background: #522f1c;
}


		
/* PAGE LAYOUT */

#page, #site_nav {
	width: 770px;
	margin: 0 auto;
}

#site_nav {
	font-size: 90%;
	margin-bottom: 20px;
	font-family: verdana, sans-serif;
	text-align: right;	
}

#adventures {
	width: 160px;
	float: left;
}

#content {
	width: 390px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	border-left: 1px solid #522F1C;
	border-right: 1px solid #522F1C;
}

#info {
	width: 160px;
	float: left;
}


#postpage #content {
	width: 560px;
	border-left: none;
}

#page404 #content, #articlepage #content {
	border: none;
	width: 770px;
}



#adventures, #info {

}

#adventures {
	text-align: center;
}

#adventures h2, #info h2 {
	margin: 0;
	font-size: 1.3em;
	font-family: verdana, sans-serif;
}

#adventures h3, #info h3 {
	font-size: 1em;
	margin-top: 30px;
	margin-bottom: 5px;
}

#adventures p, #info p, #adventures ul, #info ul{
	font-size: 0.9em;
	line-height: 1.8em;
}


#adventures p {
	margin-top: 0;
	font-style: italic;
}


#content .post, #content .notice, #content #commenti, #content #postcomment {
	margin-left: 15px;
	margin-right: 15px;
}

#content h2.archive {
	text-transform: uppercase;
	text-align: center;
	color: #522F1C;
	padding-bottom: 10px;
	margin: 0 30px 30px 30px;
	border-bottom: 1px solid #522F1C;
}

#content h3 {
	font-family: verdana, sans-serif;
	font-size: 1.5em;
	color: #522F1C;
	margin-top: 20px;
	margin-bottom: 0;
}

#content .post h2 {
	margin: 0;
	font-size: 1.3em;
}

#content .post h3 {
	margin-top: 0;
	font-size: 1em;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

#content .post h3 .time {
	font-weight: bold;
}

#content .post h3 .author {
	font-style: italic;
}

#content .post .text {
	margin-bottom: 20px;
	line-height: 1.8em;
}

#content .post .postmeta {
	font-family: verdana, sans-serif;
	/*text-align: right;*/
	font-size: 0.8em;
}

#content hr {
	width: 30%;
	display: block;
	color: #522F1C;
	height: 0;
	border: none;
	border-bottom: 1px solid #522F1C;
	text-align: center;
	margin-bottom: 50px;
}



#articlepage .post h2 {
	font-size: 2em;
	color: #522F1C;
	margin-bottom: 30px;
}

#articlepage .post h3 {
	font-size: 1.5em;
	margin-bottom: 0;
	margin-top: 20px;
}

#articlepage .post h4 {
	font-size: 1.2em;
	font-family: verdana, sans-serif;
	margin-top: 20px;
}

#articlepage .post h5 {
	font-size: 1.0em;
	font-family: verdana, sans-serif;
	margin-top: 20px;
}

#articlepage .post p {
	margin-top: 0;
	margin-bottom: 25px;
}


#info ul, #info ul li {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

#info ul, #info #searchform {
	margin-bottom: 20px;
}

#info #searchform p {
	margin: 0;
}

#info #searchform #s {
	width: 100px;
}

#info ul li {
	margin: 0 0 0 15px;
}

.notice {
	padding: 7px;
	border: 1px solid #522F1C;
	background: #EDEFF4; /*#FFF;*/
	text-align: center;
	margin: 0 0 30px 0;
}


/* COMMENTS */

#commenti {
	padding: 0;
	margin: 0 0 30px 0;
}

#commenti .comment, #commenti .firstcomment, #commenti .oddcomment {
	padding: 5px 0 5px 0;
}

#commenti .postmeta {
	font-style: italic;
	border-bottom: 1px solid #522F1C
}

#commenti .oddcomment, #commenti .firstcomment {
	background: #FFF;
	/*border: 1px solid #522F1C;*/
}


#commenti .oddcomment .postmeta, #commenti .oddcomment .text, #commenti .comment .postmeta, #commenti .comment .text, #commenti .firstcomment .postmeta, #commenti .firstcomment .text {
	margin: 0 5px 0 5px;
}



/* FOOTER */
#footer {
	height: 50px;
 	float: left;
	background: #FeFcF5;
	border-bottom: 4px solid #522f1c;
	border-top: 1px solid #522f1c;
 	margin: 30px 0 0 0;
	padding: 15px 0 0 0;
	width: 100%;
	text-align: center;
	line-height:150%;
}

#footer p {
	margin: 0;
	padding: 0 0 15px 0;
}


/* STILI PER LE IMMAGINI CON DIDASCALIE */

span.imgleft {
	float:left;
	margin: 0 10px 10px 0;
	display:block;
}

span.imgright {
	float:right;
	margin: 0 0 10px 10px;
	display:block;
}

span.imgleft img, span.imgright img {
	border: 0;
}

br.clear {
	clear: both;
}



