﻿/* --- dBlog 2.0 CMS Open Source --- */

/* --- generale --- */
/*   
Theme Name: Travelogue
Theme URI: http://svn.wp-themes.org/travelogue/
Description: Designed with a traveler in mind, or someone with a chronologically-based blog, this theme is attractive and customizable. Don't forget to change the picture in the polaroid!
Author: Josh Lyman
Author URI: http://www.podq.com/
Version: 0.1
.
Released under the GPL. The included font, "Dear Joe," is released by joebob of http://www.joebob.nl/, 
and is free to use for any purposes. The default picture supplied in the polaroid header image is 
copyrighted by Josh Lyman. I don't care if you keep it, but recommend you change it. And please don't 
take credit for it either! ;-) Have fun!.
.
*/

/* Color Schemes
   -------------
	Orange Dark: #AA3511
	Orange Light: #E0D3CD
	
	GreenBlue Dark: #618788
	Green Light: #D4DBD3
	Blue Light: #B6CAD1         */

body {
	background-image: url('gfx/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF; 
	margin: 0;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	
}

#polaroid {
	position:absolute;
	left:0px;
	top:0px;
	width:279px;
	height:285px;
	background:no-repeat;
	/* url('gfx/polaroid.jpg') */
}

#header-img {
	position:absolute;
	left:279px;
	top:0px;
	width:486px;
	height:184px;
}

#subheader {
	position:absolute;
	left:279px;
	top:184px;
	width:60%;
	height:101px;
	margin: 3px 5px 0 35px;
	font-size: x-small;
	font-weight: bold;
	color: #666666;
}
	
		#subheader #search {
			float: left;
			width: 45%;
		}
		
		#subheader #cats {
	float: right;
	width: 95%;
	font-size: x-small;
	overflow:hidden;

		}

#sidebar {
	position:absolute;
	left:0px;
	top:285px;
	width:279px;
	margin: 10px 0 5px 3px;
}

#content {
	/*position:absolute;
	left:279px;
	top:285px;
	margin: 10px 20px 10px 35px;
	padding: 0;*/
	right:0;
	margin: 285px 20px 10px 300px;
	padding:0;
	z-index:0;
}



.post {
	border-top: 1px #E0D3CD dotted;
	padding: 7px 3px 1px 4px;
}

.comments {
	margin: 0 0 5px 5%;
	padding-left: 8px;
	/*border-left: 3px #618788 solid;
	border-bottom: 1px #618788 solid; */
}

/* Text Styles */

h1, h2, h3 {
	font-weight: bold;
	color: #AA3511;
}

.post_head {
	margin-top:-19px;
}

p {
	font-size: .8em;
}

a:link {
	color: #191970;
	text-decoration: underline;
}

a:visited {
	color: #A52A2A;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #000055;
	text-decoration:none;
	border-bottom: 1px #E0D3CD dashed;
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
}
/* End Typography & Colors */

/* Calendar Styles */

#wp-calendar {
	border: 2px solid #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: smaller;
}

#wp-calendar caption {
	font: bold 1.2em 'Century Gothic', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #618788;
	color:#FFFFFF;
	border: 2px solid #333333;
	border-bottom: none;
	margin: 0 auto;
}

#wp-calendar tbody, #wp-calendar tfoot {
	background-color: #B6CAD1;
	padding: 0;
	margin: 0;
}

#wp-calendar th {
	padding: 0;
}

/* End Calendar Styles */

/* Postit Date */

.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #AA3511;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #A6A6A6;
		font-size: xx-large;
		font-weight: bold;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: smaller;
		width: 100%;
	}
	
.postmetadata {
	font-weight: bold;
}

/* End Postit Date */

/* Sidebar Styles 
#sidebar h3 {
	font-size: medium;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 10px 10px 5px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	font-size: smaller;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Sidebar Styles */

#sidebar ul {
	list-style-type: none;
	margin: 0 auto 5px 5px;
	font-size: smaller;
}

#sidebar ul li h3 {
	font-size: 1.35em;
}

#sidebar ul li ul li {
	list-style-type: square;
}

/* Seriously hacked out code for cool boxes */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17.5em; /* ems so it will grow */
	background: url('gfx/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%;
	text-align: left;
}

.boxhead {
	background: url('gfx/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h3 {
	background: url('gfx/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 8px 30px 8px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: .8em;
}

.boxbody {
	background: url('gfx/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 5px 10px 5px;
	font-size: x-small;
}
/*
TAG SPECIFICI DI DBLOG
*/

#dBlog { border:#cccccc 1px solid; padding:0; border-spacing:0; border-collapse:collapse; }
td.dBlog { padding:10px; vertical-align:top; text-align:left; }
td.dBlogLine { border-top:1px solid #cccccc; }
#mainTable { width:700px; border-spacing:0; border:0; margin:auto; background-color:#ffffff; }
td.mainTable { padding:15px; vertical-align:top; text-align:left; }
#mainHeader { width:680px; border:0; border-spacing:0; padding:0; background-color:#ffffff; }
#mainHeaderLeft { width:440px; padding-right:10px; vertical-align:top; text-align:left; }
#mainHeaderRight { width:200px; padding-left:10px; vertical-align:top; text-align:left; }
#mainHeaderDivider { width:10px; background-color:#dedfde; }
#didascalia { font-size:8pt; }
#didascalia span { font-style:italic; }
#virgoLeft { font-family:georgia,serif; font-style:italic; font-size:42px; }
#virgoIn { font-size:8pt; font-style:italic; }
#virgoRight { font-family:georgia,serif; font-style:italic; font-size:42px; text-align:right; }
#mainContent {
	width:680px;
	border:0;
	border-spacing:0;
	padding:0;
	font-size: 10px;
	color: #000000;
}
#mainContentLeft { width:500px; padding:0; padding-right:5px; vertical-align:top; text-align:left; }
#mainContentRight { width:195px; padding:0; padding-left:5px; vertical-align:top; text-align:left; }
#mainContentDivider { width:5px; background-image:url('/dblog/template/standard/gfx/puntini_v.gif'); }
#briciole { margin-bottom:1em; }
#briciole a { margin-bottom:1em; color:navy;}
#briciole span { font-weight:bold; }
#intro { text-align:justify; }
#footer { width:700px; background-color:#f7f7f7; }
#footerLeft { float:left; font-size:8pt; }
#footerRight { float:right; font-size:8pt; }


/* --- elementi --- */
.giustificato{
	border: 2px dashed #CCCCCC;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	 font-size: 1.2em
}


.TrailerGiustificato{
	border: 2px dashed #CCCCCC;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #F2F2F2;
	display: block;
}

.centrato { text-align:center; }
.piccolo {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.right { text-align:right; }
.evidenziato { background-color:#FFFF00; font-style:italic; }
.explain { font-style:italic; }
.divider { margin-top:1em; border-top:1px dashed #cccccc; }
.linklog { }
.sopra {
	margin-bottom:1em;
	background-color:#F5F5F5;
	font-family: Tahoma, sans-serif, Verdana;
	font-size: medium;
	font-weight: bold;
}
.sotto { margin-top:1em; margin-bottom:1em; background-color:#FAFAF5; }
.titolo {
	margin-bottom:1em;
	font-weight:bold;
	font-size:14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fleft { float:left; }
.fright { float:right; padding-left:5px;}
.pagine { text-align:center; }
.pagine span { font-weight:bold; }


/* --- commenti --- */
.compari { margin-top:1em; margin-bottom:1em; background-color:#fcfcfc; padding:7px; }
.comdispari { margin-top:1em; margin-bottom:1em; background-color:#f3f3f3; padding:7px; }
.comtitolo { }
.comtesto { margin-top:0.5em; margin-bottom:0.5em; padding-left:0.5em; }
.comautore { padding-left:0.5em; font-size:8pt; }
.formcommenti { width:380px; margin:auto; }
.formpopcommenti { width:280px; margin:auto; }


/* --- popup --- */
#mainPopup { width:320px; border-spacing:0; border:0; margin:auto; background-color:#ffffff; }
td.mainPopup { padding:15px; vertical-align:top; text-align:left; }
#popupContent { width:320px; border:0; border-spacing:0; padding:0; }
#popupContentLeft { width:320px; padding:0; padding-right:5px; vertical-align:top; text-align:left; }


/* --- autori.asp --- */
.fotoautore { margin-top:1em; margin-bottom:4em; }
.elencoautori li { margin:0.5em; }


/* --- foto.asp --- */
.foto { padding:7px; margin-top:1em; margin-bottom:4em; text-align:center; background-color:#fbfbfb; }
.elencofoto li { margin:0.5em; }


/* --- sondaggi.asp --- */
.sondaggio { text-align:center; }
.insondaggio { margin:auto; padding:5px; width:280px; text-align:left; background-color:#fbfbfb; }
.sondaggio table { width:280px; }
.sondaggio td { text-align:center; vertical-align:bottom; }
.sondaggio td img { width:10px; }

/* --- stampa.asp --- */
#mainContentPrint {
	width:680px;
	padding:0;
	vertical-align:top;
	text-align:left;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* --- 404.asp --- */
#form404 { text-align:center; }


/* Trailer esterno*/
#TrailerEXTLink a:link {
	color: #FF0000;
	text-decoration: underline;
	font-family: "Courier New", Verdana, Tahoma;
	font-size: medium;
	font-style: normal;
	letter-spacing: .25em;
}

#TrailerEXTLink a:visited {
	color: #FF0000;
	text-decoration: underline;
	font-family: "Courier New", Verdana, Tahoma;
	font-size: medium;
	font-style: normal;
	letter-spacing: .25em;
}

#TrailerEXTLink a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: "Courier New", Verdana, Tahoma;
	font-size: medium;
	font-style: normal;
	letter-spacing: .25em;
	font-weight: bold;
	border: 1px dashed #FFCC00;
	padding: 3px;
}


/* --- moduli --- */
.modulo {  }
.modtitolo { margin-top:0.5em; margin-bottom:1em; text-align:left; }
.modcontenuto { font-size:10pt;  }
.modcontenuto form { margin:0; }
.feed { text-align:center; font-size:8pt; }
.tempoesec { text-align:center; font-size:8pt; }
.utentionline { text-align:center; font-size:8pt; }
.utentionline span { font-weight:bold; }

.calendario { border-collapse:collapse; border-spacing:0; margin:auto; width:182px; text-align:center; border:1px solid #cccccc; }
.calendario td { width:26px; height:26px; text-align:center; }
.calendario td.wide { width:130px; height:26px; text-align:center; }
.calendario td a { font-weight:bold; }
.calendario .giorni td { font-weight:bold; font-size:8pt; background-color;#ffffff; }
.calendario .scuro { background-color:#f3f3f3; }
.calendario .chiaro { background-color:#fcfcfc; }
.calendario .oggi { background-color:#CCCCCC; }

/*Trackback */
#TBdalsito_gen{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #000000;
	border: 1px dotted #AFAA9E;

}
#TBdalsito_tab{

}

#TBdalsito_titolo{
	font-size: medium;
	font-weight: bold;
	color: #003333;

}

#TBdalsito_avvertenze{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #000066;

}

#TBdalsito_disclaimer{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #CC3300;
	border: 1px dashed #CC6600;
	padding: 5px;
}


#adsensefooter{
	background-color: #F3F3F3;
	border: 2px dashed #003366;
}


#footer {
	text-align: left;
	font-size:.7em;
	border: 1px solid #D4DBD3;
	width:99%;
	height:99%;
}

/*Disattivazioni*/
.modtitolo {
	display: none;
}
