
/*
Theme Name: JustInTime
Version: 1.8
Theme URI: http://www.justintime.sm
Description: Tema JustInTime costruito ad hoc, design by ZebraLab
Author: Giorgio Pezzi, Cristiano Leoni
Author URI: http://www.cristianoleoni.com

*/


body {
	margin-top: 0px;
	font-family: "Lucida Sans",Georgia, Verdana, Arial, Sans-Serif;
	color: #000000;
 	background: #fff;
}

#superwrap {
	width: 1124px;
	margin: 0 auto;
 	background: #fff url('images/ombra.jpg') repeat-y top center; 
}

#page {
	width: 980px;
	margin: 0 auto;
}


#header {
	width: 100%;
	height: 116px;
	background: #FFFFFF url('images/banner.jpg') no-repeat top left;
	}


.bloginfo {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;

	font-size: 400%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}


.description {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 150%;
	color: #FFFFFF;
	text-align: right;
}




#wrapper {
	width: 100%;
}


#content {
	width: 880px;
	padding-top: 20px;
	padding-left: 50px; /* 15px; */
	padding-right: 50px; /* 15px; */
	padding-bottom: 20px;
	background: #fff;
}

#content  ul li {
	list-style:disc url(images/disc.gif) outside;
	color: #000000;
	padding:0;
	margin-left: -1em;
	margin-top: .2em;
}

#pixopoint_menu1_wrapper {
	width:880px;
	margin-bottom: 10p;
	padding-left: 50px;
	padding-right: 50px;
	background: #fff;
}

#pixopoint_menu1 {
	width:880px;
}

.date { /* date & author */
	color : #194B6E;
	float:right;
	line-height:2.3em;
	margin:1.5em 0 5px 10px;
	padding-left:5px;
	border-left:1px solid silver;
	font-size:.8em;
	text-align:center;
	position:relative;
	right:0;
}

.date_day {
	display:block;
	font-size:3em;
	text-align:right;
}

.date_month {
	display:block;
	font-size:3em;
	text-align:right;
	font-weight:bold;
}

.date_year {
	display:block;
	font-size:1.4em;
	line-height:.9em;
}


#sidebar {
	float: left;
	width: 170px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	background: #000;
}

#sidebar .pagenav ul,#sidebar .categories ul{
	font-size: 0.8em;
}


#ombrasotto {
	width: 100%;
	height: 60px;
	padding: 0px;
	clear: both;
	background: #fff url('images/ombrasotto.jpg') no-repeat top center;
	color:#000;
}

#footer {
	width: 100%;
	height: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	clear: both;
	background: #000; /* url('images/') no-repeat bottom center; */
	color:#FFFFFF;
	border: none;
}

#footer a {
	color:#fff;  
}



A:link {text-decoration: none; color:#fff;}
A:visited {text-decoration: none; color:#fff;}
A:active {text-decoration: none; color:#f00;}
A:hover {text-decoration: underline; color: #f00; /* background-color:#; */ }

#content A:link {text-decoration: none; color:#f00;}
#content A:visited {text-decoration: none; color:#f00;}
#content A:active {text-decoration: none; color:#000;}
#content A:hover {text-decoration: underline; color: #000; /* background-color:#; */ }


h1 {
	font-size: 140%;
	font-color: #fff;
}

h2 {
	font-size: 130%;
	font-color: #fff;
}

h3 {
	font-size: 120%;
	font-color: #fff;
}



div.hr {
  	height: 2px;
	width: 80%;
  	/* background: #f00 url(images/) repeat-x center; */
}



small.commentmetadata {
	width: 400px;
}


#searchform input{
	background: #FFFFFF;
	color: #000000;
	padding:1px;
	border:1px outset #f00;
	width: 80px;
	
}

#searchform br {

	display:none;
}


hr {
	display: none;
}

#body_content {position: absolute;left: -10000px;};

/* Flags */

#flags {
	float: right;
	height: 32px;
	padding-left: 10px;
}

#flags img {	
	border-style: none;
	margin-left: 10px;
}

#flags ul li {
	float: right;
	display: block;
	list-style: none;
	padding-top: 6px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.ddfm p, .ddfm label {
	font-family: "Lucida Sans",Georgia, Verdana, Arial, Sans-Serif;
}

