@import url(style.css);

/* body {
	margin:0;
	padding:0;
	background-color:#5dcaf1;
	}  */

/*main div which containes all content structure*/	
#container {
	position:absolute;
	width:980px;
	left:50%;
	margin:0px 0px 0px -490px;
	padding:0;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#000000;
	top: 30px;
	}
	#container h1{

		}


/*head and company name*/
#company_name {
	font-size:24px;
	font-weight:normal;
	padding:0 0 0 0;
	height:145px;
	background: url(../images/company_name_bckg.jpg);
	}

/*all page structure without header including footer*/		
#content_container{
	float:left;
	width:100%;
	}

/*div created for correct grouping content columns without footer. to separate them*/	
#main {
	width:980px;
	height:522px;
	float:none;
	margin:0 0 0 0;
		}

/*first post styles*/
#first_post {
	width:600px;
	height:455px;

/*	border-left:1px dashed #6bf1fb;
	border-right:1px dashed #6bf1fb; */
	margin: 0 0 0 0;
	overflow:auto;

	scrollbar-face-color:#159bf0;  /* azzurro */
	scrollbar-highlight-color:#83caf7;  /* bianco FFFFFF -> celeste chiaro*/
	scrollbar-3dlight-color:#83caf7;  /* grigio chiaro EEEEEE -> celeste chiaro */
	scrollbar-darkshadow-color:#3A444A; /* grigio scuro */
	scrollbar-shadow-color:#808080; /* grigio medio */
	scrollbar-arrow-color:#03456e;  /* blu scuro */
	scrollbar-track-color:#37769d;  /* grigio chiaro medio D1D3D4 -> grigio azzurro  */
	
	}	
	
	#first_post h1{
		padding-top:30px;
		}
			#first_post h2{
			color:#000000;
			font-size:12px;
			text-align:justify;
		}
		#first_post p{
			padding: 0;
			
			}	
			#first_post .b{
	color:#000000;
				}		

/*first column under first post. left column*/
#first_column {
	width:980px;
	height:315px;
	float:left;
	margin-right:0px;
	padding:10px 10px 10px 10px;
	}	
	#first_column p{
		padding:0 0 20px 0;
			}	
		#first_column .b{
			color:#1a6290;
			}
				
/*second column under first post. right column*/						
#second_column {
	width:258px;
	height:315px;
	float:left;
	padding:10px 10px 10px 10px;
/*	border-left:1px dashed #6bf1fb; */
	}		
	#second_column p{
		padding:0 0 20px 0;
		}	
		#second_column .b{
			color:#1a6290;
			}	

/*categories styles*/
#categories {
	width:400px;	
	padding:0 0 20px 0;
	}	
	#categories h1{
		padding-top:0px;
		}

#items {
	float:left;
	margin-bottom:30px;
	}
.item {
		display:block;
		width:310px;
		height:18px;
		background-color:#5DC7FF;
		padding:5px 0 5px 10px;
/*		border-left:5px solid #68eaff;
		border-bottom:1px solid #36bbee; */
		}
						
/*right bar of content part*/							
#right {
	width:500px;
/*	height:100px; */
/*	float:left;
	clear:right; */
	background-color:#5dcaf1;
	color:#000000;
	margin: -465px 0 0 622px;
/*	border-left:1px dashed #6bf1fb; */
	padding-left: 6px;
	}

/*footer*/
#footer {
	margin: 300px 0 0 296px;
	float:left;
	background:url(../images/footer_bckg.jpg) repeat-x;
	height:45px;
	width:980px;
	padding-top:30px;
		}

/*footer parts. left and right*/
#footer_left {
	width:48%;
	float:left;
	color:#1a6290;
	padding-left:10px;
	}
	
#footer_right {
	width:100%;
	font-size:9px;
	float:left;
	text-align:center;
	}
