/*
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.4]
Version:		1.8.4
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; }
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: 94.9em; margin: 0 auto; padding-right: 2.2em; padding-left: 2.2em; }
	#header_area .page { padding-top: 2.2em; }
	#footer_area .page { padding-bottom: 2.2em; }
		#header, #footer { padding-right: 1.1em; padding-left: 1.1em; }
		#content_box { width: 100%; background: url('../lib/images/dot-ddd.gif') 55.3em 0 repeat-y; }
		.no_sidebars { background: none !important; }
			
			#content { width: 55.3em; float: left; }
			.no_sidebars #content { width: 100%; }
				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.2em 0 1.1em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1.1em; }
				.teasers_box { width: 52em; }
					.teaser { width: 24.9em; }
				#archive_intro, .prev_next { padding-right: 2.2em; padding-left: 1.1em; }
			#sidebars { width: 39.5em; border: 0; float: right; }
				#sidebar_1 { width: 20.7em; border-style: dotted; border-width: 0 0.1em 0 0; float: left; clear: left; }
				#sidebar_2 { width: 18.6em; float: left; }
					.sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: 1.1em; }
					#sidebar_2 ul.sidebar_list { padding-right: 1em; }
		
/*---:[ nav styles ]:---*/
.menu ul, .menu ul li { width: 20em; }
.menu ul ul, .menu :hover ul :hover ul { left: 19.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.1em; }
	#image_box img { display: block; padding: 0.1em; border-width: 0.1em; }
	#image_box img.square { width: 36.9em; height: 36.9em; }
	#image_box img.four_by_three { width: 36.9em; height: 27.7em; }
	#image_box img.three_by_four { width: 36.9em; height: 49.2em; }
	#image_box img.three_by_two { width: 36.9em; height: 24.6em; }
	#image_box img.two_by_three { width: 36.9em; height: 55.4em; }
	#image_box img.five_by_four { width: 36.9em; height: 29.5em; }
	#image_box img.four_by_five { width: 36.9em; height: 46.1em; }
	#image_box img.sixteen_by_nine { width: 36.9em; height: 20.8em; margin: 0 auto; }
	#image_box img.nine_by_sixteen { width: 36.9em; height: 65.6em; margin: 0 auto; }
	#image_box img.two_by_one { width: 36.9em; height: 18.5em; }
	#image_box img.one_by_two { width: 36.9em; height: 73.8em; }

/*---:[ comments area ]:---*/
#comments { margin-right: 2.2em; margin-left: 0em; }
	.comments_intro, #respond_intro { margin-left: 1.1em; }
		dl#comment_list dt, #trackback_list { padding-right: 1.1em; padding-left: 1.1em; }
		dl#comment_list dd { padding-left: 1.1em; }
			dl#comment_list dd .format_text, dl#comment_list dd #respond { padding-right: 1.1em; }
		dl#comment_list dl dt { padding-left: 2.2em; border-width: 0 0 0 0.1em; }
		dl#comment_list dl dt.bypostauthor { padding-left: 2.1em; 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.6em; border-width: 0 0 0 0.071em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.5em; border-width: 0 0 0 0.143em; }
		dl#comment_list dl dd dl { padding-left: 2.2em; }
#commentform { padding-right: 2.2em; padding-left: 1.1em; }
.comments_closed, .login_alert { margin-left: 1.1em; }

/*---:[ content elements ]:---*/
body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
	#header { padding-top: 2.2em; padding-bottom: 2.2em; }
		.post_box { padding-top: 2.2em; }
			.headline_area { margin-bottom: 2.2em; }
		.teasers_box { padding-top: 2.2em; padding-bottom: 2.2em; }
		#multimedia_box { margin-bottom: 2.2em; }
	#footer { padding-top: 1.1em; padding-bottom: 1.1em; }

/*---:[ #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: 16.364em; 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.286em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; }
.format_text h4 { font-size: 1em; }
.format_text h5 { font-size: 0.786em; }
.format_text h6 { font-size: 0.786em; }
.teaser h2 { }
.sidebar h3 { font-size: 1em; line-height: 1.385em; margin-bottom: 0.692em; }
#archive_intro h1 { margin-bottom: 1em; }

/*---:[ 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.2em 2.2em 0; }
.headline_area img.alignright { margin: 0 0 2.2em 2.2em; }
.headline_area img.alignnone { margin: 0 auto 2.2em 0; }
.headline_area img.aligncenter { margin: 0 auto 2.2em auto; }
.headline_area img.frame { padding: 1em; border-width: 0.1em; }

/*---:[ post content area ]:---*/
.format_text { font-size: 1.4em; line-height: 1.571em; }
	.format_text p { margin-bottom: 1.571em; }
		.format_text p.note, .format_text p.alert { padding: 0.571em 0.786em; }
	.format_text .drop_cap { font-size: 3.571em; line-height: 0.76em; padding: 0.04em 0.12em 0 0; }
	.ie6 .format_text .drop_cap { padding-right: 0.06em; }
	.format_text acronym, .format_text abbr { font-size: 0.786em; }
	.format_text code, .format_text pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; }
	.format_text code { font-size: 0.929em; }
	.format_text pre { font-size: 0.857em; line-height: 1.5em; margin-bottom: 1.833em; padding: 0.667em 0.917em; }
	.format_text sub, .format_text sup { line-height: 0.786em }
	.format_text ul { margin: 0 0 1.571em 1.571em; }
	.format_text ol { margin: 0 0 1.571em 1.571em; }
		.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.571em; }
	.format_text dl { margin-bottom: 1.571em; }
		.format_text dd { margin-bottom: 1.571em; }
	.format_text blockquote { margin: 0 0 1.571em 0.786em; padding-left: 0.786em; }
		/*---:[ pullquotes ]:---*/
		.format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; }
		.format_text blockquote.right { margin: 0 0 1.222em 1.222em; }
		.format_text blockquote.left { margin: 0 1.222em 1.222em 0; }
	/*---:[ image handling classes ]:---*/
	.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin: 0 1.571em 1.571em 0; }
	.format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin: 0 0 1.571em 1.571em; }
	.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1.571em auto; }
	.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin: 0 auto 1.571em 0; }
	.format_text img[align="left"] { margin-right: 1.571em; margin-bottom: 1.571em; }
	.format_text img[align="right"] { margin-bottom: 1.571em; margin-left: 1.571em; }
	.format_text img[align="middle"] { margin-bottom: 1.571em; }
	.format_text img.frame, .format_text .wp-caption { padding: 0.714em; border-width: 0.071em; }
	.format_text img.stack { margin-left: 1.571em; }
	.format_text .wp-caption p { font-size: 0.857em; line-height: 1.5em; margin-bottom: 0; }
	/*---:[ ad and miscellaneous "block" classes ]:---*/
	.format_text .ad { margin-left: 1.571em; }
	.format_text .ad_left { margin-right: 1.571em; }

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

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

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

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

/*---:[ previous and next links ]:---*/
.prev_next { padding-top: 1.1em; padding-bottom: 1.1em; }
	.prev_next p { font-size: 1em; line-height: 2.2em; }
	.post_nav .previous { margin-bottom: 0.55em; }
	.post_nav a { font-size: 1.4em; line-height: 1.571em; }

/*---:[ comment area ]:---*/
#comments { margin-top: 4.4em; }
.comments_intro { margin-bottom: 1.1em; }
	.comments_intro p { font-size: 1.2em; line-height: 1.833em; }
		.comments_intro span { font-size: 1.833em; }
#comment_list, #trackback_list { margin-bottom: 4.4em; }
	dl#comment_list dt { padding-top: 1.8em; }
		dl#comment_list dt span { font-size: 1.2em; line-height: 1.833em; }
		dl#comment_list dt .comment_author { font-size: 1.6em; line-height: 1.375em; padding-right: 0.688em; }
			.avatar img { margin-left: 0.833em; }
		.comment_time { padding-right: 0.917em; }
		.comment_num { padding-left: 0.833em; }
			.comment_num a { font-size: 1em; line-height: 1.833em; padding: 0.083em 0.25em; }
	dl#comment_list dd { padding-top: 1.1em; }
		dl#comment_list dd p.reply a { font-size: 0.786em; line-height: 1.636em; }
			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.571em; }
#trackback_list { padding-top: 1.1em; list-style: none; }
	#trackback_list a { font-size: 1.4em; line-height: 1.571em; }
	#trackback_list span { font-size: 1.2em; line-height: 1.833em; }
	#comment_nav_2 { margin-top: -4.4em; margin-bottom: 4.4em; }
.comments_closed { margin-top: 4.4em; margin-bottom: 2.2em; }

/*---:[ comment form styles ]:---*/
#respond { margin-bottom: 4.4em; }
#respond_intro { margin-bottom: 1.1em; }
	#respond_intro p { font-size: 1.7em; line-height: 1.294em; }
	#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.4em; margin-bottom: 2.2em; padding: 1.1em; }
#commentform { padding-top: 1.1em; }
	#commentform p, .login_alert p { font-size: 1.4em; line-height: 1.571em; }
	#commentform p.comment_box { line-height: 0.786em; }
		#commentform label { padding-left: 0.786em; }
		#commentform textarea { height: 12.571em; line-height: 1.571em; }
		#commentform span.allowed { width: 97.3%; padding-top: 0.5em; padding-bottom: 0.5em; border-width: 0 0.071em 0.071em 0.071em; }
			#commentform span.allowed span { font-size: 0.857em; line-height: 1.833em; padding: 0 0.583em; }
	/* Support for the highly-recommended Subscribe to Comments Plugin */
	#commentform p.subscribe-to-comments { font-size: 1.4em; }
		#commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ sidebar styles ]:---*/
.sidebar { }
#column_wrap .sidebar ul.sidebar_list { padding-top: 2.2em; }
	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: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.format_text input, #commentform input, #commentform textarea { padding: 0.214em; border-width: 0.071em 0.071em 0.071em 0.071em; }
#commentform textarea { width: 96%; }
.format_text input.form_submit, #commentform .form_submit { font-size: 1.143em; padding: 0.313em 0.25em; }
.sidebar .text_input, .sidebar .form_submit { padding: 0.308em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.sidebar input[type="text"], .sidebar input[type="submit"] { padding: 0.308em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

/*---:[ footer styles ]:---*/
#footer p { font-size: 1.2em; line-height: 1.667em; }

/*---:[ 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: Arial, "Helvetica Neue", Helvetica, 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; }

/*---:[ custom header image ]:---*/
#header { height: 15em; padding: 0; background-image: url('http://www.artemis.bm/blog/wp-content/uploads/2012/05/header_blank.gif'); background-repeat: no-repeat; background-size: 94.9em 15em; }
#logo a { display: block; width: 26.361em; height: 4.167em; text-indent: -9999px; outline: none; }

/*---:[ 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/
*/

body.custom {
    background: #02062A;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #CDCDBE;
    border: 0.4em solid #CDCDBE;
}

.custom #page {
    background: #fff;
}

.custom #footer {
	background: #4f4f4f;
	color: #bfbfbf;
}

.custom #footer a:hover {
	color: #000;
}

.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; padding-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}



/*Code for the after post box*/
/* This formats the outside box */
.custom div.post_ad {
background-color: #E1EEFA;
margin: 0;
margin-top: 2px;
padding: 6px;
border: 2px solid #77BCFF;
}

/* This formats the headline */
.custom div.format_text.entry-content div.post_ad h3 {
margin-top: 0;
font-weight: normal;
font-size: 1.2em;
line-height: 1em;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #77BCFF;
padding-bottom: 5px;
margin-bottom: 6px;
}

/* This formats the text */
.custom div.format_text.entry-content div.post_ad p {
margin: 0 0 9px;
}

/* This formats the image */
.custom div.post_ad img {
float: right;
margin-bottom: 8px;
margin-left: 8px;
}

/* This code is not in my CSS but I decided to add it in.
This formats the color of a hyperlink */
.custom div.post_ad a {
color: #446677;
}

.custom img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

.custom #footer_left {text-align:left;}


/* Custom sidebar table widget CSS */
table.table-style01 th {background:#02062A; color:#FFF; border-collapse:collapse; border-spacing:0;}
table.table-style01 th, table.table-style01 td {border:1px solid #B2DAFF; padding:1px;}
table.table-style01 tr.bg td {background:#E9F3FC;}
table.table-style01 {border-collapse:collapse; border-spacing:0; font-size:100%;}
table.table-style01 tr:hover, td.start:hover, td.end:hover {background: #E1EEFA;}

/* Menu hover arrow 
.custom .menu a:hover { background: url("images/hover.gif") no-repeat scroll center bottom #DDDDDD;} */


/* Marketview advert in right column */
.marketview_right_col {
    background: none repeat scroll 0 0 #02062A;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 10px 10px 6px -6px #4f4f4f;
    color: #fff;
    float: left;
    width: 100%;
    padding: 2px 2px 2px 4px;
	margin-bottom:30px;
}

img.marketview_ad {
	padding-right:6px;
}

a.marketview_right_col {
	font-weight:bold;
}
/* End Marketview advert in right column */

/* CatWatch advert in right column */
.catwatch_right_col {
    background: none repeat scroll 0 0;
    color: #fff;
    float: left;
    width: 100%;
    padding: 2px 2px 2px 4px;
	margin-bottom:30px;
}

img.catwatch_ad {
	padding-right:6px;
}

a.catwatch_right_col {
	font-weight:bold;
}
/* End CatWatch advert in right column */

/* Campaign Monitor Sub Form */
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
/* End Campaign Monitor Sub Form */


/* New footer */

/* contact us widget */

.contact_widgetblog {
	border: none;
	text-align:left;
}

.textwidgetblog {
		text-align:left;
		}
/* footer */

#footer_shadowblog {
	width: 100%;
	margin: 7px 0 0;
	display: inline-table;
}
#footerblog h3 {
	font-size: 18px;
	padding: 2px 0 2px 0;
	color: #52523F;
	margin: 15px 0 10px;
	font-family: "arial",sans-serif;
	font-weight: bold;
}
.footer_contentblog {
	width: 925px;
	margin: 0 auto;
	display: table;
	padding: 0 0 0px 0;

}

.footer_leftblog {
	float: left;
	width: 220px;
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
}
.footer_middleblog {
	float: left;
	width: 220px;
	margin: 0px 0 0 15px;
	padding: 0 0 0px 0;
}
.footer_rightblog {
	float: left;
	width: 220px;
	margin: 0px 0 0 15px;
	padding: 0 0 0px 0;
}
.footer_right_lastblog {
	float: left;
	width: 220px;
	margin: 0px 0 0 15px;
	padding: 0 0 0px 0;
}
.widget_footerblog {
	padding: 0 10px;
	float: left;
	width: 200px;
	color: #999999;
	background: #ffffff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 10px 10px 6px -6px #000000;
	-webkit-box-shadow: 10px 10px 6px -6px #000000;
	box-shadow: 10px 10px 6px -6px #000000;
}
.widget_footerblog .popular_postsblog h5 {
	font-family: Arial, Verdana, sans-serif;
}
.widget_footerblog ul {
	list-style: none;
	margin: 10px 0 0 0;
}
.widget_footerblog ul li {
	padding: 5px 0 5px 0;
}
.widget_footerblog a {
	color: #999999;
}
#widget_footerblog a:hover {
	color: #666666;
}
.footer_left_sidebarblog {
	margin: 0 0 10px;
	padding-bottom: 10px;
}
.footer_middle_sidebarblog {
	margin: 0 0 10px;
	padding-bottom: 10px;
}
.footer_right_sidebarblog {
	margin: 0 0 10px;
	padding-bottom: 10px;
}

#copyrightblog {position:relative; width:925px; margin:0 auto; text-align:left;}
#copyrightblog a{color:#BFBFBF;}
#copyrightblog a:hover{color:#000;}
.f-rightblog {float:right !important;} img.f-rightblog {float:right; margin-left:10px;}


/* End new footer */


/* Full width stuff */
.custom #header_area {background:#02062A; position: relative; z-index: 10}
.custom #content_area {background:#CDCDBE; position: relative; z-index: 0 }
.custom #footer_area {background:#4f4f4f;}
.custom #footer_area .page {padding-bottom: 1.2em; background:#4f4f4f;}
.custom #footer {border-style:none;}
/* End full width stuff */

/* Nav selected item colour */
.menu .current a, .menu .current-cat a, .menu .current-menu-item a {
    border-bottom-color: #DDDDDD; background: none repeat scroll 0 0 #DDDDDD;}

/* End nav selected item colour */

/* Add social sprites to top nav*/
.custom #menu-item-6815 a {
display:block; height:24px; width:24px; padding:0px; margin-left:6px; outline:none; text-indent:-9999px;
background-image:url('images/my-nav-sprite.png'); background-position:0 0;
}
	.custom #menu-item-6815 a:hover { background-position:0 -24px; }

.custom #menu-item-6817 a {
display:block; height:24px; width:24px; padding:0px; margin-left:6px; outline:none; text-indent:-9999px;
background-image:url('images/my-nav-sprite.png'); background-position:-24px 0;
}

	.custom #menu-item-6817 a:hover { background-position:-24px -24px; }

.custom #menu-item-6816 a {
display:block; height:24px; width:24px; padding:0px; margin-left:6px; outline:none; text-indent:-9999px;
background-image:url('images/my-nav-sprite.png'); background-position:-48px 0;
}

	.custom #menu-item-6816 a:hover { background-position:-48px -24px; }

.custom #menu-item-6814 a {
display:block; height:24px; width:24px; padding:0px; margin-left:6px; outline:none; text-indent:-9999px;
background-image:url('images/my-nav-sprite.png'); background-position:-72px 0;
}

	.custom #menu-item-6814 a:hover { background-position:-72px -24px; }
	
.custom #menu-item-6815,
.custom #menu-item-6816,
.custom #menu-item-6817,
.custom #menu-item-6814 { float:right; }
/* End add social sprites to top nav*/

/* Make nav drop down wider */
.menu ul a{width: 18em;}
/* End make nav drop down wider */


/* Custom box search form and advert */
.searchbox {padding-bottom:5px}


.text_input {
     width: 220px;
}

.text_input {
     -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
     box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.text_input {
     border-radius: 3px 3px 3px 3px;
     border: 1px solid #CCCCCC;
     color: #808080;
     display: inline-block;
     font-size: 13px;
     height: 18px;
     line-height: 18px;
     padding: 4px;
	 background: none repeat scroll 0 0 #FFFFFF;
	 margin-bottom: 12px;
}

.text_input:focus {
     border-color: rgba(82, 168, 236, 0.8);
     box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.1) inset, 0pt 0pt 8px rgba(82, 168, 236, 0.6);
     outline: 0pt none;
}
/*
input.submit[type="submit"] {
     width: 65px;
	 height: 28px;
}

input.submit {
     margin: 0pt 0pt 0pt 5px;
}

a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
     -moz-border-bottom-colors: none;
     -moz-border-image: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0pt 0pt #EEEEEE;
     border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
     border-radius: 3px 3px 3px 3px;
     border-style: solid;
     border-width: 1px;
     color: #444444;
     cursor: pointer;
     display: inline-block;
     font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 11px;
     font-weight: bold;
     line-height: 21px;
     margin-bottom: 12px;
     padding: 4px 12px;
     text-decoration: none;
     text-shadow: 0pt 1px rgba(255, 255, 255, 0.75);
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
     -moz-border-bottom-colors: none;
     -moz-border-image: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0pt 0pt #DDDDDD;
     border-color: #AAAAAA #888888 #888888 #AAAAAA;
     border-style: solid;
     border-width: 1px;
     color: #222222;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
     background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) repeat scroll 0pt 0pt #CCCCCC;
     border: 1px solid #666666;
} */



.searchtext {
    color: #000000;
    font-size: 1em;
    line-height: 1.385em;
    vertical-align: middle;
    font-variant: small-caps;
    letter-spacing: 2px;
}


.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  width: 68px;
}
.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* End Custom box search form and advert */

.custom div.toolbar-social {
float:right;
}

#fb {
	
}

/*Header*/


.portal-header2 {
     background-image: url("http://www.artemis.bm/images/header_logo.gif");
     background-repeat: no-repeat;
	 background-color: #02062A;
     float: left;
     height: 150px;
     padding: 0pt;
     width: 467px;
}

#portal-header2 {
     background-repeat: no-repeat;
     display: block;
     float: left;
     height: 150px;
     padding: 0pt;
     text-indent: -9999px;
     width: 467px;
}

.domain {
     color: #5A70AE;
     font: bold 45px Trebuchet MS;
     left: 100px;
     margin-top: 70px;
     position: absolute;
     text-align: center;
     top: 0pt;
}

.header_links {
     color: #FFEA00;
     float: right;
     font: 11px "arial",sans-serif;
     margin-top: 2px;
	 margin-right: 5px;
     text-align: left;
}

.header_banners {
     float: right;
     margin-bottom: 3px;
     margin-right: 5px;
     margin-top: 5px;
     text-align: left;
}

.header_social {
     color: #FFFFFF;
     float: right;
     font: 14px "arial",sans-serif;
     margin-top: 0pt;
     text-align: left;
}

.header_links a {
     color: #FFEA00;
     font-weight: bold;
}

.header_links a:hover {
	 color:#FFF;
	 font-weight:bold;
}

.head_ban {
     padding-right: 5px;
}

.header_social ul {
     float: left;
     margin: 0pt 1px 0pt 0pt;
     width: 200px;
}

.header_social ul li {
     display: block;
     float: left;
     width: 40px;
}

.strapline {
     color: #FFFFFF;
     font: bold 18px Arial;
     left: 10px;
     margin-top: 125px;
     position: absolute;
     text-align: center;
     top: 0pt;
}

.main {
     height: 150px;
     position: relative;
     text-align: left;
	 background: #00062a;
	 width: 960px
}

.headgroup {
    background: none repeat scroll 0 0 #02062A;
    float: right;
    height: 150px;
    padding: 0;
    width: 482px;
}

.header_social a:hover{
	opacity:0.7;     
}
/*End Header*/

/* ------------- NEW BY ROWAN --------------------- */

#header { position:absolute; top: 0px; border-style: none; } 

.full_width { width: 100%; clear: both; position: relative } 
.full_width .page { width: 960px; margin: 0 auto; padding-right: 0em; padding-left:0em; } 

body.custom {
    background: #02062A;
}

#header_area {
    background: url(images/bg-tile.gif) top repeat-x !important 
}


#header_area .page { padding-top: 0em; height: 189px} 

#content_box { width: 100%; background: url('../lib/images/dot-ddd.gif') 56.4em 0 repeat-y; } 
#content { width: 55.3em; float: left;  } 
.no_sidebars #content {width: 100% !important;}

.teasers_box { width: 52em; } 
.teaser { width: 24.9em; }

#sidebars { width: 39.5em; border: 0; float: right; } 
#sidebar_1 { width: 20.7em; border-style: dotted; border-width: 0 0.1em 0 0; float: left; clear: left; } 


/*---:[ horizontal dropdown nav menu structure ]:---*/
.menu { position: relative; list-style: none; z-index: 50; top: 150px; background:#004d90 url(images/bg-nav-blue.gif) repeat-x; height: 39px; border: none}
	.menu li { position: relative; float: left; background:#004d90 url(images/bg-nav-blue.gif) repeat-x; }
		.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; 	top: 40px;
	left: 2px ; }
			.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: none; }
	
	.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; }
		
		
		/*---:[ nav styles ]:---*/
.menu ul, .menu ul li { width: 20em; background:#ccc;}
.menu ul ul, .menu :hover ul :hover ul { left: 19.9em; }
.menu li:hover ul, .menu a:hover ul { left: -0.1em; }
.menu { border-width: 0 0 0.1em 0.1em; }

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

.menu a { font-size: 1.3em;  padding: 11px 18px 11px 18px; border-left:1px solid #009DD7; font-weight: bold; text-transform: capitalize; letter-spacing: 0px}
:root .menu a { padding: 11px 20px 11px 20px \0/IE9; }  /* IE9 */
.menu ul a { width: 16.364em; }

.sub-menu li  a {
	background: #ddd !important;

	border-left: none !important;
	padding: 10px !important;
	color: #004d90;
	display: block
}

/*---:[ 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;*/background: #004d90; }
.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: #fff; background:#004d90 url(images/bg-nav-blue.gif) repeat-x;  }
.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: #fff; background: #008ABE; }
.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; }

/* Nav selected item colour */
.menu .current a, .menu .current-cat a, .menu .current-menu-item a, .menu .current-menu-parent a {
    border-bottom-color: #DDDDDD; background: #008ABE url(images/bg-nav.gif) repeat-x; color: #fff;}
	
 .menu .current-menu-parent li  a{
    color: #666;}

h1, h2, h3, h6 { font-weight: normal; font-family: 'Noto Sans', sans-serif !important;font-weight: 700 }



	
.more-link{
	background: #3899f8;
	padding: 2px 5px;
	color: #fff;
	text-decoration: none !important;
	font-size: 95%;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 6px;
	display: block;
	width: 135px
}

.teaser_link{
	background: #969678;
	padding: 2px 5px;
	color: #fff;
	text-decoration: none !important;
	font-size: 95%;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 6px;
	display: block;
	width: 125px
}

.more-link:hover {
	text-decoration: none;
	background: #0279ee
}

/* --- EMAIL SUBSCRIBE FORME --- */

#subForm input {
	margin-bottom: 5px
}

.button input {
	background: #3899f8;
	padding: 2px 5px !important;
	color: #fff;
	border: none !important;
	font-size: 13px !important;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif !important;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: -20px 0 0 235px;
	cursor: pointer;
	line-height: 21px;
	display: block	;
	-webkit-appearance: none;
	
}

*+html .button input {
	margin: 0px 0 0 205px;
}

#submit {
	background: #3899f8;
	padding: 2px 5px !important;
	color: #fff;
	border: none !important;
	font-size: 13px !important;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif !important;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 0 430px;
	cursor: pointer;
	line-height: 21px;
	display: block;
-webkit-appearance: none;
}

*+html #submit {
	margin: 0 0 0 410px;

}


/* --- SOCIAL SHARING BUTTONS 

div.sd-content {
	width: 260px !important;
	float: none !important;
	height: 32px;
}

div.sd-content ul {
	padding: 0px !important
}

.sd-content li   {
	width: 32px !important;
	height: 32px !important;
}

.sd-content li a {
	display: block !important;
	width: 32px !important;
	height: 32px !important;
	border: none !important
}

.sd-content li span  {
	display: none !important
}

.sd-content li a.share-facebook {
	background: url(images/facebook_hover.png)  !important;
}

.sd-content li a.share-linkedin {
	background: url(images/linkedin_hover.png)  !important;
}

.sd-content li a.share-twitter {
	background: url(images/twitter_hover.png)  !important;
}

.sd-content li a.share-google-plus-1 {
	background: url(images/google_hover.png)  !important;
}

.sd-content li a.share-email {
	background: url(images/email_hover.png)  !important;
}

div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none !important;

}

.sd-title {
	width: 70px  !important
}



.post-wrap{
	position: relative;	
	padding-bottom: 50px
}

#fb {
	width: 200px !important;
	position: absolute;
	bottom: 85px;
	right: 65px
}

.post_tags {
	display: block;
	height: 80px;
	position: absolute;
	bottom: -40px;
	left: 0px
}

*+html #fb {
	width: 200px !important;
	position: absolute;
	bottom: 55px;
	right: 65px

}

#content {
	width: 560px  !important;
}
--- */

/*-- Next and prev --*/

.prev_next a {
    background: #004c8e;
    padding: 4px 6px;
    color: #fff;
    text-decoration: none !important;
    font-size: 120%;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 6px;
    letter-spacing: 0px;
    text-transform: capitalize
}
.post_nav span {
    background: #bbbbb1;
    padding: 1px 5px;
    color: #fff;
    font-size: 120%;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 0px;
    text-transform: capitalize;
    width: 90px;
    display: inline;
    float: left;
    margin-top: 7px
}

.post_nav p a {
    background: none;
    padding: none;
    color: #004c8e;
    display: block;
    width: 76%;
    float: left;
    margin-left: 7px
}

.post_ad {
    border-width: 1px !important;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*-- Related posts H3 --*/
.related_h2 {
	line-height:0 !important;
	margin: 0 0 0.811em !important;
}

* + html .related_recent {  
   margin-top: 10px;  
}

/*-- Email share box fix --*/
#sharing_email {
    position: fixed !important;
    left: 30%!important;
    top: 30% !important;
}

/*---:[ nav menu styles ]:---*/
.menu table { bottom: -0.1em; }
.nav, .menu li ul {  }
.menu li { margin-bottom: -0.1em; }
    .menu li ul { margin-top: -0.1em; }
    .menu ul ul { margin: 0 0 0 3em; }
.menu .current-menu-item a:hover {background: #969678 ; color: #fff}
.sub-menu li a, .sub-menu li li  a  {color: #004d90 !important ;}
.sub-menu li a:hover, .sub-menu li li  a:hover  {color: #fff !important ;}

/*-- Footer specific CSS --*/
.footer_social {
float:right;
}


.footer_social ul {    
width:200px;
float:left;
margin:0px;
}

.footer_social ul li {
	width:40px;
	float:left;
	display:block;
	padding-bottom:0px;  
}

.footer_social a{
	text-decoration: none;     
}

.footer_social a:hover{
	opacity:0.7;     
}

/*-- New blockquote CSS

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

blockquote p {
margin:15px 0 !important;
} 
 --*/
 
 blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

/* Share count */
.toolbar-social span.share-count  {
	background: none repeat scroll 0% 0% #FFF;
}

/* New share button css */

div.sd-content {
 margin-bottom: 55px
}

.sd-content li {
    float: left !important;

}
.sd-content li a {
    display: block !important;
    border: none !important;
    border-radius: 0px !important   
}

.sd-content li span  {
    color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before,
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before,
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before,
.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before
{
    color: #fff
}

.sd-content li a.share-facebook {
    background: #3350ae  !important;
}

.sd-content li a.share-google-plus-1 {
    background: #d83d2d  !important;
}

.sd-content li a.share-twitter {
    background: #00c4fc !important;
}

.sd-content li a.share-linkedin {
    background: #0084d7  !important;
}

.sd-content li a.share-email {
    background: #ff7800 !important;
}

.sd-content li a.share-facebook .share-count {
    font-size: 11px
}

.sd-content li a.share-facebook .share-count {
    background: #2ea2cc !important;
}

.sd-content li a.share-google-plus-1 .share-count {
    background: #eb8b81 !important;
}

.sd-content li a.share-twitter .share-count {
    background: #016784 !important;
}

.sd-content li a.share-linkedin .share-count {
    background: #2ea2cc !important;
}

h3.sd-title {
	font-size: 14pt !important;
	line-height: 0.2 !important;
}