/*-------------------------------------------------------------------------------------------------
* Filename: styles.css
* Website: http://www.themeflash.com
* Author: system32
* Description: Handles the site layout.
--------------------------------------------------------------------------------------------------*/
/* Global Reset
--------------------------------------------------------------------------------------------------*/
body {
	font-family: Ubuntu, Cabin, 'Lucida Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background: #ddd;
	color: #404040;
	margin: 0;
	padding: 0;
	text-align: justify;
}

* html {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.imgborder {
	background: #FFF;
	padding: 3px;
	border: 1px solid #ccc;
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

em,i {
	font-style: italic;
}

strong,b {
	font-weight: 700;
}

/* Headings
--------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 5px 0 10px;
}

/* topbar
--------------------------------------------------------------------------------------------------*/
.topbar {
	background-image: url(../images/bg_topbar.png);
	background-repeat: repeat-x;
	height: 85px;
	width: 100%;
}

.logo {
	padding: 3px 0 0;
}

/* topmenu
--------------------------------------------------------------------------------------------------*/
.topmenu {
	margin-top: 40px;
	float: right;
}

/*** M E N U ***/
.menu,.menu * {
	font-family: 'Yanone Kaffeesatz', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	float: left;
	position: relative;
}

.menu {
	float: left;
	padding-left: 15px;
	margin: 0;
}

.menu a {
	display: block;
	position: relative;
	padding: 5px 25px 6px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
}

.menu a {
	color: #3aF;
}

.menu a:hover {
	color: #fa4;
	background-color: #740;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 0 0 5px rgba(255,100,0,1);
}

/* index sliderpart
--------------------------------------------------------------------------------------------------*/
.sliderbg {
	overflow: hidden;
	height: 310px;
}

.slider_text {
	margin: 0;
	padding: 0;
}

.slider_text h1 {
	margin: 60px 0 0 10px;
	text-shadow: 0 2px 3px #000;
}

.slider_text p {
	margin: 20px 0 0 10px;
}

.button {
	margin: 20px 0 20px 10px;
}

#cu3er-container {
	width: 500px;
	outline: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: auto;
	visibility: hidden;
	background: none;
}

/* subheader
--------------------------------------------------------------------------------------------------*/
.subheader {
	width: 100%;
	height: 100px;
}

.subheader h2 {
	padding-top: 40px;
	margin: 0;
	padding-left: 40px;
}

.subheader p {
}

.subheader h5 {
	padding-top: 35px;
	margin: 0 30px 0 0;
}

/* topbox
--------------------------------------------------------------------------------------------------*/
.topbox {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
}

.sep {
	background: url(../images/sep.gif) no-repeat center right;
}

.topimg {
	margin: 5px 0;
}

.topbox p {
	padding: 20px;
	text-align: justify;
}

.topbox h3,.topbox h3 a {
	color: #039;
	line-height: 24px;
}

.topbox h3 a:hover {
	color: #36C;
}

/* midcontent
--------------------------------------------------------------------------------------------------*/
.midcontent {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.content {
	margin: 10px 0 0;
	padding: 20px;
	overflow: hidden;
	height: 100%;
}

.content h3 {
	color: #333;
}

.sidebar {
	margin: 0;
	overflow: hidden;
	min-height: 500px;
	height: 100%;
}

/* newslist
--------------------------------------------------------------------------------------------------*/
ul.newslist {
	margin: 10px 0;
	padding: 0;
	list-style: square;
}

ul.newslist li {
	padding: 5px 0;
}

ul.newslist li p {
	margin: 0 0 10px;
	padding: 0;
}

ul.newslist li a:link,ul.newslist li a:visited,ul.newslist li a:active {
	padding: 0;
}

ul.newslist li a:hover {
	padding: 0;
}

ul.newslist li span {
	display: block;
	margin-bottom: 0;
}

/* submenu
--------------------------------------------------------------------------------------------------*/
ul.subnav {
	margin: 0 0 20px;
	padding: 0;
}

ul.subnav li {
	margin-left: 0;
	list-style-type: none;
}

ul.subnav li a img {
	vertical-align: middle;
	margin-right: 5px;
}

ul.subnav li a {
	height: 20px;
	margin: 0;
}

ul.subnav li li a {
	margin: 0;
	text-decoration: none;
}

ul.subnav li li a:link,ul.subnav li li a:visited {
	display: block;
	padding: 5px 0;
}

ul.subnav li a:link,ul.subnav li a:visited {
	display: block;
	padding: 5px 0;
}

ul.subnav li a:hover {
	padding: 5px 0;
}

/* services servicebox
--------------------------------------------------------------------------------------------------*/
.servicebox {
	width: 620px;
	margin: 0;
	float: left;
	padding: 20px 20px 0 0;
	overflow: hidden;
	height: 100%;
}

.servicetext h3 span {
	display: block;
}

.serviceicon {
	vertical-align: top;
	float: left;
	width: 70px;
}

/* portfolio boxes
--------------------------------------------------------------------------------------------------*/
.portbox {
	float: left;
	padding: 0 8px;
	margin-bottom: 30px;
	width: 280px;
}

.portbox img {
	margin-bottom: 10px;
	width: 270px;
}

.portbox p {
	margin: 5px 0 0;
	padding: 0;
}

.portbox h3 {
	display: block;
	margin: 0;
	padding: 0;
}

.portbox img,.portbox p span,.portbox h3 {
	display: block;
}

.img_border {
	margin-bottom: 10px;
	padding: 1px;
}

.img_border:hover {
}

/* read more
--------------------------------------------------------------------------------------------------*/
a.read {
	float: right;
	padding: 5px 0;
}

a.read:hover {
}

/* testimonial block
--------------------------------------------------------------------------------------------------*/
blockquote {
	padding: 0 15px;
	margin: 0;
}

.entry blockquote {
	margin: 0 0 20px;
	padding: 20px;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

blockquote {
	margin: 15px 0 15px 5px;
	padding-right: 5px;
}

blockquote p {
}

/* footer details
--------------------------------------------------------------------------------------------------*/
.footerbg {
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: #393939 url(../images/grey/bg_footer.png) repeat-x top;
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif, Tahoma, Geneva;
	font-size: 10px;
	color: #ccc;
}

.copyright {
	margin: 0;
	padding: 30px 0;
	text-align: left;
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif, Tahoma, Geneva;
	font-size: 11px;
	color: #666;
}

/* Post Entry
--------------------------------------------------------------------------------------------------*/
.entry {
	padding: 20px 0;
	clear: both;
}

.entry .post-info {
	margin: 8px 0;
}

.entry ul,.entry ol {
	margin: 0;
	padding: 10px 0 20px;
}

div.excerpt {
	overflow: hidden;
	height: 100%;
}

.singlepost h3 {
	margin-bottom: 20px;
}

.singlepost h2 a {
	background: none;
}

.postimg {
	float: left;
	margin-right: 20px;
}

/* Success Messages
--------------------------------------------------------------------------------------------------*/
.notes {
	background: #f0f0f0;
	border: 1px solid #b8b8b8;
}

.success {
	background: #ccfcd1;
	border: 1px solid #60a400;
}

.error {
	background: #f9e3e3;
	border: 1px solid #e79e9e;
}

.notice {
	background: #fcf0cc;
	border: 1px solid #ecc735;
}

.notes,.notice,.success,.error {
	font-size: 100%;
	color: #484848;
	padding: 10px;
	width: auto;
	margin: 0 0 20px;
	text-align: left;
}

.notes span,.notice span,.success span,.error span {
	font-weight: 700;
	font-size: 1.2em;
	padding: 2px 40px;
}

.notes p,.success p,.error p,.notice p {
	margin: 0;
	padding: 0 40px;
}

a.btn_clienti,a.btn_preventivo {
	background: url(../images/btn_arancio.png) center no-repeat;
	width: 158px;
	height: 30px;
	display: inline-block;
	color: #FFF;
	text-align: center;
	padding-top: 12px;
}

a.btn_preventivo {
	background: url(../images/btn_blu.png) center no-repeat;
}

div.scrollable {
	position: relative;
	overflow: hidden;
	float: left;
	height: 240px;
	width: 562px;
	margin-top: 10px;
}

div.scrollable div.items {
	position: absolute;
	height: 20000em;
}

div.notizia {
	width: 540px;
	height: 60px;
	padding: 7px;
	border: solid 1px #FFCF9B;
	background-color: #FFF5e5;
	margin-bottom: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#actions {
	float: left;
	width: 18px;
	height: 240px;
	margin-top: 10px;
}

a.browse {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0;
	cursor: pointer;
	font-size: 1px;
}

a.up,a.down {
	float: none;
}

a.up {
	background: url(../images/scrollable/arrow/up.png) top no-repeat;
}

a.down {
	background: url(../images/scrollable/arrow/down.png) top no-repeat;
	margin-top: 205px;
}

a.up:hover,a.down:hover {
	background-position: 0 -18px;
}

a.disabled {
	visibility: hidden!important;
}

* a {
	outline: none;
}

#ombra_topbar {
	width: 100%;
	height: 8px;
	background: url(../images/bg_ombra_topbar.png) repeat-x top;
}

#corpo_alto {
	background: url(../images/bg_body_top.png) no-repeat center;
	height: 23px;
}

#corpo_basso {
	background: url(../images/bg_body_bottom.png) no-repeat center;
	height: 23px;
}
