/*   
Theme Name: The HTML5 Reset Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based Wordpress theme of your own.
Author: Monkey Do!
Author URI: http://monkeydo.biz
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, 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, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;
	vertical-align: baseline;*/
	background: transparent;
}									

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

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
/*a:hover, a:active {outline: none;}*/

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover 
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font-size: 16px; font-family:'Montserrat', Helvetica, Arial, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #545252;}

/*a {color: #03f;}
a:hover {color: #69f;}*/

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #65c1bf; color: #fff; text-shadow: none;}
::selection {background: #65c1bf; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #65c1bf;} 

ins {background-color: #65c1bf; color: #000; text-decoration: none;}
mark {background-color: #65c1bf; color: #000; font-style: italic; font-weight: bold;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

/*#page-wrap {width: 960px; margin: 20px auto;}*/

.post {}
.entry{
	line-height:24px;
}
.entry-content {line-height:24px;}
#content-container ul {list-style:disc;}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.meta {
font-family:'Montserrat', Helvetica, Arial, sans-serif;
color:#706e6e;
font-size:12px;	
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px solid #e2ebe8;
}
.postmetadata {font-family:'Montserrat', Helvetica, Arial, sans-serif;
color:#706e6e;
font-size:12px;	margin-bottom:25px;
padding-top:15px;
border-top:1px solid #e2ebe8;
font-style:italic;
}

#sidebar { width: 273px; float:left; min-height:452px; overflow:hidden; padding: 24px 0; /*background-image:url(images/sidebarBG.gif); background-repeat:no-repeat;*/border-left:1px solid #f2f2f2;}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {
	-webkit-appearance: none;
	-webkit-box-sizing: content-box;
background-image:url(images/search-inputBG.png);
background-repeat:no-repeat;
background-color:transparent;
width:150px;
height:28px;
lin-height:28px;
border:0px; padding-left:3px; padding-right:3px; margin-right:7px; color:#ccc;}
#searchsubmit {background:transparent;
width:60px;
height:28px;border:0px;}
#submit {background:transparent;
width:132px;
height:28px;border:0px;}
label.screen-reader-text{
	display:none;
}
#commentform div {
margin-bottom:15px;
}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 11px; margin-top:10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {line-height:24px;}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#page-hdr {
background-size:cover;
margin:-30px -30px	30px -30px;
background-position:center center;
}
.page-titleit {
		position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#fff;
  text-transform:uppercase;
  font-size:42px;
  font-weight:300;
  letter-spacing:1px;
}
/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}


/*--CUSTOM THEME STYLES--*/
body {
background-color:#dbcdb3;	
}
#bg_image { 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	width: 100%;
	height: 100%;
	min-width: 1400px;
	min-height: 955px;
}

#floatingContainer { 
	position: absolute; 
	width: 100%;  
	top: 0; 
	left: 0; 
	z-index: 2; 
	overflow:hidden;
}

span#top-border {
	width:100%;
	height:11px;
	background-image:url(images/top-border.png);
	background-repeat:repeat;	
	display:block;
}
a {
	/*color:#65c1bf;*/
	color:#FF1493;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
	outline:none;
}

:focus {
outline:none;	
}
h1, h2, h3, h4, h5 {
	margin:5px 0 10px 0;
	font-weight:normal;
	font-family:'Montserrat', Helvetica, Arial, sans-serif;
}
h1 {
	display:block;
	margin:0;
	padding:0;
	text-align:center;
}
h2.entry-title {
	font-size:30px;
	color:#1e3742;
	text-align:left;
}
h2 {
	font-size:30px;
	color:#1e3742;
}
h2 a {
	color:#1e3742;	
}
h3, h4, h5 {
	font-size:18px;
	color:#1e3742;
	
}
#sidebar h2 {
	font-size:18px;
	text-transform:uppercase;
	color:#1e3742;
	height:28px;
	display:block;
	margin:15px 0 10px 0;
	background-image:url(images/sidebarh2BG.png);
	background-repeat:repeat-y;
	padding-left:24px;
	padding-right:20px;
	width:230px;
	line-height:28px;
}
#sidebar .textwidget, #sidebar ul{
	padding-left:24px;
	padding-right:20px;
	width:230px;
	line-height:18px;
	color:#5a787b;
	font-size:12px;
}
#sidebar #text-3 .textwidget{
	padding-left:10px;
	padding-right:0px;
	width:264px;
	line-height:18px;
	color:#5a787b;
}
#sidebar #search-2{padding-left:24px;
	padding-right:20px;
	width:230px;}

#page-wrap {
width: 970px; 
margin:auto;
}
#shadow-right {
width: 967px;
overflow:hidden;
min-height:500px;
padding-right:3px;
background-image:url(images/shadow-right.png);
background-repeat:repeat-y;
background-position:right; 	
}
#shadow-left {
width: 962px;
overflow:hidden;
min-height:500px;
padding-left:5px;
background-image:url(images/shadow-left.png);
background-repeat:repeat-y;	
}
#shadow-btm {
	width: 970px;
	height:27px;
	background-image:url(images/shadow-btm.png);
	background-repeat:no-repeat;
	margin:auto;
}
#header {
	width:962px;
	height:179px;
}
#footer{
width:962px;
height:71px;
text-align:center;
background-image:url(images/footerBG.png);
background-repeat:no-repeat;
padding-top:15px;
color:#7a7789;
}
#tagline {
float:right;
margin-right:50px;
/*margin-right:103px;*/
margin-top:20px;
margin-bottom:17px;
display:block;
}
#container {
width:962px;
min-height:500px;
overflow:hidden;
background-color:#fff;
/*background-image:url(images/containerBG.gif);
background-repeat:repeat-y;*/
}

#content-container {
float:left; 
/*width:615px;*/
width:902px;
min-height:450px;
overflow:hidden;
padding:25px 30px 25px 30px;	
/*background-image:url(images/content-containerBG.gif);
background-repeat:no-repeat;*/
}

#content-container-blog {
	float:left; 
width:615px;
/*width:889px;*/
min-height:450px;
overflow:hidden;
padding:25px 33px 25px 40px;	
/*background-image:url(images/content-containerBG.gif);
background-repeat:no-repeat;*/
}

#nav {
width:962px;
height:46px;	
background-image:url(images/navBG.png);
background-repeat:no-repeat;
}
#nav ul{
margin:0;
padding:0 0 0 1px;	
height:46px;
overflow:hidden;
background-image:url(images/nav-div-left.png);
background-repeat:no-repeat;
}

#nav ul > li {
min-height:46px;
overflow:hidden;
display:inline-block;
list-style:none;
background-image:url(images/nav-div-right.png);
background-position: top right;
background-repeat:no-repeat;
margin:0;
padding:0 1px 0 0;
}
#nav a {
font-weight:normal;
font-family:'Montserrat', Helvetica, Arial, sans-serif;
text-transform:uppercase; 
font-size:19px;	
line-height:50px;
display:inline-block;
min-height:46px;
overflow:hidden;
}
#nav a:link, #nav a:visited {
color:#75716f;
text-decoration:none;
}
#nav ul > li > a > span.hoverit {
display:inline-block;
min-height:46px;
overflow:hidden;
}
#nav ul > li > a > span.hoverit > span {
display:inline-block;
min-height:46px;
overflow:hidden;
padding-left:20px;
padding-right:20px;
}
#nav ul > li > a:hover > span.hoverit > span, #nav ul > li > a:active > span.hoverit > span, #nav ul > li > a#current > span.hoverit > span {
display:inline-block;
min-height:46px;
overflow:hidden;
/*background-image:url(images/nav-hover-left.gif);
background-repeat:no-repeat;
background-position:top left;*/
	/*background-color:#FF1493;*/
	background-image:url(images/nav-hover.png);
background-repeat:repeat;
}
#nav ul > li > a:hover > span.hoverit, #nav ul > li > a:active > span.hoverit, #nav ul > li > a#current > span.hoverit {
display:inline-block;
min-height:46px;
overflow:hidden;
/*background-image:url(images/nav-hover-right.gif);
background-repeat:no-repeat;
background-position:top right;*/
	/*background-color:#FF1493;*/
	
}
#nav a:hover, #nav a:active, #nav a#current {
/*color:#5a787b;*/
	color:#FF1493;
text-decoration:none;
/*background-image:url(images/nav-hoverBG.png);
background-repeat:repeat-x;*/
min-height:46px;
	/*background-color:#FF1493;*/
}
.callouts li a {
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
}
.callouts li a:hover {
	color:#fff;
	text-decoration:none;
	background:RGBA(0,0,0,0.5) !important;
}
.callouts li a span {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size:24px;
  text-align:center;
  width:100%;
  display:block;
  line-height:30px;
  letter-spacing:1px;
}
a.socialite {
	display:inline-block;
	margin-right:7px;
}
.aligncenter {
margin:auto;
display:block;	
}
.alignleft {
float:left;
display:block;	
}
.alignright {
float:right;
display:block;	
}