/*====================================
            GLOBAL STYLES
==================================== */

@font-face {
	font-family: custom;
	src: url('custom.otf');
}

body {
	font-family: "custom", Arial, Gadget, sans-serif;
	background:url(images/bg.jpg);
	padding:0;
	margin:0;
	font-weight:bold;
}

a {
	color:#fff;
	padding:0;
	margin:0;
}

img {
	border:0;
}

.center {
	background:transparent;
	width:960px;
	margin:0 auto;
}

.clear {
	clear:both;
}

.white {
	color:#fff;
	text-shadow:1px 1px 0px #000;
}

.cyan {
	color:#1cbcfe;
}

.big {
	font-size:50px;
}



/*====================================
                HEADER
==================================== */

#header {
	background:#000 url(images/header-tile.gif) repeat-x;
	height:90px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

#headershadow {
	background:url(images/headshadow-tile.png) repeat-x;
	height:15px;
	width:100%;
}

#header img {
	float:left;
	margin-left:-40px;
}

#header img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}



/*====================================
             NAVIGATION
==================================== */

#navigation {
	list-style:none;
	margin:0;
	padding:60px 0 0 0;
	float:right;
	color:#fff;
	
}

#navigation li {
	display:inline;
	padding: 0 0px 5px 0px;
	text-transform:uppercase;
}

#navigation li:hover {
	border-bottom: 5px solid #fff;
}


#navigation a:link,
#navigation a:visited {
	color:#fff;
	text-decoration:none;
	padding:0 20px 10px 20px;
  }
		 
#navigation a:hover,
#navigation a:active {
	color:#1cbcfe;
	text-decoration:none;
	}

	
#selected {
	color:#1cbcfe;
	border-bottom: 5px solid #fff;
}

/*risolve il problema del link selezionato, finalmente!!!*/
#selected span {
	color:#1cbcfe;	
  }

	
		 
/*====================================
              CONTENT
==================================== */

.titlebar {
	background:#000 url(images/titlebar-tile.gif) repeat-x;
	text-align:center;
	font-size:38px;
	margin-bottom:20px;
	margin-top:20px;
	text-shadow: 1px 1px 0px #fff;
	border:1px solid #fff;
	color:#000;
	letter-spacing:1px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0px 5px 7px #888;
	-webkit-box-shadow: 0px 5px 7px #888;
	
}

#content {
	width:960px;
	margin: 0 auto;
	height:400px; /*altezza minima se no incasina tutto*/

}

.homebox {
	background:url(images/homebox-bg.gif) no-repeat;
	width:960px;
	height:270px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0px 5px 7px #888;
	-webkit-box-shadow: 0px 5px 7px #888;
}

.homebox-desc {
	letter-spacing:-1px;
	font-size:30px;
	text-shadow:1px 1px 1px #000;
	padding: 20px 20px 0px 570px;
	color:#fff;
	margin-top:-20px;
	margin-bottom:0px;
}

#portview {
	padding:20px 0 0 45px;
	
}

#portview img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-box-shadow: 0px 0px 10px #1cbcfe;
	border:0;
	
}

#homebutton {
	padding-right:80px;
}

.button a:link,
.button	a:visited {
	font-size:30px;
	color:#fff;
	background:#1cbcfe;
	padding:7px;
	float:right;
	text-shadow:1px 1px 0px #000;
	text-decoration:none;
	border:1px solid #96e0ff;
	border-bottom:0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	cursor:pointer;
	
}

.button a:hover,
.button a:active{
	color:#000;
	background:#fff url(images/titlebar-tile.gif) repeat-x;
	text-shadow:1px 1px 1px #fff;
	border:1px solid #fff;
	
}


/*====================================
           CONTACT FORM
==================================== */

#contactFormArea {
	/*altezza minima*/
	height:280px;
}

#contactFormArea p {
	margin: 8px auto;
}

input,textarea {
	font-size:24px;
	font-weight:bold;
	padding:4px;
	border:1px solid #666;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.label {
	letter-spacing:-1px;
	font-size:22px;
	text-shadow:1px 1px 1px #fff;
	margin:0;
}

input:hover {
	-moz-box-shadow: 5px 5px 7px #888;
}

textarea:hover {
	-moz-box-shadow: 5px 5px 7px #888;
}

textarea {
	font-size:14px;
}

.send input {
	font-size:30px;
	background:#1cbcfe;
	padding:7px;
	color:#fff;
	font-family:custom, Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 0px #000;
	border:1px solid #96e0ff;
	cursor:pointer;
	border-bottom:0;
}

.send input:hover {
	background:#fff url(images/titlebar-tile.gif) repeat-x;
	-moz-box-shadow: none;
	color:#000;
	border:1px solid #fff;
	text-shadow:1px 1px 0px #fff;
}

.status {
	background:#0db7fe;
	padding:5px;
	color:#fff;
	text-shadow:1px 1px 0px #000;
	font-size:18px;
	text-align:center;
  }
  
#emailError {
	background:#F00;
}
  
#phonebox {
	background:#000 url(images/titlebar-tile.gif) repeat-x;
	padding:10px 0;
	font-size:30px;
	text-shadow: 1px 1px 0px #fff;
	border:1px solid #fff;
	color:#000;
	letter-spacing:1px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0px 5px 7px #888;
 }
 
#phone {
	 width:40px;
	 height:40px;
	 background:url(images/msn.png) no-repeat;
	 float:left;
	 margin:0px 10px 5px 20px;
 }
 
#social {
	 float:right;
 }
 
#social a {
	padding-right:10px;
}

#social img {
	border:1px solid #fff;
}
 
#social img:hover {
	 opacity:0.6;
	 filter:alpha(opacity=60);
 }

/*====================================
             PORTFOLIO
==================================== */

.catwrap2 {
	margin:0 0 0 477px;
}

.catwrap3 {
	margin:-295px 0 0 850px;
	float:right;
}



.thumbs {
	background:#000;
	width:345px;
	margin:0;
	padding:0;

}

.thumbs a {
	
	padding:0;

}

.thumbs ul {
	list-style:none;
	padding-left:5px;
	margin:0;
}

.thumbs li {
	display:inline;
	padding:0;
	margin:0;
}

.thumbs img {
	border:5px solid #000;
	border-left:0;
	border-top:0;
}

.thumbs img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.category {
	background:#000;
	width:335px;
	color:#fff;
	font-size:24px;
	margin:0;
	padding:5px 0 5px 10px;
	-moz-border-radius:6px top;
	-webkit-border-radius:6px top;
}

/*====================================
                ABOUT
==================================== */

#aboutwrap img {
	border:5px solid #fff;
	-moz-box-shadow: 0px 5px 7px #888;
}
.aboutrow {
	padding-left:280px;
	text-shadow:1px 1px 0px #e8e8e8;
}

.aboutrow a {
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 0px #000;
}


/*====================================
                FOOTER
==================================== */


#footer {
	background:#000;
	color:#fff;
	padding-top:20px;
	width:100%;
	height:100px;
	margin-top:50px;
}

#footlinks {
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footlinks ul {
	list-style: none;
	margin-left:-40px;
	font-size:12px;
}

#footlinks li {
	display:inline;
	padding-right:5px;
}

#footlinks a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #1cbcfe;
}

#footlinks a:link,
#footlinks a:visited{
	color:#fff;
}

#footlinks a:hover,
#footlinks a:active{
	color:#1cbcfe;
	border-bottom:1px dotted #fff;
}

