/*  
Theme Name: Colloquia Multimedia
Theme URI: http://wordpress.org/
Description: First attempt
Version: 0.1
Author: Sato Oi
Author URI: 

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	/*background: #d5d6d7 url('images/kubrickbgcolor.jpg');*/
	background-color:#FFFFFF;
	color: #333;
	text-align: center;

	}

#content {
	display:inline;
	float:center;
	font-size: 1.2em;
	
}


.widecolumn .entry p {
	font-size: 1.05em;
	}
.narrowcolumn .entry p strong{
	font-size:1.3em;
	font-variant:small-caps;
}
	
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top; */
	border: none;
margin: 5% 0% 0% 0%;
width: 100%;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;

	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	/*padding-left:10px;*/
	}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	font-weight:bold;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
}

h2 a:hover, h3 a:hover {
	color: #D4312A;
	text-decoration: none;
	}
a {
	font-weight:normal;
	text-decoration:none;
	color:#FE9915;
}
a:hover {
	color: #666666;
	text-decoration: none;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0; 
	}
	
#wrapper {
	background: #FFFFFF url(images/fascia.jpg)  top left repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 90%;
	text-align: left;
	height: auto !important;  /* per i browser moderni */
    height: 400px;      /* per IE5.x e IE6 */
    min-height: 400px;  /* per i browser moderni */
}
	
#header {
	margin: 0 auto; 
	padding: 0; 
	height: 146px; 

	text-align:left;
}

#headerimg 	{ 
	width: 760px; 
	margin: 0 auto;
} 

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
	
#header h1{
	display:inline;
	float:left;
/*	background: url(images/logo.gif) no-repeat top left;*/
	text-align: left;
	font-size: 1.8em;
	height:144px;
	margin:0;
	padding:0;
        
	/*border:#FF0000 1px solid;*/
}

#header h1 a {
/*	display:block;
	text-indent: -1000px;*/
	height: 144px;
	border-bottom: none;
}

#lang{
	padding:6px 0 0 0 ;
	display:inline;
	float:left;
}

#lang ul {
	margin:0;
	padding:0;
	list-style:none;
	
}
#lang li{
	margin-bottom:7px;
	list-style:none;
}

#lang ul li a{
	display:block;
	width:51px;
	margin:2px 0 2px 0;
	padding:2px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-weight:normal;
	font-size:1em;
}

#lang ul li a:hover{
	background-color:#FF9900;
}

#link_home a{
	display:inline;
	float:left;
	margin-top:12px;
	font-size:0.9em;
	color:#FF9900;
	text-decoration:underline;
}
#link_home a:hover{
	color:#CCCCCC;
}

#imag{
	width:544px;
	height:50px;
	display:inline;
	float:left;
	margin-top:8px;
}

#navbar{
	float:right;
	text-align:right;
	padding-top:20px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
   /*border:#FF0000 1px solid;*/
  /*border-bottom: #A0A0A0 1px solid;*/
	  background:url(images/bordo_footer.gif) bottom repeat-x;
	  width:630px;
}

#navbar ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navbar ul li.pagenav ul{
	   /* background-color:#333333;
	    border-top: #D4312A 2px solid;*/
		height:23px;		
}

#navbar ul li.pagenav ul li{
	display: inline;
	list-style:none;
	padding:0;
	margin:0;
}

#navbar ul li.pagenav ul li a{
	position:relative;
	display: inline;
	padding: 4px 4px 8px 22px;
    color:#A0A0A0;	
	top:3px;
	font-weight:bold;
	/*border:#FF0000 1px solid;*/
}

#navbar ul li.pagenav ul li a:hover{
    color:#FF9900;
	text-decoration:none;
}

#navbar ul li.pagenav ul li.current_page_item a{
	color:#FF9900;
	text-decoration:none;
}

.narrowcolumn {
	display:inline;
	padding: 0 0 20px 15px;
	margin: 0px 0 0;
	width: 760px;
	float:left;
	position:relative;
	/*border:#0000FF 1px solid;*/
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 10px;
	width: 450px;
	}
.post {
	margin: 40px 0 40px;
	text-align: left;
	color:#FFF;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	/*float: left;*/
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#navbar_de{
	float:right;
	text-align:right;
	padding-top:20px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
   /*border:#FF0000 1px solid;*/
  /*border-bottom: #A0A0A0 1px solid;*/
	  background:url(images/bordo_footer.gif) bottom repeat-x;
	  width:630px;
}

#navbar_de ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navbar_de ul li.pagenav ul{
	   /* background-color:#333333;
	    border-top: #D4312A 2px solid;*/
		height:23px;		
}

#navbar_de ul li.pagenav ul li{
	display: inline;
	list-style:none;
	padding:0;
	margin:0;
}

#navbar_de ul li.pagenav ul li a{
	position:relative;
	display: inline;
	padding: 4px 4px 8px 13px;
    color:#A0A0A0;	
	top:3px;
	font-weight:bold;
	/*border:#FF0000 1px solid;*/
}

#navbar_de ul li.pagenav ul li a:hover{
    color:#FF9900;
	text-decoration:none;
}

#navbar_de ul li.pagenav ul li.current_page_item a{
	color:#FF9900;
	text-decoration:none;
}

.narrowcolumn {
	display:inline;
	padding: 0 0 20px 15px;
	margin: 0px 0 0;
	width: 760px;
	float:left;
	position:relative;
	/*border:#0000FF 1px solid;*/
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 10px;
	width: 450px;
	}
.post {
	margin: 40px 0 40px;
	text-align: left;
	color:#FFF;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	/*float: left;*/
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


#footer {
	background:url(images/bordo_footer.gif) top repeat-x;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height:61px;
	clear: both;
	color:#CCCCCC;
	}

#footer p {
	width:740px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	}
/* End Structure */

#footer a{
	color:#A0A0A0;
}

#footer a:hover{
	text-decoration:none;
	color:#FE9915;
}


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 8px;
	/*margin: 5px;*/
	/*border:#999999 thin solid;*/
	}

/*	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 {
display:inline;
	float: right;
	margin:0 0 0 20px;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 


	
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
	

html>body .entry li {
	margin: -15px 0 8px 10px;
}
*/	
.entry ul{
	display:inline;
	float:left;
	clear:left;
	color:#A0A0A0;
	/*
	list-style-type:disc;
	list-style:outside;
	list-style-image:url(images/bullet.gif);
	*/
	margin: 30px 0 0 0;
}
.entry blockquote{
	display:inline;
	float:left;
	clear:left;
	color:#A0A0A0;
	margin: 10px 0 0 0;
	padding:0;
}
.entry table{
	display:inline;
	float:left;
	clear:left;
	color:#A0A0A0;
	margin: 10px 0 0 0;
	padding:0;
}
.entry table td{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
}

.entry table strong{
color:#FE9915;
}

.entry blockquote em{
	font-variant:normal;
	font-style:normal;
	font-weight:bold;
	color:#FE9915;
	display:block;
	border-bottom:#CCCCCC 1px solid;
	margin:20px 0 20px 0;
	padding-bottom:5px;
	width:550px;;
}
.entry strike{
	text-decoration:none;
	color:#FE9915;
	font-weight:bold;
	width: 180px;
	display:inline;
	float:left;
	clear:left;
	padding-right:5px;
	border-bottom:#CCCCCC 1px solid;
}

.entry p.press{
	margin:0px 15px 30px 0px;
	padding:7px 0 0 190px;
}

.entry ul li{
	margin:0;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* 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 */



/* Begin Sidebar */
#sidebar{
	float:left;
	margin:0 20px 0 10px;
	padding: 10px 0 10px 0;
	width: 190px;
	/*border:#D4312A 1px solid;*/
	text-align:left;
	height:165px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar p.sidebar_title a{
	font-size:1.1em;
	color:#D4312A;
	padding:0 0 0 10px;
}

#sidebar p.sidebar_title a:hover{
	text-decoration:none;
	color:#000000;
}

#sidebar form {
	margin: 0;
}

#sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#fff;
	margin: 4px 0 2px 0;
	padding: 0;
}

#sidebar ul{
	margin:0;
	padding:0;
	font-size:0.8em;
}

#sidebar ul li{
    list-style-type: none; 
    list-style-image: none; 
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
}

#sidebar ul li a{
	font-weight:bold;
	display:block;
	padding: 5px 0px 5px 8px;
	margin:0;
    color:#fff;
	background-color:#CCCCCC;
	border: #FFFFFF 1px solid;
}

#sidebar ul li a:hover{
	background-color:#FE9915;
	text-decoration:none;
}

#sidebar ul li.current_page_item a{
	background-color:#FE9915;
	text-decoration:none;
}
	
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */




.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#cmain{

	margin:0;
	padding:0;
	
}

#cont-top{
		color:#ffffff;
 height:200px;

}

.due{
	float:left;
	width:40%;
	margin:3px 0px 0px 5%;
height:100%;

}
.due p{
padding:0;
margin:0;
height:100%;
}

#cont-bottom {
display:block;
		
margin:10px 0px 5px 0px;
	padding:5px 0px 0px 3px;
	clear:both;
	height:250px;
width: 120%;
}

#cont-bottom strong{
	color:#FE9915;
}

.tre, .quattro, .cinque, .sei{
	color:#A0A0A0;
	display:inline;
	float:left;
	height:100%;
	padding:0px 8px 0px 8px;
	font-size:0.9em;

}


.tre{
	border-right:#CCCCCC 1px dotted;
	width:20%;
margin: 0;
}
.tre p{
	margin:7px 0 5px 0;
}
.quattro{
	border-right:#CCCCCC 1px dotted;
	width:20%;
	height: 100%;
}
.cinque{
        border-right:#CCCCCC 1px dotted;
	width:20%;
}

.cinque p{
	padding:0;
	margin:0;
}
.sei {
	width:20%;
}

.sei p{
	padding:0;
	margin:0;
}

#agg{
	display:inline;
	float:right;
	padding:7px 0px 0 0px;
	width:110%;
	min-height:50px;
	height:auto!important;
	height:50px;
	border-left:#CCCCCC 1px dotted;
}
.colloquia{
	color:#FE9915;
}

#contatti{
	padding:0 0 10px 0;
	border-bottom:#FE9915 1px solid;
}

.ct{
	margin:0 10px 0 360px;
	padding:0;
}
.sx{
	display:inline;
	float:left;
	text-align:left;
	mardin:0;
	padding:0;
}

.contact{
	display:block;
	clear:both;
	margin:20px 0 20px 0px;
}

.sito{
	display:inline;
	float:left;
	width:90px;
	height:23px;
	border:#CCCCCC 1px solid;
	vertical-align:middle;
	margin:10px 7px 0 0;
}

.sito a{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:0.9em;
	padding:7px 0px 7px 0px;;
	margin:0;
	color:#FFFFFF;
	border-left:#FE9915 5px solid;
	text-align:center;
	vertical-align:middle;
	background-color:#A0A0A0;
	
}

.sito a:hover{
	color:#FFFFFF;
	background-color:#FE9915;
}

.sitop{
	float:left;
	margin:4px 0 0 0;
	width:150px;
}

#login{
	background-color:#DBDBDB;
	border-top:#FE9915 6px solid;
	padding:0px 10px 5px 3px;;
}
#login label{
	color:#A0A0A0;
	font-size:0.8em;
	font-weight:bold;
	display:inline;
}
#login p{
	vertical-align:middle;
	text-align:right;
}
#login input{
	border:#FFFFFF 1px solid;
}

form, label input {
	margin: 0;
	padding: 0;
}

#login #submit{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#949494;
	border:#CCCCCC 1px solid;
}

.pianta{
	border:#CCCCCC 1px solid;
	padding:0;
	margin-bottom:20px;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
