/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
-webkit-font-smoothing: antialiased;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #f6dd33; color:#fff; text-shadow: none; }
::selection { background:#f6dd33; color:#fff; text-shadow: none; }
.blog ::-moz-selection{ background: #70b1eb; color:#fff; text-shadow: none; }
.blog ::selection { background:#70b1eb; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #f6dd33; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/


#container {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	position: relative;
}

a {
	color: #eff6fd;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
}

a:hover {
	color: #f6dd33;
}

#mainhead {
	background: #edf3f7;
	height: 12.6em;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#mainhead header {
	margin: 0 auto;
	width: 75.38em; /* 980px */
}

#mainhead nav {
	background: url('../img/vr.png') no-repeat left center;
	float: left;
	height: 12.6em;
	margin-top: -1px;
	padding-left: 29px;
}

#mainhead li {
	display: inline;
	line-height: 12.6em;
	margin-right: 23px;
}

#mainhead nav a {
	color: #3f5767;
}

#error a {
	color: #818f99;
}

#mainhead nav a, #error a {
	font-size: 1.286em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
}


#mainhead nav a:hover, #error a:hover {
	color: #5790c1;
}

#tagline {
	color: #122f42;
	left: 500px;
	float: right;
/* 	font-size: 1.286em; */
	margin-top: 60px;
	text-align: center;
	height: 45px;
	width: 18em;
}

.blog #tagline {
	margin-top: 67px;
}

#tagline h1 {
	font-size: 1.4em;
	font-weight: normal;

}

#tagline span {
	font-weight: bold;
}

#tagline p {

}

#brand {
	float: left;
	margin-top: 35px;
	width: 211px;
}

/* FOR TEXT BASED COMPANY NAME IF I DECIDE NECESSARY
#brand h1 {
	float: right;
	line-height: 1.0em;
	margin-top: 25px;
	position: relative;
	font-size: 1.846em;
	font-weight: normal;
	font-style: normal;
	width: 120px;
}  FOR TEXT BASED COMPANY NAME IF I DECIDE NECESSARY */

.tabs {
	background: url('../img/tab_detail.png') repeat-x left top #569fec;
	color: #eff6fd;
	text-shadow: 0 1px 0 #3c6fa3;
}

#main {
	height: 521px;
}

#what {
	float: left;
	margin-top: 79px;
	width: 52%;
}

#what h1 {
	font-size: 5.538em;
	line-height: 87px;
}

#what p {
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.846em;
	line-height: 32px;
	margin-top: 28px;
}

#what span {
	font-family: 'RalewayThin';
	font-weight: 100;
	letter-spacing: 7px;
}

.testimonials {
	float: right;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	margin-top: 76px;
	width: 39.28%;
}
 
.tests {
	float: left;
	font-size: 1.231em;
	margin-bottom: 30px;
}

.tests h1 {
	font-weight: normal;
	margin-bottom: 6px;
	text-align: right;
}

.tests h1 a {
	color: #fff;
	text-decoration: none;
}

.tests p {
	background: #dceefc;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 0 #3c6fa3;
	-moz-box-shadow: 0 1px 0 #3c6fa3;
	box-shadow: 0 1px 0 #3c6fa3;
	color: #202020;
	float: left;
	padding: 15px ;
	position: relative;
	text-shadow: none;
	width: 71.9%; 
}

.tests img {
	border: 5px solid #dceefc;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 0 #3c6fa3;
	-moz-box-shadow: 0 1px 0 #3c6fa3;
	box-shadow: 0 1px 0 #3c6fa3;
	float: right;
	width: 48px;
}

.tests .dash {
	border: none;
	box-shadow: none;
	margin-top: -35px;
	height: 1px;
	width: 100%;
}

.tests p:before { /*creates bubble tail*/
	content: ' ';
	border: 10px solid;
	border-color: transparent transparent transparent #dceefc;
	position: absolute;
	top: 12px;
	left: 306px;
}

.testodd h1 {
	text-align: left;
}

.testodd p, .testodd div {
	float: right;
}

.testodd img {
	float: left;
}

.testodd p:before {
	border-color: transparent #dceefc transparent transparent;
	left: -20px;
}

#process {
	height: 632px;
	word-spacing: -1px;
}

#process .tenseventy {
	background: url('../img/maze.png') no-repeat center 8px;
	height: 665px;
}

#process h1, #about h1 {
	font-size: 2.44em;
	letter-spacing: -1px;
	padding-top: 33px;
	padding-bottom: 19px;
}

#processdetes p, .aboutdetes p {
	font-size: 1.385em;
	font-weight: normal;
}

#processdetes {
	text-align: center;
	margin: 0 auto;
	width: 59.7%;
}

#steps {
	margin-top: 84px;
}

#steps ul {
/* 
	position: relative;
 */
	margin-left: 113px;
	margin-bottom: 110px;
}

#steps li {
	background: transparent url('../img/numbers2.png') no-repeat left top;
	display: block;
	float: left;
	margin-right: 61px;
	margin-left: 83px;
	position: relative;
	top: -37px;
	height: 56px;
	width: 56px;
}

#steps img {
	margin: 0 auto;
}

li#one {
	margin-left: 0;
}

li#two {
	background-position: -56px 0;
}

li#three {
	background-position: -112px 0;
}

li#four {
	background-position: -168px 0;
}

li#five {
	background-position: -224px 0;
}

li#step5 {
	margin-right: 0px;
}

#stepdetes {
	background: transparent url('../img/tabs.jpg') no-repeat center top;
	display: block;
	float: left;
	height: 38px;
	padding-top: 5px;
}

#process .anatomy h1 {
	font-size: 1.846em;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 0 1px 1px #8b8585;
	text-shadow: 0 1px 1px rgba(75, 75, 75, 0.52);
}

.anatomy {
	float: left;
	width: 17%;
}

.anatomy p {
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 0;
}

#consulting {
	margin-left: 47px;
}

#consulting, #design, #implement, #test {
	margin-right: 20px;
}

#about {
	height: 839px;
	padding-top: 12px;
	text-align: left;
}

.aboutdetes {
	float: left;
	width: 48%;
}

#about aside {
	float: right;
	margin-top: 40px;
	width: 46.9%;
}

#profiles ul{
	width: 459px;
}

#profiles li {
	display: inline;
	margin-right: 35px;
}

#profiles .lastchild {
	margin-right: 0;
}

#profiles img {
	border: 5px solid #dceefc;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 0 #3c6fa3;
	-moz-box-shadow: 0 1px 0 #3c6fa3;
	box-shadow: 0 1px 0 #3c6fa3;
	margin-bottom: 24px;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}

#profiles a img:hover {
	border-color: #f6dd33;
}

#midcontact {
	margin-top: -84px;
	position: relative;
	top: -3048px;
}

.traunch #midcontact {
	margin-top: -84px;
	position: relative;
	top: -3090px;
}


#midcontact section {
	background: #dcedfc;
	border: 1px solid #617385;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font: 1.462em "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	height: 82px;
	width: 51.5%;
}

#midcontact p {
	float: left;
	margin-right: 0px;
	padding: 19px 0px 19px 22px;
	width: 47%;
}

#midcontact a {
	background: url('../img/contact.png') no-repeat left top;
	float: right;
	position: relative;
	top: 14px;
	left: -14px;
	height: 55px;
	width: 206px;
}

#midcontact a:active {
	background-position: 0 -55px;
}

.work {
	position: relative;
	text-shadow: 0 1px 0 rgba(0, 0, 0, #000);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

#trenches {
	background: url('../img/trench_back.jpg') no-repeat center top #c5b17a;
	height: 869px;
	overflow: hidden;
}

#stenches {
	background: url('../img/stench_back.jpg') no-repeat center top #172b34;
	height: 767px;
	overflow: hidden;
}

#gibs {
    background: url('../img/gibs_back.jpg') no-repeat center top #050505;
	height: 640px;
	overflow: hidden;
}

#alaskaapp {
	background: url('../img/alaska_back.jpg') no-repeat center top #171614;
	height: 635px;
	overflow: hidden;
}

#rcap {
	background: url('../img/rural_back.jpg') no-repeat center top #3c4247;
	height: 820px;
	overflow: hidden;
}

#jester {
	background: url('../img/jester_back.jpg') no-repeat center top #a49365;
	height: 640px;
	overflow: hidden;
}

#groupie {
	background: url('../img/groupie_back.jpg') no-repeat center top #eaeaea;
	height: 635px;
	overflow: hidden;
}

#liberty {
	background: url('../img/liberty_back.jpg') no-repeat center top #333333;
	height: 635px;
	overflow: hidden;
}

#stayfocused {
	background: url('../img/stayfocused_back.png') no-repeat center top #1A1A1A;
	height: 635px;
	overflow: hidden;
}

#overstock {
	background: url('../img/overstock_back.jpg') no-repeat center top #c52b1f;
	height: 800px;
	overflow: hidden;
}

.workinfo {
	color: #fff;
	font-size: 1.385em;
	padding-top: 130px;
	padding-bottom: 95px;
	width: 46.9%;
}

.workinfo h1 {
	font-size: 2.0em;
	margin-bottom: 26px;
}

.workinfo h1 a {
	color: #fff;
	text-decoration: none;
}

.workinfo hr {
	color: transparent;
	background: url('../img/dash_white.png') repeat-x;
	border: none;
	margin-top: 36px;
	margin-bottom: 37px;
}

#groupie .workinfo hr {
	background: url('../img/dash_grey.png') repeat-x;	
}

#liberty .workinfo hr {
	background: url('../img/dash_white.png') repeat-x;
}

.workinfo ul, #trenches ul, #stenches ul, #profiles ul, #alaskaapp ul, #rcap ul, #groupie ul, #liberty ul, #gibs ul {
	margin: 0;
	position: relative;
}

.workinfo li, #trenches li, #stenches li, #pagefoot li, #alaskaapp li, #rcap li, #groupie li, #liberty li, #gibs li {
	display: inline;
}

#trenches .workinfo a {
	color: #ffffff;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
}

.workinfo a:hover, #trenches .workinfo a:hover {
	color: #f6dd33;
} 

#trenches .workinfo {
	margin-top: 42px;
}

#trenches .workinfo p{
	padding-right: 70px;
}

#alaskaapp .workinfo {
	float: left;
	margin-top: 70px;
}

#jester .workinfo {
	margin-top: 28px;
	float: left;
}

#gibs .workinfo {
	margin-top: 28px;
	float: left;
}

#liberty .workinfo {
	color: #FFFFFF;
	text-shadow: none;
	float: left;
	margin-top: 0px;
}

#groupie .workinfo {
	color: #888889;
	text-shadow: none;
	float: left;
	margin-top: 36px;
}

#groupie .workinfo h1 a {
	color: #333333;
}

#groupie .workinfo h1 a:hover {
	color: #d4bb07;
}

#overstock .workinfo {
	float: left;
	margin-top: 131px;
}

#alaskaapp #alaskascreens, #groupie #groupiescreens {
	float: right;
	margin-top: 40px;
	margin-right: -6px;
}

#liberty #libertyscreens {
	float: right;
	margin-top: 40px;
	margin-right: -50px;
}

#libertyphone1 {
	position: relative;
	top: 25px;
    margin-left: 0px;
}

#libertyphone2 {
	margin-left: -128px;
}


#alaskaphone1, #groupiephone1 {
	position: relative;
	top: 25px;
}

#alaskaphone2, #groupiephone2 {
	margin-left: -128px;
}

#overstockscreens {
	float: right;
	margin-top: 76px;
	margin-right: -8px;
}

.workinfo footer a. .workinfo footer li {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#thumbs {
	width: 110%;
}

#trenchicon {
	position: absolute;
	top: -489px;
	left: 437px;
}

#trn1{
	clear: left;
	float: left;
	margin-left: -7px;
}

#trn2, #trn3, #trn4, #trn5, #trn6 {
 	clear: right;
 	float: left;
 }
 
#trn2, #trn3, #trn4, #trn5, #trn6 {
	margin-left: 28px;
}

#trn1, #trn2, #trn3, #trn4, #trn5, #trn6 {
	margin-top: 120px;
}

#stenches ul, #rcap ul {
	width: 1700px;
}

#stench1 {
	position: relative;
	left: -1006px;
}

#stench2 {
	position: relative;
	left: -234px;
}

#stench3 {
	position: relative;
	left: 499px;
}

#zombie {
	position: absolute;
	top: -410px;
	left: 370px;
}

#stench2, #stench3 {
	position: relative;
	-webkit-transition: left linear .3s;
	-moz-transition: left linear .3s;
	transition: left linear .3s;
}

/*#stench2:hover {
	left: 270px;
}

#stench3:hover {
	left: 520px;
}*/

#rcap .workinfo {
	padding-top: 108px;
	padding-bottom: 138px;
}

#rcicon {
	position: absolute;
	top: -476px;
	left: 555px;
}

#rc1 {
	position: relative;
	left: -1005px;
}

#rc2 {
	position: relative;
	left: -226px;
}

#rc3 {
	position: relative;
	left: 498px;
}

#jestshot {
	float: right;
	position: relative;
	top: 192px;
}

#pagefoot {
	background: url('../img/detail.png') repeat-x 0 top #e9eef1;
	padding-top: 64px;
	padding-bottom: 15px;
	text-align: center;
}

.blog #pagefoot {
	background: #fff none;
	clear: both;
}

#pagefoot p {
	color: #4a535b;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -.05em;
	margin-bottom: 44px;
}

#clients {
	margin-top: -20px;
	margin-bottom: 42px;
}

#fourohfour {
	background-color: #e9eef1;
	margin-top: 100px;
}

#error {
	background: transparent url('../img/logo_big.png') no-repeat center top;
	padding-top: 290px;
	text-align: center;
}

#error ul {
	margin-top: 45px;
	margin-left: 0;
}

#error li {
	display: inline;
	font-size: .9em;
	list-style: none;
	margin: 0 15px;
}

#error p {
	color: #4a535b;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: 22px;
}

#email, #phone{
	margin-right: 23px;
}

#email {
	color: #4e9ded;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

#pagefoot ul {
	color: #4a535b;
	font-size: 1.846em;
	margin: 0;
	margin-bottom: 49px;
}

#pagefoot #phone a{
	color: #4a535b;
	text-decoration: none;
}

#address {
	margin-right: 40px;
}

#pagefoot small {
	color: #b7bcc0;
	font-size: .68em;
	position: relative;
	top: -3px;
}

.aboutdetes-holder {
	float: left;
	position: relative;
	width: 48%;
}

.aboutdetes-holder .aboutdetes {
	float: none;
	width: 100%;
}

.aboutdetes-holder .aboutdetes.hiddenbox {
	display: none;
}

.aboutdetes-holder.absolute .aboutdetes {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

/* start blog */
.blog section#mainhead {
	border-bottom: 1px solid #e5e5e5;
}

.blog #entries, .blog aside{
	font-size: 16px;
}

.blog a {
	color: #6390bd;
}

#entries { 
	float: left;
	margin-top: 80px;
	width: 59.38%;
}

#entries h1 {
	font-size: 1.25em;
	margin-bottom: 20px;
}

#entries h1 a {
	color: #444444;
}

#entries p {
	line-height: 25px;
	margin-bottom: 10px;
}

a.more {
	color: #444444;
	font-weight: bold;
}

.blog #entries article {
	margin-bottom: 80px;
	padding-left: 27px;
}

.blog #entries article img {
	max-width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.blog #entries code {
	background-color: #edf3f7;
	color: #6e90b6;
	display: block;
	font-size: 14px;
	line-height: 19px;
	padding: 5px 11px 5px 12px;
	white-space: pre;
}

.blog cite, .blog em, .blog blockquote {
	font-style: italic;
}

.blog blockquote {
	border-left: 5px solid #edf3f7;
	padding-left: 5px;
}

.blog #entries article h2 {
	font-size: 1.1em;
}

.blog #entries article h3 {
	font-size: 1em;
}

.blog #entries #appstitle h1, .blog #entries #businesstitle h1, .blog #entries #designtitle h1, .blog #entries #developmenttitle h1, .blog #entries #gamestitle h1, .blog #entries #newstitle h1, #randomtitle h1, .blog #entries #searchtitle {
	border-radius: 6px;
	color: #fff;
	margin-bottom: 30px;
	padding: 15px 10px;
	text-align: center;
}

.blog #entries #searchtitle {
	color: #5791c1;
	background-color: #edf3f7;
	font-size: 1.25em;
}

.blog #entries #searchtitle p {
	margin: 0;
	padding: 0;
}

.blog #entries #appstitle h1 {
	background-color: #f87c46;
}
.blog #entries #businesstitle h1 {
	background-color: #84b5ec;
}
.blog #entries #designtitle h1 {
	background-color: #bafc8e;
	color: #2d6904;
}
.blog #entries #developmenttitle h1 {
	background-color: #f9f755;
	color: #605f03;
}
.blog #entries #gamestitle h1 {
	background-color: #b65aca;
}
.blog #entries #newstitle h1 {
	background-color: #e66495;
}
.blog #entries #randomtitle h1 {
	background-color: #916209;
}

.blog #entries article ul, .blog #entries article ol {
	padding-bottom: 10px;
}

.blog #entries .apps, .sidebar .apps {
	border-left: 2px solid #f87c46;
}
.blog #entries .business, .sidebar .business {
	border-left: 2px solid #84b5ec;
}
.blog #entries .design, .sidebar .design {
	border-left: 2px solid #bafc8e;
}
.blog #entries .development, .sidebar .development {
	border-left: 2px solid #f9f755;
}
.blog #entries .games, .sidebar .games {
	border-left: 2px solid #b65aca;
}
.blog #entries .news, .sidebar .news {
	border-left: 2px solid #e66495;
}
.blog #entries .random, .sidebar .random {
	border-left: 2px solid #916209;
}

#entries article .meta {
	padding-top: 5px;
}

#entries article .meta iframe{
	opacity: .5;
}

#listnav, #articlenav {
	margin: 0;
	margin-bottom: 40px;
}

#listnav li, #articlenav li{
	display: inline;
	list-style: none;
}

#older {
	float: right;
}

#newer {
	
}

.sidebar { 
	float: right;
	margin-top: 80px;
	width: 32.7%;
}

.sidebar h1 {
	font-size: 1em;
	margin-bottom: 13px;
}

.sidebar p {
	line-height: 25px;
}

.sidebar ul {
	border-bottom: 1px solid #eef2f7;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
}

#hello {
	background: url(../img/sidelogo.png) no-repeat #f3f7fb;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 176px;
	margin-bottom: 40px;
	text-align: center;
}

#hello h1 {
	font-size: 1.25em;
	padding: 18px 0 0 0;
	margin-bottom: 10px;
}

#hello p {
    color: #828080;
	padding-bottom: 8px;
	padding: 0 10px 8px 10px;
}

#sidemail {
	font-size: 1.18em;
	font-weight: bold;
}

#links li {
	display: inline;
	font-weight: bold;
	margin: 0 30px 0 0;
}

.sidebar li {
	list-style: none;
}

#categories li{
	margin-bottom: 9px;
}

#categories a {
	padding-left: 10px;
}

#moreposts p{
	clear: both;
	background-color: #ecf2f6;
	border: 1px solid #d9e6ef;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 50px;
	padding: 15px 0 12px 0;
	text-align: center;
}

#moreposts a {
	color: #4e9ded;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 0;
}

#search {
	margin-bottom: 40px;
}

.search_input {
	
}

.search_input input {
	border-radius: 30px;
	font-size: .9em;
	font-weight: normal;
	line-height: 20px;
	padding: 0 5px;
}

#searchbtn {
	margin-left: 20px;
	border-radius: 0;
	padding: 0;
	width: 75px;
}

#hide {
	display: none;
}

.tenseventy { width: 82.308em; margin: 0 auto;}
.nineeighty { width: 75.38em; margin: 0 auto;}
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@font-face {
    font-family: 'RalewayThin';
    src: url('../fonts/raleway_thin-webfont.eot');
    src: url('../fonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway_thin-webfont.woff') format('woff'),
         url('../fonts/raleway_thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway_thin-webfont.svg#RalewayThin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-device-width: 1024px) {
	body { margin: 0 auto; width: 110%;}
	#mainhead header, .nineeighty { padding-left: 10px;}
	#midcontact section { letter-spacing: -1px;}
}

@media screen and (max-device-width: 960px) {
	body { margin: 0 auto; width: 110%;}
	#mainhead header, .nineeighty { padding-left: 0px;}
} 

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}