/*   
Theme Name: Fearless Design HTML5
Description: A theme developed by Marisa Design for Fearless Design
Author: Margie Matteson of Marisa Design
Author URI: https://marisadesign.com
Version: 1
*/
/*
  ------------------------------------------------
  CSS modifications by Marisa Design
  www.marisadesign.com
  for Fearless Design
  v.1: 2011-Nov-7
  ------------------------------------------------
  Colors: 
  #9cb62b	green
  #37b935	alternate green
  #AEC536	final green
  #5b4a3c	brown
  #e35418	orange
  #f5aa83	faded orange
  ------------------------------------------------
  Sections:
  HTML5 Resets etc.
  Universal Styles
  Layout
  Navigation and Links
  Typography
  Features
  ------------------------------------------------
  UNIVERSAL STYLES
  ------------------------------------------------
*/

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

ul li {
	margin-left: 1.1em;
}

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: https://mky.be/fontstack */
body {font: 13px Verdana, Arial, Helvetica, Helmet, Freesans, sans-serif;}

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

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

a {color: #e35418; text-decoration: none;}
a:hover {color: #AEC536;}

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

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

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



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

header, #masthead {
	color: #5b4a3c;
	background-color: #ffffff;
	padding: 0px;
	margin: 0;
}
header #logo, #masthead #logo {
	margin-left: 300px;
}

#page-wrap {width: 1050px; margin: 20px auto;}
#column_wrapper {
	background-image: url(https://9955e6.claudeassets.com/20210508231242im_/https://fearless-design.com/wp-content/themes/Fearless-Design-HTML5-Reset/img/wrapper-bkgd.gif);
}
#content_wrapper {
	background-image: url(https://b8d9cf.claudeassets.com/20210508231242im_/https://fearless-design.com/wp-content/themes/Fearless-Design-HTML5-Reset/img/left-swash.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	overflow: hidden;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.post {margin-bottom: 24px;}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#center {
	width: 470px;
	float: left;
}

#sidebar {
	width: 290px;
	float: left;
}
#sidebar2 {
	width: 290px;
	float: left;
}
#center .content {
	padding: 6px 32px 24px 32px;
	font-size: 1em;
	line-height: 1.65em;
}
#sidebar .content {
	padding: 0 16px 24px 52px;
	line-height: 1.5em;
}
#sidebar2 .content {
	padding: 6px 34px 24px 32px;
	line-height: 1.5em;
}
#sidebar p,
#sidebar2 p {
	font-size: 1em;
}
#sidebar2 #sidebox {
	background-color: #e35418;
	background-image: url(https://afad9d.claudeassets.com/20210508231242im_/https://fearless-design.com/wp-content/themes/Fearless-Design-HTML5-Reset/img/sidebox-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #fff;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 24px 34px 0 32px;
}
#sidebox .content {
	font-size: .95em;
	padding: 20px;
}
#masthead .content,
header .content {
	padding: 12px;
	padding-bottom: 60px;
}
#footer .content,
footer {
	padding: 24px 16px;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: lowercase;
}
#footer {
	color: #5b4a3c;
	min-height: 70px;
	padding: 0px;
	margin: 0;
	font-size: 0.95em;
	font-weight: bold;
	clear: both;
	background-image: url(https://14b20d.claudeassets.com/20210508231242im_/https://fearless-design.com/wp-content/themes/Fearless-Design-HTML5-Reset/img/footer-bkgd.gif);
	background-repeat: no-repeat;
}
/*
  ------------------------------------------------
  NAVIGATION AND LINKS (keep below the sidebar section)
  ------------------------------------------------
*/
#siteNav {
	font-weight: bold;
	/*see sidebar style for font size*/
}
#siteNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#siteNav ul li {
	margin: 0;
	padding: 0;
	padding-top: 24px;
}
#siteNav ul ul {
	padding-left: 14px;
}
#siteNav ul ul li {
	background-image: url(https://98d6d4.claudeassets.com/20210508231242im_/https://fearless-design.com/wp-content/themes/Fearless-Design-HTML5-Reset/img/sitenav-image.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 14px; 
	padding-top: 14px;
}
#footerNav {
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 0.9em;
	padding: 27px 48px 12px 48px;
}
#footerNav ul {
	margin: 0;
	padding: 0;
}
#footerNav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	padding-left: 2em;
	line-height: 2em;
	background-image: url(https://4b5776.claudeassets.com/20210508231242im_/https://fearless-design.com/wp-content/themes/Fearless-Design-HTML5-Reset/img/footernav-image.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
}

a:link {
	color: #e35418;
}
a:visited {
	color: #f5aa83;
}
a:hover {
	color: #AEC536;
}
#siteNav a:link {color: #5b4a3c;}
#siteNav a:visited {color: #5b4a3c;}
#siteNav a:hover {color: #AEC536;}
#footer a:link {color: #5b4a3c;}
#footer a:visited {color: #5b4a3c;}
#footer a:hover {color: #fff;}
#footerNav a:link {color: #e35418;}
#footerNav a:visited {color: #e35418;}
#footerNav a:hover {color: #5b4a3c;}
#siteNav .p7uberlink,
#siteNav .current_page_item a:link,
#siteNav .current_page_item a:visited,
#siteNav .current_page_parent a:link,
#siteNav .current_page_parent a:visited {
	color: #AEC536 !important;
	background: #fff;
}
#sidebox a:link {color: #fff;}
#sidebox a:visited {color: #efefef;}
#footerNav .p7uberlink,
#footerNav .current_page_item a:link,
#footerNav .current_page_item a:visited {
	color: #5b4a3c !important;
}

/*
  ------------------------------------------------
  TYPOGRAPHY
  ------------------------------------------------
*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding-bottom: 13px;
	color: #e35418;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 24px 0 0 0;
	padding-bottom: 10px;
	color: #e35418;
	text-transform: uppercase;
}
h2 a {
	text-transform: none;
}
.type-post h2 {
	margin: 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 24px 0 0 0;
	color: #5b4a3c;
	text-transform: uppercase;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 20px 0 0 0;
}

/*
  ------------------------------------------------
  SIDEBAR
  ------------------------------------------------
*/
#sidebar2 strong {
	color: #e35418;
}
blockquote {
	border-top: 1px solid #AEC536;
}
#signup h3 {
	padding-bottom: 0;
}
#sidebox h3 {
	color: #fff;
	text-transform: none;
}
#events h3,
#connect h3 {
	margin-top: 44px;
	padding-bottom: 0;
}

#testimonials h3,
#links h3 {
	padding-bottom: 8px;
}
#sidebox h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
}
#sidebox blockquote {
	margin: 0;
	padding: 0;
	color: #f5aa83;
	font-weight: bold;
	font-size: 0.95em;
	border-top: none;
}
#sidebox blockquote {
	line-height: 2.75em;
}
#sidebox blockquote cite {
	color: #5b4a3c;
	line-height: 1.5;
	display: block;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

#events p {
	color: #5b4a3c;
}
#events h3 a:link {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #f5aa83;
	line-height: 1.5em;
}
#events h3 a:visited {
	color: #f5aa83;
}
#events h3 a:hover {
	color: #5b4a3c;
}
#connect {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#events,
#testimonials,
#connect,
#links {
	margin-bottom: 44px;
}
#sidebox ul,
#sidebox li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#connect a:link {
	color: #fff;
}

#links a:link {
	color: #f5aa83;
}
#links a:visited {
	color: #f5aa83;
}
#links a:hover {
	color: #fff;
	text-decoration: underline;
}

/*
  ------------------------------------------------
  FEATURES
  ------------------------------------------------
*/
#julie {
	margin-left: 37px;
}
#signup {
	font-weight: bold;
}
#signup p {
	margin: 24px 0;
}
#ccform {
	text-align: center;
	padding-top: 20px;
}
form #ccoptin {
	margin-bottom: 6px;
}
form input,
form textarea {
	border: 1px solid #AEC536;
	padding: 4px 2px;
	margin: 4px;
}
form #ccoptin input,
#ea {
	border: 2px solid #AEC536;
	width: 226px;
	color: #5b4a3c;
	padding: 10px 5px;
}
#ea:hover,
input:hover,
textarea:hover {
	border-color: #5b4a3c;
}
#go,
submit{
	border: none;
	background-image: url(https://de5aa9.claudeassets.com/20210508231242im_/https://fearless-design.com/wp-content/themes/Fearless-Design-HTML5-Reset/img/form-button.gif);
	background-repeat: no-repeat;
	color: #fff;
	width: 105px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px;
	margin-top: 10px;
	padding: 12px 0 7px 0;
}
#go:hover,
submit {
	color: #5b4a3c;
}

/*
  ------------------------------------------------
  BLOG
  ------------------------------------------------
*/
.meta {
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 0;
}
.postmetadata {
	text-align: left;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	color: #AEC536;
}
.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
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: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
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 {}


/* 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) {
	
}
/*
  ------------------------------------------------
  SLIDER
  ------------------------------------------------
*/
#container {
	width:406px;
	padding:0;
	margin:20px auto;
	position:relative;
	z-index:0;
}

#example {
	width:400px;
	height:850px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:400px;
	height:880px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:400px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:400px;
	height:850px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:415px;
}

/*
	Pagination
*/

.pagination {
	margin:-850px auto 0;
	width:220px;
	z-index: 500;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(https://8c38af.claudeassets.com/20210508231242im_/https://fearless-design.com/wp-content/themes/Fearless-Design-HTML5-Reset/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	width:400px;
	font-size: 13px;
	top: 0;
	/*
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	*/
}
.caption h2 {
	font-size: 15px;
	padding-top: 6px;
}
.caption .tweetmeme_button {
	display: none;
}
img.aligncenter {
	text-align: center;
	margin: 0 auto;
	margin: 18px 0;
}
/*
	Anchors
*/

a:link,a:visited {
	color:#AEC536;	/*green*/
	text-decoration:none;
	font-weight: bold;
}
/*a:visited {
	color: #f5aa83;	
}*/
h2 a:link, h2 a:visited {
	color: #e35418;
}
a:hover,a:active {
	color:#AEC536;
	text-decoration:underline;
}
/*
     FILE ARCHIVED ON 13:09:17 May 14, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:34:39 Jun 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.473
  exclusion.robots: 0.059
  exclusion.robots.policy: 0.05
  esindex: 0.009
  cdx.remote: 14.383
  LoadShardBlock: 77.571 (3)
  PetaboxLoader3.datanode: 187.55 (5)
  load_resource: 249.606 (2)
  PetaboxLoader3.resolve: 101.744 (2)
*/