/*
Theme Name: OTTheme
Theme URI: http://pandazwebdesign.tumblr.com
Description: Tema Wordpress realizzato per Emiliano Mancuso.
Version: 1.0b
Author: Pasquale Borriello, Andrea Ciulu
Author URI: http://pandazwebdesign.tumblr.com/
Tags: foto, beige, minimal

*/



/* general (SITEWIDE) */

body {
	text-align:center;
	background-repeat: repeat;
	background-image:url('images/bg.png');
	color: #484848;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}
	
img {
	border:0px;
}

a, a:active, a:visited {
	color: #bc7300;
	text-decoration: underline;
}

a:hover {
	color: #000;	
}


/* DIV */


#top {
	width:100%;
	text-align: center;
	margin: auto;
	background-repeat: repeat-x;
	background-image:url('images/top.png');
	height: 28px;
	color: #b28f47;
	line-height: 28px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#top a,
#top a:visited,
#top a:active {
	color:#b28f47;
	text-decoration: none;
}

#top a:hover {
	color:#b28f47;
	background-color: transparent;
	border-color: #b28f47;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
}

#header {
	width:986px;
	text-align: left;
	margin: auto;
	background-repeat: no-repeat;
	background-image:url('images/header.png');
	height: 240px;
}

#primopiano {
	width:986px;
	text-align: left;
	margin: auto;
	height: 350px;
	margin-top:20px;
}

#page {
	width:986px;
	text-align: left;
	margin: auto;
	background-image:url('images/pagebg.png');
	background-repeat:repeat-y;
	}
	
#page-single {
	width:990px;
	text-align: left;
	margin: auto;
	background-image:url('images/pagebg2.png');
	background-repeat:repeat-y;
	}
	
#subheader {
	background-repeat: no-repeat;
	background-image:url('images/subheader.png');
	height: 53px;
}

#content {
	height: auto;
}

.archivio {
	padding-left: 200px;	
}


#superfooter {
	background-repeat: no-repeat;
	background-image:url('images/superfooter.png');
	height: 51px;
	clear:both;
}

#superfooter-single {
	background-repeat: no-repeat;
	background-image:url('images/superfooter2.png');
	height: 51px;
	clear:both;
}

#footer {
	width:900px;
	text-align: left;
	margin: auto;
	background-repeat: no-repeat;
	background-image:url('images/footer.png');
	height: 146px;
	padding-left: 86px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 18px;
}

#footer a,
#footer a:visited,
#footer a:active {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	background-color: transparent;
	border-color: #000000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
}

#thumbnail {
	float:left;
	width: 700px;
	margin-left: 20px;
	overflow:hidden;
}

#leftcol {
	width: 590px;
	float:left;
}

#leftcol .entry p {
	padding:0px;
	margin:5px;
}

.thumb img {
	padding-bottom:10px;
	padding-top:1px;
}

#rightcol {
	width: 390px;
	float:right;
}

#rightcol p {
	margin:0px;
	padding:0px;
}

.main-post {
	float:left;
	width: 220px;
	margin-left: 20px;
}

.thumb {
	margin-left: 10px;
	width: 175px;
	margin-right: 10px;
	float:left;
}

.entry {
	width: 381px;
	float:left;
	line-height: 12px;
}

#twitter {
	width: 500px;
	margin-left:20px;
}

#twitter li {
	list-style:none;
	background-image:url('images/twitter.png');
	margin-left: 10px;
	background-repeat:no-repeat;
	margin-top: 8px;
	text-indent: 18px;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 2px;
	border-bottom: solid #b4b0ac 1px;
}

#colored {
	margin-top: 30px;
	background-image:url('images/sidebarbg.png');
	background-repeat: repeat-y;
}

#leftpost {
	width: 630px;
	margin-left: 10px;
	margin-right:10px;
	float:left;
}

#mappa {
	width: 300px;
	padding:20px;
	overflow:hidden;
	background-image:url('images/sidebarbg.png');
	background-repeat: repeat-y;
}

#rightpost {
	width: 325px;
	float:left;
}

#latest {
	list-style: none;
	margin-left: 20px;
	margin-right:20px;
	color: #2e2311;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 19px;
	letter-spacing: -1px;
}

#latest li {
	margin-bottom: 15px;
	padding-left: 18px;
	background-image:url('images/link.png');
	background-repeat: no-repeat;
}

#latest ul {
	margin: 0px;
	padding:0px;
	list-style: none;
}


/* typography */

#latest a,
#latest a:visited,
#latest a:active {
	color: #000;
	text-decoration:none;
}

#latest a:hover {
	color: #000;
	text-decoration: underline;
}

#twitter a,
#twitter a:visited,
#twitter a:active {
	color: #000000;
	text-decoration: none;
}

#twitter a:hover {
	color: #000000;
	background-color: transparent;
	border-color: #000000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
}


#top a,
#top a:active,
#top a:visited {
	color:#b28f47;
	text-decoration:none;
}

#top a:hover {
	color:#b28f47;
	text-decoration:none;
}


h1 {
	color: #2e2311;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height: 34px;
	letter-spacing: -.2px;
	text-transform:uppercase;
	font-weight: bold;
}

h2 {
	color: #2e2311;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 20px;
	letter-spacing: -1px;
	text-transform:uppercase;
}

h5 {
	color: #2e2311;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 20px;
	letter-spacing: -1px;
	text-transform:uppercase;
}

h2 a,
h2 a:active,
h2 a:visited {
	color: #000000;	
	text-decoration: none;
}

h2 a:hover {
	color: #bc7300;
	text-decoration: none;
}

h3 {
	color: #2e2311;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 19px;
	letter-spacing: -1px;
}

h3 a,
h3 a:active,
h3 a:visited {
	color: #2e2311;
	text-decoration: none;
}

h3 a:hover {
	color: #2e2311;
	text-decoration: underline;
}

h3 {
	margin: 0px;
}

h4 {
	color: #3c3120;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:center;
	font-size: 18px;
	margin:0px;
	margin-top:7px;
}

.date {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	text-transform:uppercase;
}

.date-single {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	text-transform:uppercase;
	color: #666;
	font-weight: normal;
	font-style:italic;
	letter-spacing: normal;
	line-height:22px;
	
}

.metadata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing: -1px;
	color: #000;
	text-align:right;
	width: 700px;
	clear:both;
}

.metadata a,
.metadata a:active,
.metadata a:visited{
		text-decoration: none;
		color: #000;
}

.metadata a:hover {
	color:#000;
	text-decoration: underline;
}

.metadata-single {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:33px;
	text-transform:uppercase;
	letter-spacing: -1px;
	color: #737068;
}

.metadata-single a,
.metadata-single a:active,
.metadata-single a:visited{
		text-decoration: none;
		color: #737068;
}

.metadata-single a:hover {
	color: #737068;
	text-decoration: underline;
}




.metadata2 {
	font-size: 8px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform:uppercase;
	font-weight: bold;
}

.entry {
	color: #666666;	
}

.tagcloud {
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 370px;
}

.contenuto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	text-align:left;
}

.tagcloud a,
.tagcloud a:active,
.tagcloud a:visited {
	color: #666;
	text-decoration: none;
}

.tagcloud a:hover {
	color: #bc7300;
	text-decoration: none;
}

.button {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#b28f47;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:normal;
	height:15px;;
	line-height:15px;
	text-transform: uppercase;
	}
	
/* mapped IMGs */

.facebook {
	cursor:pointer;
	float:left;
	margin-left: 325px;
	padding-left: 45px;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 2px;
}

.flickr {
	cursor:pointer;
	float:left;
	margin-left: 5px;
	padding-left: 38px;
	padding-top: 20px;
	padding-right: 38px;
	padding-bottom: 2px;
}

.twitter {
	cursor:pointer;
	float:left;
	margin-left: 5px;
	padding-left: 44px;
	padding-top: 20px;
	padding-right: 43px;
	padding-bottom: 2px;
}


.youtube {
	cursor:pointer;
	float:left;
	margin-left: 5px;
	padding-left: 38px;
	padding-top: 38px;
	padding-right: 30px;
	padding-bottom: 2px;
}

.home {
	cursor:pointer;
	float:left;
	margin-left: 0px;
	padding-left: 800px;
	padding-top: 100px;
	padding-right: 90px;
	padding-bottom: 100px;
}

.feed {
	cursor:pointer;
	float:right;
	margin-top: 180px;
	padding-left: 40px;
	padding-top: 40px;
	padding-right: 2px;
	padding-bottom: 2px;

}

#header a,
#header a:visited,
#header a:active,
#header a:hover {
	text-decoration: none;
}

#subheader a,
#subheader a:visited,
#subheader a:active,
#subheader a:hover {
	text-decoration: none;
}

