/*
Theme Name:		Thesis
Theme URI:		http://diythemes.com/thesis/
Description:	A website framework so flexible and extensible that you will never have to change your theme again. Seriously. Check out the <a href="admin.php?page=thesis-options">Site Options</a> and the <a href="admin.php?page=thesis-design-options">Design Options</a> to begin your Thesis experience! [ver. 1.8.5]
Version:		1.8.5
Author:			Chris Pearson
Author URI:		http://www.pearsonified.com/
Distributor:	http://diythemes.com/

WARNING: DO NOT EDIT THIS FILE. If you wish to make custom stylistic changes to your theme, use the
custom.css template to define custom styles. This way, you will still be able to take advantage of
future upgrades to the theme without worrying about overwriting your style changes. Also, be sure
you've selected the "enable custom stylesheet" option in the Thesis options panel if you wish to use a
custom stylesheet.

----:[ copyright notice ]:-----------------------------------------------------

The CSS, JavaScript, and images contained in Thesis are all released under the
Thesis Proprietary Use License and cannot be redistributed. Doing so will
result in termination of membership with DIYthemes.

The custom.css file and any images in the custom images folder do NOT fall
under the Thesis Proprietary Use License. The end user determines the license
that should be applied here (if applicable).

The jscolor color picker script and associated images do NOT fall under the
Thesis Proprietary Use License and are free for use as determined by the GNU
Lesser GPL.

For more information on Thesis licensing and the Terms of Service, please see
the terms_of_service.txt file included in this package.

-----------------------------------------------------------------------------*/

body { font-size: 10px; }
* { padding: 0; margin: 0; }

/*---:[ core layout elements ]:---*/
#header { border-style: double; border-color: #ddd; clear: both; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-style: dotted; border-color: #bbb; clear: both; }
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none; }
		#sidebars { border-color: #ddd; }
			#sidebar_1 { border-color: #ddd; }
#footer { border-style: double; border-color: #ddd; text-align: right; clear: both; }

/*---:[ global elements ]:---*/
a, a:hover { text-decoration: none; }
a.post_image_link { outline: none; }
a img { border: none; }
blockquote { border-left: 1px solid #ddd; color: #666; }
abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
code { line-height: 1em; background: #eee; }
pre { background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }

/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #444; background: #eee; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	.sidebar .text_input { width: 95%; }
	input.form_submit { font-weight: bold; color: #111; background: url('../lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; width: auto !important; overflow: visible; }
	#commentform input.form_submit { border-width: 3px; }
	input.form_submit:hover { color: #090; }

/*---:[ universal image classes ]:---*/
img.alignleft, img.left { float: left; }
img.alignright, img.right { float: right; }
img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
img.alignnone, img.block { display: block; clear: both; }
img.frame { background: #eee; border-style: solid; border-color: #ddd; }
img.stack { clear: none !important; }
img[align="left"] { float: left; clear: left; }
img[align="right"] { float: right; clear: right; }
img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }

/*---:[ image captioning ]:---*/
.wp-caption { border-style: solid; border-color: #ddd; background-color: #eee; text-align: center; font-style: italic; }
	.wp-caption.alignleft { float: left; }
	.wp-caption.alignright { float: right; }
	.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
	.wp-caption.alignnone { clear: both; }

/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: normal; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2 { font-weight: bold; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { font-variant: small-caps; letter-spacing: 2px; }

/*---:[ headline meta data (includes bylines) ]:---*/
.headline_meta { font-style: italic; }
	.headline_meta span, .headline_meta abbr { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
	.headline_meta a { border-bottom: 1px solid #eee; }

/*---:[ horizontal dropdown nav menu structure ]:---*/
.menu { position: relative; list-style: none; z-index: 50; }
	.menu li { position: relative; float: left; }
		.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
			.menu ul li { clear: both; }
		.menu a { display: block; }
	.menu table { position: absolute; left: 0; border-collapse: collapse; }
		.menu table table { top: 0 !important; }
		.menu ul ul { position: absolute; top: 0; }
	.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
	.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }

/*---:[ nav menu styles ]:---*/
.menu, .menu a, .menu li ul { border-style: solid; }
	.menu a { text-transform: uppercase; letter-spacing: 2px; }
	.menu .current > a, .menu .current-cat > a, .menu .current-menu-item > a { cursor: text; }
		.menu .rss { float: right; }
		.menu .rss a, .menu .rss a:hover { padding-right: 16px; background: url('../lib/images/icon-rss.gif') 100% 50% no-repeat; border: none; }
		.menu .rss a:hover { text-decoration: underline; }

/*---:[ #header styles ]:---*/
#logo { font-weight: bold; }
#tagline { font-weight: normal; }

/*---:[ content styles ]:---*/
.format_text a { text-decoration: underline; }
.format_text a:hover { text-decoration: none; }
.format_text p.note { background: #f5f5f5; border: 1px solid #ddd; }
.format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }
.format_text .drop_cap { color: #888; float: left; }
.format_text ul { list-style: square; }
.format_text dt { font-weight: bold; }
	/*---:[ pullquotes ]:---*/
	.format_text blockquote.right, .format_text blockquote.left { border: none; }
	.format_text blockquote.right { float: right; }
	.format_text blockquote.left { float: left; }
		.format_text blockquote.right p, .format_text blockquote.left p { margin: 0; }
	/*---:[ end pullquotes ]:---*/
.format_text .ad { float: right; clear: right; }
.format_text .ad_left { float: left; clear: left; }

/*---:[ after-post elements ]:---*/
.format_text .to_comments { color: #666; clear: both; }
	.format_text .to_comments span { color: #111; line-height: 1em; }
	.format_text .to_comments span.bracket { color: #ccc; }
	.format_text .to_comments a { color: #666; text-decoration: none; }
	.format_text .to_comments a:hover { color: #111; text-decoration: underline; }

/*---:[ tags are not targeted further because these styles need to cascade to teasers as well ]:---*/
.post_tags { color: #666; }
	.post_tags a { text-decoration: none; }
	.post_tags a:hover { text-decoration: underline; }

/*---:[ feature box ]:---*/
#feature_box { background: #eee; border-style: solid; border-color: #ddd; }

/*---:[ home page teasers ]:---*/
.teaser a.teaser_link:hover { text-decoration: underline; }
.teaser .teaser_author { font-style: italic; }
	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.teaser .edit_post { letter-spacing: 1px; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #888; border-bottom: 1px solid #eee; }
	.teaser .teaser_author a { font-style: normal; }
	.teaser .format_teaser a { text-decoration: underline; }
	.teaser .format_teaser a:hover { text-decoration: none; }

/*---:[ archive information block ]:---*/
#archive_intro { border-style: solid; border-color: #ddd; }

/*---:[ navigation links ]:---*/
.prev_next { text-transform: uppercase; letter-spacing: 2px; color: #666; border-style: solid; border-color: #ddd; clear: both; }
	.prev_next .next { text-align: right; }
	.prev_next .floated { float: left; }
	.prev_next a { text-decoration: none; }
	.prev_next a:hover { text-decoration: underline; }
	.post_nav a { text-transform: none; letter-spacing: normal; }
#comment_nav_2 { border-style: solid; border-color: #ddd; }

/*---:[ multimedia box ]:---*/
.image_box, .custom_box { border-style: solid; border-color: #ddd; }
	#image_box img { background: #fff; border-style: solid; border-color: #bbb; }

/*---:[ post image ]:---*/
.post_image { max-width: 100%; height: auto; }

/*---:[ sidebar styles ]:---*/
.sidebar a:hover { text-decoration: underline; }
.sidebar .menu { border: none; }
	.sidebar .menu li { float: none; }
		.sidebar .menu li a { text-transform: none; letter-spacing: normal; padding: 0; background: transparent; border: none; }
ul.sidebar_list { list-style: none; }
	li.widget { width: 100%; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ul { list-style: none; }
			li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
		li.widget .widget_box { background: #e3f0f2; border-style: solid; border-color: #addde6; }
		/*---:[ subscriptions widget ]:---*/
		.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('../lib/images/icon-rss.gif') 0 50% no-repeat; } /* being served from layout.css now */
		.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('../lib/images/icon-email.gif') 0 50% no-repeat; }
		/*---:[ google custom search ]:---*/
		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
		li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('../lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #090; }
		/*---:[ calendar widget ]:---*/
		#calendar_wrap { width: 98%; padding: 0 1%; }
			#calendar_wrap a { font-weight: bold; }
			#calendar_wrap a:hover { background: #ddd; text-decoration: none; }
			table#wp-calendar { width: 98%; border-collapse: collapse; }
				table#wp-calendar caption { font-weight: normal; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; }
				table#wp-calendar th { width: 14%; background: #f2f2f2; border-bottom: 1px solid #ddd; text-align: center; }
				table#wp-calendar td { width: 14%; color: #888; text-align: center; }
				table#wp-calendar td#next, table#wp-calendar td#prev { width: 45%; text-transform: uppercase; letter-spacing: 1px; }
				table#wp-calendar td#next { text-align: right; }
				table#wp-calendar td#prev { text-align: left; }

/*---:[ comment styles ]:---*/
	.comments_intro p { color: #666; }
		.comments_intro a { text-decoration: underline; }
		.comments_intro a:hover { text-decoration: none; }
		.comments_intro span { color: #111; line-height: 1em; }
		.comments_intro span.bracket { color: #ccc; }
dl#comment_list { border-top: 1px dotted #bbb; }
			dl#comment_list dt a:hover { text-decoration: underline; }
			dl#comment_list dt .comment_author { font-weight: bold; }
			.avatar img { float: right; }
			.comment_time, .edit_comment { color: #888; }
				.comment_time { white-space: nowrap; }
				.comment_time a, .edit_comment a { color: #888; }
				.comment_time a:hover, .edit_comment a:hover { color: #888; }
		.comment_num { float: right; }
			dl#comment_list .comment_num a { font-weight: bold; color: #aaa; }
			dl#comment_list .comment_num a:hover { color: #fff; background: #aaa; text-decoration: none; }
	dl#comment_list .bypostauthor { background: #e7f8fb; }
	dl#comment_list dd { border-bottom: 1px dotted #bbb; }
		dl#comment_list dd p.reply a { color: #888; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
		dl#comment_list dd p.reply a:hover { text-decoration: underline; }
	dl#comment_list dl { border-top: 0; }
		dl#comment_list dl dt, dl#comment_list dl dd { background: none; }
		dl#comment_list dl dd { border-bottom: 0; }
		dl#comment_list dl .bypostauthor { background: none; }
		dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-style: solid; border-color: #ddd; }
		dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #bde0e6; }
		a.comment_link { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #bbb; }
		a.comment_link:hover { color: #111; border-bottom-color: #111; }
	/*---:[ author comment and alternating comment colors ]:---*/
	/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */
#trackback_list { border-top: 1px dotted #bbb; }
		#trackback_list a { color: #111; }
		#trackback_list a:hover { color: #111; text-decoration: underline; }
	#trackback_list span { color: #888; }
	.comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }

/*---:[ comment form styles ]:---*/
	#respond_intro p { color: #555; }
		#respond_intro p a { font-weight: bold; }
		#respond_intro p a:hover { text-decoration: underline; }
		#cancel-comment-reply-link { text-transform: uppercase; letter-spacing: 1px; color: #fff; background: #d00; border-style: solid; border-color: #ac0000; border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }
.login_alert { background: #f5f5f5; border: 1px solid #ddd; }
	.login_alert p { font-weight: bold; }
		.login_alert p a:hover { text-decoration: underline; }
.comment_moderated { font-weight: bold; }
#commentform { border-top: 1px dotted #bbb; }
	#commentform p { margin-bottom: 1em; }
		#commentform p a { text-decoration: underline; }
		#commentform p a:hover { text-decoration: none; }
		#commentform p .required { color: #d00; }
	#commentform span.allowed { display: block; color: #807e70; background: #f9f7e4; border-style: dotted; border-color: #bbb; }
		#commentform span.allowed span { display: block; }
		/* Support for the highly-recommended Subscribe to Comments Plugin */
		#commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ footer styles ]:---*/
#footer a { border-bottom: 1px solid #ccc; }

/*---:[ self-clearing floats from Dan Cederholm ]:---*/
.menu:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*---:[ core layout elements ]:---*/
.full_width { width: 100%; clear: both; }
	.full_width .page { width: 101.2em; margin: 0 auto; padding-right: 0em; padding-left: 0em; }
	#header_area .page { padding-top: 0em; }
	#footer_area .page { padding-bottom: 0em; }
		#header, #footer { padding-right: 1.2em; padding-left: 1.2em; }
		#content_box { width: 100%; background: url('../lib/images/dot-ddd.gif') 77.7em 0 repeat-y; }
		.no_sidebars { background: none !important; }
			
			#content { width: 77.7em; float: left; }
			.no_sidebars #content { width: 100%; }
				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.5em 0 1.2em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1.2em; }
				.teasers_box { width: 74em; }
					.teaser { width: 35.8em; }
				#archive_intro, .prev_next { padding-right: 2.5em; padding-left: 1.2em; }
			#sidebars { width: 23.4em; border: 0; float: right; }
				.sidebar { width: 100%; }
				#sidebar_1 { border: 0; }
					.sidebar ul.sidebar_list { padding-right: 1.2em; padding-left: 1.2em; }
				
		
/*---:[ nav styles ]:---*/
.menu ul, .menu ul li { width: 15em; }
.menu ul ul, .menu :hover ul :hover ul { left: 14.9em; }
.menu li:hover ul, .menu a:hover ul { left: -0.1em; }
.menu { border-width: 0 0 0.1em 0.1em; }


/*---:[ multimedia box elements ]:---*/
#multimedia_box { padding: 1.2em; }
	#image_box img { display: block; padding: 0.1em; border-width: 0.1em; }
	#image_box img.square { width: 20.6em; height: 20.6em; }
	#image_box img.four_by_three { width: 20.6em; height: 15.5em; }
	#image_box img.three_by_four { width: 20.6em; height: 27.5em; }
	#image_box img.three_by_two { width: 20.6em; height: 13.7em; }
	#image_box img.two_by_three { width: 20.6em; height: 30.9em; }
	#image_box img.five_by_four { width: 20.6em; height: 16.5em; }
	#image_box img.four_by_five { width: 20.6em; height: 25.8em; }
	#image_box img.sixteen_by_nine { width: 20.6em; height: 11.6em; margin: 0 auto; }
	#image_box img.nine_by_sixteen { width: 20.6em; height: 36.6em; margin: 0 auto; }
	#image_box img.two_by_one { width: 20.6em; height: 10.3em; }
	#image_box img.one_by_two { width: 20.6em; height: 41.2em; }

/*---:[ comments area ]:---*/
#comments { margin-right: 2.5em; margin-left: 0em; }
	.comments_intro, #respond_intro { margin-left: 1.2em; }
		dl#comment_list dt, #trackback_list { padding-right: 1.2em; padding-left: 1.2em; }
		dl#comment_list dd { padding-left: 1.2em; }
			dl#comment_list dd .format_text, dl#comment_list dd #respond { padding-right: 1.2em; }
		dl#comment_list dl dt { padding-left: 2.4em; border-width: 0 0 0 0.1em; }
		dl#comment_list dl dt.bypostauthor { padding-left: 2.3em; border-width: 0 0 0 0.2em; }
		dl#comment_list dl dd { padding-left: 0; }
		dl#comment_list dl dd .format_text { padding-left: 1.5em; border-width: 0 0 0 0.063em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.4em; border-width: 0 0 0 0.125em; }
		dl#comment_list dl dd dl { padding-left: 2.4em; }
#commentform { padding-right: 2.5em; padding-left: 1.2em; }
.comments_closed, .login_alert { margin-left: 1.2em; }

/*---:[ content elements ]:---*/
body { font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif; }
	#header { padding-top: 2.4em; padding-bottom: 2.4em; }
		.post_box { padding-top: 2.4em; }
			.headline_area { margin-bottom: 2.4em; }
		.teasers_box { padding-top: 2.4em; padding-bottom: 2.4em; }
		#multimedia_box { margin-bottom: 2.4em; }
	#footer { padding-top: 1.2em; padding-bottom: 1.2em; }

/*---:[ #header styles ]:---*/
#header #logo { font-size: 3.6em; line-height: 1.167em; }
#header #tagline { font-size: 1.4em; line-height: 1.429em; }

/*---:[ nav menu styles ]:---*/
.menu table { bottom: -0.1em; }
.nav, .menu li ul { border-width: 0 0 0.1em 0; }
.menu li { margin-bottom: -0.1em; }
	.menu li ul { margin-top: -0.1em; }
	.menu ul ul { margin-top: 0; }

.menu a { font-size: 1.1em; line-height: 1.273em; padding: 0.636em 0.818em; border-width: 0.091em; border-left-width: 0; }
.menu ul a { width: 11.818em; border-left-width: 0.091em; }

/*---:[ headlines ]:---*/
.headline_area h1, .headline_area h2, #archive_intro h1 { font-size: 2.2em; line-height: 1.364em; }
.format_text h2, .format_text h3 { font-size: 1.25em; line-height: 1.2em; margin: 1.8em 0 0.6em 0; }
.format_text h4 { font-size: 1em; }
.format_text h5 { font-size: 0.813em; }
.format_text h6 { font-size: 0.813em; }
.teaser h2 { }
.sidebar h3 { font-size: 0.769em; line-height: 1.8em; font-family: Rockwell, "Arial Black", "Arial Bold", Arial, sans-serif; margin-bottom: 0.9em; }
#archive_intro h1 { margin-bottom: 1.091em; }

/*---:[ bylines ]:---*/
.headline_meta { font-size: 1em; line-height: 1.8em; }
	.headline_meta .pad_left { padding-left: 0.9em; }

/*---:[ headline area (image thumbnails) ]:---*/
.headline_area img.alignleft { margin: 0 2.4em 2.4em 0; }
.headline_area img.alignright { margin: 0 0 2.4em 2.4em; }
.headline_area img.alignnone { margin: 0 auto 2.4em 0; }
.headline_area img.aligncenter { margin: 0 auto 2.4em auto; }
.headline_area img.frame { padding: 1.1em; border-width: 0.1em; }

/*---:[ post content area ]:---*/
.format_text { font-size: 1.6em; line-height: 1.5em; }
	.format_text p { margin-bottom: 1.5em; }
		.format_text p.note, .format_text p.alert { padding: 0.563em 0.75em; }
	.format_text .drop_cap { font-size: 3.375em; line-height: 0.778em; padding: 0.037em 0.111em 0 0; }
	.ie6 .format_text .drop_cap { padding-right: 0.056em; }
	.format_text acronym, .format_text abbr { font-size: 0.813em; }
	.format_text code, .format_text pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; }
	.format_text code { font-size: 0.938em; }
	.format_text pre { font-size: 0.75em; line-height: 1.5em; margin-bottom: 2em; padding: 0.75em 1em; }
	.format_text sub, .format_text sup { line-height: 0.75em }
	.format_text ul { margin: 0 0 1.5em 1.5em; }
	.format_text ol { margin: 0 0 1.5em 1.5em; }
		.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.5em; }
	.format_text dl { margin-bottom: 1.5em; }
		.format_text dd { margin-bottom: 1.5em; }
	.format_text blockquote { margin: 0 0 1.5em 0.75em; padding-left: 0.75em; }
		/*---:[ pullquotes ]:---*/
		.format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.25em; line-height: 1.2em; }
		.format_text blockquote.right { margin: 0 0 1.2em 1.2em; }
		.format_text blockquote.left { margin: 0 1.2em 1.2em 0; }
	/*---:[ image handling classes ]:---*/
	.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin: 0 1.5em 1.5em 0; }
	.format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin: 0 0 1.5em 1.5em; }
	.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1.5em auto; }
	.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin: 0 auto 1.5em 0; }
	.format_text img[align="left"] { margin-right: 1.5em; margin-bottom: 1.5em; }
	.format_text img[align="right"] { margin-bottom: 1.5em; margin-left: 1.5em; }
	.format_text img[align="middle"] { margin-bottom: 1.5em; }
	.format_text img.frame, .format_text .wp-caption { padding: 0.688em; border-width: 0.063em; }
	.format_text img.stack { margin-left: 1.5em; }
	.format_text .wp-caption p { font-size: 0.875em; line-height: 1.429em; margin-bottom: 0; }
	/*---:[ ad and miscellaneous "block" classes ]:---*/
	.format_text .ad { margin-left: 1.5em; }
	.format_text .ad_left { margin-right: 1.5em; }

	/*---:[ after-post elements ]:---*/
	.format_text .to_comments { font-size: 0.875em; line-height: 1.714em; margin-bottom: 1.714em; }
		.format_text .to_comments span { font-size: 1.714em; }
	.format_text .post_tags { font-size: 0.875em; line-height: 1.714em; margin-bottom: 1.714em; }

/*---:[ multimedia box ]:---*/

#custom_box { font-size: 1.3em; line-height: 1.538em; }

/*---:[ archive intro block ]:---*/
#archive_intro { padding-top: 2.4em; }

/*---:[ previous and next links ]:---*/
.prev_next { padding-top: 1.2em; padding-bottom: 1.2em; }
	.prev_next p { font-size: 1em; line-height: 2.4em; }
	.post_nav .previous { margin-bottom: 0.6em; }
	.post_nav a { font-size: 1.6em; line-height: 1.5em; }

/*---:[ comment area ]:---*/
#comments { margin-top: 4.8em; }
.comments_intro { margin-bottom: 1.2em; }
	.comments_intro p { font-size: 1.4em; line-height: 1.714em; }
		.comments_intro span { font-size: 1.714em; }
#comment_list, #trackback_list { margin-bottom: 4.8em; }
	dl#comment_list dt { padding-top: 2em; }
		dl#comment_list dt span { font-size: 1.4em; line-height: 1.714em; }
		dl#comment_list dt .comment_author { font-size: 1.8em; line-height: 1.333em; padding-right: 0.667em; }
			.avatar img { margin-left: 0.714em; }
		.comment_time { padding-right: 0.857em; }
		.comment_num { padding-left: 0.714em; }
			.comment_num a { font-size: 1em; line-height: 1.714em; padding: 0.071em 0.214em; }
	dl#comment_list dd { padding-top: 1.2em; }
		dl#comment_list dd p.reply a { font-size: 0.813em; line-height: 1.385em; }
			dl#comment_list dl dd p.reply { margin-bottom: 0; }
	dl#comment_list dl dt, dl#comment_list dl dd { padding-top: 0; }
	dl#comment_list dl dd .format_text { margin-bottom: 1.5em; }
#trackback_list { padding-top: 1.2em; list-style: none; }
	#trackback_list a { font-size: 1.6em; line-height: 1.5em; }
	#trackback_list span { font-size: 1.4em; line-height: 1.714em; }
	#comment_nav_2 { margin-top: -4.8em; margin-bottom: 4.8em; }
.comments_closed { margin-top: 4.8em; margin-bottom: 2.4em; }

/*---:[ comment form styles ]:---*/
#respond { margin-bottom: 4.8em; }
#respond_intro { margin-bottom: 1.2em; }
	#respond_intro p { font-size: 1.9em; line-height: 1.263em; }
	#cancel-comment-reply-link { font-size: 1.1em; line-height: 1em; padding: 0.545em 0.727em; border-width: 0.182em; }
.login_alert { margin-top: 4.8em; margin-bottom: 2.4em; padding: 1.2em; }
#commentform { padding-top: 1.2em; }
	#commentform p, .login_alert p { font-size: 1.6em; line-height: 1.5em; }
	#commentform p.comment_box { line-height: 0.75em; }
		#commentform label { padding-left: 0.75em; }
		#commentform textarea { height: 12em; line-height: 1.5em; }
		#commentform span.allowed { width: 97.3%; padding-top: 0.438em; padding-bottom: 0.438em; border-width: 0 0.063em 0.063em 0.063em; }
			#commentform span.allowed span { font-size: 0.875em; line-height: 1.714em; padding: 0 0.5em; }
	/* Support for the highly-recommended Subscribe to Comments Plugin */
	#commentform p.subscribe-to-comments { font-size: 1.6em; }
		#commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ sidebar styles ]:---*/
.sidebar { }
#column_wrap .sidebar ul.sidebar_list { padding-top: 2.4em; }
	li.widget { font-size: 1.3em; line-height: 1.385em; margin-bottom: 2.769em; }
	li.tag_cloud { line-height: 1.692em; }
		li.widget p { margin-bottom: 1.385em; }
		li.widget abbr, li.widget acronym { font-size: 0.846em; }
		li.widget code { font-size: 0.923em; }
			li.widget ul li { margin-bottom: 0.692em; }
				li.widget li ul { margin: 0.692em 0 0 1.385em; }
	/*---:[ widget box styles ]:---*/
	li.widget .widget_box { padding: 0.692em; border-width: 0.077em; }
	/*---:[ google custom search ]:---*/
	li.thesis_widget_google_cse form input[type="submit"] { font-size: 1em; margin-top: 0.462em; padding: 0.154em 0.231em; }
	/*---:[ calendar widget ]:---*/
	#calendar_wrap a { padding: 0.077em; }
	#calendar_wrap a:hover { padding: 0.077em; }
		table#wp-calendar caption { font-size: 0.846em; line-height: 2em; }
		table#wp-calendar th { font-size: 0.846em; line-height: 2em; padding-top: 0.091em; }
		table#wp-calendar td { line-height: 1.692em; }
		table#wp-calendar td#next, table#wp-calendar td#prev { font-size: 0.846em; line-height: 2em; }
		table#wp-calendar td#next { padding-right: 0.545em; }
		table#wp-calendar td#prev { padding-left: 0.545em; }

/*---:[ form inputs ]:---*/
input, textarea { font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif; }
.format_text input, #commentform input, #commentform textarea { padding: 0.188em; border-width: 0.063em 0.063em 0.063em 0.063em; }
#commentform textarea { width: 96%; }
.format_text input.form_submit, #commentform .form_submit { font-size: 1.125em; padding: 0.278em 0.222em; }
.sidebar .text_input, .sidebar .form_submit { padding: 0.308em; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif; }
.sidebar input[type="text"], .sidebar input[type="submit"] { padding: 0.308em; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif; }

/*---:[ footer styles ]:---*/
#footer p { font-size: 1.2em; line-height: 1.667em; }
ul.sidebar_list { padding-top: 2.4em; }

/*---:[ teaser styles ]:---*/
.teaser h2 { font-size: 1.6em; line-height: 1.375em; }
.teaser .format_teaser { font-size: 1.2em; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; }
.teaser .teaser_author, .teaser .teaser_category, .teaser .teaser_date, .teaser .teaser_comments, .teaser .edit_post { font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif; }
.teaser .teaser_author { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_category { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_date { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_comments { font-size: 1em; line-height: 1.6em; }
.teaser .teaser_link { font-size: 1.2em; line-height: 1.5em; }
.teaser .post_tags { font-size: 1.1em; line-height: 1.636em; }
.teaser .edit_post { padding-left: 0.8em; }

/*---:[ thumbnails ]:---*/
.teaser .post_image_link img.alignleft { margin-right: 1.8em; margin-bottom: 1.8em; }
.teaser .post_image_link img.alignright { margin-left: 1.8em; margin-bottom: 1.8em; }
.teaser .post_image_link img.aligncenter { margin-bottom: 1.8em; }
.teaser .post_image_link img.alignnone { margin: 0 auto 1.8em 0; }
.teaser .post_image_link img.frame { padding: 0.8em; border-width: 0.1em; }
.teaser .format_teaser .post_image_link img.alignleft { margin-right: 0.75em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.alignright { margin-left: 0.75em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.aligncenter { margin-bottom: 1.5em; }
.teaser .format_teaser .post_image_link img.frame { padding: 0.333em; border-width: 0.083em; }

/*---:[ layout colors ]:---*/
body { color: #111111; background: #FFFFFF; }
.full_width > .page { background: #FFFFFF; }
a, h2 a:hover, #logo a:hover { color: #2361A1; }
#logo, #logo a { color: #111111; }
#tagline { color: #888888 }
h1, h2, h2 a { color: #111111; }
.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a { color: #888888; }
.headline_meta a:hover, .teaser_author a:hover, .teaser_comments:hover, .teaser_category:hover, .teaser .edit_post a:hover { color: #111111; }
.sidebar h3 { color: #555555; }
.image_box { background: #EEEEEE; }
.video_box { background: #000000; }
.custom_box { background: #EEEEEE; }
#footer, #footer a { color: #888888; }
#footer a:hover { color: #111111; }

/*---:[ nav colors ]:---*/
.menu, .menu a, .menu li ul { border-color: #DDDDDD; }
.menu .current a, .menu .current-cat a, .menu .current-menu-item a { border-bottom-color: #FFFFFF; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a, .menu ul .current-menu-item a { border-bottom-color: #DDDDDD; }
.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { color: #111111; background: #EFEFEF; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { color: #111111; background: #DDDDDD; }
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover { color: #111111; background: #FFFFFF; }
.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-menu-ancestor > a { color: #111111; background: #F0EEC2; }

/*---:[ border package ]:---*/
#header { border-width: 0 0 0.3em 0; }
.post_box, .teasers_box { border-width: 0.1em 0 0 0; }
#footer { border-width: 0.3em 0 0 0; }
#feature_box, #archive_intro, #comment_nav_2 { border-width: 0 0 0.2em 0; }
.prev_next { border-width: 0.2em 0 0 0; }
.image_box, .custom_box { border-width: 0 0 0.1em 0; }


/*---:[ Gravity Forms Styling ]:---*/
.gform_wrapper .gfield { margin-bottom: 24px; }
.gform_wrapper .gfield_label { display: block; font-weight: bold; margin-bottom: 16px; }
.gform_wrapper .gfield_required { color: #C00; }
.gform_wrapper .gsection_title { border-bottom: 1px solid #ddd; }
.gform_wrapper .gform_fields { list-style: none; margin-left: 0; }
.gform_wrapper input[type="radio"], .gform_wrapper input[type="checkbox"] { margin-right: 16px; }
.gform_wrapper input[type="text"], .gform_wrapper input[type="file"] { width: 50%; }
.gform_wrapper .ginput_container textarea { width: 90%; }
.gform_wrapper ul.gfield_radio, .gform_wrapper ul.gfield_checkbox { list-style: none outside none; }
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right { width: 49%; }
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full { margin-bottom: 16px; }
.gform_wrapper .ginput_complex .ginput_left { float: left; }
.gform_wrapper .ginput_complex .ginput_right { float: right; }
.gform_wrapper .ginput_complex .ginput_left input, .gform_wrapper .ginput_complex .ginput_right input, .gform_wrapper .ginput_complex .ginput_left select, .gform_wrapper .ginput_complex .ginput_right select { width: 95%; }
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_left input, .gform_wrapper .ginput_complex .ginput_right input, .gform_wrapper .ginput_complex .ginput_left label, .gform_wrapper .ginput_complex .ginput_right label, .gform_wrapper .ginput_full, .gform_wrapper .ginput_full input, .gform_wrapper .ginput_full label { display: block; }
.gform_wrapper .ginput_full input[type="text"] { width: 98%; }
.gform_wrapper .ginput_complex:after, .gform_wrapper .gf_page_steps:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gform_wrapper .gfield_price .gfield_label { margin-bottom: 0; }
.gform_wrapper .gfield_price .ginput_product_price { color: #a00; }
.gform_wrapper .gfield_price .ginput_quantity { width: 29px; }
.gform_wrapper .ginput_total { color: #080; font-weight: bold; }
.gform_wrapper .gf_progressbar_wrapper { margin: 24px 0; }
.gform_wrapper .gf_progressbar { background: #e0e0e0; }
.gform_wrapper .gf_progressbar_percentage { text-align: center; color: #FFF; }
.gform_wrapper .percentbar_blue { background: #0071BB; }
.gform_wrapper .percentbar_gray { background: #808080; }
.gform_wrapper .percentbar_green { background: #7bb81c; }
.gform_wrapper .percentbar_orange { background: #d75a00; }
.gform_wrapper .percentbar_red { background: #d10500; }
.gform_wrapper .gf_page_steps { margin: 24px 0; font-size: 20px; }
.gform_wrapper .gf_page_steps .gf_step { float: left; color: #a0a0a0; }
.gform_wrapper .gf_page_steps .gf_step.gf_step_active { color: #111; }
.gform_wrapper .gfield_error { border: 1px solid #D00; padding: 10px; background: #ffe6e6; }
.gform_wrapper .validation_message { font-style: italic; }
.gform_wrapper .validation_error { font-weight: bold; color: #A00; margin: 24px 0; text-align: left; }
.gform_wrapper input[type="button"], .gform_wrapper input[type="submit"] { font-size: 18px;  padding: 5px 4px; font-weight: bold; color: #111; background: url('http://www.frxbuzz.com/wp-content/themes/thesis_185/lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #CCC; border-left-color: #CCC; cursor: pointer; min-width: 15%; overflow: visible; }
.gform_wrapper input[type="button"]:hover, .gform_wrapper input[type="submit"]:hover { color: #090; }



/*---:[ Custom Stylsheet ]:---*/
/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
	
							 			*************
===============================================================================================
===============================================================================================
===============================================================================================
========== Site customization by Jamie Varon of Shatterboxx [http://shatterboxx.com] ==========
===============================================================================================
===============================================================================================
===============================================================================================
							 			*************

*/

/* ======================================== */
/* ============= BACKGROUNDS ============== */
/* ======================================== */

body.custom { background:#fff; }

	.custom .full_width > .page { background:none; }
	
	.custom #content_area {
		background: url(images/contentbg.png) repeat-y center;
		position: relative;
		top: -24px;
		padding-top: 24px;
		}
		
		.custom .post_box, .teasers_box, .full_width #content_box .page { margin-left: 0em !important; }
	


	
/* ======================================== */
/* =============== HEADER ================= */
/* ======================================== */

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

.custom #header #logo a { 
	display: block;
	height: 175px; 
	width: 734px; 
	background: transparent url(images/logo.png) no-repeat; 
	outline: none; 
	margin-left:3.4em;
	margin-top:1.5em;
	border: none !important;
	}
	
		.custom #header #logo a:hover {	background-position: 0 -179px; border: none !important; }
	
		.custom #header { border: none; padding: 0em; }
		
		.custom #tagline {
			background: url(images/tagline.png) no-repeat;
			width: 890px;
			height: 42px;
			margin-left:2.3em;
			margin-top:0.6em;
			}
	
	.custom #header_area {
		background: transparent url('images/headerbg.png') repeat-x;
		height: 346px;
		position:relative;
		z-index:1;
		}
		
/* ======================================== */
/* ========== CUSTOM NAVIGATION =========== */
/* ======================================== */

#customNav { 
	height:30px;
	padding:0 0 0;
	position:relative;
	top:-1.3em;
	width:957px;
	}

	#customNav li { 
	float: left; 
	height: 83px; 
	text-indent: -5000px; 
	}
	
	#customNav li a { 
	display: block; 
	background: url('images/nav.png'); 
	outline: none; 
	height: 83px; 
	}
	
		#customNav li a:active {top: 0px;}
	
	#customNav li#home a { width: 123px; background-position: 0 0;  }
	#customNav li#home a:hover { background-position: 0 -83px; }
	#customNav li#home a:active { background-position: 0 -166px; }
	#customNav li#home a.current { background-position: 0 -249px; }

	#customNav li#management-reporter a { width: 327px; background-position: -123px 0;  }
	#customNav li#management-reporter a:hover { background-position: -123px -83px; }
	#customNav li#management-reporter a:active { background-position: -123px -166px; }
	#customNav li#management-reporter a.current { background-position: -123px -249px; }
	
	#customNav li#frx a { width: 107px; background-position: -450px 0;  }
	#customNav li#frx a:hover { background-position: -450px -83px; }
	#customNav li#frx a:active { background-position: -450px -166px;}
	#customNav li#frx a.current { background-position: -450px -249px;}
	
	#customNav li#about a { width: 144px; background-position: -557px 0; }
	#customNav li#about a:hover { background-position: -557px -83px; }
	#customNav li#about a:active { background-position: -557px -166px; }
	#customNav li#about a.current { background-position: -557px -249px; }
	
	#customNav li#contact a { width: 154px; background-position: -701px 0; }
	#customNav li#contact a:hover { background-position: -701px -83px; }
	#customNav li#contact a:active { background-position: -701px -166px; }
	#customNav li#contact a.current { background-position: -701px -249px; }
	
	#customNav li#shop a { width: 102px; background-position: -855px 0; }
	#customNav li#shop a:hover { background-position: -855px -83px; }
	#customNav li#shop a:active { background-position: -855px -166px; }
	#customNav li#shop a.current { background-position: -855px -249px; }

/*==========Fixes stray bullet at top of nav bar=============*/
.custom #customNav {list-style:none;}


/* ======================================== */
/* =============== RESETS ================= */
/* ======================================== */

/* Remove brackets on comments */

.custom .format_text .to_comments span.bracket { display: none; }

.custom .comments_intro span.bracket { display: none; }
	
	.custom #content_box {background: none;}

		
/* ======================================== */
/* ============ GLOBAL STYLES ============= */
/* ======================================== */

/* Links */
	
.custom a, a:visited { color: #5f6e63 !important; 
font-weight:600;}

	.custom a:hover { color: #000 !important; border-bottom: 1px solid #000 !important; text-decoration: none !important;}
		
		.custom a:active {
			position: relative;
			top: 2px;
			}
			
/* Headlines */

.custom h1 { color: #526056; } /* also: headline after click on post permalink */

.custom h2 { color: #2f666a; }

.custom h4 { color: #2f666a; font-weight: bold; font-size: 110%; }

.custom h6 { color: #2f666a; font-weight: bold; text-transform: none; font-size: 150%; }

		
/* ======================================== */
/* =============== SIDEBAR ================ */
/* ======================================== */

	
	/* Image Replacements for Sidebar Headings */
	
	/* CUSTOM HEADERS FOR SIDEBAR Widgets */
	

	/* Jan's Travels */
	.janstravels { 
		height: 37px;
		width: 234px; 
		background: url(images/h3-janstravels.png) no-repeat; 
		text-indent: -9999px; 
		}
	
	/* Subscribe */	
	.custom li#text-6 h3 { 
		height: 37px;
		width: 234px; 
		background: url(images/h3-subscribe.png) no-repeat; 
		text-indent: -9999px; 
		}

	/* Connect */	
	.custom li#text-7 h3 { 
		height: 37px;
		width: 234px; 
		background: url(images/h3-connect.png) no-repeat; 
		text-indent: -9999px; 
		}
		
	/* Removes Testimonials header from sidebar widget */	
	.custom li#stray_widgets-2 h3 { 
		height: 37px;
		width: 234px; 
		background: url(images/h3-testimonials.png) no-repeat; 
		text-indent: -9999px; 
		display:none;
		}
		
	/* My Publications 	
	.custom li#text-3 h3 { 
		height: 37px;
		width: 234px; 
		background: url(images/h3-frxmanuals.png) no-repeat; 
		text-indent: -9999px; 
		}*/
		
	/* Consulting Resources */	
	.custom li#text-5 h3 { 
		height: 37px;
		width: 234px; 
		background: url(images/h3-resources.png) no-repeat; 
		text-indent: -9999px; 
		}
		

	/* Sample Reports */	
	.custom li#text-9 h3 { 
		height: 37px;
		width: 234px; 
		background: url(images/h3-samplereports.png) no-repeat; 
		text-indent: -9999px; 
		}


	/* Remove About Jan heading in sidebar*/
	.custom li#text-4 h3 { 
		height: 37px;
		width: 234px; 
		background: url(images/h3-aboutjan.png) no-repeat; 
		text-indent: -9999px; 
		display: none;
		}
		
	/* Index */	
	.custom li#tag_cloud-3 h3 { 
		height: 37px;
		width: 234px; 
		background: url(images/h3-index.png) no-repeat; 
		text-indent: -9999px; 
		}
		
	/* About Jan */
	
	.pic {
		padding: .5em;
		background: #fff url(images/jan.png) no-repeat center;
		border: 1px solid #000;
		height: 98px;
		width: 98px;
		float: left;
		margin-right: 1em;
		margin-bottom: 1em !important;
		}
		
	/* Quote */
	
	p.quote {
		background: #fff url(images/quotebg.png) repeat-x top;
		padding: 1em;
		border: 1px solid #132613;
		color: #132613;
		font-weight: 600;
		margin-bottom: 0em !important;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
		}
	
		p.attrib {
			text-align: right;
			}

	
.custom .sidebar a, .sidebar a:visited { color: #3a433c !important; border: none !important; font-weight: 600; }
	
	.custom .sidebar a:hover { color: #000 !important; border: none !important; }
	
	.custom .sidebar ul.sidebar_list { padding: 0em; }
	
	/* Image Box */
	
	.custom #multimedia_box {
		background: #fff;
		border: 1px solid #132613;
		}
		
		.custom #image_box img {
			background: none;
			border: none;
			}
			
	/* Search Widget */
		
	.custom li#google-custom-search h3 { 
		background: url('images/h3-search.png') no-repeat 0 -4px; 
		padding-left: 1.7em; 
		}
	
	.custom #s, #s_box, li.thesis_widget_google_cse form input[type="text"] {
		background: #fdfefd !important;
		color: #0a322e;
		font-weight: 600;
		border: 1px solid #788b7d;
		padding: 0.5em 0em .5em .5em;
		}
		
		.custom #s:focus, #s_box:focus {
			border: 1px solid #2d342f;
			background: #fff;
			}
			
			#submitbutton {
				font-weight: 600;
				text-indent: -9999px !important;
				background: url(images/searchbutton.png) no-repeat;
				width: 110px;
				height: 52px;
				display: block;
				border: none !important;
				}
				
				#submitbutton:hover {background-position: 0 -52px; }
				
				#submitbutton:active {background-position: 0 -104px;}
			
	/* Subscribe Widget */
	
	ul.subscribe {height: 90px; margin-left: .8em;}
	
	ul.subscribe li {
		list-style: none;
		float: left;
		}
		
		li.rss a {
			display: block;
			outline: none;
			background: url(images/rss.png) no-repeat;
			width: 75px;
			height: 98px;
			}
			
			li.rss a:hover {background-position: 0 -99px;}
				li.rss a:active {background-position: 0 -197px; top: 0px;}
			
		li.or {
			background: url(images/or.png) no-repeat;
			width: 62px;
			height: 40px;
			text-indent: -9999px;
			position: relative;
			top: 1.5em;
			}
			
		li.email a {
			display: block;
			outline: none;
			background: url(images/email.png) no-repeat;
			width: 82px;
			height: 98px;
			}
			
			li.email a:hover {background-position: 0 -99px;}
				li.email a:active {background-position: 0 -197px; top: 0px;}
			
			
	/* Connect Widget */
	
	ul.connect {
		height: 60px;
		}
	
	ul.connect li {
		list-style: none;
		float: left;
		}	
		
		ul.connect li a {
			display: block;
			outline: none;
			height: 59px;
			width: 50px;
			margin-left:1.2em;
			}
			
			li.twitter a { background: url(images/twitter.png) no-repeat; margin-right: 1em;}
				li.twitter a:hover { background-position: 0 -59px; }
					li.twitter a:active { background-position: 0 -118px; top: 0px; }
					
			li.facebook a { background: url(images/facebook.png) no-repeat; margin-right: 1em; }
				li.facebook a:hover { background-position: 0 -59px; }
					li.facebook a:active { background-position: 0 -118px; top: 0px; }
					
			li.linkedin a { background: url(images/linkedin.png) no-repeat; }
				li.linkedin a:hover { background-position: 0 -59px; }
					li.linkedin a:active { background-position: 0 -118px; top: 0px; }
					
	/* Contact Button */
		
		.contactbutton a {
			display: block;
			outline: none;
			background: url(images/contactbutton.png) no-repeat;
			width: 225px;
			height: 142px;
			text-indent: -9999px;
			border: none !important;
			}
			
			.contactbutton a:hover { background-position: 0 -142px; border: none !important; }
				.contactbutton a:active { background-position: 0 -284px; }
					
					
/* ======================================== */
/* ================ HOME ================== */
/* ======================================== */
				
		.home .headline_area {display: none;}
		
		/* Blog Post lists */
		
		#recent-posts {
			width: 354px;
			height: 754px;
			margin-top: 3em;
			padding-bottom: 5em;
			float: left;
			padding-right: 2em;
			border-right: 1px solid #c9c8c8
			}
			
			#recent-posts h3 {
				text-indent: -9999px;
				background: url(images/h3-home-recent.png) no-repeat;
				width: 354px;
				height: 66px;
				border-bottom: 1px solid #c9c8c8;
				padding-bottom: .4em;
				}
				
				.h3-home-rss a {
					display: block;
					outline: none;
					background: url(images/h3-home-rss.png) no-repeat !important;
					width: 25px;
					height: 33px;
					position: relative;
					left: 20.4em;
					border: none !important;
					}
					
					.h3-home-rss a:hover { background-position: 0 -33px !important; border: none !important;}
					
		.home-list li {
			list-style: none;
			border-bottom: 1px solid #c9c8c8;
			font-size: 1.4em;
			}
			
			.home-list li a { 
				color: #535f56; 
				display: block;
				outline: none;
				border: none !important;
				padding: 1em 0em 1em 1em;
				}
				
				.home-list li a:hover { 
					color: #222723;
					border: none !important;
					background: #e7f2ea;
					}
					
					.home-list li a:active { 
						color: #000;
						top: 0px;
						background: #d5e9da;
						}
						
		/* Favorites */
		
		#favorites {
			width: 354px;
			height: 275px;
			margin-top: 3em;
			padding-bottom: 5em;
			float: left;
			padding-left: 2em;
			}
			
			#favorites h3 {
				text-indent: -9999px;
				background: url(images/h3-home-favorites.png) no-repeat;
				width: 354px;
				height: 66px;
				border-bottom: 1px solid #c9c8c8;
				padding-bottom: .4em;
				}
				
/* ======================================== */
/* ========= PAGES & BLOG POSTS =========== */
/* ======================================== */
			
	.custom #archive_intro {display: none;}
	
	.custom .headline_area {
		background: url(images/headlinecontainer.png) no-repeat;
		height: 87px;
		}
		
		.custom .post_box {border: none !important;}
		
		.custom .headline_area .entry-title {
			color: #0b3632;
			position: relative;
			top: 1.2em;
			padding-left: 0em !important;
			font-weight: 600;
			font-size: 2em !important;
			width: 630px;
			height: 0px !important;
			padding: 0em !important;
			margin: 0em !important;
			text-align: center;
			text-transform: normal !important;
			float: left;
			}
			
			.custom .headline_area h2 a {
				color: #0b3632 !important;
				text-transform: none !important;
				text-shadow: 0px 1px 0px #fff;
				filter: dropshadow(color=#fff, offx=0, offy=1);
				}
				}
				
				.custom .headline_area h2 a:hover {
					border-bottom: none !important;
					color: #000 !important;
					}
			
			.custom .headline_area h1 {
				font-size: 2.6em !important;
				color: #0b3632;
				height: 64px;
				padding-top: 1.1em;
				font-weight: 600;
				margin-left: 3.2em;
				font-size: 2.6em !important;
				width: 663px;
				text-align: center;
				}
			
			.custom .headline_meta {color: #637467; padding-left: .5em}
			
			.custom .headline_meta a {
				border-bottom: 1px dotted #637467;
				color: #637467 !important;
				}
				
				.custom .headline_meta a:hover {
					border-bottom: 1px solid #0c1f13 !important;
					color: #0c1f13 !important;
					}
					
			/* More link */
			
			.custom .more-link {
				text-indent: -9999px;
				background: url(images/more-link.png) no-repeat;
				display: block;
				width: 216px;
				outline: none;
				height: 48px;
				margin-top: 1em;
				}
				
				.custom .more-link:hover {
					border: none !important;
					background-position: 0 -48px;
					}
					
			
					
		/* Date */
		
		.date_container {
			width: 54px;
			height: 68px;
			float: left;
			color: #0b3632;
			text-transform: uppercase;
			font-weight: 600;
			text-align: center;
			font-size: 12px;
			margin-left:2em;
			margin-right:3em;
			margin-top:1em;
			}
			
			p.day {
				font-size: 12px;
				}
				
			p.month, p.year {
				font-size: 12px;
				}
			
					
		/* Leave A Comment Text */
	
	.custom #respond_intro p {
		font-size:2.3em;
		color: #2ec2bb;
		}
		
		.custom #commentform textarea, .custom #commentform input { 
			background: #d7f0ee;
			color: #0a322e;
			border: 1px solid #b5dbd8;
			padding: 0.5em 0em .5em .5em;
			}
			
		.custom #commentform textarea:focus, .custom #commentform input:focus { 
			background: #d7f0ee;
			border: 1px solid #0c1f13;
			}
			
			.custom #commentform label {
				font-weight: 600; 
				}
				
			/* Submit Button */
				
			.custom #commentform input.form_submit {
				font-weight: 600;
				background: url(images/submit.png) repeat-x bottom;
				padding: .5em !important;
				}
				
				.custom #commentform input.form_submit:hover {
					color: #0c1f13;
					border-color: #0c1f13;
					background: #d7f0ee;
					}
					
			/* Avatar styling */
			
			.custom .avatar img { 
				border: 1px solid #d3d1d1;
				float: left;
				margin-right: 1.5em;
				}
				
			/* Actual comments - styling */
			
			.custom dl#comment_list dt {
				background: url("images/comment_arrow.png") no-repeat scroll 5em 3.5em;
				padding-bottom: 3em;
				}
				
			.custom dl#comment_list dd .format_text, dl#comment_list dd #respond { 
				background: #D7F0EE; 
				}
			
			.custom dl#comment_list dd .format_text { padding: 2em;}
				
				.custom dl#comment_list dd {
					padding-top: 0em;
					border: none;
					margin-bottom: 2em;
					}
				
			/* Admin Comment */
			
			.custom dl#comment_list dd.bypostauthor{ background:none repeat scroll 0 0 #2ec2bb !important; }
			
			/* Reply button */
			
			.custom dl#comment_list dd p.reply a { 
				color:#0c1f13 !important; 
				background: #bbe1de !important;
				padding: .5em;
				border: none !important;
				}
				
				.custom dl#comment_list dd p.reply a:hover {
					background: #fff !important;
					}
	
				
/* ======================================== */
/* =============== FOOTER ================= */
/* ======================================== */

.custom #footer {border: none; padding: 3em 0em 0em 0em;}
	.custom #footer a {border: none !important;}
	.custom #footer a:hover {border: none !important;}
	.custom #footer p {text-align: left; color: #0a332f;}

.custom #footer_area {
	background: url(images/footerbg.png) repeat-x;
	height: 325px;
	position:relative;
	top:-43px;
	}
	
	.custom #footer a {
		color: #176d65 !important;
		text-decoration: underline;
		border: none !important;
		}
		
		.custom #footer a:hover {
			color: #000 !important;
			}
	
	p.footer-divider {
		background: url(images/footer-divider.png) no-repeat;
		float: left;
		width: 14px;
		height: 220px;
		margin: 0em 2.5em;
		}
		
	#footer li {
		text-align: left;
		font-size: 1.3em;
		margin: 1em 0em;
		color: #176d65;
		margin:1em 0em 1em 1.6em;
		}
		
		#footer li a {color: #176d65 !important; text-decoration: none !important;}
			#footer li a:hover {color: #000 !important;}
	
	/* Consulting box */
	
	#consulting {
		width: 284px;
		float: left;
		height: 31em;
		}
		
		/* remove consulting image
		.consulting_headline a {
			display: block;
			outline: none;
			background: url(images/footer-consulting.png) no-repeat;
			width: 284px;
			height: 59px;
			text-indent: -9999px;
			}
			
			.consulting_headline a:hover { background-position: 0 -59px } */
				
				
	/* Training box */
	
	#training {
		width: 284px;
		float: left;
		height: 31em;
		}
		
		/* remove training image
		.training_headline a {
			display: block;
			outline: none;
			background: url(images/footer-training.png) no-repeat;
			width: 284px;
			height: 59px;
			text-indent: -9999px;
			}
			
			.training_headline a:hover { background-position: 0 -59px } */
				
	/* A La Carte box */
	
	#alacarte {
		width: 284px;
		float: left;
		height: 31em;
		}
		
		/* remove alacarte image
		.alacarte_headline a {
			display: block;
			outline: none;
			background: url(images/footer-alacarte.png) no-repeat;
			width: 284px;
			height: 59px;
			text-indent: -9999px;
			}
			
			.alacarte_headline a:hover { background-position: 0 -59px } */
			
	/* Copyright */
	
	#copyright {
		clear: both;
		margin: 3em auto 0em auto;
		}
		
		#copyright p {text-align: center !important}
			
/* Fix DAP profile form per Ravi added 12-30-10*/

.custom div#custom_box form td input {width:auto;}

.custom div.textwidget form td input {width:auto;}

.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}


/* Start optinpage cleanup css from Ravi */
.optinpage #header { padding: 0; border-bottom: 0em; }
.optinpage #footer { padding-bottom: 0; border-top: 0em; }
.optinpage #footer { display: none; }
.optinpage #sidebars { display: none; border: none; }
.optinpage #tabs {display:none;}
.optinpage #content_box { background:none; }
.optinpage .comments_closed { display: none; }
.optinpage #header #logo { display: none; }
.optinpage #header #tagline { display: none; }
.optinpage #content { margin: 0 auto; float: none; }
.optinpage .menu .rss { display: none; }
.optinpage .menu { display: none; }
.optinpage .to_comments { display: none; }
.optinpage .headline_area {display:none;}
/* End optinpage cleanup css*/

/*Highlighting a text section per thesishacker.com by jlh on 2/23/11*/
.custom .my-highlight {background: #fefdaa ;}

/*changing color of thesis note and alert by jlh on 7/31/12*/
.custom .format_text p.alert {
    background: none repeat scroll 0 0 #FFFFE0;
}

.format_text p.note {
    background: #ffffe0;
}

/* HIGHLIGHT BOX - ltyellow*/
.format_text .highlightboxltyellow {
	/* distance from borders to content*/
	padding: 0 1em 0 1em;
	/* spacing outside of box*/
	margin: 0 0 0 0;
	/* background color */
	background: #ffffe0;
	/* border size style color */
	border: 1px solid #ffffe0;
}

/*===================Begin JLH GG2WD edits August 2012===============*/
/*===Puts handwriting font in widget with About Jan picture and fixes width for ipad use*/
.custom #aboutjan {font-family: 'Love Ya Like A Sister', cursive;
font-size: 14px;
width:210px;
}

/*=====Fixes too much margin below About Jan picture so writing wraps better=======*/
.custom .pic {
    margin-bottom: 0.5em !important;
}

/*============styling for testimonials page=================*/
.custom .fave_caption{
text-transform:none;
letter-spacing:2px;
text-align:left;
font-family:'futura-pt',sans-serif;
font-style:normal;
font-weight:500;
font-size:13px;
/* position:absolute; */
margin-top:10px;
margin-left:130px;
opacity:0.80;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
filter: alpha(opacity=80);
}

.custom .label1{
width:550px;
padding:9px 20px;
background-color:#d1ebe9;
/*-webkit-transform:rotate(-3deg);
-moz-transform:rotate(-3deg);
-o-transform:rotate(-3deg);
-ms-transform:rotate(-3deg);*/
}

.custom .label2{
width:500px;
padding:8px 15px;
background-color:#ffffff;
margin-left:20px;
margin-bottom:30px;
opacity:0.85;
/*-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
filter: alpha(opacity=85);*/
}

/*====fixes bullets that started appearing to left of sidebar widgets at contact and below===*/
.custom li.widget {
        list-style: none;
}

/*====styles footer titles with kreon font=====*/
.custom .footer-titles {font-family:'kreon', serif; font-size: 25px !important; line-height: 30px !important;}

/*===styles sidebar titles with color and weight so they look like footer titles====*/
.custom .sidebar a, .sidebar a:visited {
    color: #0A332F !important;
    font-weight: inherit;
}