/* ============================================================
  
   Title:	e-biss Master Stylesheet

---------------------------------------------------------------
   Copyright (c) 2009 E-Biss. All rights reserved.
=============================================================== */

/* @group Misc */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
.clear {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	background: #E4F0E7 url(../images/bg.jpg) no-repeat 50% 0;
	color: #222;
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear, hr {
	clear: both;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
hr {
	visibility: hidden;		
}
#wrap img, #wrap a img {
	border: 0;
}
.hide {
	visibility: hidden;
}

/* @end */

/* @group Links */

a {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background: #0099CC;
	color: #fff;
}
#wrap h1 a {
	background: none;
}

/* @end */

/* @group Navigation */

#header ul {
	position: absolute;
	right: 0;
	top: 75px;
}
#header ul li {
	float: left;
	margin: 0 0 0 5px;
}
#header ul li a {
	display: block;
	background-image: url(../images/sprite_nav.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 153px; height: 29px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#header ul li a:hover,
#header ul li.cur a {
	background-position: 0 -29px;
	color: #e1f2fe;
}

#header ul li a span {
	padding: 6px 20px 0 20px;
	display: block;
}

.sub-nav {
	position: absolute;
	text-align: right;
	width: 570px;
	left: 0;
}
.sub-nav span {
	float: left;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	margin: 0 0 40px;
	padding: 70px 0 35px;
	clear: both;
	border-bottom: 1px solid #c0cac2;
}

/* @end */

/* @group Content */

#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 30px 0;
}
#page {
	float: left;
	width: 570px;
	position: relative;
	margin: 0 0 30px 0;
}
#sidebar {
	float: right;
	width: 350px;
	margin: 0 0 30px 0;
}
#footer {
	clear: both;
	padding: 27px 30px 27px 155px;
	color: #fff;
	background: #222 url(../images/bg_footer.png) no-repeat 30px 50%;
}

.box {
	background: #fff;
	margin: 0 0 20px 0;
	padding: 15px;
	clear: both;
}
.box#intro {
	background: #d1dcd3;
}
#page .box {
	padding: 10px;
}

#sidebar a.view {
	border-top: 1px solid #fff;
	background: #0099CC;
	display: block;
	margin: 18px 0 -15px;
	padding: 12px 15px 10px;
	color: #fff;
}
#sidebar a.view:hover {
	text-decoration: underline;
}

/* @end */

/* @group Typography */

p {
	margin: 0 0 1em 0;
}
h2 {
	background: #222;
	color: #fff;
	padding: 5px 10px 7px;
	float: left;
	font-size: 1.2em;
}
h3 {
	font-size: 1.5em;
	margin: 10px 0 10px 0;
	letter-spacing: -0.01em;
}

/* @end */

/* @group News */

.box.news h3 {
	margin: 0 0 15px 0;
	font-size: 1.7em;
}
p.date {
	margin: 10px 0;
	color: #777;
}

/* @end */

/* @group Work */

.work-item-full {
	background: #fff;
	padding: 10px;
	margin: 0 0 15px 0;
	clear: both;
}
.work-item-full img {
	display: block;
}
.work-item-full p {
	margin: 0;
	clear: both;
}
.work-item-full a.view {
	margin: 0 0 0 7px;
	font-size: 0.8em;
}

/* @group Forms */

#sidebar .box form {
	padding: 10px 15px 0 15px;
}
#sidebar .box form label {
	width: 70px;
	float: left;
}
#sidebar .box form .text {
	padding: 1px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
}
#sidebar .box form textarea.text {
	width: 195px;
}
#sidebar .box form input.btn {
	color: #fff;
	background: #0099CC;
	border: none;
	padding: 5px 10px;
	margin: 0 0 0 70px;
	cursor: pointer;
}

#legenda{
	padding: 10px;
	background: #d7dfd7;
	margin: 10px auto;
	border:1px dashed;
}
/* @end */

/* @end */



.message-success {
	padding: 10px;
	background: #920031;
	margin: 10px auto;
	border:1px dashed;
	color:white;
}
.message-fail {
	padding: 10px;
	background: #920031;
	color:white;
	margin: 10px auto;
	border:1px dashed;
}