/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey


/* Banner ---------------------- */
.banner-in { position:relative; max-height:430px; min-height:365px; }
* html .banner-in  { height:430x; }

.banner_content { padding:25px 0 30px 0; float:left; } 

#banner h1 { margin:0 0 20px 0; padding:0; font-size:30px; }
#banner p  { margin:0 0 12px 0; padding:0; width:530px;  font:15px aArial, Helvetica, sans-serif; line-height:20px;   }
#banner h3.subline { margin:0 0 20px 0; padding:0; font:25px Georgia, "Times New Roman", Times, serif;   }

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}





table, tr, td
{
padding:2px;color:#6096CB;
} 