/*  

Theme Name: Tema STR-SYS

Description: Versione menù verticali

	Author: Silvia Ferri

	Author URI: http://www.silviaferri.com/

The CSS, XHTML and design is released under GPL v3:

http://www.opensource.org/licenses/gpl-3.0.html

*/

/* STANDARD HTML TAGS */

body {

	margin: 0;

       text-align: center;

	color: #66676A;

	font-size: 12px;

	font-family: Arial, 'Lucida Sans', sans-serif;

	background: #003566 url('immagini/header_bg.jpg') left top repeat-x;

	}



        a {

	color: #003566;

	text-decoration: none;

  	}

  	

  	a:hover {

  	color: #7DC6EF;

        text-decoration: UNDERLINE;

  		}


a img {

	border: none;

	}

img {

	float: left;

        margin: 0px 10px 10px 0px;	

	}

p img {

	max-width: 100%;

	padding: 0;

	}

small {
	font-size: 11px;

	}

.riga{

	border-top:1px solid #7dc6ef;

	height:1px;

	font-size:1px;

	line-height:1px;

	margin:10px 0 0 0;

} 

hr {

	height: 1px;

	color: #777;

	background-color: #777;

	border: 0px;

	}



blockquote {

	margin: 0px;

	font-size: 20px;

	color: #0071b9;

	}



	blockquote cite {

		margin: 5px 0 0;

		display: block;

		}



cite {

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 13px;

	font-weight: bold;

	font-style: normal;

	}

	

code {

	padding: 10px;

	display: block;

	font-family: 'Courier New', monospace;

	background: #eee;

	border: 1px dotted #777;

	overflow: scroll;

	}



acronym, abbr, span.caps {

	cursor: help;

	}



	acronym, abbr {

		border-bottom: 1px dashed #999;

		}



.read-on{

	background:url(immagini/readon_black.gif) 100% 60% no-repeat;

	padding-right:20px;

	text-align:right;

	display:block;

}

.read-on a {

	font-style:italic;

	color:#CCC;

	text-decoration:none;

}



/* HEADINGS */



h1, h1 a, h1 a:hover {

	margin: 0;

	padding: 0 0 0 5px;

	color: #000;

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 50px;

	font-weight: normal;

	text-align: left;

	text-decoration: none;

	}



h2, h2 a {

	margin: 0;

	color: #003566;

	font-weight: normal;

	font-size: 22px;

	text-align: left;

	text-decoration: none;

	}



	h2.pagetitle, h2.pagetitle a {

		margin: 10px 0 0 0;

		padding: 0 0 5px 0;

		color: #003566;

	        font-family: Arial, 'Lucida Sans', sans-serif;

		font-size: 25px;

		font-weight: normal;

		text-align: left;

		}



h3, h3 a {

margin: 0px;

	font-size: 14px;

	color: #ccc;

	}



h2 a:hover, h3 a:hover {

	color: #7DC6EF;

	}

h4, h4 a {

	font-size: 16px;

        margin: 0px;

        line-height: 20px;

	font-weight: bold;

	color: #003566;

	text-decoration: none;

	}

h5, h5 a {

border-top: 1px solid #D3D3D3;

	margin: 0px;

        padding: 10px 0 0 0;

	font-size: 15px;

	color: #0071b9;

	}

h6, h6 a {

	font-size: 20px;

        margin: 0px;

        line-height: 18px;

	font-weight: bold;

	color: #b4b4b4;

	text-decoration: none;

	}


/* THE FLASH INTRO */

#homeflash {
	width: 100%;
        height: 500px;
	margin: 0px auto;
        padding: 27px 0px 0px 0px;
	background: #003566 url('http://www.struttura-netline.com/images/ombra_intro.png') top center no-repeat;
	}

#homelingua {
	width: 100%;
        
	margin: 0px auto;
        padding: 0px;
	background: #003566;
color:#ffffff;
	}

#homelingua a {	
color:#ffffff;
	}

#homelingua a:hover {	
color:#7DC6EF;
	}

/* THE HEADER */



#header {

	width: 1022px;

        height: 225px;

        margin-top: 0px;

        margin-left: auto;

        margin-right: auto;

	background: #fff url('immagini/header_foto.jpg') center top no-repeat;

	}



#spaziotestata {

	width: 1000px;

        height: 150px;

        margin-left: auto;

        margin-right: auto;

        padding-top: 11px;
       

	background:  url('immagini/headers/head_prodotti.jpg') center bottom no-repeat;

	}



/* THE MENU */



#menubar {

	width: 1022px;

	 height: 44px;

	margin:  0px;

        padding: 0px;

	background: transparent;



	}



#menu {	

	color: #fff;

	font-size: 12px;	

        float: right;

        margin: 0px 30px auto auto;

	}



	#menu ul {

		margin: 0;		

		padding: 0;

		list-style: none;

		}



	#menu li {

 		margin: 0;

 		padding: 0;

 		float: left;

                border-left: 1px solid #fff;

		}



	#menu li a {

		

		padding: 0 15px 0 15px;

		display: block;

		float: left;

		color: #fff;

		line-height: 40px;

		text-decoration: none;

		

		}



	#menu li a:hover {

		color: #fff;

		background: #0071B9;

		}



#menunav {

	margin: 0;

	padding: 20px 0px;

	float: right;

	font-size: 19px;

	}



	#menunav a  {

		margin: 0 1px 0 0;

		color: #000;

		text-decoration: none;

		background: #fff;

		-moz-border-radius: 10px;

		-khtml-border-radius: 10px;	

		-webkit-border-radius: 10px;

		border-radius: 10px;

		}



		#menunav a:hover {

			color: #ccc;

			background: #fff;

			} 

		

		.prev {

			padding: 0 2px 0 0;

			}

		

		.next {

			padding: 0 0 0 2px;

			}









/* THE PAGE WRAPPER */



#page {

	width: 1022px;

	margin: 0px auto;

        padding: 0px;

	text-align: left;

	background: #003566 url('immagini/bg.jpg') center top repeat-y;

	}

#homepage {

	width: 1020px;

	margin: 0px auto;

        padding: 0px;

	text-align: left;

	background: #003566 url('immagini/homebg.jpg') center top repeat-y;

	}







/* THE FOOTER */



#footer {

	width: 1020px;

        height: 155px;

	margin: 0px auto;

	padding: 0px;

	color: #fff;

	background: url('immagini/footer.jpg') center bottom no-repeat;

        font-size: 11px;

	}



	#footer a {

		color: #ccc;

		text-decoration: none;

		border: none;

		}



	#footer a:hover {

		color: #fff;

		}







.sin{

width: 250px;

margin:0;

padding:30px 0px 0px 100px;

background:transparent;

float: left;

text-align: left;

}





.des{

width: 650px;

margin:0px;

padding:90px 200px 0px 0px;

background: transparent;

float: right;

text-align: right;

}



#menufooter {

	color: #999;

	font-size: 11px;

	text-transform: normal;

	}



	#menufooter ul {

		margin: 0;		

		padding: 0;

		list-style: none;	

		}



	#menufooter li {

 		margin: 0;

 		padding: 0;

 		float: left;

		}



	#menufooter li a {	

		height: 25px;

		padding: 0 10px 0 10px;

		display: inline;

		float: left;

		color: #aaa;

		line-height: 25px;

		text-decoration: none;

		

		}



	#menufooter li a:hover {

		color: #fff;

		background: transparent;

		}





/* NAVIGATION */



.nav {

	margin: 0;

	padding: 3px 0 0 0;

	float: right;

	color: #999;

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 12px;

	font-weight: none;

	}



.nav-single {

	padding: 10px 0 0 0;

	color: #999;

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 12px;

	font-weight: none;

	text-align: right;

	}



.pagenav {

	padding: 40px 20px 20px 20px;

	color: #999;

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 12px;

	font-weight: none;

	clear: both;

	}



	.pagenav-left {

		float: left;

		}



	.pagenav-right {

		float: right;

		}



.nav a, .pagenav a, .nav-single a {

	padding: 0 2px;

	color: #333;

	text-decoration: none;

	border: none;

	-moz-border-radius: 6px;

	-khtml-border-radius: 6px;	

	-webkit-border-radius: 6px;

	border-radius: 6px;

	}



	.nav a:hover, .pagenav a:hover, .nav-single a:hover {

		color: #111;

		background-color: #ddd;

		}







/* CONTENT AREA */





#column {

	width: 700px;      

	padding: 0 20px 20px 0px;

        margin: 0 0 0 15px;

	float: left;

	overflow: hidden;

	}

#column-home {

	width: 450px; 
      height: 740px; 
       
        margin: 0px 0px 0px 5px;

	float: left;

	overflow: hidden;

	}

#column-news {

        background:#0171b9;

	width: 280px;  
       
        margin: 0px 35px 0px 0px;

	float: right;

	overflow: hidden;

	}

#slide-news {
        
     
	}

#news {
        background:url('immagini/sfondohome.jpg') center top no-repeat;
        padding: 30px 0px 0px 0px;
	}


.news {
	padding: 10px 10px 0px 10px;
        color: #ffffff;
	}

.post-frontpage {

	padding: 0 20px 0 20px;

	text-align: justify;

	}

	

.post, .content {

	padding: 0 20px 0 20px;

	text-align: justify;

	}



	.comicdate {

		color: #777;

		font-family: Arial, 'Lucida Sans', sans-serif;

		font-size: 15px;

		font-weight: none;

		}

	

	.postdate {

		color: #777;

		font-family: Arial, 'Lucida Sans', sans-serif;

		font-size: 11px;

		}

#prodotti {

	padding: 0 0 0 20px;

	}



        #prodotti ul {

		margin: 10px 0 20px 0;		

		padding: 0;

		height: 50px;

		list-style: none;

		line-height: 20px;

		text-decoration: none;

        border-bottom: 1px solid #ccc;

		display: block;	

		}



	#prodotti ul a {

		color: #313131;

border-bottom: none;

		}

	#prodotti ul a:hover {

		color: #F78F1E;

		}





.iconformat {

        border: 1px solid #CCC;

	margin: 0 20px 0 0;

	float: left;



	}





#entry   {

min-height: 550px;



	margin: 20px 0px;

 	color: #777;

	font-size: 11px;

	text-align: left;

	}









.postmeta {

	margin: 0 0 20px 0;

	color: #777; 	

	font-family: Arial, 'Lucida Sans', sans-serif;

 	text-align: right;

 	}



	.postmeta ul {

		display: inline;

		list-style-type: none;

		list-style-image: none;

		}

 	

.postmeta-single {

	padding: 10px;

 	color: #777;

	font-size: 11px;

	text-align: left;

	background: #eee;

	border: 1px solid #999;

	-moz-border-radius: 10px;

	-khtml-border-radius: 10px;	

	-webkit-border-radius: 10px;

	border-radius: 10px;

	}

	

	.postmeta-single a {

		color: #000;

		}	

	

	.postmetatags {

		font-family: Arial, 'Lucida Sans', sans-serif;

		font-size: 12px;

		}



.postmeta a, .postmeta-single a {

	color: #333;

	text-decoration: none;

	border-bottom: 1px dotted #777;

	}

	

	.postmeta a:hover, .postmeta-single a:hover {

		color: #777;

		border-bottom: 1px solid #777;

		}



.postmeta-comments {

	font-size: 16px;

	}

	

	.balloon {

		color: #ccc;

		font-family: 'Webdings', fantasy;

		font-size: 18px;

		}







/* THE BLOG HEADER */



#blogheader {

	margin: 0;

	padding: 10px 0 0 20px;

	color: #aaa;

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 36px;

	}







/* COMMENTS */



.comment-wrapper {

	padding: 0 20px;

	}

	

	.comment-wrapper h3 {

		margin: 0;

		padding: 20px 0 0 0;

		color: #777;

		font-family: Arial, 'Lucida Sans', sans-serif;

		font-weight: normal;

		font-size: 24px;

		clear: both;

		}



		.bigballoon {

			color: #cc0000;

			font-family: 'Webdings', fantasy;

			font-size: 28px;

			}



	.comment-wrapper a {

		text-decoration: none;

		border-bottom: 1px dotted #777;

		}

		

		.comment-wrapper a:hover {

			color: #777;			

			border-bottom: 1px solid #777;

			}



	.comment-wrapper p {

		margin: 10px 0 0 0;

		}



.avatar {

	margin:0 10px 10px 0;

	padding:5px;

	float:left;

	border: 1px solid #777;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;	

	-webkit-border-radius: 3px;

	border-radius: 3px;

	}



#comment, #author, #email, #url {

	padding: 2px;

	color: #000;

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 12px;

	border: 1px solid #999;

	-moz-border-radius: 6px;

	-khtml-border-radius: 6px;	

	-webkit-border-radius: 6px;

	border-radius: 6px;

	}



	#comment:hover, #author:hover, #email:hover, #url:hover {

		background: #eee;

		}

	

	#comment {

		width: 100%;

		}



	#author, #email, #url {

		width: 200px;

		}



#submit {

	margin: 0 0 20px 0;

	padding: 0 5px;

	float: right;

	color: #cc3300;

	

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 12px;

	

	}



	#submit:hover {

		cursor:pointer;

		background: #cc3300;

		}



ol.commentlist {

	margin: 0;

	padding: 0;

	font-size: 11px;

	list-style: none;

	}



	.commentlist li {

		padding: 20px 0 0 0;

		clear: both;

		}







/* ARCHIVE */  



.comicarchiveframe {

	margin: 20px 0 10px 0;

	padding: 5px 10px 5px 10px;

	border-width: 1px;

	border-style: solid ;

	border-color: #ccc #aaa #555 #777;

	}

 

	.comicarchiveframe:hover {

		filter: alpha(opacity=50);

		-moz-opacity: 0.50;

		opacity: 0.50;

		}



.comicarchiveframe {

	margin: 20px 0 10px 0;

	padding: 5px 10px 5px 10px;

	border: 1px solid #000;

	}

 

	.comicarchiveframe h3 {

		margin: 0;

		}

		

	.comicarchiveframe small {

		display: block;

		}

		

	.comicarchiveframe:hover {

		filter: alpha(opacity=50);

		-moz-opacity: 0.50;

		opacity: 0.50;

		}







/* SIDEBARS */

#sidebar-left {
	width: 238px;
	margin: 0px;
	padding: 10px 0px 30px 5px;
        background:transparent;
	float: left;
	font-size: 14px;
	overflow: hidden;
	}

#sidebar-left  h2, #sidebar-left  h2 a {
	color: #cb7619;
	font-family: Arial, 'Lucida Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
        padding: 20px 0px 0px 0px;
	}

#sidebar-left  ul {
	        list-style: none;
                margin: 0px;
		padding: 0px 0px 0px 15px;
                text-transform: uppercase;
	}

#sidebar-left  ul a{
                display: block;
                text-decoration: none;
		color: #003566;
		border-bottom: 1px solid #fff;
 	        padding: 10px 0 10px 10px;
                line-height: 12px;  
                background:transparent;
	}


#sidebar-left  ul .current_page_ancestor	a {
	background:#eeeeee;
border-bottom: 1px solid #ccc;
	}
#sidebar-left  ul .current_page_item	a {
	background:#fff;
border-bottom: 1px solid #ccc;
	}


#sidebar-left  ul a:hover {
	color: #0071B9;
	background:#cccccc;
}


	#sidebar-left  ul li {
		margin: 0px;
		padding: 0px 0px 0px 12px;
                text-transform: uppercase;
		}

		#sidebar-left  ul li ul li {
                        font-size: 12px;
			margin: 0px;
			padding: 0px;
			}

			#sidebar-left  ul li ul li a {
				display: block;
				color: #sf6062;
				text-decoration: none;
				border-bottom: 1px solid #fff;
		        	padding: 7px 0 7px 10px;
                                line-height: 10px;                             
				}

				#sidebar-left  ul li ul li a:hover {
					color: #0071B9;		
      				}




/* --- Bottoni Social net --- */

#bottoni {
        width: 230px;
        height: 102px;
padding: 50px 0px 0px 35px;
}

#bottoni1 a {
        width: 100px; 
	height: 100px;
        float:left;
	background: url(immagini/puls_noleggio.png) top center no-repeat;
}

#bottoni2 a {
        width: 100px; 
	height: 100px;  
        float:left;      
	background: url(immagini/puls_prontacons.png) top center no-repeat;
}

/* CALENDAR */



#wp-calendar {

	width: 165px;

	margin: 0 0 0 5px;

	}



#wp-calendar th {

	color: #999;

	font-size: 10px;

	font-weight: normal;

	text-align: center;

	}



#wp-calendar caption {

	color: #555;

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 18px;

	letter-spacing: -1px;

	}



#wp-calendar td {

	min-width: 20px;

	padding: 0;

	text-align: center;

	border: 1px solid #999;

	}



#wp-calendar a {

	color: #333;

	display: block;

	text-decoration: none;

	background: #ddd;	

	}

	

	#wp-calendar a:hover {

		color: #333;

		background: #bbb;

		}







/* SEARCH */



#searchbox {

        text-align: right;

        width: 150px;

	margin: 30px 0px 0px 806px;

	background: transparent;

position:absolute;

	}

#s {

	width: 140px;

	margin: 6px 0px;

	padding: 3px;

	color: #66676a;

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 12px;

	border: 1px solid #7a7a7a;

	-moz-border-radius: 6px;

	-khtml-border-radius: 6px;	

	-webkit-border-radius: 6px;

	border-radius: 6px;

	}



	#s:hover {

		background: #eee;

		}



#searchsubmit {

	margin: 0px 5px 0px;

	color: #003566;

	font-family: Arial, 'Lucida Sans', sans-serif;

	font-size: 12px;

	

	

	}



	#searchsubmit:hover {

		cursor:pointer;

		color: #7DC6EF;

		}







/* GALLERY */



.attachment {

	width: 520px;

	margin: 0 auto;

	text-align: center;

	}



	.attachment img {



		margin: 0 0 10px 0;

		border: 1px solid #000;

		}

		

	.attachment p {

		margin: 0 9px 10px 9px;

		padding: 10px;

		border: 1px solid #999;

		-moz-border-radius: 10px;

		-khtml-border-radius: 10px;	

		-webkit-border-radius: 10px;

		border-radius: 10px;

		}



.imagenav-wrap {

	width: 502px;

	height: 77px;

	margin: 0 auto;

	}



.imagenav {

	width: 77px;

	height: 77px;

	float: left;	

	}



.imagenav-center {

	width: 316px;

	height: 65px;

	margin: 0 10px;

	padding: 10px 5px 0 5px;

	float: left;

	color: #bbb;

	text-align: center;

	border: 1px solid #999;

	overflow: hidden;

	-moz-border-radius: 10px;

	-khtml-border-radius: 10px;	

	-webkit-border-radius: 10px;

	border-radius: 10px;

	}

	

	.imagenav-center a {

		text-decoration: none;

		color: #777;

		border-bottom: 1px dotted #777;

		}

		

		.imagenav-center a:hover {

			color: #777;

			border-bottom: 1px solid #777;

			}



.imagetitle {

	color: #333;

	font-size: 18px;

	}



.imagenav-bg {

	width:75px;

	height:75px;

	position: absolute;

	z-index: 0;

	background: #eee;

	border: 1px solid #000;

	}



	.imagenav-bg img {

		width:75px;

		height:75px;

		}



.imagenav-arrow {

	width:75px;

	height:75px;

	position: absolute;

	z-index: 1;

	color: #fff;

	font-size: 50px;

	line-height:75px;

	text-align: center;

	border: 1px solid #000;

	float: left;

	}



.imagenav-link {

	width:75px;

	height:75px;

	position: absolute;

	z-index: 2;

	border: 1px solid #000;

	float: left;

	}



	.imagenav-link img {

		width:75px;

		height:75px;

		filter: alpha(opacity=50);

		-moz-opacity: 0.50;

		opacity: 0.50;

		}



		.imagenav-link img:hover {

			filter: alpha(opacity=0);

			-moz-opacity: 0.00;

			opacity: 0.00;

			}



.aligncenter {

	margin: 0 auto;

	display: block;

	}



.alignright {

	margin: 10px 0 10px 10px;

	display: inline;

	float: right;

	}



.alignleft {

	margin: 10px 10px 10px 0;

	display: inline;

	float: left

	}







/* CLEAR FLOATS */



.clear {

	height: 1px;

	line-height: 1px;

	font-size: 0px;

	clear: both;

	}



/* tables

----------------------------------------------------------------*/



table {

	margin:	0px 15px 15px 0px;

	padding: 2px;

	float: left;

	font-family: Arial, 'Lucida Sans', sans-serif;

	border: 1px Solid #66676A;

	background: #fff;

	font-size: 12px;

	color: #66676A;

}



/* header row*/

.table th {

	background: #F78F1E;

	color: #ffffff;

	height: 40px;

        width: 100px;

	padding: 3px;

}



/* normal row*/

.table td {

	padding: 3px;

	height: 30px;



}



/* alternative row */

.table tr.alt {

 

 	background-color: #DFDFDF; 

	color: #535354;

	height: 30px;

}







/* Caption */





.wp-caption {

   float: left;

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 10px;

   padding-left: 10px;

   margin: 0px 10px 10px 0px;

   /* optional rounded corners for browsers that support it */

   -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 {

   color: #0071b9;   

   font-style: italic;

   font-size: 11px;

   line-height: 17px;

   padding: 0 4px 5px 4px;

   margin: 0;

}






