/*
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.7]
Version:		1.7
Author:			Chris Pearson
Author URI:		http://www.pearsonified.com/
*/

/*
IMPORTANT NOTE!
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 
"use custom stylesheet" option in the Thesis options panel if you wish to use a custom stylesheet.
*/

body { font-size: 62.5%; }
* { 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 { 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_info { border-style: solid; border-color: #ddd; }
	#archive_info p { text-transform: uppercase; letter-spacing: 2px; }

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

/*---:[ 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; }
		.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 ]:---*/
#container { width: 98.5em; margin: 0 auto; }
	#page { padding: 1em; }
		#header, #footer { padding-right: 1em; padding-left: 1em; }
		#content_box { width: 100%; background: url('../lib/images/dot-ddd.gif') 20.5em 0 repeat-y; }
		.no_sidebars { background: none !important; }
			
			#content { width: 75.9em; float: right; }
			.no_sidebars #content { width: 100%; }
				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 0.9em 0 2em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1em; }
				.teasers_box { width: 73em; }
					.teaser { width: 35.5em; }
				#archive_info, .prev_next { padding-right: 0.9em; padding-left: 2em; }
			#sidebars { width: 20.5em; border: 0; float: left; }
				.sidebar { width: 100%; }
				#sidebar_1 { border: 0; }
					.sidebar ul.sidebar_list { padding-right: 1em; padding-left: 1em; }
				
		
/*---:[ nav styles ]:---*/
.menu ul, .menu ul li { width: 15em; }
.menu ul ul, .menu :hover ul :hover ul { left: 15em; }
.menu li:hover ul, .menu a:hover ul { left: 0; }
.menu { border-width: 0 0 0 0; }


/*---:[ multimedia box elements ]:---*/
#multimedia_box { padding: 1em; }
	#image_box img { display: block; padding: 0.1em; border-width: 0.1em; }
	#image_box img.square { width: 18.1em; height: 18.1em; }
	#image_box img.four_by_three { width: 18.1em; height: 13.6em; }
	#image_box img.three_by_four { width: 18.1em; height: 24.1em; }
	#image_box img.three_by_two { width: 18.1em; height: 12.1em; }
	#image_box img.two_by_three { width: 18.1em; height: 27.2em; }
	#image_box img.five_by_four { width: 18.1em; height: 14.5em; }
	#image_box img.four_by_five { width: 18.1em; height: 22.6em; }
	#image_box img.sixteen_by_nine { width: 18.1em; height: 10.2em; margin: 0 auto; }
	#image_box img.nine_by_sixteen { width: 18.1em; height: 32.2em; margin: 0 auto; }
	#image_box img.two_by_one { width: 18.1em; height: 9.1em; }
	#image_box img.one_by_two { width: 18.1em; height: 36.2em; }

/*---:[ comments area ]:---*/
#comments { margin-right: 1em; margin-left: 1em; }
	.comments_intro, #respond_intro { margin-left: 1em; }
		dl#comment_list dt, #trackback_list { padding-right: 1em; padding-left: 1em; }
		dl#comment_list dd { padding-left: 1em; }
			dl#comment_list dd .format_text, dl#comment_list dd #respond { padding-right: 1em; }
		dl#comment_list dl dt { padding-left: 2em; border-width: 0 0 0 0.1em; }
		dl#comment_list dl dt.bypostauthor { padding-left: 1.9em; 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.077em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.5em; border-width: 0 0 0 0.154em; }
		dl#comment_list dl dd dl { padding-left: 2em; }
#commentform { padding-right: 0.9em; padding-left: 1em; }
.comments_closed, .login_alert { margin-left: 1em; }

/*---:[ content elements ]:---*/
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
	#header { padding-top: 2em; padding-bottom: 2em; }
		.post_box { padding-top: 2em; }
			.headline_area { margin-bottom: 2em; }
		.teasers_box { padding-top: 2em; padding-bottom: 2em; }
		#multimedia_box { margin-bottom: 2em; }
	#footer { padding-top: 1em; padding-bottom: 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, .menu a, .menu li ul { border: none; }
.menu table { bottom: 0; }

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

/*---:[ headlines ]:---*/
.headline_area h1, .headline_area h2 { font-size: 2.6em; line-height: 1.308em; }
.format_text h2, .format_text h3 { font-size: 1.308em; line-height: 1.176em; margin: 1.765em 0 0.588em 0; }
.format_text h4 { font-size: 1em; }
.format_text h5 { font-size: 0.769em; }
.format_text h6 { font-size: 0.769em; }
.teaser h2 { }
.sidebar h3 { font-size: 1.5em; line-height: 1em; margin-bottom: 0.5em; }
#archive_info h1 { font-size: 1.7em; line-height: 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 2em 2em 0; }
.headline_area img.alignright { margin: 0 0 2em 2em; }
.headline_area img.alignnone { margin: 0 auto 2em 0; }
.headline_area img.aligncenter { margin: 0 auto 2em auto; }
.headline_area img.frame { padding: 0.9em; border-width: 0.1em; }

/*---:[ post content area ]:---*/
.format_text { font-size: 1.3em; line-height: 1.538em; }
	.format_text p { margin-bottom: 1.538em; }
		.format_text p.note, .format_text p.alert { padding: 0.538em 0.769em; }
	.format_text .drop_cap { font-size: 3.538em; line-height: 0.739em; padding: 0.043em 0.13em 0 0; }
	.ie6 .format_text .drop_cap { padding-right: 0.065em; }
	.format_text acronym, .format_text abbr { font-size: 0.769em; }
	.format_text code, .format_text pre { font-family: "Andale Mono", Consolas, Monaco, Courier, "Courier New", Verdana, sans-serif; }
	.format_text code { font-size: 0.923em; }
	.format_text pre { font-size: 0.923em; line-height: 1.5em; margin-bottom: 1.667em; padding: 0.583em 0.833em; }
	.format_text sub, .format_text sup { line-height: 0.769em }
	.format_text ul { margin: 0 0 1.538em 1.538em; }
	.format_text ol { margin: 0 0 1.538em 1.538em; }
		.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.538em; }
	.format_text dl { margin-bottom: 1.538em; }
		.format_text dd { margin-bottom: 1.538em; }
	.format_text blockquote { margin: 0 0 1.538em 0.769em; padding-left: 0.769em; }
		/*---:[ pullquotes ]:---*/
		.format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.308em; line-height: 1.176em; }
		.format_text blockquote.right { margin: 0 0 1.176em 1.176em; }
		.format_text blockquote.left { margin: 0 1.176em 1.176em 0; }
	/*---:[ image handling classes ]:---*/
	.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin: 0 1.538em 1.538em 0; }
	.format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin: 0 0 1.538em 1.538em; }
	.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1.538em auto; }
	.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin: 0 auto 1.538em 0; }
	.format_text img[align="left"] { margin-right: 1.538em; margin-bottom: 1.538em; }
	.format_text img[align="right"] { margin-bottom: 1.538em; margin-left: 1.538em; }
	.format_text img[align="middle"] { margin-bottom: 1.538em; }
	.format_text img.frame, .format_text .wp-caption { padding: 0.692em; border-width: 0.077em; }
	.format_text img.stack { margin-left: 1.538em; }
	.format_text .wp-caption p { font-size: 0.846em; line-height: 1.455em; margin-bottom: 0; }
	/*---:[ ad and miscellaneous "block" classes ]:---*/
	.format_text .ad { margin-left: 1.538em; }
	.format_text .ad_left { margin-right: 1.538em; }

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

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

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

/*---:[ archive information block ]:---*/
#archive_info { padding-top: 1em; padding-bottom: 1em; }
	#archive_info p { font-size: 1em; line-height: 1em; margin-bottom: 1em; }

/*---:[ previous and next links ]:---*/
.prev_next { padding-top: 1em; padding-bottom: 1em; }
	.prev_next p { font-size: 1em; line-height: 2em; }
	.post_nav .previous { margin-bottom: 0.5em; }
	.post_nav a { font-size: 1.3em; line-height: 1.538em; }

/*---:[ comment area ]:---*/
#comments { margin-top: 4em; }
.comments_intro { margin-bottom: 1em; }
	.comments_intro p { font-size: 1.1em; line-height: 1.818em; }
		.comments_intro span { font-size: 1.818em; }
#comment_list, #trackback_list { margin-bottom: 4em; }
	dl#comment_list dt { padding-top: 1.6em; }
		dl#comment_list dt span { font-size: 1.1em; line-height: 1.818em; }
		dl#comment_list dt .comment_author { font-size: 1.5em; line-height: 1.333em; padding-right: 0.667em; }
			.avatar img { margin-left: 0.909em; }
		.comment_time { padding-right: 0.909em; }
		.comment_num { padding-left: 0.909em; }
			.comment_num a { font-size: 1em; line-height: 1.818em; padding: 0.091em 0.273em; }
	dl#comment_list dd { padding-top: 1em; }
		dl#comment_list dd p.reply a { font-size: 0.769em; line-height: 1.8em; }
			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.538em; }
#trackback_list { padding-top: 1em; list-style: none; }
	#trackback_list a { font-size: 1.3em; line-height: 1.538em; }
	#trackback_list span { font-size: 1.1em; line-height: 1.818em; }
.comments_closed { margin-top: 4em; margin-bottom: 2em; }

/*---:[ comment form styles ]:---*/
#respond { margin-bottom: 4em; }
#respond_intro { margin-bottom: 1em; }
	#respond_intro p { font-size: 1.6em; line-height: 1.25em; }
	#cancel-comment-reply-link { font-size: 1.1em; line-height: 1em; padding: 0.545em 0.727em; border-width: 0.182em; }
.login_alert { margin-top: 4em; margin-bottom: 2em; padding: 1em; }
#commentform { padding-top: 1em; }
	#commentform p, .login_alert p { font-size: 1.3em; line-height: 1.538em; }
	#commentform p.comment_box { line-height: 0.769em; }
		#commentform label { padding-left: 0.769em; }
		#commentform textarea { height: 12.308em; line-height: 1.538em; }
		#commentform span.allowed { width: 97.3%; padding-top: 0.538em; padding-bottom: 0.538em; border-width: 0 0.077em 0.077em 0.077em; }
			#commentform span.allowed span { font-size: 0.846em; line-height: 1.818em; padding: 0 0.636em; }
	/* Support for the highly-recommended Subscribe to Comments Plugin */
	#commentform p.subscribe-to-comments { font-size: 1.3em; }
		#commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ sidebar styles ]:---*/
.sidebar { }
#column_wrap .sidebar ul.sidebar_list { padding-top: 2em; }
	li.widget { font-size: 1.2em; line-height: 1.5em; margin-bottom: 3em; }
	li.tag_cloud { line-height: 1.833em; }
		li.widget p { margin-bottom: 1.5em; }
		li.widget abbr, li.widget acronym { font-size: 0.917em; }
		li.widget code { font-size: 1em; }
			li.widget ul li { margin-bottom: 0.667em; }
				li.widget li ul { margin: 0.667em 0 0 1.5em; }
	/*---:[ widget box styles ]:---*/
	li.widget .widget_box { padding: 0.75em; border-width: 0.083em; }
	/*---:[ google custom search ]:---*/
	li.thesis_widget_google_cse form input[type="submit"] { font-size: 1em; margin-top: 0.5em; padding: 0.167em 0.25em; }
	/*---:[ calendar widget ]:---*/
	#calendar_wrap a { padding: 0.083em; }
	#calendar_wrap a:hover { padding: 0.083em; }
		table#wp-calendar caption { font-size: 0.917em; line-height: 2em; }
		table#wp-calendar th { font-size: 0.917em; line-height: 2em; padding-top: 0.091em; }
		table#wp-calendar td { line-height: 1.833em; }
		table#wp-calendar td#next, table#wp-calendar td#prev { font-size: 0.917em; 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: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.format_text input, #commentform input, #commentform textarea { width: 45%; padding: 0.231em; border-width: 0.077em 0.077em 0.077em 0.077em; }
#commentform textarea { width: 96%; }
.format_text input.form_submit, #commentform .form_submit { font-size: 1.154em; padding: 0.333em 0.267em; }
.sidebar .text_input, .sidebar .form_submit { padding: 0.333em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.sidebar input[type="text"], .sidebar input[type="submit"] { padding: 0.333em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

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

/*---:[ 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: "Helvetica Neue", Helvetica, 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: #404040; background: #FFFFFF; }
#page { background: #FFFFFF; }
a, h2 a:hover, #logo a:hover { color: #2C9CB8; }
#logo, #logo a { color: #111111; }
#tagline { color: #888888 }
h1, h2, h2 a { color: #151515; }
.format_text h2, .format_text h3, .format_text h4, .format_text h5, .format_text h6 { color: #151515; }
.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: #404040; }
code, pre { color: #111111; }
.sidebar h3 { color: #151515; }
#multimedia_box { color: #111111; }
.image_box { background: #EEEEEE; }
.video_box { background: #000000; }
.custom_box { background: #EEEEEE; }
#footer, #footer a { color: #404040; }
#footer a:hover { color: #404040; }

/*---:[ nav colors ]:---*/
.menu, .menu a, .menu li ul { border-color: #DDDDDD; }
.menu .current a, .menu .current-cat a { border-bottom-color: #2C9CB8; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a { border-bottom-color: #DDDDDD; }
.menu a, .menu .current ul a, .menu .current-cat ul a { color: #404040; background: #EFEFEF; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #404040; background: #E1F6FB; }
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { color: #FFFFFF; background: #2C9CB8; }
.menu .current-parent > a, .menu .current-cat-parent > a { color: #FFFFFF; background: #2C9CB8; }

/*---:[ 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_info, #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; }

/*
File:			custom.css
Description:	Custom styles for Thesis
*/
/* START SLIDESHOW */
body .slideshow .section { margin-top:20px;}
body .slideshow div.stage_img1 {
background: url('/wp-content/uploads/2009/12/editor_table-300x227.png') no-repeat;
height: 227px;
width: 300px;
float:left;
margin-top: -70px;
margin-left: -20px;
}
body .slideshow div.stage_img2 {
background: url('/wp-content/uploads/2009/12/customize_report_v1-300x204.png') no-repeat;
height: 204px;
width: 300px;
float:left;
margin-top: -70px;
margin-left: -20px;
}
body .slideshow p.cycle {
padding-left:490px;
background: url('/wp-content/themes/thesis_17/custom/images/back_home.png') repeat scroll 0 0;
height: 115px;
color:white;
padding-top:5px;
font-size:20px;
line-height:24px;
}
body .slideshow p.cycle a {color:white;}
body .slideshow p.cycle a img {background:none; margin:0; padding:0;}
body .slideshow h1 {padding-left: 490px;}
/* END SLIDESHOW */

/*  START PRICING TABLE */
#pricing_table .buy #buy-basic a, #pricing_table .buy #buy-standard a {
background:url("buy_now_button.png") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
font-weight:bold;
padding:6px 22px;
text-decoration:none;
}
#pricing_table .buy #buy-basic a:hover, #pricing_table .buy #buy-standard a:hover {text-decoration:underline;}
#pricing_table .col1 {width:300px;}
#pricing_table .col2, #pricing_table .col3 {width:150px;}

#pricing_table .first td {font-size:18px;font-weight:bold;text-align:center; font-variant:small-caps;}
#pricing_table .buy td {text-align:center;}
#pricing_table .pricing td {text-align:center; font-weight:bold; font-size:16px;}
#pricing_table .pricing td.col1 {text-align:left;}

#pricing_table .blank  td {
font-weight:bold;
border-bottom: 1px solid #DDDDDD;
text-align:left;
}
#pricing_table .sub  td {
text-align:center;
border-bottom: 1px dashed #DDDDDD;
}
#pricing_table .sub  td.col1 {text-align:right;}
/* END PRICING TABLE */

/*****************************************
Importazione CSS vecchio sito
*****************************************/
body {color:#222;background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;}
h2 {font-size:2em;}
h3 {font-size:1.5em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

p {font-size:13px;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}


tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

pre, code { font-size: 14px; color: #333; font-family: courier new; }
body { color: #404040; }
a { color: #2C9CB8; }
a:hover { color: #fff; background: #2C9CB8; text-decoration: none; }
h1, h2, h3, h4, h5 { color: #151515; }
h1 a:hover { background: none; }
h2 a { text-decoration:none; } 
h2 a:hover { color: #151515; background: none; }

ul.submenu{margin:0;}
#home-left h2 { font-size: 25px; color: #111; letter-spacing: 1px; font-weight:normal;}
p img, a img {
background:none repeat scroll 0 0 #FFFFFF;
float:none;
margin:3px 0;
padding:3px;
}
/*****************************************
Fine parte riguardante il vecchio sito
*****************************************/
#page {padding-top:15px;}
ul{list-style-position:inside !important;}
#comments {clear:both !important;}
body #header {display:none;}
#content {margin-top:20px;}
.thesis_widget_subscriptions .sub_twit a {padding-left: 20px; background: url('images/twitter.gif') 0 50% no-repeat;}
.format_text .wp-caption {width:inherit !important;}

a.video_link, a.video_link:hover {background:url("/imgs/icon_video.png") no-repeat scroll 0 0 transparent;padding-left:18px;}

/* START MENU BAR*/
#nav_menu{
border-color:#DDDDDD;
border-style:solid;
border-width:0 0 1px;
width:100%;
margin-top:110px;
}
.menu {float:right; margin:20px 0 0; clear:right;}
.menu li {list-style-position:outside !important; min-width:60px; text-align:center; margin-right:5px; position:static;}
.menu li#menu-item-3128 {margin-right:10px;}
.menu #menu-item-3128 a {
font-weight:bold;
background:url("free_trial_button.png") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
padding-right:10px;
padding-left:10px;
min-width:80px;}
.menu #menu-item-3128 a:hover {background:url("free_trial_button.png") no-repeat scroll 0 0 transparent; color:#FFFFFF;}
.menu #menu-item-3129 a {
font-weight:bold;
background:url("buy_now_button.png") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
padding-right:10px;
padding-left:10px;
min-width:80px;}
.menu #menu-item-3129 a:hover {background:url("buy_now_button.png") no-repeat scroll 0 0 transparent; color:#FFFFFF;}
.menu #menu-item-4290 {margin-right:50px;}
.menu .tab .children {display:none;}

.menu .current-menu-item > a,
 .menu .current-menu-item > a:hover,
 .menu .current_page_parent > a,
 .menu .current_page_parent > a:hover,
 .menu .current-menu-item ul.sub-menu .menu-item.current-menu-item a,
 .menu .current-menu-item ul.sub-menu .menu-item.current-menu-item a:hover ,
 .menu .current_page_parent ul.sub-menu .menu-item.current-menu-item a,
 .menu .current_page_parent ul.sub-menu .menu-item.current-menu-item a:hover {background:none repeat scroll 0 0 #2C9CB8;color:#FFFFFF;}

.menu .current-menu-item a{border-bottom-color:#2C9CB8;}
.menu .current-menu-item > a, .menu .current_page_parent > a:hover {cursor:default;}
.menu li:hover ul, .menu li:hover ul li {visibility:visible; display:block; z-index: 200;}
.menu .current_page_parent ul.sub-menu, .menu .current-menu-item ul.sub-menu  {visibility:visible; z-index:auto;}
.menu ul.sub-menu {position:absolute; padding-top:5px; left:0; background:none repeat scroll 0 0 white; width:100%; margin:0;}
.menu ul.sub-menu a {width:auto; min-width:12em;}
ul.sub-menu li {clear:none; width:auto;}

#rightmenu {float:right;}
.topmenu {float:left; margin:0;}
.topmenu li {list-style:none outside none; margin-right:5px; float:left; position:relative; border-right:1px solid #DDDDDD; padding-right:5px;}
/* END MENU BAR */

/* START FOOTER E SITEMAP */
#footer {padding:0; text-align:left;}
#footer p {font-size:11px; color:#404040; line-height:1.8em;}
#footer a {text-decoration:none; color:#2C9CB8; border:0; font-size:11px; line-height:1.8em;}
#footer a:hover {color:#FFFFFF; background-color:#2C9CB8;}
#footer .copyright {clear:both; border-top:1px solid #DDDDDD; padding-top:9px;}
#footer .copyright p {float:left;}
#footer .contact {width:35%; float:left; margin:10px 0;}
#footer #quick-links {float:right; margin:10px 0;}
#footer .f-menu {list-style:none outside none;}
#footer .f-menu li {float:left; display:inline;}
#footer .f-menu li a {border-right:1px solid #D0D0D0; margin-left:1.5em; padding-right: 1.5em;}

#sitemap_footer {text-align:left; color:#333; font-size:11px; width:100%; line-height:18px; position: relative;}
#sitemap_footer .column {float:left; width:22.9%; padding:10px 1%;}
#sitemap_footer h3 {color:#222; font-size:1.5em; line-height:1em; margin-bottom:0.5em; font-variant:small-caps; letter-spacing:2px;}
#sitemap_list {list-style:none outside none;}
#sitemap_list a {color:#444; border:0; padding:0 2px;}
#sitemap_list a:hover {color:#111 !important;}

#sitemap_list #menu-item-4255, #sitemap_list #menu-item-4256, #sitemap_list #menu-item-4257, #sitemap_list #menu-item-4258, #sitemap_list #menu-item-4259, #sitemap_list #menu-item-4260, #sitemap_list #menu-item-4261 {height:16px; margin-bottom:2px; padding-left:20px;}
#sitemap_list #menu-item-4261 {background:url("social_sprite.png") no-repeat scroll 0 0 transparent;}
#sitemap_list #menu-item-4258 {background:url("social_sprite.png") no-repeat scroll 0 -16px transparent;}
#sitemap_list #menu-item-4257 {background:url("social_sprite.png") no-repeat scroll 0 -32px transparent;}
#sitemap_list #menu-item-4256 {background:url("social_sprite.png") no-repeat scroll 0 -48px transparent;}
#sitemap_list #menu-item-4259 {background:url("social_sprite.png") no-repeat scroll 0 -64px transparent;}
#sitemap_list #menu-item-4260 {background:url("social_sprite.png") no-repeat scroll 0 -80px transparent;}
#sitemap_list #menu-item-4255 {background:url("social_sprite.png") no-repeat scroll 0 -96px transparent;}
/* END FOOTER E SITEMAP */

/* START HOME PAGE */
#contentwrap.clr{border-style:double; border-width:0 0 3px;}
#home-left {
line-height:1.3em;
margin-right:20px;
width:350px;
float:left;
}
#home-left ul {margin:0; list-style:none outside none;}
#home-left h2 {margin-top:0;}
#home-left p {margin-bottom:0.5em;}
#home-right {float:right;}

.teaser-column {float:left;}
.teaser-column.first {margin-top:20px;}
.teaser-column.last {margin-bottom:20px;}
body .teaser-column .teaser {
border:0;
width:30.3%;
margin:0 1.5%;
float:left;
padding:1.5% 0;
border-top: 1px dashed #DDDDDD;
}
body .teaser-column.first .teaser {border:0;}
.teaser h2 a {color:#2C9CB8;font-weight:bold;}
.teaser-column .teaser div {margin:0; text-align:left;}
.teaser-column .teaser h2 {margin-bottom:6px;}
.teaser-column .teaser p {margin-bottom:3px;}
/* END HOME PAGE */

/* START TOUR */
#sidebar_tour .menu_tour {
font-size:18px;
line-height:24px;
list-style:none outside none;
margin-right:-10px;
}
#sidebar_tour .menu_tour li {
border-color:#DDDDDD;
border-style:solid;
border-width:0 0 1px;
padding:10px 30px 10px 0;
text-align:right;
}
#sidebar_tour .menu_tour li.first {padding-top:7px;}
#sidebar_tour .menu_tour li.last {border-width:0;}
#sidebar_tour .menu_tour li a {color:#404040;}
#sidebar_tour .menu_tour li a:hover{color:#404040;background-color:transparent;}
#sidebar_tour .menu_tour li.current {background-color:#E1F6FB;}
/*#sidebar_tour .menu_tour li.current a {color:#404040;}*/
/* END TOUR */

li.widget ul {margin:0;}		
li.widget ul li {margin-bottom:0; font-size:11px;}
li.widget ul li img{margin:0; padding:0;}

/***** CSS per pagina e post video *****/
body #wide li.widget {display: none;}
/*body #wide #text-2 {display: block;}	//attivare per visualizzare il widget dei Social Network o la Sidebar Login
body #wide #sidebar-login {display: block;}*/

body #hide-all {display: none;}

#sub-main {margin-bottom:15px;}
#sub-right {
background:none repeat scroll 0 0 #FFFFFF;
float:right;
line-height:1.3em;
padding:0px;
position:relative;
width:160px;
}
#sub-main.format_text h3{margin-bottom:10px; margin-top: 0;}
#sub-right.videos p {margin-bottom:10px;}

#sub-left {
font-size:13px;
line-height:1.3em;
width:560px;
float:left;
margin-right:10px
}
ul#video{font-size:11px; margin:0 0 10px;}
.video-column{width:32%; font-size:11px; margin-bottom:10px; margin-right:1%;}
.video-column h3 {
padding:5px 5px 5px 0;
font-size:14px;
line-height:18px;
font-variant:small-caps;
letter-spacing:2px;
}
.video-column.left {float:left;}
.video-column.center {float:left;}
.video-column.right {float:right;}
/***** Fine CSS per pagina e post video *****/

/***** CSS per pagina Blog *****/
#blog .teaser {
width:100%;
float:none;
margin-bottom:20px;
border-bottom:1px dotted #BBBBBB;
padding-bottom:5px;
}

#archive_info{margin-bottom:10px;}
#archive_info p{display:none;}
body .teaser {width: 100%; margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px dotted #bbb; text-align: justify;}
body .teasers_box {padding-top: 0; padding-bottom: 0; border-top: 0;}
/***** Fine CSS per pagina Blog *****/
 
.download-info .download-button,
.download-info .more-button {
	width: 120px;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	display: block;
}

.download-info .download-button {background: url(downloadbutton.gif) no-repeat top left;}
.download-info .more-button {background: url(morebutton.gif) no-repeat top left;}
form#download-page-search {
	border:1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 8px 0 16px !important;
}
form#download-page-search br {display: none;}
div.download-info.single {overflow:hidden;}
.download-info-heading {margin: 8px 0 12px !important;}
.download-desc-heading {margin: 8px 0 12px !important; color: #999; font-weight: bold; padding: 4px 0; border-bottom: 1px solid #ddd;}
#download-page small {margin-left: 4px; font-size: 11px; letter-spacing: -0.1px}
#download-page small small {margin-left: 0}
#download-page small a {color: #999}
div.side-section {float:left; width:120px; text-align: center;}
div.main-section {float: right; position: relative; width:316px;}
div.download-info p {margin: 8px 0 12px !important; padding: 0 !important;}
img.download-image {padding: 3px; background:#fff; border:1px solid #ddd;}
table.download-meta {margin: 0 0 12px !important; padding: 0 !important;}
table.download-meta td, table.download-meta th {padding: 4px 0; border-bottom: 1px solid #ddd;}
table.download-meta thead {display: none;}
table.download-meta tbody th {color: #999; font-weight: bold;}
#download-page-featured, #download-page-tags {
	border:1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 12px;
	margin: 8px 0 16px !important;	
}
div#download-page-featured ul, div#download-page-tags ul {
	overflow: hidden;
	margin:0;
	padding: 0;
	text-indent: 0;
}
div#download-page-featured li:before, div#download-page-tags li:before {content: "";}
div#download-page-featured li {
	clear: left;
	float: left;
	list-style: none;
	width: 47%;
	padding-right: 3% !important;
	margin:0 0 4px !important;
	border-right:1px dotted #ddd;
}
div#download-page-featured li.alternate {
	clear: none;
	float: right;
	border: 0;
	padding: 0 !important;
	width: 47%;
}
div#download-page-featured a {
	display: table-row;
}
div#download-page-featured img {
	width: 42px;
	height: 42px;
	padding: 3px;
	background:#fff;
	border:1px solid #ddd;
	vertical-align: middle;
	margin-right: 8px;
	display: table-cell;
}
div#download-page-featured span {
	display: table-cell;
	vertical-align: middle;
}

div#download-page-featured a:hover, #download-page-categories a:hover {
	text-decoration: none;
}
div#download-page-featured h3, #download-page-categories h3, div#download-page-tags h3 {
	margin: 0 0 12px !important;
	padding:  0 0 8px 0;
	border-bottom:1px solid #ddd;
}
#download-page-categories {
	overflow: hidden;
}
#download-page-categories .category {
	float: left;
	width: 48%;;
	clear: both;
	border:1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 8px 3% 8px 0 !important;
}
#download-page-categories .category.alternate {
	margin: 8px 0 8px 0 !important;
	clear: none;
}
#download-page-categories .category .inner {
	padding: 12px;
}
#download-page-categories .category ol {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 0;
}
#download-page-categories .category li {
	margin:0;
	padding: 2px 0;
	list-style-position: inside;
	border: 0;
}

div#download-page-tags ul {
	text-align: center;
}
div#download-page-tags li {
	display: inline;
	margin: 0;
	padding: 0 6px;
}
div#download-page-tags li a {
	line-height: 1.5em;
}

p.sorting a.active {
	background: #999;
	color: #fff;
	padding: 2px;
}
#download-page .pagination {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#download-page .pagination li:before {
	content: "";
}
#download-page .pagination li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    color: #2C9CB8;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    color: #2C9CB8;
}

h4 {
    font-size: 13px;
}

.core-section-body {
    border: 1px solid #DDD;
    margin: 1em;
    padding: 1em;
}

.store-product-detail-title {
    color: black !important;
}

.store-product-detail-pricing {
    color: black !important;
    font-weight: normal;
}

.core-form-field-body-note {
    margin-top: 0.25em;
}

.store-decorate-silk #store-variation-selector-command:hover {color:#2C9CB8;}