/*
Title:		Rosa de Sarom
Author:		Edmundo Junior, hello@edmundojr.com
Updated:	Jun 04, 2010
Copyright:	2010, Rosa de Sarom. All rights reserved.
*/



/* Imports
--------------------------------------------- */
@import "../css/reset.css";
@import "../css/960.css";
@import "../css/contactable.css";



/* Main styles
--------------------------------------------- */
body { background: #fff; color: #515348; font:14px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif; }

/* HTML5 fixes */
header, section, footer, aside, nav, article, figure { display: block; }

header { background: #ccc url(../img/header.jpg) no-repeat 0 0; height: 250px; margin: 10px -15px 0 -15px; }
header .grid_12 { margin-left: 4px; }

footer 			{ border-top: 1px solid #eee; height: 35px; margin: 100px -15px 0 -15px; padding: 20px 0; font-size: 12px; }
footer .grid_9	{ margin-left: 25px; }
footer .grid_3	{ margin-right: 25px; text-align: right; }
footer b		{ font-weight: normal; color: #ddd; padding: 0 4px; }

#featured h1 { font-size: 26px; margin-bottom: 10px; }
#featured h2 { font-size: 22px; color: #515348; text-shadow: 0 1px 1px #e1dddd; }

.image {
	border: 5px solid #fff;
	margin-bottom: 10px;
	box-shadow: 0 1px 5px #999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	-webkit-transition: all .4s ease-out; }
.image:hover, .image:focus {
	box-shadow: 0 1px 5px #3875d7;
	-moz-box-shadow: 0 1px 5px #3875d7;
	-webkit-box-shadow: 0 1px 5px #3875d7; }


/* Links
--------------------------------------------- */
a, a:visited		{ color: #4686c3; text-decoration: none; -webkit-transition: color .4s ease-out; }
a:hover, a:focus	{ color: #222; }

/* Logotipo */
#home-link {
	height: 78px;
	left: 20px;
	position: absolute;
	text-indent: -9999px;
	top: 160px;
	width:662px;
	background: url(../img/logo.png) no-repeat 0 0;
	border: none; }
#home-link:hover { background-position: bottom left; }

.button {
	background: #86c000 url(../img/bg_button.png) repeat-x 0 0;
	padding: 8px 15px 6px 15px;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #549300;
	text-shadow: 0 1px 1px #487e00;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 2px #7ebb00;
	-moz-box-shadow: 0 1px 2px #7ebb00;
	-webkit-box-shadow: 0 1px 2px #7ebb00;
	-webkit-transition: all .4s ease-out; }
.button:hover, .button:focus { -moz-box-shadow: 0 1px 5px #549300; -webkit-box-shadow: 0 1px 5px #549300; box-shadow: 0 1px 5px #549300; border: 1px solid #549300; }
.button:active { position: relative; top: 1px; }



/* Misc
--------------------------------------------- */
address	{ font-style: normal; }
.v_card	{
	background: #eee url(../img/bg_contact.jpg) no-repeat center center;
	padding: 30px 30px 8px 30px;
	text-shadow: 0 1px 1px #fff;
	margin-bottom: 20px;
	border: 5px solid #fff;
	box-shadow: 0 1px 3px #bbb;
	-moz-box-shadow: 0 1px 3px #bbb;
	-webkit-box-shadow: 0 1px 3px #bbb; }
.v_card h6 { margin-bottom: -8px; line-height: 1em; }
.map { 
	background: #fff;
	height: 284px;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0 1px 3px #bbb;
	-moz-box-shadow: 0 1px 3px #bbb;
	-webkit-box-shadow: 0 1px 3px #bbb; }
.map a { border: none; }



/* Navigation
--------------------------------------------- */
nav { border-bottom: 1px solid #eee; margin: 0 -15px 20px -15px; height: 60px; }

nav ul { margin: 0; padding: 14px 15px; list-style: none; }
nav li { float: left; margin: 0 25px 0 0; text-align: center; }

nav li a, nav li a:visited {
	background-color: #fff;
	display: block;
	color: #515348;
	text-decoration: none;
	padding: 7px 8px 5px 8px;
	font-weight: bold;
	border: none;
	text-shadow: 0 1px 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .4s ease-out; }

nav li a.home				{ background: #fff url(../img/nav-home.png) no-repeat scroll 8px 6px; padding-left: 33px; }
nav li a.home:hover			{ background: #e1dddd url(../img/nav-home.png) no-repeat scroll 8px 6px; }
nav li a.home-current		{ background: #e1dddd url(../img/nav-home.png) no-repeat scroll 8px 6px; padding-left: 33px; }
nav li a.empresa			{ background: #fff url(../img/nav-empresa.png) no-repeat scroll 8px 6px; padding-left: 32px; }
nav li a.empresa:hover		{ background: #e1dddd url(../img/nav-empresa.png) no-repeat scroll 8px 6px; }
nav li a.empresa-current	{ background: #e1dddd url(../img/nav-empresa.png) no-repeat scroll 8px 6px; padding-left: 32px; }
nav li a.projetos			{ background: #fff url(../img/nav-projetos.png) no-repeat scroll 8px 6px; padding-left: 33px; }
nav li a.projetos:hover		{ background: #e1dddd url(../img/nav-projetos.png) no-repeat scroll 8px 6px; }
nav li a.projetos-current	{ background: #e1dddd url(../img/nav-projetos.png) no-repeat scroll 8px 6px; padding-left: 33px; }
nav li a.contato			{ background: #fff url(../img/nav-contato.png) no-repeat scroll 8px 6px; padding-left: 33px; }
nav li a.contato:hover		{ background: #e1dddd url(../img/nav-contato.png) no-repeat scroll 8px 6px; }
nav li a.contato-current	{ background: #e1dddd url(../img/nav-contato.png) no-repeat scroll 8px 6px; padding-left: 33px; }



/* Projetos
--------------------------------------------- */
#projects-pag	{ width: 920px; margin: 0 -10px -200px -10px; padding: 0 10px; }
.projects		{ margin: 0; }
.projects li	{ list-style: none; float: left; margin: 0; }
.projects li a, .projects li a:visited {
	background: #9f9593 url(../img/loading.gif) no-repeat center;
	width: 210px;
	height: 155px;
	margin: 10px;
	border: 5px solid #fff;
	display: block;
	opacity: 0.85;
	‐ms‐filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE 8 hack */
	filter:	alpha(opacity=85); /* IE 5‐7 hack */
	-webkit-box-shadow: 0 1px 5px #999;
	   -moz-box-shadow: 0 1px 5px #999;
	     -o-box-shadow: 0 1px 5px #999;
	        box-shadow: 0 1px 5px #999;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out; }
.projects li a:hover, .projects li a:focus {
	-webkit-box-shadow: 0 1px 5px #3875d7;
	   -moz-box-shadow: 0 1px 5px #3875d7;
	     -o-box-shadow: 0 1px 5px #3875d7;
	        box-shadow: 0 1px 5px #3875d7; }
.projects li a:hover, .projects li a:focus {
	opacity: 1;
	‐ms‐filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */
	filter:	alpha(opacity=100); /* IE 5‐7 hack */ }

#control { background: #fff; width: 150px; height: 30px; position: absolute; top: 70px; right: 0; }
#control .nivo-controlNav {
	position: absolute;
	top: 9px;
	right: 65px;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out; }
#control:hover .nivo-controlNav, #control:hover .arrow { opacity: 1; }
#control .arrow {
	background: url(../img/arrows-blue.png) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	display: block;
	opacity: 0.65;
	cursor: pointer;
	outline: 0;
	border: none;
	text-indent: -9999px;
	-webkit-transition: opacity 0.3s ease-in-out;
	   -moz-transition: opacity 0.3s ease-in-out;
	     -o-transition: opacity 0.3s ease-in-out;
	        transition: opacity 0.3s ease-in-out; }
#control .forward	{ background-position: -30px -325px; right: 0px; }
#control .back		{ background-position: 0 -325px; right: 30px; }
#control .forward:hover	{ background-position: -30px -100px; }
#control .back:hover	{ background-position: 0 -100px; }



/* Nivo Slider (Projetos)
--------------------------------------------- */
#slider {
	position: relative;
	background: #9f9593 url(../img/loading.gif) no-repeat 50% 50%;
	width: 930px;
	height: 396px;
	border: 5px solid #fff;
	box-shadow: 0 1px 5px #777;
	-moz-box-shadow: 0 1px 5px #777;
	-webkit-box-shadow: 0 1px 5px #777;
	-webkit-transition: all .4s ease-out; }
#slider:hover, #slider:focus {
	box-shadow: 0 1px 6px #444;
	-moz-box-shadow: 0 1px 6px #444;
	-webkit-box-shadow: 0 1px 6px #444; }

#empresa {
	position: relative;
	background: #9f9593 url(../img/loading.gif) no-repeat 50% 50%;
	border: 5px solid #fff;
	width: 370px;
	height: 365px;
	margin-bottom: 10px;
	box-shadow: 0 1px 5px #999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	-webkit-transition: all .4s ease-out; }
#empresa:hover, #empresa:focus {
	box-shadow: 0 1px 5px #3875d7;
	-moz-box-shadow: 0 1px 5px #3875d7;
	-webkit-box-shadow: 0 1px 5px #3875d7; }

#slider img, #empresa img { position: absolute; top: 0px; left: 0px; display: none; }

#slider .nivo-controlNav {
	position: absolute;
	left: 35%;
	bottom: -30px; }
	
#empresa .nivo-controlNav {
	position: absolute;
	left: 35%;
	bottom: -30px; }

.nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left; }
.nivo-controlNav a.active { background-position: -10px 0; }

.nivo-directionNav a { display: block; width: 40px; height: 40px; background: url(../img/arrows.png) no-repeat; text-indent: -9999px; border: 0; }
a.nivo-nextNav { background-position: -40px 0; right: 15px; }
a.nivo-prevNav { left: 15px; }



/* Infinite Carousel
--------------------------------------------- */
.infiniteCarousel				{ width: 940px; height: 225px; position: relative;  }
.infiniteCarousel .wrapper		{ width: 940px; overflow: auto; height: 225px; position: absolute; top: 0; }
.infiniteCarousel .wrapper ul	{ width: 940px; list-style-image: none; list-style-position: outside; list-style-type: none; position: absolute; top: 0; }

.infiniteCarousel ul li	{
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0;
	height: 200px;
	width: 290px; }
.infiniteCarousel ul li a img {
	border: 5px solid #fff;
	box-shadow: 0 1px 5px #999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	-webkit-transition: all .4s ease-out; }
.infiniteCarousel ul li:hover img {
	box-shadow: 0 1px 7px #3875d7;
	-moz-box-shadow: 0 1px 7px #3875d7;
	-webkit-box-shadow: 0 1px 7px #3875d7; }
	
.infiniteCarousel ul li a img		{ display: block; }

.infiniteCarousel .arrow			{ display: block; height: 225px; width: 30px; background: url(../img/arrows-blue.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0; cursor: pointer; outline: 0; border: none; }
.infiniteCarousel .forward			{ background-position: -30px 0; right: -25px; }
.infiniteCarousel .back				{ background-position: 0 0; left: -25px; }
.infiniteCarousel .forward:hover	{ background-position: -30px -225px; }
.infiniteCarousel .back:hover		{ background-position: 0 -225px; }



/* Text
--------------------------------------------- */
hr { border:0 #eee solid; border-top-width: 1px; clear: both; height: 0; }

h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; }

dt { font-weight: bold; float: left; width: 80px; padding-bottom: 7px; clear: left; }
dd { padding-bottom: 7px; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 20px; }
