body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:'Adelle W01 Regular', Courier New, serif;
	/*background-color:#ece9de;*/
	min-width:320px;
}

h1, h2, h3, h4, h5, p {
	margin:15px 0px;
}

h1 {
	font-family:'Adelle W01 SemiBold', Courier New, serif;
	font-size:104px;
}
.tablet h1 {
	font-size:72px;
	margin:5px 0;
}
.mobile h1 {
	font-size:60px;
	margin:5px 0;
}

h2 {
	font-family:'Adelle W01 Regular', Courier New, serif;
	font-size:41px;
	color:#8f8f8f;
}
.tablet h2 {
	font-size:32px;
	margin:5px 0;
}
.mobile h2 {
	width:100%;
	font-size:20px;
	margin:5px 0;
}

h4 {
	font-family:'Adelle W01 Regular', Courier New, serif;
	font-size:25px;
	color:#8f8f8f;
}

p {
	font-family:'Lato', sans-serif;
	font-size:16px;
	line-height:20px;
	margin:10px 0px;
}

p a {
	color:inherit;
}

strong {
	font-family:'Adelle W01 SemiBold', Courier New, serif;
}

em {
	font-family:'Adelle W01 Italic', Courier New, serif;
}

strong em, em strong {
	font-family:'AdelleW01-SemiBoldItali', Courier New, serif;
}

.clear {
	clear:both;
}

span.green {
	color:#62866c;
}

#wrapper {
	position:static;
}
#wrapper.loading {
	position:fixed;
}

form {
	margin:10px 0px;
}
form p {
	margin-top:0px;
}
form label {
	margin-right:5px;
}
form input[type="text"], textarea {
	color:#919191;
	font-family:'Adelle W01 Regular', Courier New, serif;
	font-size:22px;
	padding:14px 15px 13px;
	margin:0px 15px 20px 0px;
	background:none;
	border:none;
	background-repeat:no-repeat;
	background-position:left top;
}
form input[type="text"] {
	width:323px;
	height:22px;
	background-image:url(../images/design/textInput.png);
}
form p.cptch_block input[type="text"] {
	width:31px !important;
	height:22px;
	background-image:url(../images/design/captchaInput.png);
}
.third-section img{
	position: relative;
	top: -2px;
	left: 0;
}
form span.contact-captcha input[type="text"]{
	width:60px !important;
	height:5px;
	font-size:16px;
	margin: 0 0 0 10px;
	background-image:url(../images/design/captchaContactInput.png);
}

.third-section input[type="submit"]{
	margin: 13px 0px 10px !important;
}
.tablet form input[type="text"], .mobile form input[type="text"] {
	width:260px;
	margin-bottom:13px;
	background-image:url(../images/design/textInputSmall.png);
}
form textarea {
	width:496px;
	max-width:496px;
	height:251px;
	max-height:251px;
	background-image:url(../images/design/textarea.png);
}
.tablet form textarea, .mobile form textarea {
	width:260px;
	max-width:260px;
	height:137px;
	max-height:137px;
	margin-bottom:13px;
	background-image:url(../images/design/textareaSmall.png);
}

.mobile #respond p:not(:first-of-type){
	margin: 0 0;
}
form input[type="submit"] {
	background:none;
	border:none;
	margin:5px 0px 15px;
	padding:0px;
	font-size:24px;
	color:#727272;
	font-family:'Adelle W01 SemiBold', Courier New, serif;
}
form input[type="submit"]:hover {
	color:#8f8f8f;
}

.pageMarker {
	height:1px;
	width:1px;
	display:block;
	text-decoration:none;
	position:absolute;
	top:-300px;
	left:0px;
}

.slide {
	width:100%;
	height:100%;
	display:block;
	position:relative;
	z-index:3;
	/*background-color:#ece9de;*/
	background-color:#fff;
}
.slide div {
	position:relative;
	z-index:1;
}

.slide.pattern {
	background-color:#ccc;
	background-image:url(../images/design/sectionPattern.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center top;
	color:#727272;
	border-top:10px solid #fff;
	border-bottom:10px solid #fff;
	-moz-box-shadow: 0px 0px 7px #999;
	-webkit-box-shadow: 0px 0px 7px #999;
	box-shadow: 0px 0px 7px #999;
	z-index:4;
	overflow:hidden;
}
.slide.pattern .content {
	margin:0px auto;
	padding:65px 0px;
}

.slide .content {
	padding:65px 67px 65px 40px;
}
.content.green {
	background-color:#82a494;
	color:#fff;
}

.slide .content h1 {
	display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
	vertical-align:middle;
	margin-right:20px;
}

a.slideMarker {
	display:block;
	height:0px;
}

.slide#home {
	background:none;
	z-index:1;
}

#loading {
	width:65px;
	height:65px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-22px;
	z-index:2;
	background-color:#fff;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	display:none;
}
#loading img {
	width:45px;
	height:45px;
	position:absolute;
	top:10px;
	left:10px;
}

#loadingOverlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:9999;
	background-color:#fff;
	display:block;
}

#lightboxContainer {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:9998;
	display:none;
}
#lightbox {
	width:640px;
	height:360px;
	border:15px solid #fff;
	background-color:#000;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-195px;
	margin-left:-335px;
	z-index:1;
}
#lightboxOverlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	background-color:rgba(0,0,0,0.8);
}

.bgContainer {
	width:100%;
	height:100%;
	position:fixed;
	overflow:hidden;
	z-index:0;
	bottom:0px;
	left:0px;
}
.bgOverlay {
	width:100%;
	height:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:2;
}
img.bg {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
}
img.bg.loader {
	z-index:0;
}

#browseWork{
	width:80%;
	min-width:600px;
	max-width: 1000px;
}

tr.even{
	background-color: #EEEEEE;
}
#browseWork img{
	width:100px;
	height:100px;
}

.workImage{
	width:100px;
}
#browseWork .workTitle{
	text-align:left;
	padding-left:10px;
	font-size:26px;
	font-family:'Adelle W01 SemiBold', Courier New, serif;
	text-transform:uppercase;
}

.workTitle:hover, .workImage:hover{
	cursor:hand; cursor:pointer;
}

#browseWork td{
	padding:20px;
	text-align:right;
}

#workSort{
	padding-bottom:20px;
}

.workPage .page-title{
	padding-top:40px;
}

.page-template-work-php h1{
	font-size:40px !important;
}

.workCat{
	color:#929292;
}
.workCat a{
	color:#929292 !important;
	text-decoration:none;
}

.workCat a:hover{
	color:#3B3B3B !important;
}

@media all and (max-width: 1265px) and (min-width: 640px) {
	#browseWork{
		width:90%;
		position:relative;
		top:0;
		left:-30px;
		min-width:440px;
		max-width: 1040px;
	}
	#browseWork img{
		width:75px;
		height:75px;
	}
	.workImage{
		width:75px;
	}
	#browseWork td.workCat{
		padding:5px;
		font-size:16px;
		padding-right:20px;
		color:#929292;
	}
	#browseWork .workTitle{
		font-size:18px;
	}
	.page-template-work-php #sideNav{
		display:none;
	}
	.page-template-work-php #sideNav{
		display:inline-block;
	}
	.page-template-work-php h1{
		font-size:30px !important;
	}
	#workSort{
		line-height: 1.5em;
		padding-right: 60px;
	}
	.workPage .page-title{
		padding-top:30px;
	}
}

@media all and (max-width: 320px) {
	#browseWork{
		position:relative;
		top:0;
		left:-30px;
	}
	.workPage .page-title{
		padding-top:10px;
	}
}
@media all and (max-width: 640px) and (min-width: 320px) {
	#browseWork{
		width:100%;
		min-width:320px;
		max-width: 640px;
	}
	#browseWork img{
		width:50px;
		height:50px;
	}
	.workImage{
		width:50px;
	}
	#browseWork td{
		padding:5px;
		font-size:12px;
	}
	#browseWork .workTitle{
		font-size:14px;
	}
	.page-template-work-php #sideNav{
		display:none;
	}
	.page-template-work-php h1{
		font-size:24px !important;
	}
	.workCat{
		padding-right:20px !important;
	}
	#workSort{
		line-height: 1.5em;
	}
	.workPage .page-title{
		padding-top:20px;
	}
}

.workPage{
	text-align:center;
	padding-top:60px !important;
}


#nav {
	background-color:#fff;
	height:18px;
	padding:20px 160px 20px 20px;
	position:fixed;
	top:15px;
	right:15px;
	z-index:99;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.mobile #nav {
	height:15px;
	padding:15px 44px 15px 15px;
}
.iOS #nav {
	position:absolute;
}

#nav.locked {
	position:absolute;
	right:auto;
	left:234px;
}

#nav ul {
	list-style:none;
	margin:0px 0px 0px -20px;
	padding:0px;
}
#nav ul li {
	display:inline;
	margin:0px 25px;
}
#nav ul li a {
	color:#3d3d3d;
	text-decoration:none;
	font-size:17px;
}

.mobile #nav ul {
	margin-left:-4px;
}
.mobile #nav ul li {
	margin:0px 4px;
}
.mobile #nav ul li a {
	font-size:14px;
}
.blog.mobile #nav ul li {
	margin: 0px 25px;
}
.blog.mobile #nav ul li a {
	font-size:17px;
}

#nav ul li a:hover {
	color:#000;
}

#nav a#logo {
	display:block;
	width:117px;
	height:30px;
	position:absolute;
	top:18px;
	right:24px;
}
#nav a#logo img {
	height:30px;
}

.mobile #nav a#logo {
	width:19px;
	height:24px;
	overflow:hidden;
	top:11px;
	right:13px;
}
.mobile #nav a#logo img {
	height:24px;
	position:absolute;
	right:0px;
	top:0px;
}

#sideNav {
	width:67px;
	position:absolute;
	top:67px;
	right:-15px;
}
.mobile.page #sideNav{
	top: 40px;
}

body.locked.mobile #page #content{
	margin-right:0px !important;
}
#sideNav a {
	display:block;
	width:31px;
	height:31px;
	margin:12px 15px 12px 21px;
	background-repeat:no-repeat;
	background-position:left bottom;
	position:relative;
}
#sideNav a img {
	width:31px;
	height:31px;
}

#sideNav a.facebook {
	background-image:url(../images/design/facebook.png);
}
#sideNav a.twitter {
	background-image:url(../images/design/twitter.png);
}
#sideNav a.search {
	background-image:url(../images/design/search.png);
	z-index:0;
	margin:0;
}
#sideNav a.keys {
	background-image:url(../images/design/keys.png);
}

#sideNav a.grey {
	background-position:left top;
}

#sideNav a.indented {
	right:10px;
}

#sideNav .separator {
	width:67px;
	height:1px;
	background-color:#fff;
	margin:22px 0px;
}
#sideNav .separator.grey {
	background-color:#b4b4b4;
}

#social a {
	position:relative;
	right:0px;
}

#search {
	width:31px;
	height:31px;
	position:relative;
	margin:12px 15px 12px 21px;
}
#search-form {
	display:none;
	height:58px;
	width:400px;
	position:absolute;
	top:-13px;
	right:-7px;
	z-index:1;
	background-color:#fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#search-form.indented {
	right:3px;
}
#search-form a.search {
	position:absolute;
	top:13px;
	right:7px;
	background-position:left top;
}
#search-form form {
	margin:5px;
}

#home #info {
	display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#info img {
	display:block;
	margin:0px 0px 50px 0px;
}
.tablet #info img {
	max-width:100%;
}
#info a {
	display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
	background-color:#000;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	font-family:'Adelle W01 Italic', Courier New, serif;
	font-style:italic;
	padding:7px 18px 5px;
	margin-right:5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#info a#moreInfo {
	padding-left:45px;
}

/*.mobile #home #info {
	width:0px;
	height:0px;
	overflow:hidden;
}*/

ul#spinbox {
	height: 98px;
	position:absolute;
	bottom:58px;
	right:10px;
	margin:0px;
	padding:0px;
	list-style:none;
}
.mobile ul#spinbox {
	width:400px;
	left:50%;
	margin-left:-147px;
	bottom: 18px;
}
ul#spinbox li {
	width: 162px;
    min-height: 98px;
    _height: 98px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 5px;
	background-color:#fff;
    border: 5px solid #fff;
	text-align:center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor:pointer;
	opacity:0.7;
}
.mobile ul#spinbox li {
	overflow-x:hidden;
	width:50px;
	min-height:50px;
	_height:50px;
	margin-left:1px;
}

.mobile ul#spinbox li img{
	height: 50px;
	width: 83px;
	margin-left: -41px;
}

.mobile .slide #info img{
	height:auto;
	position:relative;
	top:30px;
	left:-10px;
}
ul#spinbox li img {
	width:160px;
	height:96px;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc;
	position:relative;
	left:50%;
	margin-left:-80px;
}
ul#spinbox li a {
	margin:5px 0px 0px;
	font-family:'Adelle W01 Italic', Courier New, serif;
	font-style:italic;
	font-size:15px;
	color:#3d3d3d;
	text-decoration:none;
	display:none;
}
.mobile ul#spinbox li a {
	font-size:10px;
}
ul#spinbox li:hover, ul#spinbox li.selected {
	opacity:1;
}
ul#spinbox li:hover a, ul#spinbox li.selected a {
	display:block;
}

.slider {
	width:100%;
	padding:0px 65px;
	height:311px;
	position:relative;
	left:-65px;
}

.slider.contact{
	height:400px;
}

a.arrow {
	width:80px;
	height:80px;
	position:absolute;
	top:50%;
	margin-top:-100px;
	z-index:9999;
	background-repeat:no-repeat;
	background-position:left bottom;
}
.mobile a.arrow {
	width:48px;
	height:48px;
	margin-top:-85px;
}

a.arrow.left {
	background-image:url(../images/design/arrowLeft.png);
	left:40px;
}
.tablet a.arrow.left {
	left:35px;
}
.mobile a.arrow.left {
	background-image:url(../images/design/arrowLeftSmall.png);
}
a.arrow.right {
	background-image:url(../images/design/arrowRight.png);
	right:40px;
}
.tablet a.arrow.right {
	right:35px;
}
.mobile a.arrow.right {
	background-image:url(../images/design/arrowRightSmall.png);
}
a.arrow:hover {
	background-position:left top;
}

.grid {
	width:980px;
	margin:0px auto;
	padding:0px 0px 15px;
	position:relative;
}

.grid .tile {
	height:290px;
	width:290px;
	margin-top:15px;
	overflow:hidden;
	position:relative;
}
.grid .tile.text {
	width:250px;
	height:260px;
	padding:15px 20px;
	color:#fff;
}
.grid .tile{
	background-color:#82a494;
}
.grid .tile .middle {
	width:250px;
	height:260px;
	display:table-cell;
	vertical-align:middle;
}
.grid .tile .middle.center {
	text-align:center;
}
.grid .tile.text a {
	color:#fff;
}

.tile img.tileImg {
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
}
.tile .infoBar {
	display:none;
	width:250px;
	height:80px;
	height:260px;
	padding:15px 20px;
	position:absolute;
	bottom:-80px;
	top:0px;
	left:0px;
	z-index:1;
	color:#fff;
	background-color:rgba(32,59,47,0.6);
	cursor:pointer;
}
.tile .infoBar:hover {
	/*background-color:rgba(32,59,47,0.9);*/
}

.infoBar h3, .infoBar h3 a, .infoBar h4 {
	text-align:center;
	margin:10px 0px 0px;
	color:#fff;
}
.infoBar h3 {
	font-family:'Adelle W01 SemiBold', Courier New, serif;
	text-align:center;
	text-transform:uppercase;
	font-size:25px;
	padding-bottom:5px;
	background-image:url(../images/design/infoBoxSepar.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.infoBar h4 {
	margin-top:5px;
	font-family:'Lato', sans-serif;
	font-size:12px;
}

.tile a {
	text-decoration:none;
	color:inherit;
}
.tile.text p, .tile.text h3, .tile li, .infoBar .middle p, #page .tile.text p {
	font-family:'Lato', sans-serif;
	font-weight:300;
	margin:10px 0px;
	font-size:14px;
	line-height:21px;
}
.tile.text ul, .tile.text ol {
	padding-left:1em;
}
.tile.text h3 {
	font-size:25px;
	text-transform:uppercase;
	line-height:normal;
}
.tile a.readMore {
	font-family:'Adelle W01 Regular', Courier New, serif;
	font-size:12px;
	color:#3d3d3d;
	text-transform:uppercase;
	text-decoration:none;
}
.tile a.readMore:hover {
	text-decoration:underline;
}

p.aside {
	width:563px;
	display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
	vertical-align:middle;
	font-size:15px;
	line-height:19px;
	margin-top:0;
}
.mobile p.aside {
	width:280px;
	font-size:12px;
}

#cards {
	width:2000px;
	height:311px;
	margin-top:40px;
	position:relative;
	left:0px;
	font-size:0;
}
#cards .card {
	width:435px;
	height:231px;
	padding:40px;
	margin-right:80px;
	color:#6d6d6d;
	background-image:url(../images/cards/back.png);
	background-repeat:no-repeat;
	background-position:left top;
	display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
	position:relative;
	vertical-align:top;
	/*position:absolute;
	top:0px;
	cursor:pointer;*/
}
#cards .card h2 {
	font-family:'Adelle W01 SemiBold', Courier New, serif;
	font-size:23px;
	margin:0px;
}
#cards .card p {
	font-size:16px;
}
#cards .card img {
	width:515px;
	height:311px;
	position:absolute;
	top:0px;
	left:0px;
}
.mobile #cards {
	height:175px;
	margin-top:20px;
}
.mobile #cards .card {
	width:250px;
	height:135px;
	padding:20px;
	background-image:url(../images/cards/backSmall.png);
}
.mobile #cards .card h2 {
	width:250px;
	font-size:13px;
}
.mobile #cards .card p {
	font-size:11px;
	line-height:1.3em;
	margin:5px 0;
}
.mobile #cards .card img {
	width:290px;
	height:175px;
}

ul#contactIcons {
	list-style:none;
	margin:0px;
	padding:0px;
	height:49px;
	position:absolute;
	left:475px;
	top:101px;
}
.tablet ul#contactIcons {
	left:320px;
	top:85px;
}
.mobile ul#contactIcons {
	position:static;
	margin:0 0 15px;
}
#contactIcons li {
	height:;
	display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
	margin-right:50px;
	text-align:center;
}
.tablet #contactIcons li {
	margin-right:10px;
}
#contactIcons li a {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#727272;
	text-decoration:none;
}
#contactIcons li a:hover {
	opacity:0.8;
}
#contactIcons li a.selected, #contactIcons li a.selected:hover {
	opacity:0.5;
}

#contactIcons li span {
	display:block;
	margin-top:5px;
}
.tablet #contactIcons li span {
	display:none;
}

#contactSlides {
	height:386px;
	width:2000px;
	position:absolute;
	top:0px;
	left:0px;
}
#contactSlides .contactSlide {
	width:990px;
	height:386px;
	position:absolute;
	padding-left:65px;
	top:0px;
	left:0px;
}

#contact-form form .wpcf7-response-output {
	border:none;
	margin:0px;
	padding:0px;
	position:static;
	height:2px;
}
#contact-form form span.wpcf7-not-valid-tip-no-ajax {
	margin:-10px 0px 10px;
}
#contact-form form p.first-section, #contact-form form p.second-section {
	float:left;
}
#contact-form form p.first-section {
	width:357px; 
	margin-right:17px;
}
#contact-form form p.second-section {
	position:relative;
	z-index:1;
}
#contact-form form p.third-section {
	clear:both;
	position:relative;
	z-index:0;
	top:-171px;
}
.tablet #contact-form form p.first-section {
	width:290px;
	margin-right:11px;
}
.tablet #contact-form form p.third-section {
	top:-50px;
}
.mobile #contact-form form p.first-section, .mobile #contact-form form p.second-section {
	float:none;
}
.mobile #contact-form form p.first-section {
	margin-right:0px;
}
.mobile #contact-form form p.third-section {
	top:0px;
}
.mobile #contact-form form span.or-email {
	display:none;
}

#mapFrame, #mapFrame iframe {
	width:666px;
	height:277px;
}
#mapFrame {
	position:relative;
	overflow:hidden;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

.tablet #mapFrame, .tablet #mapFrame iframe {
	width:350px;
}
.mobile #mapFrame, .mobile #mapFrame iframe {
	width:290px;
	height:200px;
}
.mobile #mapFrame {
	float:none;
}

/*-- Single pages --*/

#page {
	color:#3b3b3b;
	padding:0px 30px 20px;
}

#page h1 {
	font-size:40px;
}
#page p, #page li {
	font-family:'Adelle W01 Regular', Courier New, serif;
	font-size:20px;
	line-height:26px;
	margin:20px 0px;
}

.mobile #page p, .mobile #page li,
.tablet #page p, .tablet #page li{
	margin: 10px 0;
}

body:not(.archive, .page) #page .page {
	padding:20px 0px 20px 131px;
}

.archive #page .page{
	padding:20px 0 50px 0;
}

#page #content {
	margin-right:440px !important;
	min-width:260px;
	max-width:1200px;
}
body.locked #page #content {
	margin-right:70px !important;
}
#content .post h1, #content .post h2, #content .page h1, #content .page h2, body.search h1 {
	margin:0px 0px 10px;
}
.post h2, .post h1 {
	padding-top:30px;
}
#content .page h1{
	padding-top:60px;
}

body.search h1 {
	padding-top:80px;
}
body.search h1 {
	text-align:center;
}
#content .post h1 {
	padding-top:80px;
}
#content .post:first-child h2 {
	padding-top:80px;
}
.post h1 a, .post h2 a, .page h1 a, .page h2 a {
	color:#3b3b3b;
	text-decoration:none;
}
.post h1 a:hover, .post h2 a:hover, .page h1 a:hover, .page h2 a:hover {
	text-decoration:underline;
}

.post .entry-content img, .page .entry-content img {
	height:auto;
	width:auto;
	max-width:100%;
}

img.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

img.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

body:not(.mobile) #page .tagsBox {
	width:100px;
	color:#8d8d8d;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
	padding-top:25px;
	border-right:1px solid #3b3b3b;
	position: absolute;
	left: 30px;
}

body.page:not(.mobile) #page .tagsBox {
	top: 0px;
}

@media all and (min-width: 640px) and (max-width: 755px) {
	body.page:not(.mobile) #page .tagsBox {
		top: 80px;
	}
}

.mobile #page .tagsBox{
		padding-top:0px;
}
#page .tagsBox h2 {
	font-size:21px;
	margin:5px 0px;
}
#page .tagsBox ul {
	list-style:none;
	padding:0px;
}
#page .tagsBox ul li {
	margin:5px 0px;
	font-size:15px;
	line-height:normal;
}
#page .tagsBox ul a {
	text-decoration:none;
	color:#8d8d8d;
}

#sidebar {
	position:fixed;
	top:0px;
	right:0px;
	height:100%;
	width:350px;
	width:260px;
	overflow:auto;
	padding: 84px 55px 0px 31px;
	border-left:1px solid #3b3b3b;
}
#sidebar .tile:last-child {
	margin-bottom:0px;
}
#sidebar .grid {
	width:350px;
	width:260px;
	padding-bottom:31px;
}
#sidebar .grid .tile {
	width:200px;
	height:200px;
}
#sidebar .grid .tile .infoBar, #sidebar .grid .tile .middle {
	white-space:normal;
	height:170px;
	width:160px;
}
#sidebar .grid .tile h3 {
	font-size:21px;
}
#sidebar h4 {
	color:#707070;
}
#sidebar .infoBar h4 {
	color:#fff;
}

#sidebar.locked {
	position:absolute;
	left:670px;
	right:auto;
}

body.locked #sidebar {
	width:100%;
	height:auto;
	padding:0;
	position:relative;
	border:none;
	overflow-y:hidden;
	border-top:1px solid #3b3b3b;
}
body.locked #sidebar h4 {
	margin-top:25px;
	margin-bottom:0px;
}
body.locked #sidebar .infoBar h4 {
	margin-top:5px;
}
body.locked #sidebar .grid {
	width:100%;
	padding:0;
	white-space:nowrap;
}
body.locked #sidebar .grid .tile {
	display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
	vertical-align:middle;
	margin-right:15px;
	margin-bottom:30px;
}

body.blog.locked #sidebar, body.single.locked #sidebar {
	right:auto;
	left:670px;
}

body.blog #page #content, body.single #page #content, body.archive #page #content {
	max-width:800px;
	min-width:320px;
	margin-right:295px;
}

body.blog:not(.mobile) #page #content, body.single:not(.mobile) #page #content, body.archive:not(.mobile) #page #content{
	min-width:610px;
}

.blog.tablet.locked #page #content{
	min-width:510px;
}

.blog.mobile #page #content, .blog.mobile.single #page #content, .blog.mobile.archive #page #content{
	min-width:280px;
}

body.blog #sidebar, body.single #sidebar, body.archive #page #sidebar {
	width:175px;
	padding:0px 0px 0px 30px;
	border:none;
	background-color:#62866c;
}
body.blog #sidebar .tagsBox, body.single #sidebar .tagsBox, body.archive #sidebar .tagsBox {
	position:absolute;
	bottom:30px;
	left:30px;
	width:175px;
	border:none;
}
body.blog #sidebar .tagsBox h2, body.single #sidebar .tagsBox h2, body.archive #sidebar .tagsBox h2 {
	font-size:25px;
}
body.blog #sidebar .tagsBox h2, body.blog #sidebar .tagsBox a, body.blog #sidebar .tagsBox li, body.single #sidebar .tagsBox h2, body.single #sidebar .tagsBox a, body.single #sidebar .tagsBox li, body.archive #sidebar .tagsBox h2, body.archive #sidebar .tagsBox a, body.archive #sidebar .tagsBox li {
	color:#fff;
}
body.blog .entry-content, body.single .entry-content, body.archive .entry-content, body.blog .entry-utility, body.single .entry-utility, body.archive .entry-utility {
	padding-left:157px;
}

.single.locked.mobile #page #content .entry-utility, .archive.locked.mobile #page #content .entry-utility{
	padding-left:0px;
}

.post, .archive .page {
	margin:-2px 0px 0px;
	padding-top:2px;
	color:#3b3b3b;
	padding-bottom:50px;
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
}

body:not(.single) .post:not(:first-child), body:not(.single) .archive:not(:first-child) {
	padding-top:20px;
	background-image:url(../images/design/postSeparator.png);
}

.archive .page:nth-of-type(1){
	background-image:none;
}

.archive:not(.mobile) .entry-summary{
	margin-left:157px;
}

.archive.mobile .entry-summary{
	margin-top:20px;
}

.archive #content{
	margin-top:80px;
}
.post a, .page a, .single a {
	color:#3b3b3b;
}
.post h4 a, .page h4 a, .single h4 a{
	color: #FFFFFF;
}
.post table {
	width:100%;
	font-size:20px;
}
.post table td {
	padding:7px 10px;
}

#page .entry-meta {
	width:96px;
	float:left;
	margin-right:30px;
	padding-right:30px;
	border-right:1px solid #3b3b3b;
}
.mobile #page .entry-meta{
	border-right: 0px;
}
#page .entry-meta p {
	font-size:15px;
}
#page .entry-meta .tagsBox {
	width:175px;
	color:#8d8d8d;
	float:left;
	margin:0px;
	padding-top:0px;
	border:none;
}

.navigation {
	height:30px;
	margin:20px 0px;
}
body:not(.mobile).navigation div {
	height:30px;
	width:100%;
	float:left;
}
.mobile .navigation div {
	width:100%;
	float:left;
}
.navigation .nav-next {
	float:right;
	text-align:right;
}
.navigation#nav-above {
	margin-top:20px;
}
.navigation div a {
	color:#8d8d8d;
	font-size:25px;
	text-decoration:none;
}



/* responsive */

@media all and (max-width: 320px) and (min-width: 10px) {
	.mobile .slide #info img{
		position:relative;
		top:50px;
		left:0;
		max-height:180px;
	}
}

.tablet .entry-content p, .tablet .entry-content li{
	font-size: 16px !important;
	line-height: 22px !important;
}

.entry-content iframe{
	max-width:100%;
}

.mobile #sideNav{
	display:none;
}

.iOS #info a#moreInfo{
	padding-left: 35px;
}
.iOS #info a{
	font-size: 12px;
}
.iOS #wrapper .bgContainer{
	padding-bottom: 0px;
}

.blog.mobile #page #content .entry-meta{
	border-right:0px;
}

.blog.mobile #page #content .entry-meta p,
.single.mobile #page #content .entry-meta p{
	color: #8F8F8F;
	margin: 0;
	line-height: 21px;
	padding-bottom:20px;
}
.blog.mobile #page #content .entry-meta img{
	display:none;
}

.blog.mobile #page #sidebar div.tagsBox{
	display:none;
}
.mobile #page #content .entry-content{
	padding-left: 0px;
}
.blog.mobile #page #content .entry-content{
	padding-left: 127px;
}
.blog.mobile #page #content .entry-content{
	padding-left: 0;
	display:block;
}
.blog.mobile #page #content .entry-utility{
	padding-left: 0;
}

body:not(.mobile) #page #content .entry-meta{
	left: 0;
	top:0;
	padding:32px 30px 0 0;
	position: absolute;
	width: 96px;
}

.mobile #page #content .meta-entry{
	padding:0;
}

.mobile #page #content .entry-meta{
	width: 100%;
}
.blog.mobile #mainNav ul li{
	margin:0px 4px;
}
.blog.mobile #mainNav ul li a {
	font-size:13px;
}

.mobile #page p, body.mobile #page li{
	font-size:15px;
}

.locked #page #content{
	margin-right: 0px !important;
}

.entry-content{
	word-wrap: break-word;
}
.entry-content img{
	width: auto;
	height: auto;
}

#content .page{
	clear:none;
}

#page .page{
	padding: 20px 0 20px 131px;
}

@media all and (min-width: 1265px) {
	.locked #page #content{
		margin-right: 440px !important;
	}
}

@media all and (min-width: 865px) and (max-width: 1265px) {
	.locked #page #content{
		margin-right: 50px !important;
	}
}

@media all and (min-width: 780px) and (max-width: 1265px) {
	/*
		tablet?
	*/
	.entry-content img{
		width: auto;
		height: auto;
	}
}

@media all and (max-width: 640px) {
	#content .page{
		clear: left;
	}
	#page .page{
		padding: 0 0 20px 0px;
	}
	.page .tagsBox ul{
		display: inline-block;
		float: left;
		margin: -1.9em 0 0 4em;
	}

	.page #page .tagsBox ul li{
		display: inline-block;
		float: left;
		margin-right:1px;
	}
	.page .tagsBox ul li:not(:first-of-type):before{
		content: ', ';
	}
	.page #content .page h1{
		padding-top:80px;
		padding-bottom: 0px;
	}

	#page .tagsBox{
		width: auto;
		position: relative;
		left: 0px;
		border-right: 0px solid #3B3B3B;
	}
}


@media all and (max-width: 1265px) {
	#content .page{
		clear: none;
	}
	body:not(.archive, .page) #page .page{
		padding: 20px 0 20px 0px;
	}
}
@media all and (min-width: 1265px) {
	.entry-content img{
		width: auto;
		height: auto;
	}
	body:not(.archive, .page) #page .page{
		padding: 20px 0 20px 131px;
	}
}

@media all (min-width: 630px) and (max-width: 690px){
	.tablet.blog:not(.locked) #page #content, .tablet.single:not(.locked) #page #content, .tablet.archive:not(.locked) #page #content {
		min-width:480px;
	}
}

@media all (min-width: 691px){
	.tablet.blog:not(.locked) #page #content, .tablet.single:not(.locked) #page #content, .tablet.archive:not(.locked) #page #content {
		min-width:665px;
	}
}

.blog:not(.mobile) #nav{
	top: 15px;
}
.blog:not(.mobile, .page){
	top: 0;
}

.mobile #sideNav,
.single.mobile #content .tagsBox,
.single.locked #page #sidebar,
.archive.locked #page #sidebar,
.archive #page #content .tagsBox,
.archive.mobile #page #content .entry-meta img,
.single:not(.mobile) .post .tagsBox,
.blog.mobile .tagsBox,
.single.mobile #page #content .entry-meta img,
.blog.tablet .post .tagsBox,
.single.tablet .post .tagsBox,
.blog.mobile #sidebar,
.blog.tablet.locked #sidebar
{
	display:none;
}

.single.mobile #page #content .post .entry-content{
	padding-top:50px;
}

.mobile #sidebar, .tablet.locked #sidebar,
body:not(.mobile, .tablet) #sidebar{
	display:inline-block;
}

body.blog:not(.mobile) .entry-title, .single:not(.mobile) .entry-title{
	padding-left: 157px;
}

.search .readMore{
	padding-top:10px;
	display: block;
	text-align: center;
}

.search-no-results #page .post .entry-title{
	padding-top:80px;
}

.post .entry-meta .tagsBox{
	display:none;
}