/* @override 
	http://www.perezdesign.ca/css/style.css
*/

/* COLOR SWATCHES

orange: #ffa800
light blue: #9ce4fc
title bar blue: #374856
green: #D0DD72

*/

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group General Page Styling */

html {
	background: #3d4750 url(/images/noisey_bg.png);
}

body {
	font-size: 17px;
	font-family: ff-netto-web-1, ff-netto-web-2, "helvetica neue", arial, serif;
	text-shadow: 0px -1px 0 #000;
	color: #eee;
	margin: 0 auto;
	line-height: 20px;
}

p {
	margin-bottom: 13px;
	text-shadow: 0px -1px 1px #111;
}

p.last {
	margin-bottom: 0;
}

a {
	border: none;
	outline: none;
	color: #9ce4fc;
	text-decoration: none;
}

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

#content-wrapper {
	width: 780px;
	overflow: hidden;
}

ul {
	overflow: hidden;
}

h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #D0DD72;
}

#about h3, #services h3 {
	margin-top: -6px;
}

/* @end */

/* @group Splash Stylings */

#splash {
	margin: auto;
	margin-top: 85px;
	height: 158px;
	width: 748px;
	background: url(/images/splash_bg.png) no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #a1a2a3;
	-webkit-box-shadow: 0 3px 10px #222;
	-moz-box-shadow: 0 3px 10px #222;
	box-shadow: 0 3px 10px #222;
}

#splash h2 {
	font-weight: 500;
	font-size: 28px;
	margin: 65px 50px 0 0;
	float: right;
	text-shadow: 0px 1px 4px #222;
	line-height: 1.1em;
	font-family: ff-netto-web-1, ff-netto-web-2, "helvetica neue", arial, serif;
	text-align: center;
}

#splash h2 span {
	font-weight: 700;
}

#splash img {
	float: left;
	position: relative;
	top: 18px;
	left: 18px;
}

/* @end */

/* @group Error Page */

.title_bar h2.error {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 500;
	font-family: ff-netto-web-1, ff-netto-web-2, "helvetica neue", arial, serif;
	text-shadow: 0px -1px 1px #000;
	line-height: 28px;
}

p.error {
	margin-top: 20px;
}

/* @end */

/* @group Header */

#header_wrapper {
	height: 52px;
	width: 100%;
	background: url(/images/nav_light.png) repeat-x;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	z-index: 999;
}

#header {
	width: 780px;
	margin: 0 auto;
}

h1 a {
	background: url(/images/pdcinc_nav.png) no-repeat;
	display: block;
	float: left;
	height: 53px;
	text-indent: -9999px;
	width: 342px;
	visibility: visible;!imporant
}

#nav {
	height: 53px;
}

#nav li { 
	float: left;
	font-size: 18px;
	list-style: none; 
	margin: 8px 0 0 0;
}

#nav li.home { 
	margin-top: 0;
}

#nav li a { 
	height: 53px;
	display: block;
	float: left;
	font-weight: 500;
}

#nav a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, .over {
	background: url(/images/hover_glow.png) center -8px no-repeat;	
}

#nav li.home a:hover {
	background: url(/images/pdcinc_nav.png) 0 -54px no-repeat;
}

#nav li.portfolio {
	margin-left: 20px;
	width: 125px;
}

#nav li.about {
	width: 95px;
}

#nav li.services {
	width: 110px;
}

#nav li.contact {
	width: 55px;
}

/* @end */

/* @group Box Stylings */

.box {
	margin: auto;
	margin-top: 33px;
	width: 748px;
	background: #455a6b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #a1a2a3;
	-webkit-box-shadow: 0 3px 10px #222;
	-moz-box-shadow: 0 3px 10px #222;
	box-shadow: 0 3px 10px #222;
	clear: both;
}

.box_shadow {
	width: 750px;
	height: 15px;
	background: url(/images/box_shadow.png) no-repeat;
	display: block;
	margin: auto;
	clear: both;
	overflow: hidden;
}

.title_bar {
	background: #374856 url(/images/title_bevel.png) bottom no-repeat;
	padding: 16px 22px 16px 22px;
	clear: both;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.title_bar h2 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 500;
	font-family: ff-netto-web-1, ff-netto-web-2, helvetica neue, arial, serif;
	text-shadow: 0px -1px 1px #000;
}

.box_content {
	padding: 22px;
	position: relative;
}

#contact .box_content {
	overflow: hidden;
}

/* @end */

/* @group Portfolio */

#portfolio .box_content {
	position: relative;
}

.portfolioPiece {
	width: 100%;
	display: block;
	clear: both; 
}

.portfolioImage {
	padding: 5px;
	padding-top: 8px;
	float: left;
	clear: both;
}

.portfolioOverlay, #portfolioOverlayFixed {
	background: url(/images/slide_overlay.png) no-repeat;
	position: absolute;
	z-index: 100;
	display: block;
	width: 100%;
	height: 325px;
	visibility: visible;
	width:410px;
}

.portfolioDescription {
	float: left;
	margin-left: 20px;
	width: 270px;
}

#next a {
	text-indent: -9999px;
	display: block;
	padding: 275px 0 0 40px;
	width: 10px;
	background: url(/images/slide_next.png) 0px 135px no-repeat;
	position: absolute;
	left: 370px;
	z-index: 200;
	visibility: hidden;
}

#next a:hover {
	background: url(/images/slide_next.png) -48px 135px no-repeat;
}

#back a {
	text-indent: -9999px;
	display: block;
	padding: 275px 0 0 40px;
	width: 10px;
	background: url(/images/slide_prev.png) 0px 135px no-repeat;
	position: absolute;
	left: 35px;
	z-index: 200;
	visibility: hidden;
}

#back a:hover {
	background: url(/images/slide_prev.png) -47px 135px no-repeat;
}

#slide_nav { 
	margin: 6px 0 0 130px;
	display: block;
	overflow: hidden;
	width: 285px;
}

#slide_nav a { 
	text-indent: -9999px;
	background: url(/images/slide_pagination.png); 
	display: block;
	width: 29px;
	height: 27px;
	float: left;
}
#slide_nav a.activeSlide { 
	background: url(/images/slide_pagination.png) 0 -24px; 
}

#slide_nav a:hover { 
	background: url(/images/slide_pagination.png) 0 -24px; 
}

#slide_nav a:focus { 
	outline: none; 
}

/* @end */

/* @group Manfiesto Stylings */

.manifesto_number {
	text-align: left;
	float:  left;
	margin: 2px 0 0 -85px;
	font-family: "bello-pro-1","bello-pro-2", georgia;
	height: 30px;
	font-weight: 700;
	font-size: 24px;
	text-shadow: 0 0 4px #222;
	color: #D0DD72;
	padding-left: 6px;
	width: 60px;
}

#manifesto strong {
	font-weight: 700;
}

#manifesto li { 
	float: left;
	list-style: none; 
	margin-bottom: 13px;
	text-shadow: 0px -1px 1px #222;
	clear: left;
}

#manifesto li.last { 
	background: none;
	padding-bottom: 0;
	margin-bottom:0;
}

#manifesto img {
	position: absolute;
	left: 730px;
	top: 40px;
}

/* @end */

/* @group About Stylings */

#carlos_info {
	float: right;
	padding-left: 20px;
	width: 310px;
}

#carlos_info img {
	margin-bottom: 15px;
}

#carlos_info p {
 	color: #ffa800;	
 	font-size: 18px;
 	float: left;
	margin-right: 21px;
}

.social_media {
	float: left;
	display: block;
	margin-top: -6px;
}

.social_media li {
	float: left;
	list-style:none;
}

.social_media li a {
	height: 35px;
	width: 35px;
	display: block;
	text-indent: -9999px;
}

.twitter a {
	background: url(/images/social_media.png);
}

.twitter a:hover {
	background: url(/images/social_media.png) 0 35px;
}

.dribbble a {
	background: url(/images/social_media.png) -35px 0;
}

.dribbble a:hover {
	background: url(/images/social_media.png) -35px 35px;
}

.forrst a {
	background: url(/images/social_media.png) -70px 0;
}

.forrst a:hover {
	background: url(/images/social_media.png) -70px 35px;
}

.flickr a {
	background: url(/images/social_media.png) -105px 0;
}

.flickr a:hover {
	background: url(/images/social_media.png) -105px 35px;
}

.linkedin a {
	background: url(/images/social_media.png) -140px 0;
}

.linkedin a:hover {
	background: url(/images/social_media.png) -140px 35px;
}

/* @end */

/* @group Services Stylings */

#services img {
	float: left;
	margin: -20px 20px 0 10px;
}

#services ul li {
	list-style: url(/images/greendot.png);
	margin: 0 0 5px 25px;
}



/* @end */

/* @group Contact Stylings */

p.small {
	font-size: 15px;
}

p.captcha {
	border-top: 1px solid #aaa;
}

span.captcha_pic img {
	margin-top:3px;
}

input.captcha {
	float: right;
	width:200px;
}

#contact img.telegram {
	position: relative;
	left: 40px;
	top: 10px;
}

#form_area {
	width: 366px;
	float: left;
}

.form {
	clear: both;
}

#form_instructions {
	width: 300px;
	float: left;
	padding: 16px 0 0 0 ;
	margin-left: 30px;
}

#form_instructions h4 {
	font-size: 17px;
	font-weight: 70000;
	color: #ffa800;
	margin-bottom: 3px;
	margin-top: 20px;
	text-shadow: 0 -1px 0 #111;
}

#form_instructions p {
	font-size: 16px;
	line-height: 18px;
}

.separator {
	background: url(/images/separator.png) 0 center no-repeat;
	display: block;
	height: 30px;
	width: 100%;
	clear: both;
}

input, textarea {
	clear:both; 
    padding: 5px;    
    outline: 0;  
    width: 354px;  
    background: #FFFFFF;  
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #fff;
	overflow:hidden;
	display: block;
	-webkit-box-shadow: 0 -1px 1px #000;
	-moz-box-shadow:0 -1px 1px #000;
	box-shadow:0 -1px 1px #000;
	font-size: 16px;
	font-family: "ff-netto-web-1","ff-netto-web-2", "anivers-1","anivers-2", helvetica neue, arial, sans-serif;
	color: #444;
}

input:focus, textarea:focus {
	background: #e0f1f4;
}

label {   
	margin: 0 0 5px 0;
	overflow:hidden;
	display: block;
	font-size: 17px;
}

textarea {  
    max-width: 470px;  
    height: 150px;  
    line-height: 150%;  
}  
   
.general_enquiry {
	margin-left: -2px;
}   
   
.general_enquiry, .project_request {
	text-indent: -9999px;
	float: left;
}   
   
.general_enquiry a {
	background: url(/images/general_enquiry.png) 0 -34px no-repeat;
	height: 34px;
	width: 139px;
	display: block;
	
}

.general_enquiry a:hover, .general_enquiry a.selected {
	background: url(/images/general_enquiry.png) 0 0 no-repeat;
}   

.project_request a {
	background: url(/images/project_request.png) 0 -34px no-repeat;
	height: 34px;
	width: 139px;
	display: block;
}


.project_request a:hover, .project_request a.selected  {
	background: url(/images/project_request.png) 0 0 no-repeat;
}

.submit input {  
	width: 109px;
	height: 34px;
	background: url(/images/makeitso.png) 0 -34px no-repeat;
	text-indent: -9999px;
	float: right; 
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}  

.submit input:hover {  
	background: url(/images/makeitso.png) 0 0 no-repeat;
}  

.required {
	text-shadow: 0 -1px 1px #333;
	font-size: 15px;
	float: right;
	margin-top:3px;
}

.required span {
	color: #ffa800;
}

/* @end */

/* @group Footer */

#footer {
	margin: auto;
	margin-top: 33px;
	width: 748px;
	background: url(/images/trans_blk.png);
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #a1a2a3;
	-webkit-box-shadow: 0 5px 10px #222;
	-moz-box-shadow: 0 5px 10px #222;
	box-shadow: 0 5px 10px #222;
	clear: both;
	overflow: hidden;
}

#footer img.logo {
	margin: 4px 0 4px 12px;
	float: left;
}

#sub_footer {
	margin: auto;
	text-align: center;
	margin: 33px 0 33px 0;
}

#footer p {
	font-size: 12px;
	float: right;
	margin: 14px 20px 0 0;
}

#sub_footer {
	margin: auto;
	text-align: center;
	padding: 33px 0 33px 0;
}

#sub_footer a {
	text-indent: -9999px;
	margin: auto;
	height: 18px;
	width: 201px;
	display: block;
	background: url(/images/powered_by_ee.png) no-repeat;
}

#sub_footer a:hover {
	background: url(/images/powered_by_ee.png) 0 -18px no-repeat;
}

/* @end */
