/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/*---:[ core layout elements ]:---*/
.full_width { width: 100%; clear: both; }
	.full_width .page { width: 97.1em; margin: 0 auto; padding-right: 0em; padding-left: 0em; }
	#header_area .page { padding-top: 0em; }
	#footer_area .page { padding-bottom: 0em; }
		#header, #footer { padding-right: 1em; padding-left: 1em; }
		#content_box { width: 100%; }
		.no_sidebars { background: none !important; }
			
			#content { width: 65.1em; float: left; }
			.no_sidebars #content { width: 100%; }
				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.1em 0 1em; }
					.full_width #content_box .page { width: auto; }
				.no_sidebars .post_box { margin: 0 1em; }
				.teasers_box { width: 62em; }
					.teaser { width: 30em; }
				#archive_info, .prev_next { padding-right: 2.1em; padding-left: 1em; }
			#sidebars { width: 32em; border: 0; float: right; border:none;}
				.sidebar { width: 100%; }
				#sidebar_1 { border: 0; }
					.sidebar ul.sidebar_list { padding-right: 1em; padding-left: 0em; }
				
		
/*---:[ nav styles ]:---*/
.menu ul, .menu ul li { width: 15em; }
.menu ul ul, .menu :hover ul :hover ul { left: 14.9em; }
.menu li:hover ul, .menu a:hover ul { left: -0.1em; }
.menu { border-width: 0 0 0.1em 0.1em; }


/*---:[ multimedia box elements ]:---*/
#multimedia_box { padding: 0px; }
	#image_box img { display: block; 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.1em; margin-left: 0em; }
	.comments_intro, #respond_intro { margin-left: 1em; }
		dl#comment_list dt, dl#trackback_list dt { padding-right: 1em; padding-left: 1em; }
		dl#comment_list dd, dl#trackback_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.7em; border-width: 0 0 0 0.083em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.6em; border-width: 0 0 0 0.167em; }
		dl#comment_list dl dd dl { padding-left: 2em; }
#commentform { padding-right: 2.1em; padding-left: 1em; }
.comments_closed, .login_alert { margin-left: 1em; }

/*---:[ content elements ]:---*/
body { font-family: Verdana, 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 { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 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 table { bottom: -0.1em; }
.nav, .menu li ul { border-width: 0 0 0.1em 0; }
.menu li { margin-bottom: -0.1em; }
	.menu li ul { margin-top: -0.1em; }
	.menu ul ul { margin-top: 0; }

.menu a { font-size: 1.1em; line-height: 1.273em; padding: 0.636em 0.818em; border-width: 0.091em; border-left-width: 0; }
.menu ul a { width: 11.818em; border-left-width: 0.091em; }

/*---:[ headlines ]:---*/
.headline_area h1, .headline_area h2 { font-size: 2.2em; line-height: 1.364em; }
.format_text h2, .format_text h3 { font-size: 1.333em; line-height: 1.25em; margin: 1.875em 0 0.625em 0; }
.format_text h4 { font-size: 1em; }
.format_text h5 { font-size: 0.833em; }
.format_text h6 { font-size: 0.833em; }
.teaser h2 { }
.sidebar h3 { font-size: 1em; line-height: 1.385em; margin-bottom: 0.692em; }
#archive_info h1 { font-size: 1.6em; 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.2em; line-height: 1.667em; }
	.format_text p { margin-bottom: 1.667em; }
		.format_text p.note, .format_text p.alert { padding: 0.583em 0.833em; }
	.format_text .drop_cap { font-size: 3.833em; 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.833em; }
	.format_text code, .format_text pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; }
	.format_text code { font-size: 0.917em; }
	.format_text pre { font-size: 1em; line-height: 1.5em; margin-bottom: 1.667em; padding: 0.583em 0.833em; }
	.format_text sub, .format_text sup { line-height: 0.833em }
	.format_text ul { margin: 0 0 1.667em 1.667em; }
	.format_text ol { margin: 0 0 1.667em 1.667em; }
		.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.667em; }
	.format_text dl { margin-bottom: 1.667em; }
		.format_text dd { margin-bottom: 1.667em; }
	.format_text blockquote { margin: 0 0 1.667em 0.833em; padding-left: 0.833em; }
		/*---:[ pullquotes ]:---*/
		.format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.333em; line-height: 1.25em; }
		.format_text blockquote.right { margin: 0 0 1.25em 1.25em; }
		.format_text blockquote.left { margin: 0 1.25em 1.25em 0; }
	/*---:[ image handling classes ]:---*/
	.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin: 0 1.667em 1.667em 0; }
	.format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin: 0 0 1.667em 1.667em; }
	.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1.667em auto; }
	.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin: 0 auto 1.667em 0; }
	.format_text img[align="left"] { margin-right: 1.667em; margin-bottom: 1.667em; }
	.format_text img[align="right"] { margin-bottom: 1.667em; margin-left: 1.667em; }
	.format_text img[align="middle"] { margin-bottom: 1.667em; }
	.format_text img.frame, .format_text .wp-caption { padding: 0.75em; border-width: 0.083em; }
	.format_text img.stack { margin-left: 1.667em; }
	.format_text .wp-caption p { font-size: 0.833em; line-height: 1.6em; margin-bottom: 0; }
	/*---:[ ad and miscellaneous "block" classes ]:---*/
	.format_text .ad { margin-left: 1.667em; }
	.format_text .ad_left { margin-right: 1.667em; }

	/*---:[ after-post elements ]:---*/
	.format_text .to_comments { font-size: 0.917em; line-height: 1.818em; margin-bottom: 1.818em; }
		.format_text .to_comments span { font-size: 1.818em; }
	.format_text .post_tags { font-size: 0.917em; 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 on index, archive, and search pages ]:---*/
.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.2em; line-height: 1.667em; }

/*---:[ comment area ]:---*/
.comments_intro { margin-top: 4em; margin-bottom: 1em; }
	.comments_intro p { font-size: 1.1em; line-height: 1.818em; }
		.comments_intro span { font-size: 1.818em; }
	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.4em; line-height: 1.429em; padding-right: 0.714em; }
			.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.833em; 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.667em; }
	dl#trackback_list dt { padding-top: 1em; }
		dl#trackback_list dt a { font-size: 1.2em; line-height: 1.667em; }
	dl#trackback_list dd span { font-size: 1.1em; line-height: 1.818em; }
.comments_closed { margin-top: 4em; margin-bottom: 2em; }

/*---:[ comment form styles ]:---*/
#respond_intro { margin-top: 4em; margin-bottom: 1em; }
.comment #respond_intro { margin-top: 0; }
	#respond_intro p { font-size: 1.5em; line-height: 1.333em; }
	#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: 7em 1em; }
#commentform { padding-top: 1em; padding-bottom: 2em; }
	#commentform p, .login_alert p { font-size: 1.2em; line-height: 1.667em; }
	#commentform p.comment_box { line-height: 0.833em; }
		#commentform label { padding-left: 0.833em; }
		#commentform textarea { height: 13.333em; line-height: 1.667em; }
		#commentform span.allowed { width: 97.3%; padding-top: 0.583em; padding-bottom: 0.583em; border-width: 0 0.083em 0.083em 0.083em; }
			#commentform span.allowed span { font-size: 0.917em; 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.2em; }
		#commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ sidebar styles ]:---*/
.sidebar { border:none;}
#column_wrap .sidebar ul.sidebar_list { padding-top: 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: Verdana, sans-serif; }
.format_text input, #commentform input, #commentform textarea { width: 45%; padding: 0.25em; border-width: 0.083em 0.083em 0.083em 0.083em; }
#commentform textarea { width: 96%; }
.format_text input.form_submit, #commentform .form_submit { font-size: 1.167em; padding: 0.357em 0.286em; }
.sidebar .text_input, .sidebar .form_submit { padding: 0.308em; font-family: Verdana, sans-serif; }
.sidebar input[type="text"], .sidebar input[type="submit"] { padding: 0.308em; font-family: Verdana, sans-serif; }

/*---:[ footer styles ]:---*/
#footer p { font-size: 1em; line-height: 1.8em; }
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: Verdana, 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: #505050; background: #FFFFFF; }
.full_width > .page { background: #FFFFFF; }
a, h2 a:hover, #logo a:hover { color: #2361A1; }
#logo, #logo a { color: #111111; }
#tagline { color: #888888 }
h1, h2, h2 a { color: #111111; }
.format_text h2, .format_text h3, .format_text h4, .format_text h5, .format_text h6 { color: #111111; }
.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a { color: #888888; }
.headline_meta a:hover, .teaser_author a:hover, .teaser_comments:hover, .teaser_category:hover, .teaser .edit_post a:hover { color: #505050; }
code, pre { color: #111111; }
.sidebar h3 { color: #555555; }
#multimedia_box { color: #111111; }
.image_box { background: #fff; }
.video_box { background: #000000; }
.custom_box { background: #fff; }
#footer, #footer a { color: #505050; }
#footer a:hover { color: #505050; }

/*---:[ nav colors ]:---*/
.menu, .menu a, .menu li ul { border-color: #fff; }
.menu .current a, .menu .current-cat a { border-bottom-color: #fff; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a { border-bottom-color: #fff; }
.menu a, .menu .current ul a, .menu .current-cat ul a { color: #111111; background: #EFEFEF; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #111111; background: #DDDDDD; }
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { color: #111111; background: #FFFFFF; }
.menu .current-parent > a, .menu .current-cat-parent > a { color: #111111; background: #F0EEC2; }


/*---:[ border package ]:---*/
#header, .post_box, .teasers_box, #footer, .image_box, .custom_box, #feature_box, #archive_info, .prev_next, #archive_info, .prev_next, #comment_nav_2 { border-width: 0; }





/* --- Universal --- */
body.custom {
	background-color: #fff;
}
.custom .full_width > .page {
	background-color: transparent;
}

/*get rid of dotted link box in FireFox*/
:-moz-any-link:focus {
  outline: none;
}
.custom a {
	color: #77AA33;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #77AA33;
	text-decoration: none;
}
.custom a:hover {
	color: #77AA33;
	border: none;
}
.custom .no_border {
	border: none;
}
.custom .format_text {
	font-family: Verdana, Geneva, sans-serif;
	color: #505050;
        line-height:24px;
        text-align:justify;
        border:none;
}
.custom .format_text .to_comments {
	display: none;
}
.custom .prev_next {
	display: none;
}
/* --- Header --- */
.custom #header {
	background-color: transparent;
	/*height: 370px;*/
height: 250px;
	padding: 0px;
}
.custom #logo, #logo a {
	display: block;
	background-attachment: scroll;
	background-image: url(images/main-logo.jpg);
	background-repeat: no-repeat;
	height: 201px;
	width: 739px;
	text-indent: -9999px;
	border: none;
}
.custom #header #tagline {
	text-indent: -9999px;
}
/* ----- Menu ----- */
.custom .menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left: none;
}
.custom .menu a {
	border: none;
	padding-left: 0px;
	padding-right: 33px;
	color: #505050;
	background-color: transparent;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	line-height: 0px;
	/*text-transform: lowercase;*/
	font-style: normal;
	font-variant: normal;
	letter-spacing: 0px;
}
.custom .menu a:hover {
	border: none;
	background-color: transparent;
	color: #505050;
}
.custom .menu .current a {
	border: none;
	background-color: transparent;
}
.custom .menu ul a {
	border: none;
	background-color: transparent;
}
.custom .menu .current > a, .menu .current-cat > a {
	color: #7dad3f;
	cursor: text;
}
.custom .menu .rss a {
	padding-right: 30px;
	background-color: transparent;
	background-image: url(images/feed.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0px;
}
.custom .menu .rss a:hover {
	padding-right: 30px;
	text-decoration: none;
}
/* --- Headlines --- */
.custom h2 a {
	color: #77AA33;
	border: none;
	text-decoration: none;
}
.custom h2 a:hover {
	color: #505050;
}
.custom .headline_area h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: normal;
	font-weight: bold;
	/*text-transform: lowercase;*/
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	color: #7dad3f;
}
.custom h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #7dad3f;
	font-size: 25px;
	line-height: normal;
	font-weight: bold;
	/*text-transform: lowercase;*/
	font-style: normal;
	font-variant: normal;
	letter-spacing: 0px;
}
.custom h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7dad3f;
	line-height: normal;
	font-weight: bold;
	/*text-transform: lowercase;*/
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
}

.custom h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7dad3f;
	line-height: normal;
	font-weight: bold;
	/*text-transform: lowercase;*/
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
}

/* --- Block Quote --- */
.custom blockquote {
	background-attachment: scroll;
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	border: none;
	padding-top:11px;
}
.custom .format_text blockquote {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 45px;
	font-style: italic;
}
/* --- Sidebar --- */
.custom #sidebar {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	line-height: normal;
	letter-spacing: normal;
	font-weight: bold;
        border:none;
        border-left:none;
}
.custom .sidebar h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97dad3f;
	color: #7dad3f;
	text-indent: 8px;
        border:none;
        border-left:none;
}
.custom #sidebar p {
	padding-left: 0px;
	color: #505050;
        border:none;
        border-left:none;
}
.custom li.widget p {
	margin-bottom: 10px;
}
.custom li.widget p a {
	border: none;
	color: #505050;
	text-decoration: none;
}
.custom li.widget p a:hover {
	text-decoration: underline;
}
.custom #about_box {
	border: 1px solid #7dad3f;
	height: 150px;
	width: 285px;
	margin-top: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #505050;
}

.custom .about_box_green {
	font-weight: bold;
	color: #7dad3f;
}
.custom .about_box_url {
	color: #7dad3f;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

.custom #sidebar ul {
	padding-left: 0px;
border:none;
        border-left:none;
}
.custom #sidebar li {
	list-style: none;
	line-height: 20px;
border:none;
        border-left:none;
}
.custom li.widget ul li a {
	color: #505050;
	border: none;
}
.custom .box_space {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* --- Post Styles --- */
.custom #archive_info h1 {
	color: #003466;
}
.headline_meta {
	font-size: 1em;
	line-height: 1.8em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-top: 15px;
}
/* --- Sidebar Author Box ---*/
.custom #sidebar_authorbox {
	border: 1px solid #7dad3f;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;

        border-left:none;
}
.custom #sidebar_authorbox h4 {
	font-size:16px;
	color:#191919;
	margin:0;
	padding:10px 10px 5px 10px;
border:none;
        border-left:none;
}
.custom #sidebar_authorbox img {
	margin:0;
	padding:10px;
	float:left;
border:none;
        border-left:none;
}
.custom #sidebar_authorbox p {
	color:#191919;
	margin:0;
	padding:0px 10px 10px 10px;
border:none;
        border-left:none;
}
.custom #sidebar_authorbox a {
	text-decoration:none;
	font-weight: bold;
border:none;
        border-left:none;
}
.custom #sidebar_authorbox p {
	color:#191919;
	font-size: 12px;
border:none;
        border-left:none;
}
.custom .authortext {
	padding-left:100px;
}
/* --- Post Author Box ---*/
.custom #post_authorbox {
	background:#EFEFEF;
	border:1px solid #CECFD0;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.custom #post_authorbox h4 {
	font-size:16px;
	color:#191919;
	margin:0;
	padding:10px 10px 5px 10px;
}
.custom #post_authorbox img {
	margin:0;
	padding:10px;
	float:left;
}
.custom #post_authorbox p {
	color:#191919;
	margin:0;
	padding:0px 10px 10px 10px;
}
.custom #post_authorbox h4 > a {
	text-decoration:none;
}
.custom #post_authorbox p {
	color:#191919;
}
/* --- Comments --- */

.custom .teaser a.teaser_link:hover {
	text-decoration: none;
        color:#000000;
}
.custom #commentform p a {
	text-decoration: none;
}
.custom .prev_next a:hover {
	text-decoration: none;
}
.custom dl#comment_list .bypostauthor {
	background: #f8f8f8;
}

/* --- Custom Footer --- */
.custom #footer_area {
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	height: 420px;
}
.custom #footer {
	margin: 0px;
	padding: 0px;
        border-top:1px solid #333333;
}
.custom #footer a {
	border: none;
}
.custom #footer p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #505050;
}
.custom #footer_slogan {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.custom #footer_slogan h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	/*text-transform: lowercase;*/
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: center;
	color: #7dad3f;
}
.custom #custom_footer {
	font-size: 16px;
	text-align: left;
}
.custom #custom_footer h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	/*text-transform: lowercase;*/
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	color: #7dad3f;
	margin-bottom: 15px;
}
.custom #custom_footer ul {
	/*text-transform: lowercase;*/

}
.custom #custom_footer li {
	list-style: none;
	line-height: 13px;
	margin-bottom: 15px;
	/*text-transform: lowercase;*/
	margin-left: -3px;
}
.custom #custom_footer li a {
	font-size: 13px;
	color: #505050;
}
.custom #custom_footer li a:hover {
	text-decoration: underline;
}
.custom #box1 {
	float: left;
	width: 22%;
	margin: 10px;
	
}
.custom #box2 {
	float: left;
	width: 22%;
	margin: 10px;
	padding-left: 1%;
}
.custom #box3 {
	float: left;
	width: 23%;
	margin: 10px;
	padding-left: 1%;
}
.custom #box4 {
	float: left;
	width: 21%;
	margin: 10px;
	padding-left: 1%;
}
/* --- Vanity Plate --- */
.custom #vanity {
	float: right;
	width: 300px;
	position: relative;
	top: 50px;
	font-size: 10px;
	color: #505050;
}
.custom #vanity a {
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	font-weight: bold;
}
.custom #vanity a:hover {
	text-decoration: underline;
}
.custom #recent-posts-2 h3{
background: url("http://www.showcasehometour.org/4.jpg");
height:40px;
width:350px;
background-repeat: no-repeat;
color:#669933;
}

.sidebarlinks{font-size:12px;}
.sidebarlinks li{padding-top:10px;}

.custom .menu a {text-transform:none;}