/*
Theme Name: Fabrica Features
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A simple theme.
Version: 1.0
Author: Fabrica
Author URI: http://www.fabrica.it
*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #FFFFFF;
	font: 0.75em 'helvetica','arial','verdana',sans-serif;
	line-height: 1.2em;
	color: #000;
	}
	
#wrap {
	width: 990px;
	margin: 0 auto;
	padding-top: 56px;
	background-color: #FFFFFF;
	}
	
a, a:hover {
	text-decoration: none;
	color: #000;
	}

a:link img, a:visited img, a:hover img, a:active img {
	background-color: #FFFFFF;
	border: 0px none;
}
		
img.topleft {
	width:210px;
	}
	
img.presgall, img.presgall a, img.presgall a:hover  {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	background-color: #FFFFFF;
	}


ul {
	padding: 0;
	margin: 0;
	}

.head { 
	margin-left: 256x;
	padding: 0px;
	}

.head a { text-decoration: none; }
	
.head span {
	margin-left: 10px;
	color: #AAA;
	}

.menu {
	width: 210px;
	min-height: 350px;
	margin: 10px 56px 56px 0px;
	float: left;
	}
	
.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	}
	
.menu li {
	padding: 5px 0 3px 0px;
	text-align: left;
	font-size: 0.95em;
	border-top: 1px solid #000000;
	}

.menu li a {
	padding: 0px;
	color: #000000;
	text-decoration: none;
	font-family: 'helvetica','arial','verdana',sans-serif;
	/*font-weight: bold;*/
	text-transform: uppercase;
	}

.menu li a:hover {
	color: #000000;
	background-color: #FFFF00;
	}
	
.menu ul li ul li {
	border-top: 1px solid #FFFFFF;
	margin: 0px;
	padding: 1px;
	margin-left: 12px;
}
	
.menu ul li ul li a {
	margin: 0px;
	color: #000000;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
}
	
#main {
	width: 800px;
	margin: 12px 20px 0 170px;
	padding-bottom: 50px;
	}
	
.page {
	float: left;
	color: #000;
	width: 724px;
	display: inline;
	margin-bottom: 30px;
}
.page p {
	width: 724px;

}

.imgpage {
	float: right;
	border: 0px;
}

.imgpress {
	margin-top: 40px;
}
	
#content {
	float: left;
	color: #000;
	min-height: 450px;
	width: 724px;
	display: inline;
}

#presscontent {
	float: left;
	color: #000;
	width: 540px;
	line-height: normal;
}

.column4 {
	float: left;
	width: 172px;
}

.column3 {
	float: left;
	width: 233px;
}

.column2 {
	float: left;
	width: 356px;
}

.txtfield {
	padding: 5px;
}
 
	
.sidebar {
	color: #000;
	margin-bottom: 10px;
	display: block;
	}

.sidebar ul {
	list-style-type: none;
	}
	
.sidebar li {
	margin-bottom: 5px;
	background: #E5E5E5 url('images/sidebar_corner.gif') no-repeat top right;
	border-bottom: 1px solid #DDD; border-left: 1px solid #DDD;
	padding: 8px;
	}

.sidebar li a {
	text-decoration: none;
	display: block;
	}

.sidebar li:hover {
	background-image: none;
	background-color: #DDD;
	border-bottom: 1px solid #aaa; border-left: 1px solid #aaa;
	color: #333;
	}

.subnav {
	width: 100%;
	background: #FFF url('images/underline.gif') repeat-x bottom left;
	text-align: left;
	margin-bottom: 18px;
	}
	
.subnav span.title {
	display: block;
	clear: none;
	text-decoration: none;
	color: #666;
	padding-bottom: 12px;
	}

.subnav ul {
	list-style: none;
	float: right;
	}

.subnav ul li {
	float: left;
	}

.subnav ul li a {
	margin: 0 0 0 20px;
	font-size: 0.8em;
	padding: 0px 0 12px 0;
	line-height: 1.5em;
	color: #AAA;
	text-decoration: none;
	display: block;
	}
	
.subnav ul li a:hover {
	color: #000;
	background: url('images/underline_arrow.gif') no-repeat bottom center;
	}

.clear50 {
	clear: left;
	padding: 25px 0;
	font-size: 0;
	}

.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
	font-size: 0;
	}

h1 {
	font-size: 1.0em;
	color: #666;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	}

h2, h2 a {
	font-size: 1.0em;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

h2 span {
	margin-left: 10px;
	color: #AAA;
	}

h3 {
	color: #666;
	margin-bottom: 10px;
	font-size: 1.0em;
	text-transform: uppercase;
	}
 	
h4 {
	color: #999;
	margin-bottom: 5px;
	font-size: 1.0em;
	}
	
h5 {
	color: #000;
	background-color: #FFFF00;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	}

p.main {
	font-size: 0.8em;
	font-family: arial,sans-serif;
	line-height: 1.6em;
	margin: 5px 160px 15px 0;
	}

span.bold {
	color: #555;
	font-weight: 600;
	}
	
.title {
	font-size: 1.0em;
	color: #000000;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	
.entry { 
	float: right;
	color: #000;
	width: 412px;
	}
	
.entry h2 span {
	float: right;
	color: #000;
	text-transform: capitalize;
	}

.comment, comment a {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px 0;
	border-bottom: 1px solid #000;
	font-style: italic;
}
	
ol {
	color: #444;
	font: 0.8em 'helvetica','arial','verdana',sans-serif;
	margin: 5px 0;
	}
 
ol span {
	font: 1.0em 'helvetica','arial','verdana',sans-serif;
	color: #666;
	font-style: normal;
	}

ol li {
	margin-left: 30px;
	padding: 4px 0
	}

ul.content {
	font-size: 0.8em;
	list-style-type: none;
	margin-left: 10px;
	}
	
.content li {
	padding: 4px 0 4px 20px;
	background: url('images/bullet.gif') no-repeat left center;
	}

table {
  width: 100%;
  margin-bottom: 20px;  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 0 0 3px;
  font: 400 1.2em 'helvetica','arial','verdana',sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}

thead {
  border: 1px solid #CCC;
  }

thead th {
	font-size: 0.9em;
  color: #555;
  background: #EEE;
}


tbody tr {
	font-size: 0.8em;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
}

.searchform{
	width: 256px;
	float: left;
	}

form p {
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-top: 10px;
	}

form input.text, form textarea{
	width:190px;
	border:1px #000 solid;
	color:#000;
	padding: 2px;
	font: 11px 'helvetica','arial','verdana',sans-serif;
	background-color: #FFFFFF;
	}

form input.text:hover, form textarea:hover{
	border:1px #999 solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #999 solid;
	color:#666;
	}

.serchbutton {
	width: 56px;
	text-align: left;
	font-size: 0.8em;
	font-family: 'helvetica','arial','verdana',sans-serif;
	background-color: #FFFFFF;
	border: none 0px;
	display: inline;
	}

* html form input.text,
* html form textarea{
	border-color:#533a18;
	color:#000;
	}
	
.footer {
	clear: both;
	width: 990px;
	border-top: 1px dotted #000;
	font-size: 0.8em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	line-height: 2em;
	}
	
.footer a {
	color: #666;
	}

.footer .footnav {
	border-bottom: 1px solid #000;
	}
	
.footer p {
	float: left;
	}

.footnav a {
	text-decoration: none;
	}

.footnav a.first {
	font-size: 1.5em;
	font-weight: 800;
	}

.linksleft {
	float: left;
	margin-right: 10px;
	width: 170px;
	padding: 0 10px 0px 0px;
	list-style-type: none;
	}

.linksleft ul {
	list-style-type: none;
	}

.linksleft li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

.linksleft li a {
	margin:  0;
	text-decoration:none;
	}
	
#spacecol {
	float: left;
	width: 12px;
	height: 12px;
}
	
.bigform {
	width: 412px;
	}
	
a.squarebutton {
background: transparent url('images/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
color: #494949; /*button text color*/
}

a.squarebutton span {
background: transparent url('images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
margin-right: 5px;
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; 
width: 100%;
}
.slideshowlink {
	display:none !important;
}

	