@charset "utf-8";
/* CSS Document */

/*  
Theme URL: http://www.gizzeria-art.com/
Description:
Author: Joshua Gutteridge (Skyte Media)
Author URL: http://www.skytemedia.com/

Copyright (c) Gizzeria Art.

*/

/* Generic
---------------------------------------------------------------------------------*/
body	{
	margin: 0;
	padding: 0;
	border: 0;
	background:#111 url(../img/icons/bg.jpg) fixed top center;
	background-attachment: fixed;
	font: 12px/1.8em Georgia;
	color: #555;
	behavior: url("csshover.htc"); 
}

/* Font and Typography
---------------------------------------------------------------------------------*/

h1 {
	font: normal 30px Georgia, "Times New Roman", Times, serif; 
	color: #333;
	margin: 0;
	padding: 0;
}

h2 {
	font: 20px Georgia, "Times New Roman", Times, serif; 
	color: #555;
	margin: 0;
	padding: 0;
}

h3 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0;
	padding: 10px 0 0 0;
}

em {
	font: 20px Georgia, "Times New Roman", Times, serif; 
	color: #0099CC;
}
	
p {
	font: 12px/1.8em Georgia;
	color: #555;
}

li {
	margin: 5px 0;
	list-style-type: none;
}

ul {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* Links
---------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

.link{
	padding: 3px 5px;
	background-color: #DDD;
}

.link:hover {
	background-color: #0099CC;
	text-decoration: none;
}

.link_current{
	padding: 3px 5px;
	background-color: #0099CC;
	color: #FFF;
	text-decoration: underline;
}

/* Layout
---------------------------------------------------------------------------------*/
#container {
	width: 865px;
	padding: 20px;
	margin: 30px auto;
	background-color: #FFF;
}

#header {
	font: 24px Georgia, "Times New Roman", Times, serif;
	float: left;
}

#translate {
	clear: left;
	margin-top: 15px;
}

#translate a {
	font: 24px Georgia, "Times New Roman", Times, serif; 
	color: #555;
	text-decoration: underline;
}

#translate a:hover {
	font: 24px Georgia, "Times New Roman", Times, serif; 
	color: #888;
	text-decoration: underline;
}

#menu {
	float: right;
	padding-top: 58px;
	clear:right;
}

#menu ul {
	margin: 0;
	padding: 0;
}

.english {
	width: 475px;
}

.italian {
	width: 578px;
}

#menu li {
	list-style-type: none;
	float: left;
	font: 17px Georgia, "Times New Roman", Times, serif; 
	text-decoration: none;
}

.menu_right {
	border-right: 1px solid #CCC;
	padding: 0 10px;
}

.menu_end {
	padding: 0 0 0 10px;
}

#image{
	clear: both;
}

#image img{
	margin-top: 15px;
}

#title {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}

.paypal {
	background: url(../img/icons/paypal.jpg) top right no-repeat;
}

#portfolio {
	border-bottom: 1px solid #DDD;
	padding: 10px 0 5px 0;
}

.portfolio_item {
	float: left;
	padding: 0 20px 10px 0px;
}

.portfolio_item_end {
	float: left;
	padding: 0 0 10px 0;
}

.portfolio_item img {
	border: 1px solid #CCC;
	padding: 5px;
}

.portfolio_item_end img {
	border: 1px solid #CCC;
	padding: 5px;
}

.portfolio_item img:hover {
	border: 1px solid #999;
	background-color: #FFF;
}

.portfolio_item_end img:hover {
	border: 1px solid #999;
	background-color: #FFF;
}

#content {
	width: 540px;
	clear: right;
	padding: 0px 10px 0px 0px;
	float: left;
	background-color: #FFF;
	margin: 15px 0;
	clear: left;
}

#content p{
	text-align: justify;
}

#pane {
	width: 260px;
	clear: right;
	padding: 15px 15px 15px 15px;
	float: right;
	margin: 15px 0 15px 0;
	background-color: #EEE;
}

#footer{
	clear: both;
	padding-top: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

#legal {
}

#footer_1 {
	float: left;
	clear: left;
	padding-top: 10px;
}

#footer_2 {
	float: right;
	padding-top: 10px;
}

.contact_left {
	width: 150px;
	float: left;
	clear: both;
	display: inline;
	padding: 5px 0;
	font: 17px/1.9em Georgia;
	color: #555;
}

.contact_right {
	float: left;
	display: inline;
	padding: 5px 0;
}

.contact_send {
	clear: left;
	padding: 3px 0 0 150px;
}

.button {
	border: none;
	font: 12px/2em Georgia;
	color: #555;
	height: 25px;
	background-color: #DDD;
}

.button:hover {
	border: none;
	cursor: pointer;
	background-color: #0099CC;
	color: #FFF;
	text-decoration: none;
}

.contact_field {
	border: 1px solid #CCC;
	height: 20px;
	font: 14px/1.5em Georgia;
	color: #333;
	padding: 5px;
	width: 200px;
}

.contact_box {
	width: 300px;
	border: 1px solid #CCC;
	height: 100px;
	font: 14px/1.5em Georgia;
	color: #333;
	padding: 5px;
}

.selection {
	font: 12px/1.8em Arial;
	color: #555;
	width: 133px;
}

.basket {
	border: none;
	margin: 10px 0 0 5px;
	width: 57px;
	font: 12px/1.8em Georgia;
	color: #555;
	height: 21px;
	background-color: #DDD;
	cursor: pointer;
}

.basket:hover {
	border: none;
	cursor: pointer;
	background-color: #0099CC;
	color: #FFF;
	text-decoration: none;
}

.to_basket {
	border: none;
	margin: 10px 0 0 0px;
	font: 12px/1.8em Georgia;
	color: #555;
	height: 22px;
	background-color: #DDD;
	width: 153px;
	cursor: pointer;
	text-align: center;
}

.to_basket_it {
	border: none;
	margin: 10px 0 0 0px;
	font: 12px/1.8em Georgia;
	color: #555;
	height: 22px;
	background-color: #DDD;
	width: 55px;
	cursor: pointer;
	text-align: center;
}

.to_basket:hover {
	border: none;
	cursor: pointer;
	background-color: #0099CC;
	color: #FFF;
	text-decoration: none;
}

.to_basket_it:hover {
	border: none;
	cursor: pointer;
	background-color: #0099CC;
	color: #FFF;
	text-decoration: none;
}

/* Clearfix
---------------------------------------------------------------------------------*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */