/* - - - - - - - - - - - - - - - - - - - - -

Title : DesignCriativo Style
Author : Vitor M. Costa
URL : http://designcriativo.com

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}
body{
	background: #FFF;
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */
	line-height: 1.8em;
	text-align: center;
}

/* links */

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

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.8em}  /* displayed at 18px */
h3 {font-size:1.5em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#container{text-align: left;}
#header{
	background: #295a8a url("../images/banner.jpg") no-repeat center;
	height: 251px;
}
#packs{
	height: 87px;
	background: #E4E4E4 url("../images/gray_bar.gif") repeat-x;
	margin-bottom: 20px;
}
#content{
	width: 770px;
	margin: 0 auto;
}
#primary-content{
	font-size: 1.3em;
	float: left;
	width: 490px;
	padding: 0;
}
#secondary-content{
	float: right;
	width: 250px;
	font-size: 1.2em;
}
#footer{
	width: 750px;
	color: #999;
	padding: 20px 0;
	margin: 20px auto 0 auto;
	border-bottom: 2px solid #184974;
	font-size: 1.1em;
	position: relative;
}

/* --- */

.copy{
	width: 770px;
	margin: 0 auto;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

/* main */

#main{
	height: 81px;
	background: #16406c url("../images/main_bg.jpg") no-repeat center;
}
#main-copy{
	width: 770px;
	margin: 0 auto;
}
#main-copy h1{
	padding: 20px 5px;
	float: left;
	margin: 0;
	text-indent: -10000px;
}
#main-copy h1 a{
	display: block;
	background: url("../images/logo.png") no-repeat;
	width: 183px;
	height: 40px;
}

/* navigation */

#navigation{
	float: right;
	margin-top: 25px;
	list-style: none;
	font-size: 1.4em;
}
#navigation li{
	float: left;
	margin: 0;
}
#navigation li a{
	color: #FFF;
	display: block;
	float: left;
	padding: 5px 10px;
	margin-left: 2px;
}
#navigation li a:hover, #navigation li a.current{
	background: #184974;
	color: #d2dde5;
	text-decoration: none;
}

/* banner */

#banner{
	width: 770px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}

/* start */

#start h2{
	text-indent: -10000px;
	width: 456px;
	height: 36px;
	background: url("../images/dc_first.png") no-repeat;
}
#start p{
	color: #d2dde5;
	line-height: 20px;
	font-size: 1.4em;
	margin: 0 !important;
	width: 500px;
}

/* laptop */

#laptop{
	background: url("../images/laptop.png") no-repeat;
	position: absolute;
	width: 337px;
	height: 244px;
	top: 10px;
	right: -50px;
}

/* slideshow */

#wrap-slideshow{
	position: absolute;
	width: 235px;
	height: 142px;
	top: 16px;
	left: 42px;
}

#slideshow {
    position:relative;
	height: 142px;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#packs a{
	display: block;
	text-indent: -10000px;
	width: 147px;
	height: 39px;
	float: left;
	margin: 25px 25px 0 0;
}
#packs .sw{background: url("../images/sw.png") no-repeat;}
#packs .bw{background: url("../images/bw.png") no-repeat;}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h2, #primary-content h3{
	padding-bottom: 10px;
	margin: 12px 0 10px 0;
	border-bottom: 1px solid #DDD;
}
#primary-content h2 span{
	color: #999;
}
#primary-content h3{
	margin: 20px 0 5px 0 !important;
	padding-bottom: 5px;
}
#primary-content p{
	margin-top: 0;
}
#primary-content ul{
	margin-left: 10px;
	list-style: circle;
}
#primary-content .date{
	font-size: 12px;
	color: #999;
	margin-bottom: 5px; 
}

/* home bits */

.home-bits{
	font-size: 0.9em;
	float: left;
	width: 220px;
	padding: 10px;
}
.home-bits h3{
	border-bottom: 1px solid #F0D9CC;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #184974;
	padding-bottom: 10px !important;
	position: relative;
}
.home-bits h3 span{
	position: absolute;
	right: 10px;
}
.home-bits ul{margin: 15px 0 0 0}
.home-bits ul li{
	list-style: none;
	background: url("../images/txt.png") no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}
.home-bits li span{
	font-size: 0.9em;
	font-style: italic;
	color: #6D8190;
}

/* blog */

.entry{
	overflow: hidden;
	margin-bottom: 10px;
	height: 1%;
}

/* portfolio */

#portfolio #header, #not-found #header{height: 81px;background: url("../images/main_bg.jpg") no-repeat !important;}
#portfolio #primary-content, #not-found #primary-content{
	width: 98%;
	position: relative;
	margin-top: 20px;
}
#portfolio #footer{
	border-top: 1px solid #DDD;
	margin: 0 auto;
}
#portfolio #featured{margin-top: 20px;}
#portfolio .shadow, #not-found .shadow{
	background: url("../images/shadow-repeat.jpg") repeat-x bottom;
	width: 100%;
	height: 0;
}
#not-found .shadow{
	height: 75px;
}
#portfolio .entry{padding: 0;}
#primary-content .projects{
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 12px;
	font-family: Helvetica;
}
#primary-content .projects li{
	display: inline;
	margin: 0;
	padding: 0;	
}
#primary-content .projects li a{	
	display: block;
	float: left;
	padding: 5px 10px;
	margin-left: 2px;
	text-decoration: none;
}
#primary-content .projects li a:hover{text-decoration: underline;}
#primary-content .folio-item{
	padding: 0;
	margin: 0;
	width: 750px;
}
#primary-content .folio-item img{
	width: 750px;
}
#primary-content .description{
	float: right;
	width: 300px;
}
#primary-content .description h3{
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
	clear: both;
}

/* services */

.thumbs{
	overflow: hidden;
	background: #fff;
	margin: 10px 0 20px 0 !important;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
}
.thumbs li{
	list-style: none;
	float: left;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.thumbs li a img{
	width: 90px;
	float: left;
	display: inline;
	border: 1px solid #eee;
	padding: 5px;
	margin: 5px;
	position: relative;
}
.thumbs li a img:hover{
	border: 1px solid #DDD;
}

/* news */

#news{
	float: right;
	width: 220px;
}

/* contact page */

.col{
	float: left;
	width: 220px;
	font-size: 0.9em;
}
div.r{margin-left: 20px;}

/* forms */

form{
	margin-top: 5px;
	padding: 0 10px;
}
fieldset{
	border: none;
	padding: 0;
	padding-top: 3px;
}
input.text, textarea{
	overflow: auto;
  	border: 1px solid #ddd;
  	border-top: 1px solid #aaa;
  	border-left: 1px solid #aaa;
  	padding: 2px;
}
.wrap-input{text-align: left;}
input.button{cursor: pointer;}
.warnings {
	padding: 5px 0 3px 0;
	margin-bottom: 10px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;	
	position: relative;
}

/* contact form */

.contact-form div{
	margin-bottom: 10px;
}
.contact-form h4{
	background: #DDD;
	padding: 4px 5px 2px 5px;
	border-bottom: 1px solid #CCC;
	display: block;
	width: 205px;
	margin: 0 0 20px -5px;
	color: #777;
}
.contact-form fieldset label{
	display: block;
	margin: 0 0 3px 0;
	color: #333;
	font: 85% Helvetica, Sans-serif;
	text-transform: uppercase;
}
.contact-form input.text, .contact-form textarea{
	width: 200px;
	font-size: 16px;
	padding: 3px;
	margin: 5px 0 5px 0;	
}
.contact-form .error .text, .contact-form .error textarea{
	background: #FFF6CF;
}

/* comment form */

.comment-form form {
	font-size: 11px;
	padding: 0 10px;
}
.comment-form fieldset {border-top: 1px solid #CCC;}
.comment-form fieldset legend{font-size: 1.2em; font-weight: bold; color: #333}
.comment-form form label {
	display: block;
	color: #333;
	font: 100% Helvetica, Sans-serif;
	line-height: 150%;
	margin-bottom: 15px;
	text-transform: uppercase;
	position: relative;
}
.comment-form form label small {
	color: #888;
	font-style: italic;
	text-transform: none;
	padding-right: 30px;
	margin-top: -1.55em;
	position: absolute;
	top: 13px;
	right: 0;
}
.comment-form form label small a:hover {
	color: #666;
	border-color: #888; 
}
.comment-form input.text, .comment-form textarea{
	width: 95%;
	font-size: 16px;
	padding: 3px;
	margin: 5px 0 0 0;
}

/* comments */

dl.comment {
	border: 1px solid #F0D9CC;
	padding: 15px;
	margin-bottom: 10px;
	background: #fff;
}
dl.comment dt {
	padding-bottom: 5px;
	font-family: Helvetica;
	border-bottom: 1px solid #DDD;
	color: #184974;
}
dl.comment dt small {
	color: #bbb;
	font-family: Georgia;
}
dl.comment dd {
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
dl.comment dd blockquote {
	text-indent: 25px;
	background: url(../images/quotes-top.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
dl.comment dd blockquote p {
	color: #888;	
	display: inline;
	margin: 5px 0;
	padding-right: 24px;
	background: url(../images/quotes-bottom.png);
	background-position: bottom right;	
	background-repeat: no-repeat;
	font-style: italic;
	font-family: Helvetia, Sans-serif;
}
#allowed {
	border-bottom: 1px solid #F3F4F4;
	border-top: 1px solid #F3F4F4;
	background: #FAFAFA;	
	padding: 10px;
	margin-top: 10px;
}
#allowed strong{display: block;}
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h2{
	margin-top: 17px;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
	clear: both;
}
#secondary-content ul{
	margin-left: 10px;
	list-style: circle;
}

/* featured */

#featured ul{
	list-style: none;
	margin: 0;
}
#featured li{
	background: #FFF;
	float: left;
	margin: 0 10px 5px 0;
}
#featured li a{
	display: block;
	padding: 5px;
	border: 1px solid #CCC;
}
#featured li a img{
	width: 40px;
	height: 40px;
}
#featured li a:hover{background: #EEE;}


/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer .frog{
	position: absolute;
	top: 20px;
	left: 380px;
}

/* ------------------------------------------------------------

	global

------------------------------------------------------------ */

h1, h2, h3{color: #333; font-weight: normal;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 0; }
acronym{cursor: help; border-bottom: 1px dotted}
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
a img{ border:none; }
hr, .hide {display: none;}
.last{float: right;margin-right: 0;}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.left{ float:left; }
.right{ float:right; }
.floater{
	margin:0;
	float:right;
	margin-top:-28px;
	line-height:28px;
}
.link{
	background: #707070 url("../images/download.png") no-repeat 5px;
	color: #FFF;
	float: left;
	padding: 2px 5px 2px 20px;
}
.visit{
	background: url("../images/link_go.gif") no-repeat;
	padding-left: 20px;
}

/* ------------------------------------------------------------

	browser issues

------------------------------------------------------------ */

/* clearing floats */

.floatclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.floatclear {display: inline-table;}

/* hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* end hide from IE-mac */

/* end */