@CHARSET "UTF-8";
@import "reset.css";
@import "fonts.css";
/*

*/
html { font-size: 100%; }
body {
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: .9em;
	background: #E4E4E4 url('../img/bg-body.png') repeat-x left top;
	font-weight: 100; /* melhora renderizacao de texto com @font-face no IEca */
}
p { padding: 5px; line-height: 1.5em; margin-left: 10px; }
h3 {
	font-family: 'UbuntuTitlingBold', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	width: 300px;
	padding: 20px 0 0 15px;
}
h4 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.2em;
	color: #888;
	padding-left: 80px;
	margin-top: -10px;
	width: 720px;
	font-style: italic;
	font-weight: normal;
}
dt { font-weight: bold; height: 20px; text-indent: 25px; padding-top: 5px; }
dd { text-indent: 25px; margin-bottom: 10px; font-size: .9em; }
.container { margin: 0 auto; width: 962px; position: relative; }

/*
 ***QUICKBAR
 */
#quickbar {
	background: url(../img/bg-quickbar.png) repeat-x;
	color: #E4E4E4;
	width:100%; height: 25px;
	font-size: .9em;
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	border-bottom: 2px solid #FFF;
}
#quickbar a { text-decoration: none; color: #EEE; }
#quickbar a:hover { color: #FFF; }
#quickbar ul { display: inline; }
#quickbar ul li { display: block; float: right; height: 25px; padding: 8px 40px 0 25px; }
.twitter { background: url(../img/ico-twitter.png) no-repeat; }
.email { background: url(../img/ico-email.png) no-repeat; }

/*
 ***HEADER
 */
#header {
	padding-top: 40px;
	height: 90px; /* 130 */
}
.logo {
	font-family: 'Times New Roman', Times, serif;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-size: 2.8em;
	text-shadow: -1px 1px 0 #AAA;
	background: url('../img/logo.png') 20px 0 no-repeat;
	padding-left: 80px;
	font-weight: lighter;
	height: 50px; width: 720px;
	display: block;
}
.amp {
	font-family: 'GoudyBookletter1911Regular', 'Palatino Linotype', Palatino, serif;
	font-style: italic;
	color: #AEE800;
	font-size: .7em;
}

/*
 ***WRAPPER
 */
#wrapper {
	background-color: #FFF;
	margin: 0 10px;
	padding: 25px 0;
	border: 1px solid #CCC;
	-moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.section {
	font-family: 'UbuntuTitlingBold', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #0094CD;	
	text-shadow: 0 1px 2px rgba(255,255,255,.7);
	background: url('../img/ribbon.png') 0 0 no-repeat;
	display: block;
	height: 35px; width: 245px; /* 50, 265 */
	padding: 15px 0 0 20px;
	margin-left: -10px;
}
.Scontact, .Sservices { margin-left: 0; padding-left: 0; background-image: none; }
.Scontact { color: #FC9A03; text-shadow: -1px -1px 0 #C07401; }
.Sservices { color: #AEE800; text-shadow: -1px -1px 0 #A4BB00; padding-left: 10px; }
.button {
	border: 1px solid #FCAB03;
	color: #FFF;
	height: 30px; width: 180px; /* 38,180 */
	text-decoration: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.4); -webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);
	text-shadow: -1px -1px 0 #FCAB03;
	background: #FCAB03 url('../img/bg-button.png') repeat-x;
	font-family: 'UbuntuTitlingBold', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	cursor: pointer;
	display: block;
	margin-top: 15px;
	text-align: center;
	padding-top: 8px;
	position: relative;
}
.button:hover { background-image: url('../img/bg-button-hover.png'); text-decoration: none; }
.download {
	display: block;
	height: 38px; width: 180px;
	background: url('../img/download.png') top right no-repeat;
	position: absolute;
	top: -5px; left: 5px;
}
.send {
	padding-top: 0;
	height: 38px;
}
.letter {
	display: block;
	height: 38px; width: 180px;
	background: url('../img/send.png') top right no-repeat;
	position: absolute;
	top: -10px; right: 10px;
}
#portfolio { height: 320px; width: 940px; overflow: auto; padding: 0; }
#services, #contact { padding: 0 20px 0 10px; float: left; }
#about {
	width: 290px; /* 310 */
	padding: 0 20px 0 0;
	float: left;
}
#services {
	width: 265px; /* 295 */
}
#contact {
	width: 305px; /* 335 */
}
#services ul {
	list-style-image: url(../img/check.png);
	padding: 10px 0 0 10px;
}
#services ul li { margin-bottom: 20px; }
/*
 ***PORTFOLIO
 */
.slide p { width: 285px; float: left; }
.slide img { float: right; width: 570px; margin: -20px 40px 0 0; }

.control {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
#leftControl {
  top: 335px;
  right: 620px;
  background: transparent url(../img/arrowleft.png) no-repeat 0 0;
}
#rightControl {
  top: 335px;
  right: 30px;
  background: transparent url(../img/arrowright.png) no-repeat 0 0;
}

#portfolio {
	background: url(../img/bg-portfolio.png) no-repeat top right;
	position:relative;
	height: 320px; width: 940px;
}
#slidesContainer {
	width: 940px; height: 320px;
	overflow: auto; /* allow scrollbar */
	position: relative;
}

/*
 ***CONTACT FORM
 */
fieldset { border: none; }
input[type="text"], textarea {
	font: inherit;
	background: #EEE;
	width: 285px;
	border: 1px solid #CCC;
	padding: 4px; margin-bottom: 4px;
	color: #999;
}
input[type="text"]:focus, textarea:focus, .focus { background: #FFF; border: 1px solid #FCAB03; color: #333; }

/*
 ***FOOTER
 */
#footer {
	height: 200px; width: 100%;
	margin-top: 50px;
	padding-top: 20px;
	border-top: 5px dotted #999;
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 1.2em;
	color: #555555;
}
#info, #network {
	width: 300px; height: 200px;
	padding: 10px;
	float: left;
}
dd { text-indent: 20px; margin-bottom: 10px; } 
.inf-phone { background: url(../img/ico-phone.png) no-repeat; }
.inf-email { background: url(../img/ico-email.png) no-repeat; }
.inf-ff { background: url(../img/ico-firefox.png) no-repeat; }
#network span {
	display: block;
	width: 100%; height: 25px;
	background: url(../img/ico-network.png) no-repeat;
	text-indent: 40px;
}
#network ul { display: inline; }
#network ul li {
	float: left;
	text-indent: -9999px;
	margin: 10px 40px 20px 0;
}
#network ul li a { display: block; width: 40px; height: 40px; }
.sn-twitter { background: url(../img/sn-twitter.png) no-repeat; }
.sn-orkut { background: url(../img/sn-orkut.png) no-repeat; }
.sn-linkedin { background: url(../img/sn-linkedin.png) no-repeat; }
.sn-facebook { background: url(../img/sn-facebook.png) no-repeat; }
.sn-myspace { background: url(../img/sn-myspace.png) no-repeat; }
.sn-delicious { background: url(../img/sn-delicious.png) no-repeat; }
#twitter {
	float: left;
	margin: 7px;
	height: 165px; width: 302px;
	background: url(../img/tweets.png) no-repeat;
	position: relative;
}
#twitter a { text-decoration: none; border-bottom: 1px dotted #FC9A03; color: #FC9A03; }
#twitter ul {
	position: absolute;
	top: 20px; left: 15px;
	display: block;
	width: 280px;
	font-size: .8em;
}
#twitter ul li span { display: block; font-size: .75em; padding: 5px 5px 0 0; }
/*
 ***CONF
 */
.clearFloat { clear: both; }
