* {
	margin: 0;
	padding: 0;
}

body {
	background: #454545;
	color: #ebebeb;
	font-size: 62.5%;
}

#header {
	background: #333;
	border-bottom: 1px solid #222;
}
#header .container {
	margin: 0 auto;
	width: 940px;
	padding-top: 3em;
	padding-bottom: 1em;
	overflow: auto;
	
}
#header h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 3.2em;
	letter-spacing: 0.05em;
	float: left;
}

#header ul {
	margin-top: 1em;
	float: right;
}

#header li {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 1.8em;
	display: inline;
	list-style-type: none;
	margin-left: 1em;
	letter-spacing: 0.1em;
}
#header a {
	padding: 0.3em 0.5em;
	color: #5e7fa8;	
	text-decoration: none;
	-webkit-border-radius: 0.3em;
}

#header a:hover,
#header li.active a {
	color: white;
	background-color: #111;
}

#content {
	margin-top: 3em;
}
#content .container {
	line-height: 1.9;
	width: 940px;
	margin: 0 auto;
	background-color: #545454;
	border: 1px solid #333;
	min-height: 25em;
	padding: 10px ;
}

body.portfolio #content #primary {
	width: 330px;
	float: left;
}

body.portfolio #content #secondary {
	width: 540px;
	float: right;`
}

body.home #content .container {
	border: 0px;
	background-color: inherit;
}
body.home #content #feature {
    float: left;
	width: 640px;
	background-color: #545454;
	background-image: url('http://s3.amazonaws.com/crowncms/assets/16/iStock_000001094631Small.jpg');
        background-position: 0 -140px;
	border: 1px solid #333;
	height: 240px;
	margin-bottom: 20px;
	-webkit-border-radius: 1em;
}

body.portfolio #content .portfolio {
	background-color: #545454;
	background-image: url('http://s3.amazonaws.com/crowncms/assets/16/iStock_000001553822_scaled.jpg');
	border: 1px solid #333;
	height: 340px;
	margin-bottom: 20px;
	-webkit-border-radius: 1em;
}

body.home #content #feature .h1,
body.portfolio #content .portfolio .h1 {
  background-color: rgba(0,0,0,0.5);
  -webkit-border-radius: 1em;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  padding-top: 3em;
  padding-bottom: 1em;
}
body.home #content #welcome {
    float: right;
	width: 280px;
/*	background-color: #545454;*/
/*	border: 1px solid #333;*/
	height: 500px;
	-webkit-border-radius: 1em;
}
body.home #content #who-we-serve {
    float: left;
	width: 640px;
	-webkit-border-radius: 1em;
}
body.home #content #profiles {
	margin-top: -20px;
	padding: 10px;
}
body.home #content #profiles .profile {
    height: 175px;
    width: 155px;
	float: left;
}
body.home #content #profiles .profile.one {
	background-image: url('./mock_images/person1.jpg');
}
body.home #content #profiles .profile.two {
	background-image: url('./mock_images/person2.jpg');
}
body.home #content #profiles .profile.three {
	background-image: url('./mock_images/person3.jpg');
}
body.home #content #profiles .profile.four {
	background-image: url('./mock_images/person4.jpg');
}

body.services #content #primary {
	width: 100%;
}

label {
	display: inline-block;
	width: 120px;
	float: left;
}

input {
	vertical-align: top;
	display: inline-block;
	font-size: 1.2em;
	padding: 5px;
}

textarea {
	font-size: 1.2em;
	padding: 5px;
	width: 400px;
	height: 200px;
}

#content #secondary img {
	min-height: 300px;
	width: 100%;
	background: #222;
	margin-bottom: 1em;
	border: 1px solid #222;
}

#footer {
	margin-top: 3em;
	min-height: 200px;
	min-height: 100px;
/*	background: #333;*/
/*	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#333));*/
}

#footer .container {
	line-height: 1.9;
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	overflow: auto;
}

#footer p {
	font-size: 1.2em;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	margin-bottom: 1em;
	padding: 0 10px;
}


#content h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 2.8em;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
	padding: 0 10px;
}
#content h2 {
        color:white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 2.4em;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
	padding: 0 10px;
}
#content p {
	font-size: 1.4em;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	margin-bottom: 1em;
	padding: 0 10px;
}
#content li {
	font-size: 1.4em;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	
}

#content pre {
	font-size: 1.4em;
	padding: 0 10px;
}

#content code {
	font-size: 1.2em;
}

#content a {
	color: white;	
	color: #5e7fa8;
	background-color: #222;
	text-decoration: none;
}

#content strong, #content em {
	background: #222;
}

#content a:hover {
	color: white;
	background-color: #5e7fa8;
}

#content ul, #content ol {
	margin-left: 4em;
	margin-bottom: 1em;
}