/*

Theme Name: Artificial Intelligence
Theme URI: http://ericulous.com/2007/02/09/wp-theme-artificial-ntelligence/
Description: Clean lines
Version: 1.5
Author: Genkisan
Author URI: http://ericulous.com
Tags: white, fixed width, two columns, widgets

*/

body { 
	margin: 0; 
	padding: 0; 
	background: #fff url(images/bg.gif) repeat-x; 
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333; 
}

/* LINKS AND HEADINGS STYLING */

a { color: #546F92; background: inherit; text-decoration:none; }
a:hover { color: #808080; background: inherit; text-decoration:underline; }
h1  { font: bold 2.0em "Trebuchet MS", Helvetica, Sans-Serif; margin: 0; color: #fff; /background-color:transparent; }
h2  { font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif; padding:2px;  color:#546f92; }
h3  { font: bold 1.3em "Trebuchet MS", Helvetica, Sans-Serif; clear: both; }
h4  { font-size: 1.1em; }
h5  { font-size: 1.0em; }
blockquote {
	margin: 10px 0 0 25px;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	color: #666;
}
.blue { color: #546F92; background: inherit; }
.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }


/* CONTENT WRAPPER */

#main { 
	width: 905px; 
	margin: 25px auto 0 auto; 
	/*background: transparent url(images/bar2.gif) repeat-x top;
	background-position:0px 12px;*/
}

/* TOP LEFT LOGO */

#intestazione{ 
	/*background: transparent url(images/bar2.gif) repeat-x bottom;*/
	background: transparent url(images/header.png) no-repeat bottom center;
	height:90px;
	margin-bottom:2px;
}

#textheader{ 
	float: right; 
	padding: 10px 10 0px 0px; 
	text-align:right;
}

#textheader h1{ 
	font-size:100%;
	color:#333333;
	padding:10px 10px 0px 0px;
	margin:0px;
}
#textheader h2{ 
	font-size:90%;
	color:#333333;
	padding:2px 10px 0px 0px;
	margin:0px;
}



#logo { 
	float: left; 
	padding: 0px 0 10px 10px; 
	background: transparent url(images/barul.gif) no-repeat bottom left;
	height:58px;
	width:240px;
	display:none;
}

#logo img { 
	/*background: transparent url(images/bar2.gif) repeat-x top;*/
	margin:2px 0px 0px 2px;
	border:0px;
}
	/*#logo h1 { color: #000; background: transparent; }*/
	#logo h1 { color: #000; display:none; }
	
	#logo a { text-decoration: none; }

/* TOP RIGHT HORIZONTAL MENU */

#contentmenu { 
	clear:both; 
	/*background: #fff url(images/barul.gif) no-repeat bottom right; */
	height:26px;
	/*background: #ffffff url(images/bar2.gif) repeat-x bottom left; */
	background: #ffffff url(images/bar2.gif) repeat-x bottom left; 
	margin-top:10px;
}
	
#menu { 
	/*float: right; */
	/*background: #fff url(images/barul.gif) no-repeat bottom right; */
	color: #808080; 
	padding: 0px 1px 0px 0; 
	margin: 0; 
	height:26px;
	/*background: #ffffff url(images/bar2.gif) repeat-x bottom left; */
}


	#menu li { 
		padding: 8px 31px 12px 32px; 
		color: #444; 
		/**/background: #fff url(images/bar3.gif) repeat-x bottom left; 
		display: inline; 
		/*margin-left: -3px;*/
		/*line-height:20px;*/
	}
	#menu li.current_page_item { 
		background: #fff url(images/baractive.gif) no-repeat bottom left; 
		background-position:0px 12px;
		color: #8D9CAF; 
		/*font-weight: bold;*/
		text-decoration:underline;
		/* padding: 14px 18px 14px 18px; 
		margin: 0 1px 0 0;*/

	}
	#menu li:hover { 
		background: #fff url(images/baractive3.gif) repeat-x bottom left;
	}
	#menu li a { 
		background: transparent; 
		color: #888888; 
		text-decoration: none; 
	} 	
	#menu li a:hover { 
		color: #000; 
		background: transparent;
	} 	
	.key { text-decoration: underline; } /* ACCESKEY UNDERLINED LETTER */

/* LEFT INTRO SIDE */	

#intro_left {
	clear: left;
	float: left;
	width: 250px;
	background: #8D9CAF url(images/leftintrobg.gif) repeat-x;
	color: #E5EAF2;
	margin: 0 0 1px 0;
}
	#intro_left a { color: #fff; background: inherit; }
	#intro_left p { padding: 14px 15px; margin: 0; }

	/* LEFT VERTICAL MENU */
	
	#menu_left { 
		float: left;  
		margin: 0 0 6px 0; 
		padding: 0 0 1px 0; 
		border-bottom: 2px solid #e2e2e2;
		clear: left; 
	}
		#menu_left li { list-style: none; }
		#menu_left li a { 
			display: block; 
			color: #3F5B7F; 
			background: #C2CEDE url(images/arrow.gif) no-repeat center left; 
			width: 204px; 
			padding: 7px 23px 7px 23px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
		}	
		#menu_left li a:hover { background: #9EB1C9 url(images/arrow.gif) no-repeat center left; color: #fff;  }

#alertprev li a {
	background-color:#cf9eaa;
	text-decoration:underline;
	color:#10203f;
}

#alertprev li a:hover {
	background-color:#ff8c8c;
	text-decoration:underline;
	/*color:#CC0000;*/
}


/* RIGHT INTRO SIDE */
	
#intro_right {
	float: right;
	width: 345px;
	padding: 25px 280px 0 20px;
	background: #BCCEDA url(images/intro.jpg) no-repeat;
	color: #547592;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
	clear: right;
}
	#intro_right h1 { margin: 0 0 20px 0; }
	#intro_right .white { color: #FFF; background-color:transparent; }
	
/* LEFT SIDE */
	
#sidebar {
	float: left;
	width: 250px;
	clear: left;
}

#sidebar h2 {
	border-bottom: 1px solid #ccc;
	line-height:25px;
	margin: 0; 
	padding : 0; 
}

#sidebar ul { 
	margin: 0; 
	padding : 0; 
	padding-left : 10px;
	/**/list-style:none;
	color: #546F92;
}

#sidebar li {
	/*list-style-type:none;*/
	font-weight:bold;
}

#sidebar li ul li{
	list-style-type:none;
	margin-left:20px;
	font-weight:normal;
}
	.box {
		padding: 4px 15px;
		border: 1px solid #ccc;
		margin: 0 0 10px 0;
	}
	.note {
		padding: 5px 15px 10px 100px;
		border: 1px solid #CFCB66;
		margin: 0 0 5px 0;
		/*background: #FFFFAD url(images/package.gif) no-repeat;*/
		background: #FFFFAD url(http://www.duplicacd.it/media/novaera.png) no-repeat;
		background-position:10px 20px;
		color: #585616;
	}

/* RIGHT SIDE */

/* Begin Comments*/

.commentlist li.thread-even {
	background-color:#f5f5f5;
	}

.commentlist {
	margin:15px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: #fafafa;
	color: #808080;
	border: 1px solid #eeeeee;
	}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin-left: 10px;
	background: #fff;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: inline;
	}
	
.commentlist ul.children li {
	background-color: #e3e3e3;
	border: 1px solid #efefef;
	list-style: none;
	margin-top: 20px;
	}

.commentlist ul li.depth-2 {
	background-color: #f1f1f1;
	}

.commentlist ul li.depth-3 {
	background-color: #ececec;
	}

.commentlist ul li.depth-4 {
	background-color: #e8e8e8;
	}

.commentlist ul li.depth-5 {
	background-color: #e3e3e3;
	}

.commentsnavigation {
	padding: 20px 20px 30px 20px;
	}
/* End Comments */

#right {
	float: right;
	width: 648px;
	clear: right; 
}
	.leftcol {
		width: 615px;
		float: left; 
		padding: 12px 15px;
		border:#ccc 1px solid;
		text-align: justify;
		margin: 0 0 10px 0;
	}
	.rightcol { 
		float: right; 
		padding: 10px 15px;
		width: 290px; 
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		}
	.special {
		clear: both;
		margin:0px 0 20px 0;	
		padding: 5px 20px;
		border: 1px solid #ccc;
		background: #eee;
		color: #444;
	}
	.special2 {
		clear: both;
		margin:0px 0 20px 0;	
		padding: 5px;
		border: 1px solid #ccc;
		background: #eee;
		color: #444;
		text-align:center;
	}

	.post { 
	/*background-color:#009966;*/
	border-bottom:1px solid #dddddd;
	min-height:200px;
	}

	
	.posttitle { 
	clear: both; background: #fff url(images/h3bg.gif) no-repeat center left; padding: 0 14px; margin: 0; text-decoration:none; 
	display:block;
	/*background-position:0px 15px;
	border-top:1px solid #dddddd;
	padding-top:10px;*/
	/*padding-bottom:5px;*/
	}
	.posttitle:hover { background: #fff url(images/h3bg.gif) no-repeat center left; }

	.metadata {
	border-top: 1px dotted #ccc;
	clear: both;
	margin-bottom: 50px;
	text-align: right;
	display:none;
	}
		
	.alignright {
	float: right;
	}
		
	.alignleft {
	float: left;
	}
	
	.centered {
	display: block;
	margin: 0 auto;
	}
	
	.navigation {
	padding: 1px;
	margin: 0;
	}
	
	.sticky {
	background: #fffff0;
	border:1px dashed #eee;
	}

/* FOOTER */

#footer { text-align: right; clear: both; padding: 5px; border-top: 1px solid #ccc; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border:1px solid #cccccc;
	background-color:#f2f2f2;
	padding:4px;
	}

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;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

input, select { 
	/*border:1px solid #cccccc;*/
	font-size:100%;
	left:80px;
}

.titleform { 
	/*border:1px solid #cccccc;*/
	width:170px;
	text-align:right;
	float:left;
	/*padding:8px 4px 0px 0px;*/
	display:inline;
}

.formcontainer { 
	/*border:1px solid #f2f2f2;*/
	border:1px solid #dddddd;
	background-color:#f2f2f2;
	padding:5px;
}

form { 
	/*border:1px solid #f2f2f2;*/
	padding:2px;
	margin:0px;
}

form h2 { 
	color:#546f92;
	border-bottom:1px solid #dddddd;
	padding-left:10px;
}

hr { 
	color:#546f92;
	border:1px solid #dddddd;
	margin:4px;
	clear:both;
	/*padding:2px;*/
}
.noborder { 
	border:0px;
	padding:0px;
	margin:0px;
}
.flotta1 { 
	float:left;
	border:1px solid #cccccc;
	padding:4px;
	margin: 2px 10px 6px 0px;
}
.flotta2 { 
	float:left;
}