/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's 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!
*/

#contentstore { width: 680px; padding: 0 0px; float: left; }

#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; padding: 5px 20px 5px 20px; font:160% Georgia,"Times New Roman",Times,serif, bold; }
#navmenu a {text-decoration:none; color: 02BBBF; }
#navmenu a:hover {color: 7f7f7f; }

#content_boxcustom {
    background: url("images/content_bg.gif") repeat-y scroll 50% 0 transparent;
    padding: 0 10px;
    text-align: left;
    width: 85px;

}

#footercustom {
    border-top: 1px double #DDDDDD;
    padding: 170em 0;
}


.format_textcustom { font-size: 1.3em; line-height: 1.53846em; padding: 0 10px; }

		

	.format_textcustom a { text-decoration: underline; }

	

	.format_textcustom a:visited { color: #333; background: #e8e8e8; text-decoration: none; }

	

	.format_textcustom a:hover { text-decoration: underline; }

		

	.format_textcustom blockquote { }

	

		.format_textcustom blockquote.right { width: 180px; font-size: 1.2308em; line-height: 1.25em; margin: 0 0 0 10px; padding: 0.4375em 0 0.4375em 10px; border: none; float: right; }

		

		.format_textcustom blockquote.left { width: 180px; font-size: 1.2308em; line-height: 1.25em; margin: 0 10px 0 0; padding: 0.4375em 10px 0.4375em 0; background: none; border: none; float: left; }

	

			.format_textcustom blockquote.right p, .format_textcustom blockquote.left p { margin: 0 !important; }

	

	.format_textcustom p { margin: 0 0 1em 0; }

	/* Original .format_textcustom1 p { margin: 0 0 -3.46em 0; } */


	.format_textcustom p.note { padding: 0.76923em 10px; background: #ffffa0; border: 1px solid #d3d35d; }

	

	.format_textcustom ul { list-style: none; margin: 0 0 1.53846em 0; }



	.format_textcustom ol { margin: 0 0 1.53846em 20px; }

	

		.format_textcustom li { }

	

		.format_textcustom ul li { padding: 0 0 0 14px; background: url('images/bullet_text.gif') 0 0.38462em no-repeat; }

		

			.format_textcustom ul li ul, .format_textcustom ul li ol, .format_textcustom ol li ul, .format_textcustom ol li ol { margin: 0 0 0 10px; }

	

		.format_textcustom li code { line-height: inherit; } /* This is basically a Safari hack :( */

	

	.format_textcustom dl { margin: 0 0 1.53846em 0; }

			

		.format_textcustom dt { font-weight: bold; }

		

		.format_textcustom dd { margin: 0 0 1.53846em 1.53846em; }

		

	.format_textcustom .ad { margin: 0 0 0 10px; float: right; clear: right; }

	

		.format_textcustom .ad_left { margin: 0 10px 0 0; float: left; clear: left; }



	.format_textcustom img { }



		.format_textcustom img.left { margin: 0 10px 1.53846em 0; float: left; clear: left; }

		

		.format_textcustom img.right { margin: 0 0 1.53846em 10px; float: right; clear: right; }

		

		.format_textcustom img.center { display: block; margin: 0 auto 1.53846em auto; float: none; clear: both; }

		

		.format_textcustom img.block { display: block; margin: 0 auto 1.53846em 0; float: none; clear: both; }

	

		.format_textcustom img.frame { padding: 9px; border: 1px solid #ddd; background: #eee; }

		

		.format_textcustom img.stack { clear: none !important; }