@charset "UTF-8";

/* CSS Document */

/***** RESET ******/
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 */

a,a:visited { color:#A35C22; text-decoration:none;}

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;
}

/******* FONTS ******/
@font-face {
 font-family: 'DestroyRegular';
 src: url('./fonts/destroy_-webfont.eot');
 src: url('./fonts/destroy_-webfont.eot?iefix') format('eot'),  url('./fonts/destroy_-webfont.woff') format('woff'),  url('./fonts/destroy_-webfont.ttf') format('truetype'),  url('./fonts/destroy_-webfont.svg#webfontUIfEDIxr') format('svg');
 font-weight: normal;
 font-style: normal;
}

/******* CORE STYLING ******/

body {
	background: #4c4c4c url(images/bodyBg.png) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f7f7f7;
}

p {
	color:#f7f7f7;
	margin:15px 10px 15px 5px;
	line-height:20px;
}

.west41Logo {
	margin: -4px auto;
	display:block;
}

.contentWrapper {
	width:900px;
	margin:0px auto;
	overflow:hidden;
	padding:0px 40px;
}

h2 {
	font-family: 'DestroyRegular';
	font-size:20px;
	color:#a35c22;
	text-shadow: 1px 0px 3px #000;
	margin:-5px 5px 0px 5px; /* neg margin compensates for funky font-face issue*/
}

li h2 span { font-size:14px; }

#layoutWrapper li { overflow:hidden; }

/****** ABOUT/CONTACT WEST41 ****/
.aboutSection { display:block; }

.aboutContactWest41 li {
	float:left;
	width:340px;
}

.aboutContactWest41 li h2 em {
	font-style:italic;
	font-size:20px;
}

.aboutContactWest41 .contactWrapper {
	float:right;
	height:340px;
}

/****** CONTACT FORM ******/

#contactFormArea {
	width:340px;
	margin-top:20px;
}

#emailSuccess strong {font-weight:bold;}
#emailSubmitMsgs { clear:both; }

fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	display:block;
	float:left;
	clear:both;
	padding:5px 5px;
	width:60px;
	text-align:right;
}

input.text, textarea {
	width:260px;
	font:12px/12px 'HelveticaNeueBold', arial, verdana;
	color:#f7f7f7;
	padding:3px;
	margin:2px 0 10px 0;
	border:1px solid #333333;
	background:#535353;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:block;
	float:left;
	overflow:auto;
}

input.text { height:16px; }

input.submit {
	font:bold 12px/12px verdana, arial, sans-serif;
	border:1px solid #333333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0.4, #FBA056),  color-stop(0.99, #522F12) );
	background-image: -moz-linear-gradient(  center top,  #FBA056 40%,  #522F12 99% );
	background-color:#a35c22;
	color:#212121;
	float:right;
	clear:both;
	margin:0px;
	padding:3px 5px 3px 0;
}

input.submit:hover {
	background-color:#FBA056;
	background-image:none;
	cursor:pointer;
	color:#212121;
}

#loadBar img {
	width:200px;
	margin-left:-6px;
}

/****** PORTFOLIO ******/
li.west41PortfolioHeader {
	background:transparent url(images/sawBladeBg.png) center 0 no-repeat;
	width:100%;
	clear:both;
	overflow:hidden;
	margin-top:15px
}

.west41PortfolioHeader h2 {
	color:#252525;
	font-size:40px;
	text-shadow: none;
	height:45px;
	margin-bottom:5px;
}

.west41PortfolioHeader h2 span { font-size:30px; }

.portfolioSection {
	width:100%;
	background-color:#252525;
	padding:30px 0;
}

.portfolioSection h2 {clear:both; height:25px;}

ul.portfolioWebsites {margin-bottom:20px;overflow:hidden;}

.portfolioWebsites li, .portfolioGraphics li  {
	float:left;
	display:block;
	width:85px;
	height:120px;
	background-image:url(images/portfolioSprites.png);
	background-repeat:no-repeat;
	margin:15px 5px 5px 5px;
	border-radius: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:1px solid #363636;
	-moz-box-shadow: 0px 0px 3px#000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;

}
.portfolioSection li a {display:block; width:100%; height:100%;}
.portfolioSection li:hover {filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65; cursor:pointer;}
	
.portfolioWebsites li.Socreepy { background-position:0 0; }

.portfolioWebsites li.Toni { background-position:-85px 0; }

.portfolioWebsites li.Atkins { background-position:-170px 0; }

.portfolioWebsites li.KalenPort { background-position:-255px 0; }

.portfolioWebsites li.Froi { background-position:-340px 0; }

.portfolioWebsites li.P2P { background-position:-425px 0; }

.portfolioWebsites li.HeadNoise {background-position:-510px 0px;}

.portfolioGraphics li.atkinsProfile {background-position:0 -120px; }

.portfolioGraphics li.cleansrLogo {background-position:-85px -120px; }

.portfolioGraphics li.paranoidLogo {background-position:-340px -120px; }

.portfolioGraphics li.emailer {background-position:-170px -120px;}

.portfolioGraphics li.flashThanks {background-position:-255px -120px;}

.portfolioGraphics li.growthCharts {background-position:-425px -120px;}

/****** FOOTER ******/
.west41Footer {
	width:100%;
	background-color:#151515;
	height:30px;
	clear:both;
}

.west41Footer p {
	margin:10px;
	text-align:center;
	font-size:10px;
	color:#858585;
}

.west41Footer p span {
	text-decoration: none;
	color:#a40000;
	font-weight: bold;

}
