﻿a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;	
}

body {
	background-color: #FFFFFF;	
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
}

fieldset {
	border: none;
}

h2 {
  font-family: 'PT Sans', Verdana, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.06em; 
  line-height: 16px;
  color: #FFF;
  margin: 0px;
}

h3 {
  font-family: 'PT Sans', Verdana, Sans-Serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  margin: 0px;
}

input[type="submit"] {
	font-family: 'Droid Sans', Verdana, serif;
	font-size: 11px;
	text-transform: uppercase;	
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 3px;
	cursor: pointer;
}

p {
	font-family: 'Droid Sans', Verdana, Sans-Serif;
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;	
}

ul {
	margin: 0px; 
	list-style-type: disc;
}

li {
	font-family: 'Droid Sans', Verdana, Sans-Serif;
	font-size: 13px;
	line-height: 20px;	
	color: #FFFFFF;	
}

.backgroundsize #background {
	background-color: #F8F8F8;
	position: absolute;
	top: 51px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;

}

#contactWrapper {
	position: absolute;
	top: 185px;
	right: 10px;
}

#contactWrapper a#sendEmail {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

#contactWrapper a#sendEmail:hover {
	text-decoration: none;
	border-bottom: none;
}

#contactWrapper p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: right;
}

#contactForm dt {
	float: left;
	width: 70px;
	padding-bottom: 7px;
	padding-right: 7px;
	text-align: right;
}

#contactForm dt label {
	font-family: 'Droid Sans', Verdana, serif;
	font-size: 13px;
	color: #FFFFFF;	
}

#contactForm dd {
	padding-bottom: 7px;
	vertical-align: top;
}

#contactForm dd input[type="text"], #contactForm dd textarea {
	font-family: 'Droid Sans', Verdana, serif;
	font-size: 13px;
	width: 200px;
	border-radius: 3px; 
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#contentWrapper {
	position: absolute;
	left: 235px;
	height: 495px;
	width: 530px;
	overflow: hidden;
	z-index: 10;
}

#contentWrapper .contentPane {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;	
}

#contentWrapper .contentStage {
	position: absolute;
	top: 0px;
	left: -540px;
	width: 530px;
}

#designFinders p {
	font-size: 11px;
}

#experienceWrapper .experience {
	padding-bottom: 20px;
	float: left;
	width: 240px;
}

#experienceWrapper .experience ul {
	margin-top: 5px;
	margin-left: 0px;
	list-style-type: disc;
	padding-left: 30px;
}

#experienceWrapper .experience ul li {
	color: #999;
	font-size: 13px;
}


#experienceList {
	padding-top: 10px;
	padding-bottom: 30px;
}

#experienceList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#experienceList li {
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
	padding: 0px;
	margin: 0px;	
	float: left;
	width: 161px;
	height: 65px;
	text-indent: -1000px;
}

#experienceList li#anthem {
	background-image: url(http://cdn.samuelnee.com/anthem.png);
}

#experienceList li#cookiej {
	background-image: url(http://cdn.samuelnee.com/cookiej.png);
}

#experienceList li#cw {
	background-image: url(http://cdn.samuelnee.com/cw.png);
}

#experienceList li#wellpt {
	background-image: url(http://cdn.samuelnee.com/wellpt.png);
}

#experienceList li#fuller {
	background-image: url(http://cdn.samuelnee.com/fuller.png);
}

#experienceList li#innout {
	background-image: url(http://cdn.samuelnee.com/innout.png);
}

#experienceList li#mga {
	background-image: url(http://cdn.samuelnee.com/mga.png);
}

#experienceList li#bmw {
	background-image: url(http://cdn.samuelnee.com/bmw.png);
}

#experienceList li#pg {
	background-image: url(http://cdn.samuelnee.com/pg.png);
}

#experienceList li#seph {
	background-image: url(http://cdn.samuelnee.com/seph.png);
}

#experienceList li#sho {
	background-image: url(http://cdn.samuelnee.com/sho.png);
}

#experienceList li#toy {
	background-image: url(http://cdn.samuelnee.com/toy.png);
}

#galleryNoteWrapper {
	position: absolute;
	top: 0px;
	bottom: 0px;
	min-height: 720px;
}

#galleryNote {
	background-color: rgba(255,255,255,.5);
	position: absolute;
	bottom: 25px;	
	left: 0px;
	width: 300px;
	padding: 7px;
	z-index: 10;
	border-right: 5px solid;
	display: none;
}

#galleryNote h2 {
	font-family: 'Droid Sans', Verdana, Sans-Serif;
	text-transform: none;
	color: #000000;
	margin: 0px;
	font-size: 14px;
}

#galleryNote p {
	color: #000000;
	margin: 0px;
	font-size: 11px;
}

#galleryNote span {
	font-size: 11px;
}

#header {
	background-color: rgba(20,20,20,.9);
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-top: 0px;
}

#legacyNote {
	display: none;
}

#loader {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 220px;	
}

#loader p {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
}

#nav {
	position: absolute;
	left: 0px;
	width: 220px;
	height: 180px;
	z-index: 20;
	border-right: 5px solid;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav ul li {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-right: 10px;
}

#nav li a {
	font-family: 'PT Sans', Arial, Sans-Serif;
	font-size: 40px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: -0.07em;  
	color: #FFF;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;	  
}

#nav ul a:hover {
	text-decoration: none;
	color: #C9C9C9;
}

#navBackground {
	background-color: rgba(60,60,60,0.4);
	position: absolute;
	left: 0px;
	width: 220px;
	height: 496px;
	z-index: 10;
}

#news {
	position: absolute;
	left: 775px;
	width: 230px;
	z-index: 10;
}

#news ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#news ul li {
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #444444;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#news ul li strong {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

#news .contentBody {
	width: 190px;
}

#socialMedia {
	padding-top: 20px;
	text-align: right;
}

#socialMedia #plusOne {
	padding-left: 10px;
}

#wrapper {
	margin-top: 70px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 0px;
}

.contentHeader {
	background-color: #555555;
	height: 26px;
	text-align: right;
	padding-top: 9px;
	padding-right: 10px;
	border-right: 5px solid;
	margin-bottom: 1px;
}

.contentBody {
	background-color: rgba(20,20,20,.94);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height: 440px;
	overflow: auto;
	outline: none;
}

.contentBody ul {
	list-style-type: square;
}

.field-validation-error {
	color: #FF0000;
}

.field-validation-valid {
    display: none;
}

.flexcroll .scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.flexcroll .vscrollerbase {
	width: 10px;
	background-color: rgba(0,0,0,.3);
}
.flexcroll .vscrollerbar {
	width: 10px;
	background-color: rgb(90,90,90);
}
.flexcroll .hscrollerbase {
	height: 10px;
	background-color: white;
}
.flexcroll .hscrollerbar {
	height: 10px;
	background-color: black;
}
.flexcroll .scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}
.validation-summary-errors {
	border: 1px solid #FF0000;
	padding: 10px;
    margin-bottom: 10px;
}
.validation-summary-errors ul {
    margin-left: 15px;
    padding: 0;
	list-style-type: disc;
}
.validation-summary-errors ul li {
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: #FF0000;
	line-height: 15px;
}



/*Legacy*/
.no-backgroundsize a {
	color: rgb(8, 167, 217);
}

.no-backgroundsize body {
	/* http://www.k10k.net/pixelpatterns/1042/ */
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

.no-backgroundsize h2 {
	font-size: 20px;
}

.no-backgroundsize h3 {
	font-size: 13px;
}

.no-backgroundsize p, .no-backgroundsize li {
	font-size: 12px;
}

.no-backgroundsize #contactWrapper p {
	color: #666;
}

.no-backgroundsize #contactWrapper a#sendEmail {
	color: rgb(8, 167, 217);
	font-weight: bold;
}
 
.no-backgroundsize #contactWrapper a:hover {
	text-decoration: underline;
}

.no-backgroundsize #news li {
	font-size: 11px;
}

.no-backgroundsize input[type="submit"] {
	background-color: rgb(8, 167, 217);
}

.no-backgroundsize #background {
	display: none;
}

.no-backgroundsize #galleryNote {
	display: none;
}

.no-backgroundsize #legacyNote {
	display: block;
	position: absolute;
	bottom: 25px;	
	left: 0px;
	width: 755px;
	padding: 5px;
	background-color: #222222;
	border-right: 5px solid rgb(8, 167, 217);	
}

.no-backgroundsize #loader {
	display: none;
}

.no-backgroundsize #nav {
	border-color: rgb(8, 167, 217);
}

.no-backgroundsize #nav ul a {
	color: #999;
    font-size: 34px;
}

.no-backgroundsize #nav ul a:hover {
	color: #666;
}

.no-backgroundsize .contentHeader {
	border-color: rgb(8, 167, 217);
}

.no-opacity #experienceList {
	filter: alpha(opacity=40);
	-moz-opacity: .40; 
}

.no-opacity #header {
	background-color: #222222;
}

.no-opacity #navBackground {

}

.no-opacity .contentBody {
	background-color: #222222;
}


@media screen and (max-width: 1000px) {
	#news {
		position: absolute;
		top: 500px;
		left: 235px;
		height: auto;
		width: 530px;
		z-index: 10;
	}
	
	#news .contentBody {
		width: 490px;
		/*
		height: auto;
		overflow: visible;
		*/
	}
	
	#galleryNote {
		width: 201px;
		height: 75px;
	}
	
	#galleryNoteWrapper {
		min-height: 735px;		
	}
}

@media screen and (max-width: 765px) {
	
	#nav {
		left: auto;
		right: 0px;
		height: 175px;
	}
	
	#contactWrapper {
		top: 10px;
		left: 10px;
		right: auto;
		text-align: left;
	}
	
	#contactWrapper p {
		text-align: left;
	}
	
	#contentWrapper, #news, #navBackground {
		position: relative;
		left: auto;
		top: auto;
	}
	
	#contentWrapper, #news {
		margin-top: 10px;
		text-align: left;
	}
	
	#galleryNoteWrapper {
		position: relative;
		bottom: auto;
		top: auto;
		min-height: 150px;
	}
	
	#navBackground {
		height: 175px;
		width: 530px;
	}
	
	#socialMedia {
		padding-top: 0px;
		text-align: left;
	}
	
	#wrapper {
		width: 530px;
		margin-top: 30px;
	}
}