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, font, 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 {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
	text-rendering: optimizeLegibility;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

body {	
	font-family: "fira-sans", Calibri, Helvetica, Arial, sans-serif;
	background: url(../img/topgrad-20.png) repeat-x;
	background-color: #3f4c5f;
	color: #666;
	font-size: 100%;
	font-weight: 300;
	}





a:link,
a:visited {
	color: #0066cc;
	text-decoration: none;
	-webkit-transition: color .1s ease;
	-moz-transition: color .1s ease;
	-o-transition: color .1s ease;
	transition: color .1s ease;
}

a:hover {
	color: #0080ff;
}

h1 {
	margin: 0;
	color: #333d4c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.5em;
	font-weight: 400;
}

h3 {
	margin: 0 0 8px 0;
	color: #900;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	font-weight: 400;
}

h3 img {
	vertical-align: middle;
}

#wrapper-outside {
	margin: 0 auto;
	width: 100%;
	background-color: white;
}

#wrapper-inside {
	margin: 20px auto 0 auto;
	width: 960px;
}

#nav {
	position: fixed;
	float: left;
	margin-top: -20px;
	width: 150px
	letter-spacing: 1px;
	text-transform: uppercase;
}

#nav #logo {
	margin: 25px 0;
}

#nav #logo a {
	border: none;
}

#nav #logo img {
	height: 0;
}

#nav #logo a,
#nav #logo span {
	display: block;
	width: 150px;
	height: 174px;
	background: url(../img/logo.png) no-repeat top left;
}

#nav #logo {
	margin: 0 0 15px 0;
}

#nav #logo a {
	margin: 0 auto;
}

#nav ul li {
	margin: 0 0 0 10px;
}

#nav ul li a {
	display: block;
	padding: 5px 0;
	border: none;
	color: #99a1b0;
	text-decoration: none;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.3em;
	-webkit-transition: color .1s ease;
	-moz-transition: color .1s ease;
	-o-transition: color .1s ease;
	transition: color .1s ease;
}

#nav ul li a:hover,
#nav ul li.active a,
#nav ul li a:focus {
	color: #333d4c;
}

#main {
	float: right;
	margin: 0 0 40px 0;
	padding: 40px 0 0 40px;
	width: 770px;
}

#rcol {
	float: right;
	width: 240px;
}

#rcol p {
	margin: 0 0 30px 0;
	font-size: .85em;
	line-height: 1.5em;
}

#rcol h3 a {
	color: #900;
}

.thumb {
	float: left;
	margin: 0 10px 0 0;
}

.icon {
	position: relative;
	top: -2px;
	float: left;
	margin: 0 5px 0 0;
}

.featured-area {
	margin: 20px 0 0 0;
}

.featured-group {
	float: left;
	margin: 0 5px 0 0;
	width: 160px;
}

.featured-group:last-child {
	margin: 0;
}

.featured-group img {
	display: block;
	margin: 0 0 5px 0;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.featured-group img:hover {
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	opacity: .9;
}

.featured-group p {
	padding: 0 5px;
	font-size: .85em;
}

.portfolioimage img {
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	box-shadow: 0px 0px 3px rgba(0,0,0,.5);
}

.count,
h3 .inactive:link {
	opacity: .35;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.thumbset {
	margin: 0 0 20px 0;
}

.portthumb,
.wcthumb {
	float: left;
}

.wcthumb {
	display: block;
	clear: both;
}

.portthumb a {
	display: block;
}

.portthumb img {
	display: block;
	clear: both;
	border: 1px solid #fff;
	opacity: .25;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.wcthumb span {
	position: relative;
	top: 3px;
	float: right;
	padding: 0 0 0 5px;
	font-size: .85em;
}

.wcthumb img {
	border: 1px solid #fff;
	opacity: .25;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.portthumb img.activethumb,
.wcthumb img.activethumb,
.thumbset img:hover,
h3 .inactive:hover {
	opacity: 1;
}

#findleft {
	float: left;
	margin: 0;
	width: 120px;
}

#findright {
	float: right;
	margin: 0;
	width: 120px;
}

#findleft ul li,
#findright ul li {
	margin: 0;
}

#findleft ul li a,
#findright ul li a {
	display: block;
	padding: 5px 0;
	border: none;
	color: #666;
	text-decoration: none;
	font-size: .85em;
	line-height: 1em;
}

#content {
	float: left;
	margin: 0 0 30px 0;
	width: 490px;
	line-height: 1.4em;
}

#content .meta {
	margin: 0 0 1em 0;
	color: #99a1b0;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: .85em;
}

#content p.intro {
	color: #99A1B0;
	font-size: 1.2em;
	line-height: 1.5;
}

#content p {
	margin: 0 0 1em 0;
}

#content div.notes div.article-body {
	padding-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f0f0f0;
}

#content div.plain {
	margin-bottom: 0;
	padding-bottom: 0;
}

#content div.quote blockquote {
	margin: 0 0 10px 0;
	padding: 0;
	border-left: none;
	color: #444;
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, serif;
	line-height: 1.4;
}

#footer {
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 81px;
	background: url("../img/bg-footer.png") repeat-x 50% 0;
	color: #abb9cd;
	font-size: .75em;
}

#footer p {
	padding-top: 35px;
	text-align: center;
}

span.amp {
	font-weight: normal;
	font-style: italic;
	font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
	opacity: .6;
}

div.container {
	height: 1%;
}

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