/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PageNavi 2.50									|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}/*
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="themes.php?page=thesis-options">Thesis Options</a> and the <a href="themes.php?page=thesis-design-options">Design Options</a> to begin your Thesis experience! [ver. 1.6]
Version:		1.6
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; }
/*	.teasers_box .post_box { margin: 0; border-top: none; clear: none; }*/
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none !important; }
		#sidebars { border-style: solid; border-color: #ddd; }
			#sidebar_1 { border-style: dotted; 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;  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: 1px; }

/*---:[ 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; }
	.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 { cursor: text; }
	.menu .current-cat > a { cursor: text; }
		.menu .rss { float: right; }
		.menu .rss a, .menu .rss a:hover { padding-right: 16px;  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 ]:---*/
#multimedia_box { width: 100%; }
	#image_box { border-style: solid; border-color: #ddd; }
		#image_box img { display: block; background: #fff; border-style: solid; border-color: #bbb; }
	#custom_box { border-style: solid; border-color: #ddd; }

/*---:[ 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;  }
		.thesis_widget_subscriptions .sub_email a { padding-left: 20px;  }
		/*---:[ 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;  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; } */
dl#trackback_list { border-top: 1px dotted #bbb; }
		dl#trackback_list dt a { color: #111; }
		dl#trackback_list dt a:hover { color: #111; text-decoration: underline; }
	dl#trackback_list dd { 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: 968px; margin: 0 auto; }
	#page { padding: 2.2em;padding-left:1.5em;padding-right:0em }
		#header, #footer { padding-right: 1.1em; padding-left: 1.1em; }
		#content_box { width: 100%; }
		.no_sidebars { background: none !important; }
			
			#content { width: 65.2em; float: left; }
			.no_sidebars #content { width: 100%; }
				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 1.5em 0 0.5em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1.1em; }
				.teasers_box { width: 56.5em; }
					.teaser { width: 27.2em; }
				#archive_info, .prev_next { padding-right: 2.3em; padding-left: 1.1em; }
			#sidebars { width: 300px; border: 0; float: right; }
				.sidebar { width: 100%; }
				#sidebar_1 { border: 0; }
					.sidebar ul.sidebar_list { padding-right: 1.1em; }
				
		
/*---:[ nav styles ]:---*/
.menu ul, .menu ul li { width: 15em; }
.menu ul ul, .menu :hover ul :hover ul { left: 14.8em; }
.menu li:hover ul, .menu a:hover ul { left: -0.2em; }
.menu { border-width: 0 0 0.2em 0.2em; }


/*---:[ multimedia box elements ]:---*/
#image_box, #video_box, #custom_box { padding: 1.1em; }
	#image_box img { padding: 0.1em; border-width: 0.1em; }
	#image_box img.square { width: 29.6em; height: 29.6em; }
	#image_box img.four_by_three { width: 29.6em; height: 22.2em; }
	#image_box img.three_by_four { width: 29.6em; height: 39.5em; }
	#image_box img.three_by_two { width: 29.6em; height: 19.7em; }
	#image_box img.two_by_three { width: 29.6em; height: 44.4em; }
	#image_box img.five_by_four { width: 29.6em; height: 23.7em; }
	#image_box img.four_by_five { width: 29.6em; height: 37em; }
	#image_box img.sixteen_by_nine { width: 29.6em; height: 16.7em; margin: 0 auto; }
	#image_box img.nine_by_sixteen { width: 29.6em; height: 52.6em; margin: 0 auto; }
	#image_box img.two_by_one { width: 29.6em; height: 14.8em; }
	#image_box img.one_by_two { width: 29.6em; height: 59.2em; }

/*---:[ comments area ]:---*/
#comments { margin-right: 2.3em; margin-left: 0em; }
	.comments_intro, #respond_intro { margin-left: 1.1em; }
		dl#comment_list dt, dl#trackback_list dt { padding-right: 1.1em; padding-left: 1.1em; }
		dl#comment_list dd, dl#trackback_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.5em; border-width: 0 0 0 0.067em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.4em; border-width: 0 0 0 0.133em; }
		dl#comment_list dl dd dl { padding-left: 2.2em; }
#commentform { padding-right: 2.3em; padding-left: 1.1em; }
.comments_closed, .login_alert { margin-left: 1.1em; }

/*---:[ content elements ]:---*/
body { font-family: Arial, Helvetica, sans-serif; }
	/*#header { padding-top: 2.2em; padding-bottom: 2.2em; }*/
		.post_box { padding-top: 1em; }
			.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.2em; }
.nav, .menu li ul { border-width: 0 0 0.2em 0; }
.menu li { margin-bottom: -0.2em; }
	.menu li ul { margin-top: -0.2em; }
	.menu ul ul { margin-top: 0; }

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

/*---:[ headlines ]:---*/
.headline_area h1, .headline_area h2 { font-size: 2.4em; line-height: 1.333em; }
.format_text h2, .format_text h3 { font-size: 1.267em; line-height: 1.158em; margin: 1.737em 0 0.579em 0; }
.format_text h4 { font-size: 1em; }
.format_text h5 { font-size: 0.8em; }
.format_text h6 { font-size: 0.8em; }
.teaser h2 { }
.sidebar h3 { font-size: 1em; line-height: 1.385em; margin-bottom: 0.692em; }
#archive_info h1 { font-size: 1.9em; 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 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.5em; line-height: 1.467em; }
	.format_text p { margin-bottom: 1.467em; }
		.format_text p.note, .format_text p.alert { padding: 0.533em 0.733em; }
	.format_text .drop_cap { font-size: 3.333em; 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.8em; }
	.format_text code, .format_text pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; }
	.format_text code { font-size: 0.933em; }
	.format_text pre { font-size: 0.8em; line-height: 1.5em; margin-bottom: 1.833em; padding: 0.667em 0.917em; }
	.format_text sub, .format_text sup { line-height: 0.733em }
	.format_text ul { margin: 0 0 1.467em 1.467em; }
	.format_text ol { margin: 0 0 1.467em 1.467em; }
		.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.467em; }
	.format_text dl { margin-bottom: 1.467em; }
		.format_text dd { margin-bottom: 1.467em; }
	.format_text blockquote { margin: 0 0 1.467em 0.733em; padding-left: 0.733em; }
		/*---:[ pullquotes ]:---*/
		.format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.267em; line-height: 1.158em; }
		.format_text blockquote.right { margin: 0 0 1.158em 1.158em; }
		.format_text blockquote.left { margin: 0 1.158em 1.158em 0; }
	/*---:[ image handling classes ]:---*/
	.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin: 0 1.467em 1.467em 0; }
	.format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin: 0 0 1.467em 1.467em; }
	.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1.467em auto; }
	.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin: 0 auto 1.467em 0; }
	.format_text img[align="left"] { margin-right: 1.467em; margin-bottom: 1.467em; }
	.format_text img[align="right"] { margin-bottom: 1.467em; margin-left: 1.467em; }
	.format_text img[align="middle"] { margin-bottom: 1.467em; }
	.format_text img.frame, .format_text .wp-caption { padding: 0.667em; border-width: 0.067em; }
	.format_text img.stack { margin-left: 1.467em; }
	.format_text .wp-caption p { font-size: 0.867em; line-height: 1.385em; margin-bottom: 0; }
	/*---:[ ad and miscellaneous "block" classes ]:---*/
	.format_text .ad { margin-left: 1.467em; }
	.format_text .ad_left { margin-right: 1.467em; }

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

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

/*---:[ previous and next links on index, archive, and search pages ]:---*/
.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.5em; line-height: 1.467em; }

/*---:[ comment area ]:---*/
.comments_intro { margin-top: 4.4em; margin-bottom: 1.1em; }
	.comments_intro p { font-size: 1.3em; line-height: 1.692em; }
		.comments_intro span { font-size: 1.692em; }
	dl#comment_list dt { padding-top: 1.8em; }
		dl#comment_list dt span { font-size: 1.3em; line-height: 1.692em; }
		dl#comment_list dt .comment_author { font-size: 1.7em; line-height: 1.294em; padding-right: 0.647em; }
			.avatar img { margin-left: 0.769em; }
		.comment_time { padding-right: 0.846em; }
		.comment_num { padding-left: 0.769em; }
			.comment_num a { font-size: 1em; line-height: 1.692em; padding: 0.077em 0.231em; }
	dl#comment_list dd { padding-top: 1.1em; }
		dl#comment_list dd p.reply a { font-size: 0.8em; line-height: 1.5em; }
			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.467em; }
	dl#trackback_list dt { padding-top: 1.1em; }
		dl#trackback_list dt a { font-size: 1.5em; line-height: 1.467em; }
	dl#trackback_list dd span { font-size: 1.3em; line-height: 1.692em; }
.comments_closed { margin-top: 4.4em; margin-bottom: 2.2em; }

/*---:[ comment form styles ]:---*/
#respond_intro { margin-top: 4.4em; margin-bottom: 1.1em; }
.comment #respond_intro { margin-top: 0; }
	#respond_intro p { font-size: 1.8em; line-height: 1.222em; }
	#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: 8em 1.1em; }
/*#commentform { padding-top: 1.1em; padding-bottom: 2.2em; }*/
	#commentform p, .login_alert p { font-size: 1.2em; line-height: 1.467em; }
/*	#commentform p.comment_box { line-height: 0.733em; }
		#commentform label { padding-left: 0.733em; }*/
		#commentform textarea { height: 11.733em; line-height: 1.467em; width:600px}
	/*	#commentform span.allowed { width: 97.3%; padding-top: 0.467em; padding-bottom: 0.467em; border-width: 0 0.067em 0.067em 0.067em; }
			#commentform span.allowed span { font-size: 0.867em; line-height: 1.692em; padding: 0 0.538em; }
	/* Support for the highly-recommended Subscribe to Comments Plugin */
	#commentform p.subscribe-to-comments { font-size: 1.5em; }
		#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.769em; }
		li.widget code { font-size: 0.846em; }
			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: Georgia, "Times New Roman", Times, serif; }
.format_text input, #commentform input, #commentform textarea { width: 45%; padding: 0.2em; border-width: 0.067em 0.067em 0.067em 0.067em; }
#commentform textarea { width: 96%; }
.format_text input.form_submit, #commentform .form_submit { font-size: 1.133em; padding: 0.294em 0.235em; }
*/
.sidebar .text_input, .sidebar .form_submit { padding: 0.308em; font-family: Georgia, "Times New Roman", Times, serif; }
.sidebar input[type="text"], .sidebar input[type="submit"] { padding: 0.308em; font-family: Georgia, "Times New Roman", Times, serif; }

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

/*---:[ teaser styles ]:---*/
.teaser h2 { font-size: 2em; line-height: 1.3em; }
.teaser .format_teaser { font-size: 1.4em; line-height: 1.429em; margin-top: 1.429em; margin-bottom: 1.429em; }
.teaser .teaser_author, .teaser .teaser_category, .teaser .teaser_date, .teaser .teaser_comments, .teaser .edit_post { font-family: Georgia, "Times New Roman", Times, serif; }
.teaser .teaser_author { font-size: 1em; line-height: 1.8em; }
.teaser .teaser_category { font-size: 1em; line-height: 1.8em; }
.teaser .teaser_date { font-size: 1em; line-height: 1.8em; }
.teaser .teaser_comments { font-size: 1em; line-height: 1.8em; }
.teaser .teaser_link { font-size: 1.2em; line-height: 1.667em; }
.teaser .post_tags { font-size: 1.1em; line-height: 1.818em; }
.teaser .edit_post { padding-left: 0.8em; }

/*---:[ thumbnails ]:---*/
.teaser .post_image_link img.alignleft { margin-right: 2em; margin-bottom: 2em; }
.teaser .post_image_link img.alignright { margin-left: 2em; margin-bottom: 2em; }
.teaser .post_image_link img.aligncenter { margin-bottom: 2em; }
.teaser .post_image_link img.alignnone { margin: 0 auto 2em 0; }
.teaser .post_image_link img.frame { padding: 0.9em; border-width: 0.1em; }
.teaser .format_teaser .post_image_link img.alignleft { margin-right: 0.714em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.alignright { margin-left: 0.714em; margin-bottom: 0; }
.teaser .format_teaser .post_image_link img.aligncenter { margin-bottom: 1.429em; }
.teaser .format_teaser .post_image_link img.frame { padding: 0.286em; border-width: 0.071em; }

/*---:[ layout colors ]:---*/
body { color: #111111; background: #737373; }
#container { padding: 0 0.3em; background: #616161; border: 0.4em solid #6d6d6d; border-width: 0 0.4em; }
#page { background: #FFFFFF; }
a, h2 a:hover, #logo a:hover { color: #0200AC }
h1 a{color:#111111}
/*---:[ nav colors ]:---*/
.menu, .menu a, .menu li ul { border-color: #FFFFFF; }
.menu ul .current { border-bottom-color: #FFFFFF; }
.menu ul .current-cat > a { border-bottom-color: #FFFFFF; }
.menu a { color: #007EC4; background: #EFEFEF; }
.menu a:hover { color: #FFFFFF; background: #EFEFEF; }
.menu .current, .menu .current:hover { color: #007EC4; background: #EFEFEF; }
.menu .tab.current { border-bottom-color: #EFEFEF; }
.menu .current-cat > a { color: #007EC4; background: #EFEFEF; border-bottom-color: #EFEFEF; }
#logo, #logo a { color: #111111; }
#tagline { color: #888888 }
h1, h2, h2 a { color: #0098D4; }
.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: #FFFFFF;padding-left:5px;background:#198DC9;font-weight:bold;padding-top:2px;padding-bottom:2px;font-size:11px}
#image_box { background: #EEEEEE; }
#video_box { background: #000000; }
#custom_box { background: #EEEEEE; }
#footer, #footer a { color: #888888; }
#footer a:hover { color: #111111; }


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

/* PERSO */
#article li{margin-top:20px;}

div.tright{float:right;border-width:.5em 0 .8em 1.4em;}
div.tleft{float:left;clear:left;margin-right:.5em;border-width:.3em .3em 0 0;}

H2{color:black;clear:both}

DIV#steps H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -709px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#tips H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -781px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#warnings H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -817px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#thingsyoullneed H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -745px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#ingredients H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -601px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#relatedwikihows H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -673px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#externallinks H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -637px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#sources H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -637px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#video H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat;height:22px;  border: 1px solid #66CCCC; background-position: 18px -1504px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#sponsoredlinks H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -1386px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#Authors H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -565px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#commentaire H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; height:22px; border: 1px solid #66CCCC; background-position: 18px -1057px; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#ls H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat;height:22px; border: 1px solid #66CCCC; background-position: 18px -1388px;text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#ls{margin-bottom:0px}

DIV#video UL LI{list-style:none;}

DIV#article SPAN.editsection{font-size:70%;}
DIV#article SPAN.editsection1{font-size:70%;float:right;}
div.thumb{margin-bottom:.5em;border-style:solid;border-color:white;width:auto;}
div.thumbinner,div.gallerybox{border:1px solid #ccc;padding:3px!important;background-color:#f9f9f9;font-size:94%;text-align:center;overflow:hidden;}
div.gallerybox{margin-right:10px;}
div.gallerybox div.thumb{border-color:#f9f9f9;}
html .thumbimage{border:1px solid #ccc;}
html .thumbcaption{border:none;text-align:left;line-height:1.4em;padding:3px!important;font-size:85%;}
div.magnify{float:right;border:none!important;background:none!important;}
div.magnify a,div.magnify img{display:block;border:none!important;background:none!important;}
div.tright{float:right;border-width:.5em 0 .5em 1.4em;}
div.tleft{float:left;clear:both;margin-right:.5em;border-width:.3em .3em 0 0;}

.hide{display:none;}
DIV#editpage DIV#optional_sections LI{display:inline;list-style:none;margin-right:5px;}
DIV#editpage DIV#editpage-copywarn{background-color:#EEE;padding:10px;font-size:90%;margin-top:10px;}
DIV#editpage H2{background-color:#FFF;background-image:none;border:none;padding-left:0px;margin-left:0px}
#editpage H2,#editpage H3{margin:18px 0 3px 0;background-image:none}
DIV#article SPAN.subheader{color:#555;font-weight:normal;letter-spacing:normal;margin-left:5px;}
#article H2 SPAN.subheader{font-size:65%;}
#article H3 SPAN.subheader{font-size:70%;}
#editform textarea{border:inset 1px gray;background-color:#fdfdfd;width:570px;padding:2px;}

DIV#related_buttons{float:right;width:18%;}
DIV#related_buttons INPUT{margin-bottom:3px;}
DIV#article DIV.editpage_buttons{text-align:center;}
.image1 {background-image:url(http://ausujet.com/skins/ausujet/gifbg.gif);background-position: 0 0px;}
.image2 {background-image:url(http://ausujet.com/skins/ausujet/gifbg.gif);background-position: 0 0px;}
.image3 {background-image:url(http://ausujet.com/skins/ausujet/gifbg.gif);background-position: 0 -68px;}
.image4 {background-image:url(http://ausujet.com/skins/ausujet/gifbg.gif);background-position: 0 -136px;}
.image5 {background-image:url(http://ausujet.com/skins/ausujet/gifbg.gif);background-position: 0 -204px;}
.image6 {background-image:url(http://ausujet.com/skins/ausujet/gifbg.gif);background-position: 0 -272px;}
.image7 {background-image:url(http://ausujet.com/skins/ausujet/gifbg.gif);background-position: 0 -340px;}
.image8 {background-image:url(http://ausujet.com/skins/ausujet/gifbg.gif);background-position: 0 -408px;}
.image9 {background-image:url(http://ausujet.com/skins/ausujet/gifbg.gif);background-position: 0 -476px;}
.admin {background-image:url(http://ausujet.com/skins/ausujet/gifbg.gif);background-position: 0 -971px;}
div.categories777{background:#fff8dd;height:20px;margin:0px 0px 5px 0px;border-top:5px solid #c5a6dd;padding:1px 0 2px 12px;}
.yahoobuzz{border:#ccc solid 1px;padding:5px;font-size:10px;color:#999;}
.commentlist li,#commentform input,#commentform textarea{font:.9em 'Lucida Grande',Verdana,Arial,Sans-Serif;}
.commentlist li{font-weight:bold;list-style:none;}
DIV#commentaire{list-style:none;}
.commentlist cite,.commentlist cite a{font-weight:bold;font-style:normal;font-size:1.1em;}
.commentlist p{font-weight:normal;line-height:1.5em;text-transform:none;}
#commentform p{font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;}
.commentmetadata{font-weight:normal;}
#sidebar{font:1em 'Lucida Grande',Verdana,Arial,Sans-Serif;}
small,#sidebar ul ul li,#sidebar ul ol li,.nocomments,.postmetadata,blockquote,strike{color:#777;}
code{font:1.1em 'Courier New',Courier,Fixed;}
.articleCommentItemContainer p{margin:0;padding:0;}
.articleCommentItemContainer{margin-bottom:30px;position:relative;padding:5px 0 0;}
.articleCommentItemAvatar a{display:block;text-align:center;font-size:.8em;text-decoration:none;}
.articleCommentItemCenterColumn{position:relative;margin:0 20px 20px 100px;}
.articleCommentItemText{position:relative;border:1px solid #d1f0ff;background-color:#f0fbff;}
.articleCommentItemText p{display:block;padding:15px;}
.articleCommentItemText .topLeftBubble{position:absolute;width:22px;height:27px;left:-13px;top:-1px;background:url(/skins/nausujet/comments_sprite.png) no-repeat 0 -109px;_top:0;}
.articleCommentItemActivityLink{line-height:1.3em;text-decoration:none;}
fieldset,img,.articlelist .entry-meta .last{border:0;}
del,ins,#sidebar .primary a:hover{text-decoration:none;}
sup,sub{vertical-align:baseline;}
.articleCommentItemCreateDate{font:.7em arial;float:right;}
.buzzlog .bd .buzzarticle .wrap .buzzlogActionDL .actionBarContainer,.article-actions .voteform,.commentReplyLinkContainer{float:left;}
.articleCommentItemAvatar,.articleCommentSuppressedItemAvatar{position:absolute;text-align:center;width:80px;left:10px;top:10px;}
.cl{clear:both}
DIV#article P.image{border:1px solid #CCC;padding:5px;font-size:90%;background-color:#FFF;}
DIV#article P.image IMG{display:block;}
DIV#article P.image IMG.magnify{display:inline;}
DIV#article .floatleft{float:left;margin:0 1.5em 1em 0;}
DIV#article .floatright{float:right;margin:0 0 0.5em 1.5em;}
DIV#article .floatright A:hover{background-color:transparent;}
DIV#article .floatleft A:hover{background-color:transparent;}
#editform textarea{font-size:15px;color:black;border: 1px solid #ccc;}
#editform  input {background: white; border: 1px solid #ddd; border-right-color: #ddd; border-bottom-color: #ddd; }
#editpage  input[type="button"] {background: #198DC9; color:white; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
#editpage  input[type="submit"] {background: #198DC9; color:white; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
DIV#article  input[type="radio"]{background:white;border: 0px;}
SELECT#related_select{width:80%;}
table.diff,td.diff-otitle,td.diff-ntitle{background-color:white;vertical-align:top;}
td.diff-addedline{background:#cfc;font-size:smaller;}
td.diff-deletedline{background:#ffa;font-size:smaller;}
td.diff-context{background:#eee;font-size:smaller;}
DIV#location UL#breadcrumb{font-weight:bold;color:#111;font-size:115%;width:700px;margin:0 0px 0 0;}
UL#breadcrumb A{font-weight:normal;}
UL#breadcrumb A:hover{text-decoration:underline;}
UL#breadcrumb LI{display:inline;}

.firstHeading h1 a{font-size:20px;color:red¡}
.firstHeading{padding-top:5px}

DIV#featured_article{border:1px solid #DDD;padding:15px;background-color:#e2edfa;clear:both;}
#featured_article DIV#SpotlightHead{font-size:140%;font-weight:bold;background-color:#FFF;border-top:1px solid #DDD;border-bottom:1px solid #DDD;line-height:26px;height:26px;padding-left:16px;}
#featured_article b{font-size:120%;}
#featured_article P{margin-top:8px;}
DIV#featured_article a{text-decoration:none;}
DIV#featured_article a:hover{text-decoration:underline;}
.MisspeltWord{color:#f00;text-decoration:underline;font-weight:bold;cursor:pointer;}
.CorrectedWord{color:#080;text-decoration:underline;font-weight:bold;cursor:pointer;}
.suggestDiv{background-color:#cfc;cursor:pointer;}
.suggestDiv-hover{background-color:#f00;cursor:pointer;}
#editform textarea{border:inset 1px gray;background-color:#fdfdfd;padding:2px;}
.spellCheckDiv{border:inset 1px gray;background-color:#f0f5ff;padding:2px;margin:0;font-family:"Courier New";}
.spellCheckPre{margin:0;border:none;color:transparent;}

A.new{color:#b30000;text-decoration:none;}

#prefooter{clear:both;font:11px/1.5 Verdana;margin:0px;padding:0;position:relative;}
.a-decouvrir {border: 0px solid #999; font-size:11px; float: left; margin: 0px;}
.a-decouvrir .header {float: left; width: 900px;}

.a-decouvrir .controls a {font-weight: bold;font-size:10px}
.decouvrir-wrapper {background: white; clear: both; overflow: hidden; padding: 10px; position: relative; width: 918px;}
#decouvrir-inner { position: relative; height:265px; width: 10000px;}
.decouvrir-content { font-size:11px;background: white; display: inline; float: left; margin-right: 10px; border: 1px solid #808080; padding: 10px; text-align: center; height:250px; width: 154px;}
.decouvrir-content .mod-text {padding: 12px 0 0px 10px; text-align: left;}
.decouvrir-content p.learnmore {text-align: center;}
.picturel {background: #fff; display: inline; float: left; margin-bottom:10px; overflow: hidden; text-align: center; height:140px; width: 154px;}
.mod-text a {font-size:11px;line-height:1.3;color:#111111}
.mod-text a:hover {text-decoration: underline;}
.mod-text h4 a{color:#007EC4;text-decoration: underline;}
.mod-text h4 a:hover{text-decoration: none;}
.pane
{
	background: #fff;
	border: 1px solid #DDDDDD;
	margin: .5em 0;
	margin-left:0px;
	padding: 5px;
}
.pane3 ol {
margin-left:30px;
}
#fpromo2
{
	font-size: 12px;
	margin-bottom: 2em;
}
#fpromo2 h3
{
	color: black;
	font: 18px/1.5em Georgia;
	margin-bottom: 12px;
	text-align: left;
	
}
#fpromo2 h4
{
	clear: left;
	font-weight: bold;
}
#fpromo2 a
{
	text-decoration: none;
}
#fpromo2 ul
{
	position: static;
}


#fpromo2
{
	width: 288px;
}
#fpromo2 ul
{
	margin-left: 24px;
}
#fpromo2 li
{
margin-top: .5em;
	margin-bottom: .5em;
}
#fpromo2 .more a
{
	
	display: block;
	margin: 2.54em 0 .5em;
	padding-right: 14px;
	text-align: right;
}
#fpromo2 .fp1
{
	border: 1px solid #DDDDDD;
	float: left;
	height: 73px;
	margin: .5em 0 1em 10px;
	width: 75px;
}
#fpromo2 .fp2
{
	float: left;
	height: 75px;
	margin: .5em 0 1em 10px;
	width: 215px;
}
#fpromo2.fp2 h4
{
	line-height: .75em;
	margin-bottom: .25em;
}
#fpromo2 .moref a
{
	
	float: right;
	padding-right: 15px;
	text-decoration: underline;
}

.pane h3,#related .lkbx h5,#vdpop .lkbx h5
{
	
	background: #F5F5F5;
	color: black;
	font: bold 20px/1.5 Arial;
	margin-bottom: 0px;
	
	padding: 0 6px;
	text-align: center;
	
}

.category_Table
{
	border: 0;
	width: 100%;
}
.category_Table
tr
{
	vertical-align: top;
}
.category_Table
td
{
	height: 55px;
}
.category_Table
A
{
	color: #504239;
	font-size: 14px;
	font-weight: bold;
}
.category_Table
DIV
{
	border-bottom-color: #CCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	height: 100%;
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
	width: 290px;
}
.category_Table
DIV#left
{
	border-right-color: #CCC;
	border-right-style: dashed;
	border-right-width: 1px;
}
.category_Table
DIV#right
{
}
.category_Table
IMG
{
	margin: 0
10px 0 0;
	vertical-align: middle;
}body.custom {background:#737373;}
.custom #header_area {display:none;}
.custom #header {padding: 0;}

/* Custom Header Styling */
/*#joeheader {width: 100%;height: 165px;margin: 0px 0px 0px 0px;}*/
#joelogo{width:968px;height:68px;background:#fff;margin:auto;padding-top:17px}
#joead{text-align:center;padding:15px 0 7px 0;}
#joead2{float:right;padding:10px 10px 0 0;}
#gsearch{float:right;height: 25px;}
.logo{float:left;border:0px;padding:0 0 0 5px;}

/*Pages Navigation*/
#nav {background-color: #198dc9;width: 968px;height:30px;overflow:hidden;margin:0 auto 0 auto; } 
#nav ul {margin: 0px 0px 0px 0px;height: 30px;padding-left: 10px;}
#nav li {float: left;list-style: none none inside; margin: 0 10px 0 0;}
#nav li a:link, #nav li a:visited {color: #FFF;padding-left: 10px;padding-right: 10px;display: block;height: 30px;padding-top: 8px;float: left;font: normal small-caps bold 13px Arial;}
#nav li a:hover {overflow:hidden;}
/*Secondary Page Navigation*/
#secnav, #secnav ul {padding: 0;margin: 0;list-style: none;}
#secnav a {display: block;line-height: 25px;padding: 0 20px 0 20px;color: #fff;}
#secnav li:hover, #secnav li.sfhover1 {background: #0F4F7E;cursor: pointer;}
#secnav li:hover span, #secnav li.sfhover1 span {color: #0080ff;}
#secnav li {float: left;font-size: 12px;}
/* Style drop down list */
#secnav li ul {position: absolute;width: 16px;left: -999em;margin-top:30px;}
#secnav li li {font-weight: normal;}
/*IE Issue Drop Down for "left:auto"*/
#secnav li:hover ul, #secnav li.sfhover1 ul {left:auto;}
#secnav li ul li a {background-color: #198dc9;border:1px solid #6FADFF; font-size: 12px;width: 150px;}
#secnav li ul li a:hover {background-color: #0D82D6;color:#fff;}

/*Categories*/
#categories {width:968px;height: 25px;background:#333;margin-left: auto;margin-right: auto;}
#categories ul { list-style: none;margin-left: auto;margin-right: auto;float: left;}
#categories li { float: left;text-align:center;}
#categories li a:link,#categories li a:visited {float: left;color: #fff;font-size: 13px;padding:0 20px 0 20px;padding-top:4px;}
#categories li a:hover,#categories li a:active {color: #fff;background-color:#198DC9;height:21px}
.custom .teaser { text-align: justify; width:100%; }


/***************************************************************************/

.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }

.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 2px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}

.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}


//----
/***************************************************************************/
/* Customize Archive */

.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}


/***************************************************************************/
/* Random Post Widget Sidebar + Plugin */

#random-posts li {
	background: #F4FBFF;
	border: 1px solid #66CCCC;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}			

/***************************************************************************/
/* Widgetized Footer from Asino */

#foot { 
	background: #2B2A2A;
	border: 0.6em solid #212020;
	color: #DBEDF9;
	font-size: 12px;
	margin: 20px auto;
	overflow: hidden;
	padding: 1.5em;
}

	#foot a { color: #DBEDF9; border-bottom: 1px dashed #DBEDF9; text-decoration: none; }

		#foot a:hover { background: #DBEDF9; color: #3D3C3C; }
	
	#foot span.cat, #foot h3 { /* controls all blue headings */
		color: #23A2D7; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }
	
	#foot h5 { font-size: 23px; }
	
	#foot ul li ul { list-style-type: square; margin-left: 10px; }
	
	#foot ul.sidebar_list { padding: 1.8em 30px 0 0; }
	
	#foot li.widget .widget_box { background: none; border: 0; }
	
	#foot .textwidget p { line-height: 22px; margin-bottom: 11px; }
	
	#foot .col { float: left; list-style: none; width: 33.3%; }
	
	#cats { 
		background: #3D3C3C;
		list-style-type: none;
		margin-top: 13px;
		overflow: hidden;
		padding: 10px 0 7px 20px;
	}

		#cats li { 
			float: left; 
			font-size: 1.2em;
			line-height: 1.8em;
			margin: 0 2px 5px 0;
			width: 165px;
		}
	
#copyright { 
	border-top: 1px dashed #3D3C3C; 
	clear: both;
	font-size: 13px;
	letter-spacing: 1.3px;
	line-height: 21px;
	padding-top: 10px;
}
	
	#copyright p { font-size: 13px; }

	#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }

/******/
/* Recent post styling */

#recent-posts li {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}
#recent-posts div.right { color: #baaf2e; float: right; font-size: 11px; text-transform: uppercase; }
/*****/
/* Color Sidebar tab Title */

.custom .sidebar h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #198DC9;}

/************/
Contact form

 #wpcf label {clear: both; display: block; float: left; width: 175px;}
#wpcf input {float: left; width: 300px; height: 30px;padding: 1px; margin: 2px 5px 2px 0;}
#wpcf textarea {width: 475px; height: 250px; padding: 1px; margin: 0 5px 10px 0;}
#wpcf #contactsubmit {margin-left: 50px; width: 100px;}



/*****/
.custom blockquote { color: #1C2639; padding-top: 10px; padding-bottom: 0.5px; padding-right: 5px;
font: italic 1.2em Georgia, "Times New Roman", Times, serif; -moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

.custom blockquote { background: #ECEFF5; }

/******/
.custom .format_text p.note {background: #E3F0F2; border: 1px solid #66CCCC; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
/******************************************************************/
/* HOME POST TEASER LINKS */
/******************************************************************/
.custom #teaserlinkscontainer {margin-top:0px;}
.custom #teasermenu {height: 30px;}  
.custom #teasermenu , .teasermenu ul {padding: 0; margin: 0; list-style: none; line-height: 1; border-width: 0.5em 0.5em 0.5em 0.5em;}
.custom #teasermenu ul {float: left; list-style: none; margin: 0px 0px 0px 0px; padding: 0px;}
.custom #teasermenu li {float: left; list-style: none; margin: 0px; padding: 0px;}
.custom #teasermenu ul li {list-style: none; margin: 0px; padding: 0px;}
.custom #teasermenu a, .custom #teasermenu li ul {border-color: #FFFFFF;}
.custom #teasermenu li a, .cutom #teasermenu  li a:link {color: #FFFFFF; background: #444343; display: block; font-weight: bold; margin: 5px 5px 5px 5px; padding: 5px 5px 5px 5px; text-decoration: none;  font-size: 13px; font-family: Arial, Helvetica, sans-serif; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.custom #teasermenu li a:hover, .teasermenu li a:active, .current_page_item {color: #FFFFFF; background: #7BAAD9; display: block; margin: 5px 5px 5px 5px; padding: 5px 5px 5px 5px; text-decoration: none; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;} 
.custom #teaserempty {width: 100%; margin-top: 0.5em; margin-bottom: 0.5em;} 
.custom #teaserline {width: 100%; margin-top: 0.5em; margin-bottom: 0.5em; border-top: 1px solid #0098D4;} 
.custom #teasermenu li p,{color: #000000; background: #0098D4; display: block; width: 100%}


.custom .teaser {width: 100%; margin-top: 0.25em; padding-top: 0.25em; text-align: justify;}

.custom .teasers_box {padding-top: 0; padding-bottom:0; border-top: 0;}

/* WP-Page Navi Styling */

#pagenavi{margin:10px 20px;float:right;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:15px;}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {color:#fff !important;background:#198DC9 !important;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi a:visted {color:#fff !important;background:#198DC9 !important;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi a:hover {color:#198DC9 !important;background:#fff !important;}
.wp-pagenavi span.pages {background:#198DC9 !important;color:#fff;font-weight:bold;border:1px solid #198DC9;padding:5px!important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi span.current {background:transparent !important;font-weight:bold;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi span.extend {background:#198DC9 !important;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi span.last {background:#198DC9 !important;font-weight:bold;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi span.first {background:#198DC9 !important;font-weight:bold;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.extiw a{text-decoration: none;}
.extiw a:hover{text-decoration: underline;}

_prefooter {
VISIBILITY: hidden;width:400px
}
_decouvrir-inner{
VISIBILITY: hidden;height:1px;float:none;width:400px
}
_decouvrir-wrapper{
VISIBILITY: hidden;height:1px;float:none;width:400px
}
_a-decouvrir .header{
VISIBILITY: hidden;height:1px;float:none;width:400px
}
_sidebar {
	WIDTH: 329px;
}

_widget_rrm_recent_posts li
{
	margin:0px;
	padding:0px;
	WIDTH: 240px;
}

_widget_rrm_recent_posts ul
{
	margin:0px;
	padding:0px;
	
}


_widget_rrm_random_posts ul
{
	margin:0px;
	padding:0px;
	
}

_widget_rrm_random_postsli
{
	margin:0px;
	padding:0px;
	WIDTH: 240px;
}

DIV#article h2{margin-top:35px;}

/*DIV#relatedwikihows h2{margin-top:7px;}*/
DIV#ls h2{margin-top:20px;}
#relatedwikihows li{margin-top:7px;list-style:outside url(/skins/nausujet/bullet_wh.gif) none}
#warnings li{margin-top:12px;list-style:outside url(/skins/nausujet/bullet_wh.gif) none}
#tips li{margin-top:12px;list-style:outside url(/skins/nausujet/bullet_wh.gif) none}
#thingsyoullneed li{margin-top:7px;list-style:outside url(/skins/nausujet/bullet_wh.gif) none}
#sources li{margin-top:7px;list-style:outside url(/skins/nausujet/bullet_wh.gif) none}
#ingredients li{margin-top:10px;list-style:outside url(/skins/nausujet/bullet_wh.gif) none}
#steps li{clear:both;}
#steps UL li{list-style:outside url(/skins/nausujet/bullet_wh.gif) none}

#getting_started{margin-top:15px}
#category a{text-decoration: none; }
#category a:hover{text-decoration: underline; }
#category_header{margin-bottom:15px}

#getting_started li{list-style: disc;margin-top:10px}


DIV#ausujetl H2{background: #E3F0F2 url(http://ausujet.com/skins/ausujet/gifbg.gif)  center no-repeat; border: 1px solid #66CCCC; background-position: 18px -1385px; height:22px;text-align: left; padding: 10px 10px 10px 45px; margin-bottom:0px;margin-top:20px;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
DIV#steps h2{margin-top:20px;}
DIV#tips h2{margin-top:15px;}
.toptop a{font-size:13px;font-family: arial;text-decoration: underline; }
.toptop a:hover{text-decoration: none;}
.toptop ¡{margin-top:10px;padding-bottom:0px;font-size:13px;margin-bottom:-10px}
#article{margin-top:0px;}
DIV#relatedwikihows h2{margin-top:0px;}
DIV#ls{margin-bottom:0px;}
.important li{
display:inline;list-style:none;color:black;margin-bottom:0px;margin-top:0px;padding:0px;
}
form.global_search .search_input {height: 18px; padding: 4px 4px 4px 4px; margin-top: 1px; font-size: 15px; margin-left: 15px; width: 250px; border: 1px solid #666666; color: #363636; vertical-align: middle; float: left; background-color: white;background: #fff}
form.global_search .search_button {background-image: url('http://ausujet.com/skins/simple/recherchevolet.gif'); background-repeat: no-repeat; background-position: 0 0px; border: 0 !important; padding: 0 !important; width: 93px; height: 28px; margin: 3px 5px 0 5px; float: left}
form.global_search .search_button:hover {background-position: 0 -28px}
form.global_search .search_button:active {background-position: 0 -56px}
form.global_search .search_input {
  padding-left: 30px;
  padding-right: 25px;
  background: #fff url('http://ausujet.com/skins/nausujet/se.gif') 4px center no-repeat; background-color:#fff}
		#mta_bar { 
			background: #2B3C97; 
			border-bottom: 1px solid #808080; 
			margin: 0 0 3px 0; 
			padding: 4px 0; 
			z-index: 100;
			top: 0;
			left: 0;
			width: 100%;
			overflow: auto;
			position: fixed;
		}
		* html #mta_bar{ /*IE6 hack*/
			position: absolute;
			width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
		}
		.left {
			float: left;
			text-align: center;
			font-family: Arial;
			font-size: 13px;
			font-weight: bold;
			padding-left:15px;
			font-style: normal;
			color: #FFFFFF; 
			width:94%;
		}
		.right {
			font-family: Arial, Helvetica, sans-serif;
			float: right;
			text-align: right;
			font-weight: normal;
			font-size: 10px;
			letter-spacing: 0;
			width: 2%;
			white-space: nowrap;
		}
		.right a {
			font-size: 10px;
			color: #FFFFFF; 
			text-decoration: underline;
		}
		.right a:hover {
			font-size: 10px;
			color: #FFFFFF; 
			text-decoration: none;
		}
		#left_bar a { 
			text-decoration: none; 
			color: #FFFFFF; 
		}
		#left_bar a:hover { 
			text-decoration: none; 
			color: #FFFFFF; 
		}
		
		#sprs li {
	background: #D6E4E1;
	border: 1px solid #66CCCC;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}	

#sidebarc a {
	
	font-weight: bold;
	text-decoration: none;	
}

#sidebarc a:hover {
	text-decoration: underline;
}

#sidebarc {
border:#ccc 1px dotted;
	width: 300px;
	padding-left: 15px;

	color: #1111;
		margin: 0px;
	padding: 0px;
	
	font-family: arial, verdana, helvetica;
	line-height: 1.5em;
	margin-top:15px;
		margin-bottom:20px;
}


#get_updated a {
	color: #007EC4;	font-size:12px;
}




#sidebarc .side_content {
	padding: 18px 0px 15px 15px;

}

.rss_subscribe {
	background-image: url(/skins/nausujet/sicon/rss.png);
	height: 62px;
	padding-left: 82px;
	padding-right: 10px;
	background-repeat: no-repeat;	
}

.twitter_subscribe {
	background-image: url(/skins/nausujet/sicon/twitter.png);
	height: 64px;
	padding-left: 82px;
	margin-top: 20px;
	padding-right: 10px;
	background-repeat: no-repeat;	
}

.facebook_subscribe {
	background-image: url(/skins/nausujet/sicon/facebook.png);
	height: 64px;
	padding-left: 82px;
	margin-top: 20px;
	padding-right: 10px;
	background-repeat: no-repeat;	
}

.reader_count {
	font-family: Georgia, serif, Times;
	font-size: 1.3em;
	margin-bottom: 4px;	
}

.reader_count span {
	font-size: 2.5em;
	font-weight: bold;
}

.his img{margin-bottom:10px}
.his a:hover img{
border: 2px solid red;
}
#impo{ color:#777777; font-size:1px; color:#2B2A2A; overflow:hidden;}

DIV#steps a,DIV#tips a,DIV#warnings a{text-decoration: none;}
DIV#steps a:hover,DIV#tips a:hover,DIV#warnings a:hover{text-decoration: underline;}
form.global_search .search_input{border:4px solid #ccc}
form.global_search .search_input:hover{border:4px solid #198DC9}


#populartop-posts li {
	background: #FFF7F0;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}

body { font-family: Arial, Helvetica, sans-serif; }
.format_text { font-size: 13px; line-height: 1.45em; }
#foot { font-family: Georgia }
DIV#tips H2,DIV#steps H2,DIV#warnings H2,DIV#thingsyoullneed H2,DIV#relatedwikihows,DIV#sources,DIV#video{margin-bottom:20px}
/*SIDEBAR AREA*/
#sidebartop{
	/* border:thin solid yellow; */
	float:left;
	width:158px;
	height:auto;
	margin:0;
	
}
#sidebarCap {
	float:left;
	clear:both;
	height:46px;
	width:158px;
	background: url(/skins/ghc/SidebarTop158x46.png) no-repeat;
}
#sidebarTitle {
	float:left;
	clear:both;
	width:138px;
	padding:0 10px 0 10px;
	background: url(/skins/ghc/SidebarRepeat158x1.jpg) repeat-y;
}
#sidebarTitle h2 {
	padding:0 0 0 15px;
	width:133px;/*helped a little*/
	margin:0 0 10px 0;
	font-size:small;
	line-height:1.2em;
	font-weight:bold;
	background: url(/skins/ghc/ArrowOrange11x7.png) 0px 4px no-repeat;
}
#sidebarAd {
	margin:0 0 10px 0;
	width:131px;
	padding:5px 0 0 10px;
	background: url(/skins/ghc/DashRepeat6x1.jpg) repeat-x;
}
#sidebarList {
	float:left;
	font-size:12px;
	width:158px;
	background-color:#F4F3DE;
	background: url(/skins/ghc/SidebarRepeat158x1.jpg) repeat-y;
	
}
#sidebarList ul {
	padding:1px 0 0 0;
	margin:0 5px 10px 4px;
	list-style-type: none;
	width:148px;
	background: url(/skins/ghc/DashRepeat6x1.jpg) repeat-x;
}
#sidebarList li {
	width:148px;
	margin:0;
	padding:0;
	background: url(/skins/ghc/DashRepeat6x1.jpg) bottom repeat-x;
	
}
#sidebarList li a {
	/* border:thin solid red; */
	display:block;
	color:#0200ac;
	text-decoration:none;
	width:131px;
	padding:5px 0 5px 19px;
}
#sidebarList li a:hover {
	color:#000;
	background:#fff75b url(/skins/ghc/DashRepeat6x1.jpg) bottom repeat-x;
}
#sidebartop li a.current {
	color:#000;
	background:#fff75b url(/skins/ghc/DashRepeat6x1.jpg) bottom repeat-x;
	font-weight:bold;
}
#sidebarBottom {
	float:left;
	width:158px;
	height:7px;
	background: url(/skins/ghc/SidebarBtm158x7.png) no-repeat;
	margin-bottom:10px;
}
#adUnderSidebar {
	float:left;
	display: inline;
	width:120px;
	margin-left:20px;
}