/*
* Theme Name: Spectra
* Theme URI: http://themes.okaythemes.com/spectra
* Description: Super clean with a splash of color. 
* Author: Mike McAlister
* Author URI: http://okaythemes.com
* Version: 1.0
* Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments
* License: GNU General Public License v2.0
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
p {
	line-height: 20px;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5 {
	color: #555;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
  
  font-size: 30px;
  line-height: 36px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h3,
h4,
h5,
h6 {
  line-height: 36px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
hr {
	background:url(images/divider03.png) repeat-x;
	height: 1px;
	border: none;
	margin: 30px 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	margin:0;
	background:#f8f8f8 url(images/graph.png);
	font:13px/22px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#53585f;
	min-width:1000px;
}
a{
	text-decoration:none;
	color:#f86e43;
}
a:hover{
	text-decoration:none;
	color:#555;
}
img{
	border:0;
}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}
header, footer, article, section, hgroup, nav, figure { display: block; }
figure {
margin:0;
padding:0;
}
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
.social-networks{
	position:fixed;
	left:0;
	padding-left: 5px;
	top:287px;
	width:38px;
	height:175px;
	z-index:3;
	
}
.social-networks ul{
	width:45px;
	background:#fff url(images/white-texture.png);
	overflow:hidden;
	padding-left: 10px;
	margin-left: -15px;
	border: solid 1px #eee;
}
.social-networks li{
	list-style:none;
	border-bottom: solid 1px #eee;
	padding:1px 0 0;
}
.social-networks li:first-child {
	background:none;
}
.social-networks li:last-child {
	border: none;
}
.social-networks a{
	display:block;
	padding: 8px;
	height: 16px;
	width: 16px;
}

.social-networks a:hover{
	background-color:#fdfdfd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#wrapper .w1{
	margin:0 auto;
	width:960px;
}
.section-top{
	width:940px;
	margin:0 -9999px -15px;
	padding:0 9999px 15px;
	position:relative;
}
.section-top .holder{
	margin:0 -9999px;
	padding:0 9999px 0;
	position: relative;
	padding-bottom: 75px;
}
.holder-home {
	padding-bottom: 0px !important;
}
.header-slider {
	width: 100% !important;
}
#prev2, #next2 {
}
#prev2:hover, #next2:hover {
	background: rgba(255, 255, 255, .10);
}

#header{
	width:930px;
        height: 159px;
        background:url(images/ms-logo.png);
	padding:18px 15px 0 15px;
	
}
.home #header {
	margin-bottom: 75px;
}
.header-holder{
}
.logo{
	float:left;
	margin:0;
}
.logo a{
}
.logo-text {
	float: left;
	font-size: 24px;
	margin: 0 23px 0 0;
	color: #555;
}
.logo-text a {
	color: #898989;
	display: block;
}
/* ===[ Navigation Styling ]=== */

.menu-header-container {
	float: right;
}

#nav{
	float:right;
	font:14px/16px 'Century Gothic', Helvetica, Arial, sans-serif;
	padding:15px 0 0px 2px;
	z-index: 200;
}
#nav a{
	color:#898989;
}
#nav a:hover,
#nav li.active a{
	color:#666;
	text-decoration:none;
}
#nav > li.current_page_item > a{
	color: #666;
}
#nav ul {
    position: absolute;
    display: none;
    z-index: 200;
}

#nav li {
    float: left;
    position: relative;
    list-style-type: none;
    padding-bottom: 22px;
}

#nav li a {
}

#nav > li > a {
    padding:5px 15px;
}

#nav > li:last-child a {
    margin-right: 0px;
}

#nav > li:first-child a {
}

#nav li ul a {
    width: 120px;
    height: auto;
    float: left;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
    -webkit-transition: .2s ease-in;  
    -moz-transition: .2s ease-in;  
    -o-transition: .2s ease-in;  
    transition: .2s ease-in;
}

#nav .sub-menu {
	background: url(images/gray-texture.png);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
}
#nav .sub-menu li {
	padding: 8px 15px;
}
#nav .sub-menu li:hover {
	background: rgba(255, 255, 255, .08);
}

#nav > li > ul {
    margin-top:22px;
}

#nav li ul li {
    border-bottom: solid 1px #555;
    border-top: solid 1px #666;
    padding-bottom: 0px;
}

#nav li ul li:last-child {  
	border-bottom: none;
}

#nav li ul li a {
    margin-right: 0px;
}

#nav li ul li a:hover {
	color: #fff;
}

#nav ul ul { 
    top: 0;
}

#nav li ul ul { 
    left: 150px; 
    margin: 0 0 0 0;
}

#nav li ul ul li {
    
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul { display: none }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul { display: block }

/* ===[ Header Slider Styling ]=== */

.taglines {
	padding: 0 0 35px 0;
}

.tagline {
	color: #fff;
	text-align: center;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 38px;
	text-shadow: 1px 1px rgba(0,0,0, .1);
	line-height: 32px !important;
}
.tagline-2 {
	color: #989999;
	color: rgba(0, 0, 0, .3);
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-align: center;
}

.intro{
	background:url(images/gray-texture.png);
	margin:0 -9999px 0 -9999px;
	padding:10px 9999px 25px 9999px;
	width:960px;
}
.intro:after {
	clear: both;
	content:"";
	display: block;
}
.intro .holder{
	padding:0;
	width:960px;
}
.intro > .holder > div {
	width:280px;
	margin:0 55px 45px 0;
	float:left;
}
.intro .holder article{
	text-align:center;
	line-height:20px;
	color: #bfbfbf;
}
.intro .holder h2 a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;;
}
.intro .holder h2 a:hover {
	color: #ccc;
}
.intro header{
	padding:0;
	margin-bottom:8px;
}
.intro .holder .title{
	color:#fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display:block;
}
.intro .holder p {
	color: #bfbfbf;
}
.intro .holder a {
	color: #fff;
}
.intro-icon {
	border: none;
}

/* ===[ Post Scroll Styling ]=== */

.gallery{
	width:960px;
	position:relative;
	z-index:0;
	background:#fff url(images/white-texture.png);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	margin-bottom: 60px;
}
.slide-width {
	width: 272px !important;
	float: right;
}
.slide {
	position: relative;
}
.slide > li:not(:first-child) {
	display: none;
}
.slide li {
	width: 100%;
}
.gallery:after {
	clear: both;
	content:"";
	display: block;
}
.gallery .frame{
	position:relative;
	width: 928px;
	padding: 20px;
}
.gallery .frame:after {
	clear: both;
	content:"";
	display: block;
}
.gallery .frame > ul{
	width:928px;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
.gallery .frame > ul:after {
	clear: both;
	content:"";
	display: block;
}
.gallery .frame > li{
	padding: 0px 0;
	float: left;
}
.gallery .frame > li.active{z-index:2;}
.gallery img{
	display:block;
}
.gallery .alignleft img, .gallery .alignleft .okvideo iframe{
	float:left;
	margin:0;
}
.gallery .alignleft .okvideo iframe {
	
}
.gallery article{
	margin:9px 0 0;
	padding-right: 10px;
}
.gallery article p{
	margin-bottom:15px;
	font-size: 14px;
	color: #888;
}
.gallery article header{
	margin-bottom:10x;
}
#wrapper .gallery h2{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 0;
	padding-bottom: 3px;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background:url(images/divider03.png) repeat-x bottom;
}
.gallery h2 a {
	color: #555;
}
.gallery h2 a:hover {
	color: #999;
}
.gallery .frame .tools,
.gallery .prev,
.gallery .next{
	position:absolute;
	top:46%;
	left:-24px;
	width:24px;
	height:34px;
	background:url(images/bg-arrows.png) no-repeat;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
}
.gallery .prev:hover,
.gallery .next:hover {
	opacity: 1;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}
.gallery .next{
	background:url(images/bg-arrows.png) no-repeat 0 -46px;
	left:auto;
	right:-16px;
}
.notes-block{
	background:url(images/graph.png);
	width:960px;
	padding:80px 9999px 0;
	margin:0 -9999px;
	overflow:hidden;
	line-height:24px;
}
.notes-block article{
	padding:0 0 80px 0;
	width:960px;
}
.notes-block article:after {
	clear: both;
	content:"";
	display: block;
}
.notes-block .text{
	width:580px;
	float:left;
}
.notes-block .text h2 {
	font-size: 26px;
	line-height: 32px !important;
}
.notes-block header{
	background:url(images/title-bg.png) no-repeat bottom left;
	padding:0 0 10px;
	margin:0 0 13px;
}
#wrapper .notes-block h2{
	line-height:34px;
}
.recent{
	float:right;
	width:325px;
	color:#53585f;
}
.recent h3 {
	font-size: 14px;
}

.notes-block .recent-posts {
	background: #fff url(images/white-texture.png);
	padding: 15px;
	border: solid 1px #eaeaea;
	border-bottom: solid 2px #E7E7E7;
}
.recent-posts ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: dotted 1px #eee;
}
.recent-posts ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.notes-block .recent-posts h2 {
	font-weight: 300 !important;
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	color: #63676D;
	background: #f9f9f9;
	padding: 10px 15px;
	margin: -15px -15px 15px -15px;
	border-bottom: solid 1px #eee;
}
.recent-posts h3 {
	line-height: 22px;
	font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial sans-serif;
	font-size: 18px;
}
.recent-posts h3 span {
	color: #888;
}
.recent-posts p {
	font-size: 10px;
	color: #aaa;
	margin: 0 !important;
}
.recent-posts p a {
	color: #aaa;
}
.recent-posts p a:hover {
	color: #777;
}

/* ===[ Portfolio Block Homepage ]=== */

.portfolio-block{
	width:920px;
	margin: 0 0 80px 0;
	padding: 25px 20px 20px 20px;
	float: left;
	background: #fff url(images/white-texture.png);
	border: solid 1px #eaeaea;
	border-bottom: solid 2px #E7E7E7;
	position: relative;
}
.portfolio-block .heading{
	width:250px;
	position:relative;
	float: left;
}
.portfolio-block .heading h3{
	display:inline-block;
	font-size: 22px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	background: url(images/title-bg.png) no-repeat bottom left;
}
.portfolio-block p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 12px;
}
*+html .portfolio-block .heading h3{
	display:inline;
	padding-bottom:12px;
}
.portfolio-block .list{
	width:660px !important;
	margin:0;
	float: right;
}
.portfolio-block .list:after {
	clear: both;
	content:"";
	display: block;
}
.portfolio-block .list li{
	list-style:none;
	width:145px;
	float:left;
	margin:2px 0 0 25px;
}
.portfolio-block .list li:first-child {
	margin-left:2px;
}
.portfolio-block .list img{
	display:block;
	border: solid 1px #eaeaea;
	border-bottom: solid 2px #E7E7E7;
	background: #fff url(images/white-texture.png);
	padding:5px;
}
.portfolio-block .list img:hover {
	border: solid 1px #ddd;
	border-bottom: solid 2px #ccc;
}
.portfolio-block .list h5 {
	text-align: center !important;
	margin: 10px 0 0 0;
	color: #555;
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 16px;
}
.portfolio-block .list h5 a{
	color: #aaa;
}
.portfolio-block .list h5 a:hover {
	color: #888;
}
.portfolio-navs {
	position: absolute;
	right: -16px;
	bottom: -26px;
	width: 100px;
}
#next2, #prev2 {
	float: left;
	margin-left: 5px;
	border: solid 1px #eee;
	border-top: solid 1px #e6e6e6;
}
#next2:hover {
	background: url(images/bg-arrows2.png) no-repeat -6px 0;
	opacity: .8;
}
#prev2:hover {
	background: url(images/bg-arrows2.png) no-repeat -52px 0;
	opacity: .8;
}
#next2 {
	background: url(images/bg-arrows2.png) no-repeat -6px 0;
	height: 24px;
	width: 24px;
}
#prev2 {
	background: url(images/bg-arrows2.png) no-repeat -52px 0;
	height: 24px;
	width: 24px;
}
/* ===[ Portfolio Styling ]=== */

.portfolio-page{
}
.portfolio-page .heading{
	width:250px;
	position:relative;
	float: left;
}
.portfolio-page .heading h3{
	display:inline-block;
	font-size: 20px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	background: url(images/title-bg.png) no-repeat bottom left;
}
.portfolio-page p {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 12px;
}
*+html .portfolio-page .heading h3{
	display:inline;
	padding-bottom:12px;
}
.portfolio-page .list2{
	margin: 0;
	width: 928px !important;
}
.portfolio-page .list2:after {
	clear: both;
	content:"";
	display: block;
}
.portfolio-page .column-wrap {
	width: 960px;
	display: block;
}
.portfolio-page .list2 li{
	list-style-type:none;
	background: #f7f7f7 !important;
	width:205px;
	float:left;
	margin-right: 25px;
	margin-bottom: 60px;
	padding: 0 0 10px 0 !important;
	text-align: center;
	min-height: 186px;
	height: 186px;
	border-bottom: solid 2px #E7E7E7;
}
.portfolio-page .list2 img{
	display:block;
}
.portfolio-page .list2 img:hover {
	opacity: .8;
}
.portfolio-page .portfolio-date {
	display: none;
}
.portfolio-page .list2 h4 {
	margin: 5px 0 0 0 !important;
}
.portfolio-page h4 a {
	font-size: 12px;
	font-weight: 500;
	color: #888;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.portfolio-page .list2 span {
	font-size: 10px;
	text-transform: uppercase;
	color: #aaa;
	display: block;
	margin-top: -4px;
	line-height: 12px;
}
.portfolio-page .post-nav {
	position: absolute;
	top: 12px;
	right: 0px;
	width: 205px !important;
}

.portfolio-page .post-nav a {
	color: #888;
}

.post-nav-page {	
}
.post-nav-page .postnav-left a, .post-nav-page .postnav-right a {
	background: #f7f7f7;
	color: #888;
	padding: 5px 10px;
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.post-nav-page .postnav-left a:hover, .post-nav-page .postnav-right a:hover {
	background: #eee;	
}
.post-nav-page .postnav-left{
	float: left;
}

.post-nav-page .postnav-right {
	float: right;
}
.portfolio-title  {
	padding: 0 20px 0 0!important;
	margin: 0 !important;
	color: #AAA;
	border-bottom: none !important;
	float: left;
	margin-right: 15px !important;
	border-right: dashed 1px #ddd;
}
.portfolio-title-wrap {
	padding: 23px 28px 23px 32px;
	background: #F7F7F7;
	margin: -28px -32px 0px -32px;
	color: #AAA;
}

.filter-list {
	padding: 0 !important;
	margin: 0 !important;
}
.filter-list li{
	display: inline;
	padding: 0 !important;
	list-style-type: none;
	background: none !important;
}
.filter-list a {
	text-decoration: none;
	padding: 8px 10px;
	color: #aaa;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	
}
.filter-list .active a {
	color: #555;
}
.filter-list a:hover {
	color: #555;
}

/* inside */
#main{
	background:url(images/gray-texture.png);
	margin:0 -9999px;
	padding:76px 9999px 0;
	width:960px;
}
.main-holder{
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	background: #f2f2f2;
	width:100%;
	margin-top: -150px;
	z-index: 100;
	position: relative;
}
.main-holder:after {
	clear: both;
	content:"";
	display: block;
}
#content{
	width:600px;
	float:left;
	padding:28px 32px 0 32px;
	background: #fff;
	border-right: solid 1px #e7e7e7;
	border-bottom: solid 2px #e7e7e7;
}
.content-full {
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	border-right: none !important;
}
#content .portfolio-block .list {
	margin: 0 !important;
	padding: 0 !important;
}
#content .portfolio-block .list li:first-child {
	margin-left: 0px;
}
#content .portfolio-block .list li {
	margin: 0 48px 20px 0;
	background: none;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
}

#content .portfolio-block .last {
	margin-right: 0px !important;
}

#content .portfolio-block .list li h4{
	margin: 15px 0 5px 0;
	font-size: 18px;
}

#content .portfolio-block .list li p {
	font-size: 11px;
	line-height: 18px;
}

.postnav-left {
	float: left;
}

.postnav-right {
	float: right;
}

/* ===[ Article Styling ]=== */

#content article{
	position:relative;
	margin-bottom:64px;
}
.heading-block{
	background:url(images/divider03.png) repeat-x 0 100%;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:30px;
}
#content article h1{
	font:32px/36px 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin:0 0 15px;
}
#wrapper #content article h2{
	font:30px/36px 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin:0 0 15px;
}
#content article h3{
	font:26px/32px 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin:0 0 15px;
}
#content article h4{
	font:22px/28px 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin:0 0 15px;
}
#content article h5{
	font: 20px/26px 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin:0 0 15px;
}
#content article h6{
	font: 14px/22px 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin:0 0 15px;
	color:#b3b2b2;
}
#content header{
	margin-bottom:40px;
	
}
#wrapper #content header h2{
	font:22px 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 23px 28px 23px 32px;
	background: #F7F7F7;
	margin: -28px -32px 0px -32px;
	color: #aaa;
}
#wrapper #content header h2 a {
	color: #777;
}
#wrapper #content header h2 a:hover {
	color: #aaa;
}
#wrapper #content .sub-title {
	font:22px 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 23px 28px 23px 32px;
	margin: -28px -32px 27px -32px;
	color: #aaa;
	border-bottom: dashed 1px #eee;
}
#content article .img-holder{
	width: 100%;
	clear: both;	
}
#content article .img-holder img, #content article .okvideo {
	display:block;
	background:url(images/white-texture.png);
	border: solid 1px #eee;
	border-bottom: solid 2px #e7e7e7;
	padding:11px;
	margin-bottom:25px;
}
#content article .okvideo iframe {
	width: 577px;
}
.okvideo iframe {
	display: block;
}
#content article p{
	margin:0 0 22px;
}
#content .tools-single {
	background: #f7f7f7;
	height: 34px !important;
	padding: 10px 32px 0 32px !important;
	margin: 40px -32px 35px -32px !important;
}
#content .tools{
	height: 47px;
	margin: 40px -32px 0 -32px;
	padding: 10px 0 0 32px;
}
#content .tools li img {
	height: auto;
	width: auto;
	vertical-align: middle;
	margin-top: -3px;
}
#content .tools li {
	display: inline;
	float: left;
	background: none;
	margin: 0 20px 0 0;
	padding: 0;
	color: #7f7f7f;
	font-size: 11px;
}
#content .tools li a {
	color: #7f7f7f;
}
#content .tools li a:hover {
	color: #555;
}
#content .tools li.read-more {
	float: right;
	margin-right: 0;
}
#content .tools span {
	padding-left: 5px;
}
#content article .date{
	background:url(images/bg-pattern06.png);
	position:absolute;
	top:-9px;
	left:-82px;
	width:48px;
	height:42px;
	font:bold 13px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:center;
	color:#53585f;
	padding:6px 0 0;
}
#content article .date span{
	display:block;
	font:bold 27px/28px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top:-6px;
	line-height: -1px;
}
#content article .text-holder{
	background:url(images/divider03.png) repeat-x 0 100%;
	overflow:hidden;
	margin-bottom:23px;
	padding-bottom:3px;
}
#content .post-nav-page {
	margin: 0 0 15px 0;
}
#content .post-nav a {
	margin: 15px 0 25px 0;
	display: block;
}
#content article blockquote{
	quotes:none;
	margin:0 0 15px;
	font:22px/32px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#787c81;
	font-weight: 300;
	padding:0 0 0 20px;
	border-left: solid 10px #eee;
	border-left: solid 10px rgba(0, 0, 0, .05) ;
}
#content article blockquote q{
	font-style:italic;
	background:url(images/bg-quotes.png) no-repeat;
	padding:7px 0 6px 90px;
	margin:0 0 0 -32px;
	display:block;
}
#content article blockquote p {
	line-height: 32px;
}
#content article ul{
	width:100%;
	margin:0 0 27px;
}
#content article ul li{
	background:url(images/bullet01.png) no-repeat 0 7px;
	padding:0 0 0 16px;
}

/* ===[ Sidebar Styling ]=== */
#sidebar-block {
	height: 74px;
	border-bottom: dashed 1px #ddd;
	margin:0 -10px 40px -22px;
	display: none;
}

#searchform {
	float: left;
}

#searchform label {
	display: none;
}
#searchform input[type="text"] {
	border: none;
	padding: 5px;
	color: #888;
	border: solid 1px #eaeaea;
	width: 147px;
	height: 15px;
}
#searchform input[type="text"]:focus {
	border: solid 1px #ddd !important;
	outline: 0 !important;
}

#searchform #searchsubmit {
	border: none;
	background: #888;
	color: #fff;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
	box-sizing: border-box;
	height: 27px;
}

#searchform #searchsubmit:hover {
	cursor: pointer;
	background: #777;
}

#main aside{
	float:right;
	width:250px;
	color:#7f7f7f;
	padding:30px 22px 25px 22px;
}
#wrapper aside h2{
	font-weight: 300;
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#63676d;
	padding: 12px 12px 12px 12px;
	border-bottom: solid 1px #eee;
	margin: -12px -12px 12px -12px;
	background: #f9f9f9;
}
#wrapper aside p {
	margin-bottom: 15px;
}
#sidebar .widget {
	width:225px;
	margin-bottom:25px;
	font:11px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #fff url(images/white-texture.png);
	border: solid 1px #eaeaea;
	border-bottom: solid 2px #E7E7E7;
	padding:12px;
	float: left;
}
#sidebar .widget ul{
}
#sidebar .widget li{
	padding:0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: dotted 1px #eee;
	float:left;
	width:100%;
}
#sidebar .widget li:first-child {
	background:none;
}
#sidebar .widget li:last-child {
	border-bottom: none;
}
#sidebar .widget li a {
}
#sidebar .widget li a:hover{
	text-decoration: none;
}
#sidebar .widget li a:hover span{
	text-decoration:underline;
}
#sidebar .widget-text .holder{
	padding:17px 10px 5px 11px;
}
#sidebar .widget-text h3{
	margin:0 0 2px;
	font:bold 11px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#sidebar .widget-text p{
	margin-bottom:17px;
}
#sidebar .widget-latest .holder{
	padding:5px 5px 5px 5px;
}
#sidebar .widget-latest img{
	display:block;
}

#sidebar .widget .dribbbles{
	margin-top: 10px;
}
#sidebar .widget .dribbbles li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar .widget .dribbbles li a {
	margin: 0;
	padding: 0;
	
}
#sidebar .widget .dribbbles li img {
	width: 225px;
	height: auto;
	float: left;
}

/* ===[ Footer Styling ]=== */

#footer{
	width:940px;
	padding:80px 9999px 60px;
	margin:0 -9999px;
	color:#b9bcbe;
	overflow:hidden;
	background:url(images/gray-texture.png);
	font-size: 11px;
	border-top: none !important;
}
.footer-holder{
	float:left;
	padding-top: 10px;
	margin-top: 60px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	opacity: .6;
}
#footer .footer-nav{
	overflow:hidden;
	margin:3px 0 7px;
	font:bold 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#footer .footer-nav li{
	display:inline;
	list-style:none;
	padding-right:15px;
}
#footer .footer-nav a{
	color:#53585f;
}
#footer .tweet-list li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(images/footer-widget-bg.png) no-repeat bottom left;
}
.tweet-list li:last-child {
	background: none !important;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.more-tweets {
	margin-top: 5px;
	float: left;
}
#footer .col {
	float: left;
	width: 280px;
	margin-right: 45px;
}
#footer .col:last-child {
	margin-right: 0px;
}
#footer .col .widget {
	float: left;
	margin-right: 28px;
	min-width: 100px;
}
#footer .col:last-child .widget {
	margin-right: 0px;
}
#footer .col .widget h2 {
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 300;
	background: url(images/footer-widget-bg.png) no-repeat bottom left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#content article ol {
	margin:0 0 30px;
	padding:0;
	width:100%;
	overflow:hidden;
	counter-reset:item;
}
#content article ol li {padding:0 0 0 20px;}
#content article ol li:before,
#content article ol .num {
	float:left;
	width:20px;
	margin:0 0 0 -20px;
	content:counters(item, ".") ".";
	counter-increment:item;
}

/* ===[ Comment Styling ]=== */
.comments {
    width: 615px;
    float: left;
    margin: 0 0px 40px 0px;
}
h3#comments {
    font-size: 24px;
    background:url(images/divider03.png) repeat-x 0 100%;
    padding-bottom:10px;
   	margin: 25px 0 15px 0 !important
}
#respond {
    margin: 0 0 15px 0;
    padding: 0px 20px 20px 0;
}
.comment #respond { margin-top: 0px }
#respond h3 {
    background:url(images/divider03.png) repeat-x 0 100%;
    padding: 0 0 10px 0;
}
.comment #respond h3 { margin-top: 0px }
#respond label {
    font-weight: bold;
    font-size: 10px;
    margin: 5px 0 0 15px;
    color: #aaa;
}
#respond p { margin-bottom: 15px }
#respond input[type="text"], #respond textarea {
    padding: 8px;
    border: solid 1px #eee;
    border-bottom: solid 2px #e7e7e7;
    color: #60636B;
    outline: none;
    width: 50%;
    background: #fff;
}
#respond input:focus, #respond textarea:focus {
    outline: none;
    border: solid 1px #ddd;
    border-bottom: solid 2px #ccc;
}
#respond textarea {
    line-height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#respond #commentform p {
}
.comment #respond #commentform p {
	
}
#respond #commentform .form-author {
	background: #fff url(images/form-name.png) no-repeat right center;
}
#respond #commentform .form-email {
	background: #fff url(images/form-email.png) no-repeat right center;
}
#respond #commentform .form-website {
	background: #fff url(images/form-website.png) no-repeat right center;
}
.allowed {
	font-size: 11px;
	color: #888;
	width: 500px;
	float: left;
	margin: 0 0 15px 0;
}
.commentlist {
	list-style-type: none !important;
}
.commentlist li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    position: relative;
    list-style-type: none !important;
   	background: #f9f9f9;
}
.commentlist li:before, .commentlist ol .num {
	float: left;
	margin: 0 0 0 0 !important;
	content: none !important;
	counter-increment: none !important;
}
.children {
	margin-bottom: 0px !important;
}
.children li { 
	margin: 0 20px 20px 0;
	background: #eee !important;
	background: rgba(0, 0, 0, .02) !important;
 }
.comment p {
    line-height: 20px;
    margin-bottom: 18px;
}
.comment-text {
    padding: 20px 20px 0 0;
}
.reply {
    text-align: right;
    margin: 0px !important;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.comments .children .reply { text-align: left }
.reply a {
	color: #53585F;
	background: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px;
    border: solid 1px #eee;
}
.reply a:hover {
    color: #fff;
    background: #555;
    text-decoration: none;
}
#cancel-comment-reply, .comments .logged-in {
    margin: 0 0 15px 0;
    float: right;
}
.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}
.vcard {
    margin: 0 0 0 0;
    padding: 0 85px 0 0;
    float: left;
}
.vcard img {
    float: left;
    background: #fcfcfc;
    border: solid 1px #e7e7e7;
    padding: 5px;
}
.fn {
    float: left;
    font-style: normal;
    font-size: 16px;
    line-height: 12px;
}
.fn a { color: #60636B }
.comment-info {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
	position: relative;
}
.comment-meta {
    float: left;
    margin: 9px 0 0 12px;
}
.comment-time {
    font-size: 11px;
    color: #999;
}
.comment-edit-link {
	font-size: 11px;
}
.comments .children {
    padding: 0 0 0 75px;
    margin-top: 20px;
}
.comments .children .vcard {
    float: right;
    padding: 20px 0 0 85px;
}

/* ===[ Contact Form 7 Styling ]=== */


.wpcf7 p {
	font-weight: bold;
	font-size: 12px;
}
.wpcf7 input[type="text"], .wpcf7 textarea {
    padding: 8px;
    border: solid 1px #eee;
    border-bottom: solid 2px #e7e7e7;
    color: #60636B;
    outline: none;
}
.wpcf7 textarea {
	width: 560px;
	line-height: 22px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    outline: none;
    border: solid 1px #ddd;
    border-bottom: solid 2px #ccc;
}
.wpcf7-submit {
    color: #fff !important;
    background: #53585F;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px;
    width: auto;
}
.wpcf7-submit:hover {
    text-decoration: none;
    cursor: pointer;
    color: #53585F !important;
    background: #fff;
}

.wpcf7-response-output {
	background: #faf7d6;
	border: none !important;
}
.wpcf7-mail-sent-ok {
	background: #e1f0d9;
	margin-left: 0px !important;
	border: none !important;
}
.wpcf7-validation-errors {
	margin-left: 0px !important;
}

/* ===[ Shortcode Styles ]=== */

.one-half {
	width:268px;
	float:left;
	margin:0 30px 20px 0;
}

.one-third {
	width:418px;
	float:left;
	margin:0 30px 20px 0;
}

.one-quarter {
	width: 130px;
	float: left;
	margin: 0 20px 20px 0;
}

.highlight {
	background: #fff9ce;
	width: auto;
	display: inline;
	padding: 0px 3px;
	font-weight: bold;
}

.quote-aside {
	background:#f7f7f7;
	padding:25px;
	float:right;
	margin:0 0 20px 20px;
	width:125px;
	font-size: 15px;
	font-style: italic;
	line-height:22px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
}
.demo-button .button{
	margin: 15px 3px 10px 0 !important;
	line-height: 26px;
}
.button, .button a {
	color: #fff;
}
.button a:hover {
	color: #fff;
}
.button {
	display: inline;
    text-shadow: 1px 1px rgba(0,0,0, .1);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 15px;
    font-size: 12px;
    border: none;
    border-bottom: solid 3px rgba(0, 0, 0, .1);
}
.gallery .button {
	margin: 5px 10px 0 0;
	float: left;
}
.button:hover {
	opacity: .9;
	cursor: pointer;
	color: #fff;
}
.blue {
	background-color: #8fcee2;
}
.green {
	background-color: #84ca9c;
}
.orange {
	background-color: #f8976f;
}
.gray {
	background-color: #8e8e8e;
}
.purple {
	background-color: #9b91d3;
}
.red {
	background-color: #ff6965;
}

.message {
	width:100%;
	float: left;
	color:#444;
	color: rgba(0, 0, 0, .6);
	font-size: 12px;
	margin:0 0 15px 0;
}

.message a {
	color: #555;
}

.message a:hover {
	text-decoration: underline;
}

.red-message {
	background: #fcf3f3;
	background: rgba(255, 238, 238, .5);
	border:solid 1px #fbdcdc;
	padding:15px;
}

.green-message {
	background: #ecf3e5;
	background: rgba(229, 243, 212, .5);
	padding:15px;
	border:solid 1px #d2efac;
}

.yellow-message {
	background: #f8f7e0;
	background: rgba(248, 246, 200, .5);
	border:solid 1px #efecbd;
	padding:15px;
}

.gray-message {
	background: #ececed;
	background: rgba(0, 0, 0, .04);
	border:solid 1px #ddd;
	padding:15px;
}

/* ===[ Default WP Styles ]=== */

.wp-caption {
    background: rgba(255,255,255, 0.6);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    padding: 5px;
    max-width: 96%; /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption.alignnone { margin: 0 20px 20px 0 }

.wp-caption.alignleft { margin: 0 20px 20px 0 }

.wp-caption.alignright { margin: 0 0 20px 20px }

img.alignleft, img.alignright, .sticky, .bypostauthor {
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
img.alignleft {
    margin: 5px 25px 20px 0;
}

img.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 3px 0 0 0!important;
}
.post .gallery {
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.gallery-caption { text-align: center }

.gallery-item {
    width: 115px !important;
    margin-right: 15px;
    margin-bottom: 20px;
    
}

.gallery-icon { width: 115px }

.gallery-item img {
    width: 95px;
    height: auto;
    border: solid 8px rgba(255, 255, 255, .70) !important;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
}
.lost {
	font-size: 410px !important;
	line-height: 305px !important;
	color: #f7f7f7;
	display: none;
}
.lost-text {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: 100;
	line-height: 55px;
	color: #bbb;
	margin-bottom: 30px;
}
/* ===[ Tooltip Styling ]=== */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	padding: 8px 10px;
	background: #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 18px;
	text-align: center;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	
}

#tiptip_holder.tip_right #tiptip_arrow {
	
}

#tiptip_holder.tip_left #tiptip_arrow {
	
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: #444;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: #444;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: #444;
	}
}

.mag {
  font-size: 9px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
