/* @override 
	http://smith.47dev.com/css/style.css
	http://smith-studios.com/css/style.css
*/

body {
	background: #000 url(../images/bkg.jpg) no-repeat fixed center 390px;
	color: #999;
	font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-text-stroke:1px transparent;
}


@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	padding-bottom: 200px;
	position: relative;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	height: 0px;
}

#header {
	background: url(../images/header-bkg.png) no-repeat;
	float: left;
	width: 780px;
	padding: 10px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 100px;
}

#header h1#logo {
	width: 90px;
	float: left;
	margin-top: 32px;
}

h1#logo a {
	width: 90px;
	height: 34px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}

#header h1 {
	float: right;
	width: 670px;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	margin-bottom: 5px;
}

#header p {
	float: right;
	clear: right;
	width: 670px;
}

a {
	color: #cccc00;
	text-decoration: none;
}

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


/* @group Section */

.section-top {
	height: 10px;
	background: url(../images/section-bkg-top.png) no-repeat;
	float: left;
	width: 820px;
}

.section-wrapper,
#featured {
	background: url(../images/section-bkg-bottom.png) no-repeat 0 bottom;
	float: left;
	width: 820px;
	margin-bottom: 20px;
	position: relative;
}

.section-wrapper > .article:last-of-type {
	border: none;
}

#featured {
	padding: 10px 20px 20px;
	width: 780px;
	margin-bottom: 20px;
}

/* @end */

/* @group Article */

.article {
	width: 780px;
	padding: 20px;
	float: left;
	border-bottom: 1px solid #333;
}

.last {
	border: none;
}

.article img,
#featured img {
	float: left;
}

.article .entry-info,
#featured .entry-info {
	float: right;
	width: 300px;
}

/* @end */

/* @group Typography */

p {
	margin-bottom: 15px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

h2 {
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	margin-bottom: 5px;
}

/* @end */

/* @group Nav */

.nav ul {
	float: left;
	width: 820px;
	color: #797979;
	height: 30px;
}

.nav li {
	display: inline;
	float: left;
}

.nav li.first a, .nav li.last a {
	border: none;
}

.nav li.top {
	float: right;
	display: inline;
}

.nav li.top a {
	border: none;
	background: url(../images/arrow-top.png) no-repeat 0 center;
	padding-left: 15px;
	color: #999;
}

.nav li a {
	padding: 5px 9px 5px 9px;
	border-right: 1px solid #999;
}

.nav li a:hover {
	text-decoration: underline;
	color: #fff;
}

/* @end */

/* @group Footer */

#footer {
	position: fixed;
  	bottom: 0;
  	height: 47px;
  	width: 100%;
	border-top: 1px solid #333;
 	 z-index: 1;
	background-color: #000;
}

#footer .wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {
	display: none;
	position: absolute;
	top: -70px;
	background-color: #1b1b1b;
	width: 170px;
	left: 0px;
	padding-top: 10px;
	border: 1px solid #333;
}

#footer li {
	width: 165px;
}

#footer li a {
	padding: 5px 12px;
	display: block;
}

#footer li a:hover {
	text-decoration: none;
}

#footer .weather {
	float: left;
	font-size: 12px;
	width: 580px;
	line-height: 47px;
}

#footer .weather strong {
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
}

#footer .open {
	border: 1px solid #cccc00;
	float: left;
	width: 138px;
	background: url(../images/arrow.png) no-repeat 10px center;
	padding: 5px 10px 5px 25px;
	font-size: 12px;
	margin-top: 9px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#footer .closed-loop {
	width: 167px;
	height: 31px;
	background: url(../images/closed-loop.png) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	float: right;
	margin-top: 7px;
}

/* @end */

/* @group Contact */

form {
	float: left;
	width: 400px;
	margin-left: 20px;
	display: inline;
	margin-top: 10px;
}

form label {
	float: left;
	width: 100%;
	margin-bottom: 3px;
}

form label .req {
	color: #66ccff;
}

form input.txt,
form textarea {
	background-color: #ccc;
	border: none;
	float: left;
	clear: left;
	width: 80%;
	padding: 5px;
	color: #444844;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

form textarea {
	height: 100px;
}

form input.button {
	background-color: #cc0;
	border: 1px solid #d9d9d9;
	padding: 5px;
	font: 14px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contact-info {
	float: right;
	width: 300px;
	margin-top: 10px;
}

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* @end */

/* @group Team */

.column {
	float: left;
	width: 340px;
	margin-left: 20px;
	display: inline;
	margin-top: 10px;
}

.column2 {
	float: right;
	width: 340px;
	margin-right: 20px;
	display: inline;
	margin-top: 10px;
}

.column img, .column2 img {
	float: left;
}

.bio {
	float: right;
	width: 220px;
}

.member {
	float: left;
	width: 340px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #2b2b2b;
}

/* @end */