/*-  palette

----------------------------------------------------------------------*/
/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%; }

.clear { clear:both; }

.fixed { position:fixed; }

@font-face {
	font-family: adelle-bold;
	src: url(type/adelle/Adelle-SemiBold.otf);
}

@font-face {
	font-family: benton-light;
	src: url(type/bentonsans/BentonSans-Light.otf);
}

@font-face {
	font-family: benton-bold;
	src: url(type/bentonsans/BentonSans-Bold.otf);
}

@font-face {
	font-family: adelle-italic;
	src: url(type/adelle/Adelle-Italic.otf);
}

@font-face {
	font-family: adelle-light;
	src: url(type/adelle/Adelle-Light.otf);
}

/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	color: #474747;
	line-height: 1.6em;
	background-color: #333;
	background-image: url(images/bg.jpg);
	background-position: center;
}

.featherlight iframe {
	min-width: 800px;
	min-height: 600px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	color: #fff;
}

h1.white {
	font-family:  "adelle-bold", Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #fff;
	margin-bottom: 15px;
}

h1.black {
	font-family: "adelle-bold", Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color:#666;
	margin-bottom: 15px;
}

h2.white {
	font-family: "adelle-bold", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#ffcc00;
	line-height: 25px;
}

h2.black {
	font-family: "adelle-bold", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#999;
	line-height: 25px;
}

h2.black a {
	font-family: "adelle-bold", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#999;
	line-height: 25px;
	text-decoration: none;
}

/*-  wrapper
----------------------------------------------------------------------*/	

#wrapper {
	width: 1000px;
	margin: 0px auto;
	background: #FFF;
}

/*-  header
----------------------------------------------------------------------*/	

header {
 }

header h1 {
}

#header2 {
	text-align:center;
	padding: 0 0 50px;
	background-image: url(images/header.jpg);
 }

 #header2 p.logo {
 	display: inline-block;
 	width: 100%;
 	text-align: center;
 }

 #header2 p.logo img {
 	display: inline-block;
 }
 
 #socialize {
	background-image: url(images/header.jpg);
	float: right;
	margin: 10px 10px 0px 0px;
 }
 
  #socialize img {
	margin-left: 5px;
 }

#header2 h1 {
	color: #999;
	font-size: 27px;
	font-family: "adelle-italic", Georgia, "Times New Roman", Times, serif;
	padding: 0px 70px 50px;
	line-height: 32px;
}

#header2 .resume {
	padding: 0 70px 10px;
}

#header2 .resume a {
	display: inline-block;
	background: #8e8f89;
	color: #fff;
	padding: 10px 20px;
	letter-spacing: .1em;
	margin: 0 20px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#header2 .resume a:hover {
	background: #a8aca1;
}

/*-  navigation
----------------------------------------------------------------------*/	

nav {
	width: 1000px;
	margin-left: 0px;
	line-height:50px;
	position: relative;
}

nav:after {
	position: absolute;
	height:30px;
	width:1000px;
	left:10px;
	top:60px;
	content:'';
}

#nav-bg {
	background: #a8aca1;
	border-bottom: 2px solid #999;
}

#navigation {
	height: 40px;
	width: 750px;
	margin: 0 auto;
	list-style: none;
}

#navigation li {
	float: left;
}

#navigation a {
	display: block;
	text-align: center;
	color: #FFF;
	height: 40px; /* make sure this matches the height under #nav */
	padding: 0px 40px;
	line-height: 40px;
	text-decoration: none;
	margin-left: -2px;
	border-right: 0px solid #f2f2f2; /* to place a border between items set a value */
	font-family: "adelle-bold", Georgia, "Times New Roman", Times, serif;
} 

#navigation a:hover {
	font-family: "adelle-bold", Georgia, "Times New Roman", Times, serif;
	background-color: #000;	
	color:#fff;
}

/*-  content
----------------------------------------------------------------------*/	

#content {
	background: #000;
}

/*-  columns
----------------------------------------------------------------------*/	

#col-a {
	width: 275px;
	margin: 70px 0px 0px 45px;
	float: left;
}

#col-a p.custom {
	font-size: 11px;
	line-height: 16px;
	margin: 20px 60px 0px 0px;
}

#col-b {
	width: 620px;
	margin: 60px 0px 0px 0px;
	float: left;
	font-size: 28px;
	line-height: 38px;
	color:#FFF;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom:60px;
	font-weight: 300;
}

#col-b p.label {
	margin-bottom: 6px;
	color: #527d97;
	font-size: 11px;
}

#col-b p.title {
	margin-top: 4px;
	color: #999;
	font-size: 11px;
}

/*-  who
----------------------------------------------------------------------*/	

#who {
	background-image:url(images/lue.jpg);
	float: left;
	width: 1000px;
}

/*-  why
----------------------------------------------------------------------*/	

#why {
	background-image:url(images/lue.jpg);
	float: left;
	width: 1000px;
}

/*-  portfolio
----------------------------------------------------------------------*/	

#portfolio {
	background-color:#FFF;
	float: left;
	width: 1000px;
	background-image: url(images/white.jpg);
}

img.preview {
	margin: 0px 15px 0px 0px;
	border: 1px solid #f2f2f2;
}

img.preview-nodis {
	display:none;
}

.thumb {
	float:left;
	margin: 0px 0px 40px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color:#666;
	line-height: 14px;
	font-weight: 400;
}

.thumb p {
	margin-top: 7px;
	font-size: 13px;
}

/*-  service
----------------------------------------------------------------------*/	

#service {
	float: left;
	width: 1000px;
	background-image:url(images/white.jpg);
}

#service p {
	color:#666;
	}

#list {
	width: 300px;
	float:left;	
	font-size: 18px;
	line-height: 24px;
	color:#666;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: -25px;
}

#list-long {
	width: 300px;
	float:left;	
	font-size: 18px;
	line-height: 24px;
	color:#666;
	font-family: 'Source Sans Pro', sans-serif;	
	margin-top: -25px;
}

.bullet {
	color: #b7d36f;
	font-size: 80%;
}

/*-  contact
----------------------------------------------------------------------*/	

#contact {
	background-image: url(images/green.jpg);
	float: left;
	width: 1000px;
	color: #FFF;
	}
	
#contact p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	}	

#contact-vert-a {
	width: 180px;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	margin-right: 10px;
	line-height: 22px;
}

#contact-vert-b {
	width: 180px;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	margin-right: 10px;
	line-height: 22px;
}

#contact-vert-c {
	width: 180px;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	margin-right: 10px;
	line-height: 22px;
	color: #FFF;
}

form.form {
	margin-top: 25px;
}
     
input.form {
	padding: 15px 0px 15px 15px;
	width: 250px;
	margin: 0px 10px 20px 0px;
	background-color: #fff;
	border: 0px;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

#subscribe_input {
    height: 15px;
    width: 150px;
    font-size: 15px;
    color: #000;
    padding-left: 10px;
}

#subscribe_submit {
    height: 45px;
    width: 150px;
	color: #000;
	font-size: 15px;
	background-color: #fff;
	border:0px;
	font-family: 'Source Sans Pro', sans-serif;
}
