/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom 

{

background-color: #587da7;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

color: #111111;

font-size: 62.5%;

}

* { padding: 0; margin: 0; }


.custom #content_box
{
background-color: #89a1bc;
}
.custom #content
{
background-color: #89a1bc;
}

.custom .format_text .drop_cap

{ color: #fff; float: left;

}




/*---:[ core layout elements ]:---*/

.custom #header { border-bottom: 3px double #ddd; clear: both; background-image: url('./images/ars_header.png'); height: 50px; }
	
	.post_box, .teasers_box { border-top: 1px dotted #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; }

#footer { color: #888; border-top: 3px double #ddd; text-align: right; clear: both; }



/*---:[ global elements ]:---*/

.custom a { color: #fff; text-decoration: none; font-size: 1em;}

.custom a:hover { text-decoration: underline; }

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; }

sub, sup { line-height: 0.5em; }

code { font-family: Consolas, "Andale Mono", Courier, "Courier New"; line-height: 1em; background: #eee; }

pre { font-family: Consolas, "Andale Mono", Courier, "Courier New"; 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; }



/*---:[ nav menu styles ]:---*/


.custom #tabs { margin: 0 3em 0 4.1em; }
.custom ul#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }

	.custom ul#tabs li { margin-bottom: -0.1em; background: #385d88; border: 1px solid #ddd; border-left: 0; float: left; }

	.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #587da7; border-bottom: 0; }
	
		.custom ul#tabs li a { display: block; line-height: 1em; color: #fff; text-transform: uppercase; letter-spacing: 2px; }

		ul#tabs li a:hover { color: #111; text-decoration: underline; }
	
		ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }
		
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
	
	ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
		
		ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }



/*---:[ sidebar styles ]:---*/

.custom .sidebar a { color: #fff; text-decoration: none; font-size: 1.5em;}


.custom .sidebar a:hover { text-decoration: underline; }

.custom .sidebar { background-color: #89a1bc; }

.custom .sidebar h3

{
color: #111;
font-size: 1.8em;


}

.custom ul.sidebar_list { list-style: none; }

	.custom li.widget { width: 100%; }

	.custom li.centered { text-align: center; }
	
		.custom li.widget p a { text-decoration: underline; }
		
		.custom li.widget p a:hover { text-decoration: none; }

		.custom li.widget ul { list-style: disc; }
		
			li.widget ul li .num_comments { color: #111; }
		
		/*---:[ widget box styles ]:---*/
		
		li.widget .widget_box { background: #e3f0f2; border-style: solid; border-color: #addde6; }
		
		/*---:[ subscriptions widget ]:---*/
		
		.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('images/icon-rss.gif') 0 50% no-repeat; }

		.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('images/icon-email.gif') 0 50% no-repeat; }

		/*---:[ google custom search ]:---*/

		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }

		li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }

		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #2361a1; }
		
		/*---:[ 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; }
				
				

.custom .format_text p 
{
font-size: 1.2em;
line-height: 1.5em; 
}


.custom .headline_area h1, .headline_area h2

{

font-size: 3em;

line-height: 1.4em;

}

/*---:[ footer styles ]:---*/

.custom #footer { color: #fff; font-size: 2em;}

#footer a:hover { color: #111; }



/*---:[ ROTATING IMAGES ]:---*/

.custom #sidebars #multimedia_box {
display:none;
} 

.custom #sidebar_1 #image_box

{

padding: 0;

background-color: #89a1bc;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

border: none;

margin: 0 auto;

}

.custom #image_box img
{

display: block;

padding: 0em;

background-color: #89a1bc;

border: none;


}

.custom #multimedia_box {
border: none;
padding: none;
}

/*---:[ FORM STYLES ]:---*/



.custom .linklove a, .linklove a:visited

{

font-size: 0.8em;

font-family: Tahoma;

color: #89a1bc;

}

.custom .linklove a, .linklove a:visited

{

font-size: 0.8em;

font-family: Tahoma;

color: #89a1bc;

}
