/*
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 .floatimgright { float:right; border: 0px; padding: 0px 0px 1em 1em; }
.custom blockquote { font-family: Helvetica, Verdana, Arial, sans-serif; }


/* 
For FLIR Wordpress Plugin 
*/

.custom div#content_inner h2 {
   padding-bottom: .5em;
   font-size: 2.25em;
   font-family:  Albertus MT,  Albertus, Goudy Old Style, Times New Roman, Times, serif;
   font-weight: normal;
   color: #14568A;
   width: 425px;
}
.custom div#content_inner h1, .custom div#content.archives h1 {
   padding-bottom: .5em;
   font-size:3em;
   color: #14568A;
   font-family:  Albertus MT,  Albertus, Goudy Old Style, Times New Roman, Times, serif;
   font-weight: normal;
   width: 425px;
}
.custom div#masthead div#logo a {
   font-size: 38px;
   color: #000000;
   font-family:  Albertus MT,  Albertus, Goudy Old Style, Times New Roman, Times, serif;
   font-weight: normal;
   padding-bottom: 0px;
}
.custom div#masthead div#tagline {
   font-size: 22px;
   color: #14568A;
   font-family:  Albertus MT,  Albertus, Goudy Old Style, Times New Roman, Times, serif;
}
.custom div#masthead h1 {
   font-size: 22px;
   color: #14568A;
   font-family:  Albertus MT,  Albertus, Goudy Old Style, Times New Roman, Times, serif;
}
  
/*   to reuse recovered comments in recovered posts */

#commentOlds:after, dl#commentOld_list:after, dl#commentOld_list dd:after,  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#commentOlds { width: 463px; margin: 4.0em 0 2.0em 0; }

dl#commentOld_list { margin: 0 0 3.0em 0; }

dl#commentOld_list { width: 445px; padding: 1.42857em 9px 0.71429em 9px; background: #f8f8f8; font-size: 1.4em; line-height: 1.42857em; }

dl#commentOld_list dd.comment { width: 445px; padding: 0 9px 0.8em 9px; background: #f8f8f8; border-bottom: 1px dotted #bbb; }
		
dl#commentOld_list dt.alt, dl#commentOld_list dd.alt { background: #fff; }

dl#commentOld_list dt.author, dl#commentOld_list dd.author { background: #e7f8fb !important; }

		


div#left_bar.sidebar {
    background-image: url('/blog/wp-content/uploads/2009/11/the-manasclerk-company-logo_reg_sm.gif');
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 104px;
}

