/* @override http://localhost/crisalide_design/webroot/css/style.css */

* { padding: 0; margin: 0; }

html, body {
	height: 100%;
}

body {
	font: normal 12px/16px 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF;
}

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underlinene;
}

img {
	border: 0;
}

p {
	font: normal 12px/18px 'Trebuchet MS', Tahoma, sans-serif;
	text-align: justify;
	color: #191919;
}

h1 {
	color: #b3b3b3;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #f00;
	font-weight: bold;
}

/* @group home */

#home {
	width: 100%;
	padding-top: 80px;
	text-align: center;
}

#home p {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

/* @end */

/* @group contenuto */

#wrapper {
	margin: 0 auto;
	width: 780px;
}

/* @group header */

#header {
	height: 105px;
	width: 780px;
}

#logo {
	float: left;
	width: 135px;
	height: 105px;
}

#header_box {
	float: left;
	width: 645px;
	height: 105px;
}

#header_img {
	width: 645px;
	height: 89px;
	text-align: right;
}

#menu {
	width: 645px;
	height: 15px;
}

#menu ul {
	list-style: none;
}

.menu ul li {
	display: block;
	float: right;
}

.menu ul li a {
	padding: 0 12px;
	color: #575757;
	text-decoration: none;
}

.menu ul li a:hover {
	color: red;
	text-decoration: underline;
}

/* @end */

#master {
	width: 780px;
	margin-top: 10px;
}

#title {
	width: 135px;
	float: left;
}

#main {
	width: 605px;
	float: right;
	padding: 10px 0 0 30px;
}

#testo {
	padding: 10px;
	float: left;
}




/* @group gallery */

#gallery {
	padding: 10px;
}

.thumbs {
	width: 150px;
	height: 150px;
	float: left;
	margin: 10px;
	display: block;
}

#company {
	overflow: auto;
	padding-left: 40px;
}

#company a img {
	opacity: .7;
}

#company a:hover img {
	opacity: 1;
}


/* @end */



/* @group form */

form {
	float: left;
	width: 400px;
	margin: 10px; 
	padding: 35px 25px 25px 20px; 
}

form p {
	padding: 12px 0 5px 0;
	margin: 0;	
	color: #c8c8c8;
	font-size: 9px;
}

fieldset {
	border: 0;
}

label {
	color: #c8c8c8;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
}

input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #242424;
	font: 10px Verdana, "Lucida Grande", Helvetica, sans-serif;
}

input:focus, select:focus, textarea:focus {
	color: #242424;
	background: #c8c8c8;
}

#name, #email, #message {
	width: 300px;
}

input.button { 
	margin: 0;
	padding: 2px 3px; 
	color: #242424;
	background: #c8c8c8;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
}

/* @end */

/* @end */

.red {
	color: red;
}

.l {
	float: left;
}

.clearer {
	clear: both;
}

#filtriportfolio li
{
	float: left;
	padding-left: 15px;
	list-style-type: none;
}

.current {
	color: #333;
}


.schedaportfolio {
	overflow: hidden;
	clear: both;
	border-bottom: 1px dotted silver;
	padding-left: 15px;
}

.schedaportfolio .thumb {
	float: left;
	padding: 10px;
	width: 170px;
}

.schedaportfolio .testo {
	width: 380px;
	float: left;
	padding: 10px;
}

#minigallery {
	float: left;
	background: #e3e3e3;
	width: 220px;
	height: 220px;
	margin: 15px;
	padding: 3px;
}

#minigallery a img {
	border: 1px solid white;
}

#minigallery a:hover img {
	border: 1px solid red;
}

#minigallery img {
	margin: 4px;
}

#mainphoto {
	float: left;
	padding: 15px;
}