/*  
Theme Name: Travelgum
*/

body {
background: #c9e5fe;
margin-top:0;
font-size:62.50%;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	color: #1376ca;
}

.pagetitle {
	color: #1376ca;
}

a {
	text-decoration: none;
	color: #1376ca;
}
a:hover {
	color: #0d528d;
	text-decoration: underline;
}


#wrapper {
font-size:1.2em;
background: #ffffff url('images/back.png') center repeat-y;
width: 950px;
margin: 15px auto;
padding:0;
}
#header{
background: #ffffff;
padding:0px;
margin:0px;
}

#header img {
border: 0px;
}

#header a {
text-decoration: none;
}

#main{
width:950px;
}

#content{
width: 580px;
margin: 0 0 0 20px;
float:left;
}

#footer{
clear:both;
background: url('images/footer.png') center bottom no-repeat;
height: 150px;
}
#footer-text{
height: 40px;
padding-top: 100px;
padding-left: 250px;
}

#footer-text a {
text-decoration: none;
}

#footer-text img {
border: 0px;
}

#sidebar{
width:310px;
margin-left: 620px;
text-align: right;
}

#sidebar ol { 
	list-style : none; 
	}


#sidebar ul { 
	list-style : none; 
	}


#viaggi{
background: url('images/viaggi.png') right top no-repeat;
line-height: 2em;
padding-top: 60px;
}

#luoghi{
background: url('images/luoghi.png') right top no-repeat;
line-height: 2em;
padding-top: 60px;
}

#immagini{
background: url('images/immagini.png') right top no-repeat;
padding-top: 60px;
}

#immagini a img {
border: 0px;
padding: 4px;
}

#altro{
background: url('images/altro.png') right top no-repeat;
line-height: 2em;
padding-top: 60px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 560px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Verdana, 'Lucida Grande',  Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}