/*

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!

*/



/*.custom h1, .custom h2 { font-family: whatever fonts you want; }*/



.custom #rotating_image img { display: block; border: 5px solid #eee; }


.custom #page {margin:0px;}


.custom .format_text p { margin: 0 0 1.53846em 0;

font-family: verdana, tahoma, arial, trebuchet, sans-serif; }


.custom .format_text li { font-family: verdana, tahoma, arial, trebuchet, sans-serif; }


.custom .format_text blockquote { font-family: verdana, tahoma, arial, trebuchet, sans-serif; }


.custom .format_text p.note { font-family: verdana, tahoma, arial, trebuchet, sans-serif; padding: 0.76923em 10px; background: #ffffa0; border: 1px solid #d3d35d; }

	

	.format_text ul { font-family: verdana, tahoma, arial, trebuchet, sans-serif; list-style: none; margin: 0 0 1.53846em 0; }



	.format_text ol { font-family: verdana, tahoma, arial, trebuchet, sans-serif; margin: 0 0 1.53846em 20px; }



.custom body {

background: #FFFFFF none repeat scroll 0%;

color: #333333;

font-family: verdana, tahoma, arial, trebuchet, sans-serif;

font-size: 62.5%;

font-size-adjust: none;

font-stretch: normal;

font-style: normal;

font-variant: normal;

font-weight: normal;

line-height: normal;

}


/*
.custom body { background: #fff; color: #333; font: 62.5% verdana, tahoma, arial, trebuchet, sans-serif; }



* { padding: 0; margin: 0; }



.custom #masthead h1, #masthead #tagline { font: normal 1.4em/1.42857em Verdana, serif; padding: 0; color: #006666; text-align: left; }

*/

/* .custom #logo a { 

background: transparent url(images/suzy_logo.gif) no-repeat;

display: block;

height:90px;

width:300px;

margin:5px;

padding:0px;

}
*/

/*
#masthead h1, #masthead #tagline { font: normal 1.4em/1.42857em Verdana, serif; padding: 0; color: #999; text-align: left; }


.custom #rotating_image img { display: block; border: 10px solid #E6E6FA; }


.custom h1, .custom h2 {

font-family: arial;

}


.custom h1 { font-size: 1.8em; line-height: 1.11111em; padding: 0 10px; color: #336666; }


.custom h2 { font-size: 1.8em; line-height: 1.11111em; padding: 1.11111em 10px 0 10px; border-top: 1px dotted #ddd; color: #336666; }


.custom .sidebar h2 { font-size: 0.93333em; margin: 0 0 0.9em 0; line-height: 2em; padding: 0; text-transform: uppercase; letter-spacing: 2px; border-top: 0; border-bottom: 1px solid #ddd; }


.custom #search input[type="submit"] { margin: 0.25em 0 0 0; padding: 2px 3px; font: bold 1.0em Verdana, Tahoma, Arial, Trebuchet, Sans-serif; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; color: #000; cursor: pointer; }



#search input[type="submit"]:hover { color: #237fa1; }



.custom #comment_form .form_submit {style.css (line 318)

background: transparent url(images/submit_bg.gif) repeat scroll 0%;

border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);

border-style: double;

border-width: 3px;

color: #333333;

cursor: pointer;

font-family: verdana, tahoma, arial, trebuchet, sans-serif;

font-size: 1.07692em;

font-size-adjust: none;

font-stretch: normal;

font-style: normal;

font-variant: normal;

font-weight: bold;

line-height: normal;

padding: 0.35714em 4px;

}



.custom .post_author {font-family: arial; }


.custom dl#comment_list dt.comment { font-family: verdana; width: 445px; padding: 1.42857em 9px 0.71429em 9px; background: #f8f8f8; font-size: 1.4em; line-height: 1.42857em; }


.custom #comment_form p {font-family: verdana; }


.custom #comment_form .form_submit:hover { color: #237fa1; }


*/






