/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix
----------------------------------------------- */

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* layout
----------------------------------------------- */

#accessibility {

	position: absolute;

	top: -10000px;

}

	#container {
	}

	#content {
		background: url(template/shadow.png) no-repeat 50% -3px;
		padding: 20px 0;
		position: relative;
	}

	#header {
		padding: 0 0px;
		height: 98px;
	}

	#topbanner {
		margin: 0 20px;
		height: 105px;
		}
	#topbanner img { margin-top:20px; float:left; }
	#topbanner a { border: none }

	#topbanner-cta {
		line-height:1.6em;
		float: right;
		margin-top:20px;
		clear:right;
		}

	#subfooter {
		clear: both;
		background: #eee;
		border-top: 1px solid #ddd;
		padding: 0 0 1.5em 0;
	}

	#footer {
		font-size: .9em;
		width: 100%;
		clear: both;
		background: #333;
		color: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	

	.inner {

		/* background: url(template/960.gif) repeat-y 50% 0; */
		width: 960px;
		margin: 0 auto;
		padding: 0px;
	}

/* --- Grid Layout --- */

.row {
	clear: both;
}

.onethird, .twothirds, .full, .half {
	float: left;
}

.onethird {
	width:280px;
	padding: 0 0;
	margin: 0 20px;	
}

.half { width:410px;
	padding: 0 20px;
	margin-left: 0;}

.twothirds {
	width: 600px;
	margin: 0 20px;
}

.full {
	width: 920px;
	margin-left: 20px;
	padding: 0 0;
}

	#content {
	}

	#sidebar {
		padding: 20px 0px;
		margin-bottom: 20px;
	}

.clear { clear: both; }
.right { float: right; margin-left: 20px;}
.left { float: left; margin-right: 20px; }
.center, .centre { display:block; margin-left: auto; margin-right:auto;}
p.center, p.center {text-align:center;}
h2.center, h2.center {text-align:center;}
h3.center, h3.center {text-align:center;}
.no-margin { margin-top: 0; }



/* ---- */

body {
	font-family: "open sans", verdana, arial, sans-serif;
	font-size: 16px;
	color: #333;
}

h1,h2,h3,h4 {
	font-family: "open sans", arial;
	color: #000;
	font-weight: 700;
	margin: 1.2em 0 .5em;
	line-height: 1.1em;
}

h1 {
	margin-top: 0;
	font-size: 36px;
	letter-spacing: -0.05em;

}

h2 {
	font-size: 28px;
	letter-spacing: -0.04em;
}

h3 {
	font-size: 22px;
	letter-spacing: -0.025em;
}

h4 {
	font-size: 18px;
	letter-spacing: -0.02em;
}


h1 a, h2 a, h3 a, h4 a {
	color: #000;
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

strong, b {
	font-weight: bold;
}

/* ---- Main Navigation Bar --- */

#main_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#main_nav ul {
	font-family: arial;
	font-size: 16px;
	list-style: none;
	margin: 5px 20px 0;
	padding: 0px;
}

#main_nav li {
	list-style: none;
	float: left;
	margin-right: 15px;

}

#main_nav li a{
	display: block;
	padding: 0 3px 0px;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	color: #000;
}

#main_nav li a:hover { border-bottom: 3px solid  #999;   }
#main_nav li.active a { border-bottom: 3px solid  #f80; }

/* --- End of Navigation Bar --- */

/* --- Start of Breadcrumbs and Search --- */

#subnav {

}

.breadcrumbs{
	font-size: 0.8em;
}

/* --- End of Breadcrumbs and Search --- */

a { text-decoration:none; color: #369; }
a:hover { text-decoration:none; color: #f60; }
a.image {
	font-size: .8em;
	color: #888;
	border: none;
}



ul, ol {
	margin-bottom: 1.5em;
}

ul {
	list-style: bullet;
	margin-left: 20px;
	line-height: 1.5em;
}

li {
	list-style: disc;
}

ol {
	margin-left: 28px;
	line-height: 1.5em;
}

li ul, li ol { margin-bottom: 0; }

ol li { list-style: decimal; }
li ol li { list-style: lower-alpha; }
li li ol li { list-style: lower-roman; }

div.testimonial {
	margin-top:2em;
	color: #333;
	font-size: .9em;
}

div.testimonial h3, div.testimonial p {
	margin-bottom: .2em;
	line-height: 1.3em;
}

div.testimonial p.byline {
	margin-top: .5em;
	font-style: normal;
	font-size: .8em;
}

div.testimonial p.byline img {
	margin-right: 10px;
	margin-bottom: 1em;
}

p.quote {
	background: url(template/quotes.png) no-repeat 0px 0px;
	padding-left: 34px;
}



.border {
}


#footer h3 {
	font-weight: bold;
	color: #fff;
	margin-top: 0px;
	padding-top: 0px;

}

#footer a {
	color: #9cf;
}

ul.article_list li a {
	color: #fff;
}


ul.article_list li {

	border-bottom: 1px dashed #666;
	padding: 4px 0px;

}

small, .small {
	font-size: 0.8em;
}

img.article_image {
	float: right;
	margin-left: 20px;
}

img.article_thumbnail {
	float: left;
	margin-right: 20px;
	padding:3px;
	border: 2px solid #eee;
	
}

p.social {
	background: #f8f8f8;
	padding: 10px;
	border: 1px dashed #ccc;
}

/* ---- Specific Banner Styles ---- */

div#banner {
	margin-bottom: 30px;
}

#mini-banner {
	background: #369;
	color: #fff;
	padding: .75em 1em;
	min-height: 75px;
	margin-bottom: 1em;
	
}

/* ---- Style the twitter feed Styles ---- */

ul.arc_twitter {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}

ul.arc_twitter li {
	list-style: none;
	margin-bottom: .5em;
	line-height:1.4em;
}

.arc_twitter li span { color: #666; }

/* ---- Wide Page Styles ---- */

#content.wide h1 {
	font-size: 40px;
	/* text-align:center; */
}

/* ---- Wide Page Styles ---- */

.cta h3 {
	margin: 0px;
	padding: 0px;
	color: #fff;
}

a.cta {
	margin-top: 1em;
	font-size: 1.2em;
	background: #fb6;
	padding: .5em 1em;
	border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 0px 2px 2px #222;
}

a.cta:hover {
	background: #fc7;
	box-shadow: 0px 0px 6px #00f;
}


img.feature {
	border: 2px solid #ccc;
	border-radius: 3px;
	padding: 10px;
}

.block {
	width: 240px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.handwritten {
	font-family: "shadows into light";
	font-size:1.25em;
	color: #33c;
}

.test {
	font-family: "shadows into light";
	position: absolute;
	right: 0px;
	width:280px;
	margin-right:20px;	
	font-size: 1.5em;
	color: #33c;
}

.sidenote {
	position: absolute;
	right: 0px;
	width:280px;
	margin-right:20px;	
}

table { background-color: #ccc;
	border: 3px solid #eee;
	border-radius: 5px;
	padding: 10px;
}

td {
	padding: 5px; background-color: #fff;
	border: 2px solid #ccc;
}



.golarge p, .golarge ul {
font-size: 1.25em;
font-family: "open sans";
}



a.minornav {
	text-transform:uppercase;
	color: #666;
	font-size: .8em;
	background: url(template/circle-arrow-button.png) no-repeat 0 3px;
	padding-left: 18px;
}

div.article-list-item {
	border-top: 1px solid #eee;
	padding-top: 1em;
}

div.article-list-item p {
	margin-left: 170px;
}

div.article-list-item h2 {
	margin-top: 0;
}

blockquote {
background: #f8f8f8;
padding: 1em 1em .1em;
margin: 0 2em 1em 2em;
border-left: 5px solid #aaa;
}

address {
font-family: "courier new",courier, fixed-width;
}

em { font-style:italic; }

dt {
font-weight: bold;
margin-bottom: .5em;
}

dd {
margin-bottom: 1em;
margin-left: 10px;
}

.feature {
	clear:both;
	background: #eef8ff;
	border:1px solid #ccd6dd;;
	padding: 20px;
	margin-bottom: 1em;
}

.callout {
	clear:both;
	background: #eef8ff;
	border-radius: 5px;
	border:1px solid #9cf;
	padding: 20px;
	margin-bottom: 1em;
}

div.callout h2, div.callout h3 {
	margin-top:0px;
}

.callout a {
	color: #fff;
	font-size: 1.2em;
	font-family: 'open sans';
	text-align:center;

	line-height:1.1em;

	display:block; 
	height: 51px; width: 236px; 
	padding-top:4px; margin-top:1em;
	background: url(/template/buttons-240.png) no-repeat 50% 0px;
}

.entry-content div.callout {
	margin-top: 2em;
}

.callout a:hover {
	text-decoration:none;
	background: url(/template/buttons-240.png) no-repeat 50% -60px;
}


/* --- Forms --- */

/*

Standard cross site form styles!

*/

form {
	/* background-color: #d7dfef; */
	/* background-color: #deefff; */
	/* border: 1px solid #999; */
	/* border-radius: 5px; */

	/* -moz-box-shadow: 0 0 3px 3px #ccc */
	/* -webkit-box-shadow: 0 0 3px 3px #ccc; */
	/* box-shadow: 0 0 3px 3px #ccc; */
}


labelx {
	display: block;
	width: 150px;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
} 

textarea, input { 
	padding: 6px;
	font-family: verdana;
	/* font-size: 16px; */
	font-size: .9em;
	color: #000;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	border-radius: 3px;
	}

input:focus, textarea:focus {
	background: #fff;
	border-color: #999;
}


/* --- Search --- */

form#searchform {
	padding: 0;
	margin: 0 0 1em;
	border: none;
	box-shadow: none;
}

form#searchform input {

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;

	border-radius: 3px;
	border: 1px solid #ccc;

	margin-top:0px;
	display:block;
	float: left;
	padding: 0 5px;

	width: 80%;
	font-size: 15px;

	height: 30px;
	vertical-align: middle;
	
}



form#searchform .btn {

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;

	border-radius: 3px;
	border: 1px solid #999;

	padding: 0 8px;
	margin-top: 0;
	display:block;
	font-size: 15px;
	height: 30px;
	vertical-align: middle;
	float: right;

	background: #999;
	color: #fff;

}

form#searchform .btn:hover {
	background: #fd1;
	border-color: #fd1;
	color: #333;
}

/* --- End of Search Form --- */

form.zemContactForm {
}

form.zemContactForm textarea, form.zemContactForm input {
	width: 500px;
	margin-bottom: 1em;
}

form.zemContactForm label, #mc_embed_signup label {
	line-height: 1;
	display: block;
	margin-bottom:.5em;
}

	/* --- Mailchimp Embed --- */

#mc_embed_signup input {width:220px;}

#mc_embed_signup input.button {

	border: none;
	color: #fff;
	font-size: 1.25em;
	font-family: 'open sans';
	text-align:center;

	line-height:1.1em;

	display:block; 
	height: 60px; width: 236px; 
	padding-bottom: 10px;
	padding-top:0px; margin-top:1em;
	background: url(/template/buttons-240.png) no-repeat 50% 0px;
}

#mc_embed_signup input.button:hover {
	text-decoration:none;
	background: url(/template/buttons-240.png) no-repeat 50% -60px;
}

#mc_embed_signup label {
	line-height: 1;
	display:block;
	margin-bottom:.25em;
	margin-top: .75em;
}

#mc_embed_signup .asterisk {
	vertical-align: super;
	color: #f00;
}

#mc_embed_signup p {
	font-size: .85em;
}

input:focus, textarea:focus {
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 7px rgb(0, 102, 255);
}

/* --- End of Forms --- */

/* --- Start of Comments --- */

h2#Comment {
	padding-bottom: .25em;
	border-bottom: 1px solid #ddd;
}

div.comments-wrapper label {}

div.comment, div#cpreview {

background: #f3f3f3;
padding: 1em 1em .1em;

}

div#cpreview {

}

.comment-body {
	margin-left: 50px;
}

.comment-author {
	font-size: 1.2em;
	font-weight: bold;
}

.preview-warning {
	background-color: #000;
	padding: .5em;
	color: #fff;
	font-weight: bold;
	margin-bottom: .5em;
}

img.gravatar {float:left;}


/* --- End of Comments --- */

/* Article Navigation
----------------------------------------------- */

div#single-article-nav
{
	border-top: 1px solid #ddd;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: .5em 0;
}

div.prev, div.next {
	width: 250px;
}

div.prev { float: left: }
div.next { float: right; text-align: right;}

div.prev a, div.next a {
	font-weight: bold;
	font-size: .9em;
}

div.nav-label {
	color: #777;
	font-weight: normal;
	font-size: .75em;
	text-transform: uppercase;
	margin-bottom: .5em;
}

a.orange-button {
	font-size: 1.25em; font-family: 'open sans';
	line-height:1.1em; padding:5px 0 0 0;
	text-align:center; display:block; color: #fff; height: 60px; width: 280px;
	background: url(template/large-buttons.png) 50% 0px no-repeat;
	border: none;
}
a.orange-button:hover { text-decoration:none; background: url(template/large-buttons.png) 50% -70px no-repeat; }

#banner_content {
	position: relative;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#banner_content a.orange-button { background: url(template/large-buttons.png) 50% -140px no-repeat; }
#banner_content a.orange-button:hover { background: url(template/large-buttons.png) 50% -210px no-repeat; }


input.zemSubmit {width:auto !important;}

.button, input.zemSubmit, input#txpCommentPreview,input#txpCommentSubmit { background: #fc0; border: 1px solid rgb(242, 171, 5); }
.button:hover, input.zemSubmit:hover, input#txpCommentPreview:hover,input#txpCommentSubmit:hover { background: #fd1; }
input#txpCommentPreview.disabled, input#txpCommentSubmit.disabled { display:none; }

.posted {
	font-size: .8em; color: #999;
}

/*-- Slimbox Thumbnails --*/

div .slimbox_thumb { margin-bottom: 1em; }

div .slimbox_thumb span {
	display:block;
	clear:both;
	text-align: center;
}

div .slimbox_thumb img { margin-bottom: .5em; }

.attribution {font-size: .75em; color: #666;}


div.error {
	border: 1px solid #ccc;
	background: #eed;
	border-radius: 5px;
	padding: .75em 1em;
	margin-bottom: 1em;
}
div.error h2 { margin-top: 0; }
div.error p { margin-bottom: 0; }

.top { margin-top: 0; }

ul.arc_twitter li {
	 border-bottom: 1px solid #ddd;
	padding: 0 0 .5em 0;
}

.ds {
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
 }
