/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	color: #000;
	margin: 0;
	padding: 0 0 50px 0;
	text-align: center;
	background-color: #0B2B59;
	background-image: url(../images/bg.jpg);
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 165%;
	background-repeat: repeat-x;
}

iframe {
	min-height: 750;
	width: 99%;
	height: 800px;
	overflow: auto;
}
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #022E63;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h2 {
	font-size: 22px;
	color: #023065;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
p  {
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 2;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Ads */
#Top-Header-Ad{
	height: 40px;
}

a.rollover {
    background:url('../images/ads/KY Splash Rollover2.jpg') no-repeat top left;
	position:absolute;
    display:block;
    height:40px;
    width:945px;
}
a.rollover span {
    display:none;
}
a.rollover:hover {
    height:300px;
	min-height:300px;
	position:absolute;
	z-index:5;
}

#Sidebar-Ad{
	margin-top: 5px;
	margin-bottom: 10px;
	border:none;
}

/* images */
.img{
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}


blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #d7d8d7;
	background: #d7d8d7 url(../images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #e7a406;	
}

/* table */
/*table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	background: #ADD8E6 url(../images/header-bg.jpg) repeat-x 0 -100px;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #78C7FA;
	border-bottom: solid 2px #fff;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #EDEDED;	
}	*/
/* Middle Section */
#MiddleWrapper{
	margin-top: 5px;
}

#MiddleWrapper #Top{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	}
#MiddleWrapper #Middle{
	background-color: #8E1000;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#MiddleWrapper #Bottom{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	}
#MiddleWrapper #Bottom .Left-box{
	width:295px;
	height:50px;
	border:solid 1px #D8D9D8;
	margin-top: 10px;
	float: left;
}
#MiddleWrapper #Bottom .Middle-box{
	width:295px;
	height:50px;
	border:solid 1px #D8D9D8;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	margin-left: 10px;
}
#MiddleWrapper #Bottom .Right-box{
	width:295px;
	height:50px;
	border:1px solid #D8D9D8;
	margin-top: 10px;
	float: right;
}
#Middle-breaking{
	width:924px;
	min-height:1px;
	background-color:#ececec;
	color:#A61300;
	font-weight:bold;
	margin-left: 10px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #d8d9d8;
	}
#Middle-breaking a:link {
	color: #FFFFFF;
	text-decoration: none;
}

/* form elements */
.form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}

.label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #333;
}
.input, select {
	
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.textarea {
	width: 375px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
.input, textarea, select {
	background: #fff;
	border: 1px inset #C6C6C6;
}
.smallform{
    
	
	background: #balck;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	
	
	
}
input.button:hover{
	color:#A41300;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	width: 250px;
	float: right;
	padding: 5px;
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#wrap-out {
	position: relative;
	width: 945px;
	text-align: left;
	background-color: #fff;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0B4075;
	border-bottom-color: #0B4075;
	border-left-color: #0B4075;
}
#wrap {
	width: 945px;
	margin: 0 auto;
}
#content-wrap {
	clear: both;
	float: left;
	width: 924px;
	background: transparent;
	display: inline;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#header {
	width: 100%;
	height: 115px;
	padding: 0;
	background-color: #000;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

/*  Navigation  */

#Topnav {
	clear: both;
	margin: 0;
	padding: 0;
	height: 35px;
	left: 0;
	top: 35px;
	background-color: #333;
	width: 100%;
	background-image: url(../images/top-nav-bg.gif);
	background-repeat: repeat-x;
}
#Topnav ul {
	float: left;
	list-style: none;
	width: 900px;		
	height: 35px;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	display: inline;
}
#Topnav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#Topnav ul li a {
	float: left;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.3px;
	color: #FFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #282828;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
}
#Topnav ul li a:hover, 
#Topnav ul li a:active {
	color: #A21200;
	background: none;

}
#Topnav ul li#current a {
	color: #000;
}


#nav {
	clear: both;
	margin: 0px;
	height: 35px;
	left: 0;
	top: 35px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/nav-bg.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav ul {
	float: left;
	list-style: none;
	width: 900px;		
	height: 35px;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 14px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.3px;
	color: #FFF;
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
}
#nav ul li a:hover, 
#nav ul li a:active {
	border: none;
	color: #000;
	background-image: url(../images/nav-current.gif);
	background-repeat: repeat-x;
}
#nav ul li#current a {
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../images/nav-current.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
}

#header #logo {
	padding: 0;
	height:123px;
	border: none;
	width: 945px;
	float: left;
}

#header #img {
	padding: 0;
	width: 485px;
	float: right;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
}

/* Home Columns */

#Left-main {
	float: left;
	width: 400px;
	padding: 0;
	margin: 0;
	display: inline;
	padding-right: 5px;
}
#Left-main h2 {
	padding-bottom: 3px;
	margin-top: 10px;
	font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #012C62;
	letter-spacing: -2px;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
}
#Left-main h2 a {
	color: #012D61;
	text-decoration: none;
	background: none;
	border: none;
}
#Left-main h2 a:hover {
	color: #000;
}
#Left-main ul li {
	list-style-type: disc;
}

#Center-main {
	float: left;
	width: 200px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
	min-height: 725px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
}
#Center-main .blog {
	width:auto;
	clear: both;
}
#Center-main h2 {
	padding-bottom: 3px;
	margin-top: 10px;
	font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #012F63;
	letter-spacing: -2px;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
}
#Center-main h2 a {
	color: #012C61;
	text-decoration: none;
	background: none;
	border: none;
}
#Center-main h2 a:hover {
	color: #000;
}
#Center-main ul li {
	list-style-image: url(../images/bullet.gif);
}

/* Main Column */
#main {
	float: left;
	width: 500px;
	display: inline;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#main h2 {
	padding-bottom: 3px;
	margin-top: 10px;
	color: #012E62;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#main h2 a {
	color: #00193E;
	text-decoration: none;
	background: none;
	border: none;
}
#main h2 a:hover {
	color: #000;
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

/* Sidebar */	
#sidebar-right {
	float: right;
	width: 180px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eeeeee;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	min-height: 725px;
}
#sidebar-right-large {
	float: right;
	width: 375px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eeeeee;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#sidebar-left {
	float: left;
	width: 180px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eeeeee;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	min-height: 725px;
}


#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 5px;
	color: #000;
	letter-spacing: -0.5px;
	font-family: 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.gif) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 8px 10px;
	margin: 0;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #910;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;	/* letter-spacing: .5px;  */
}
#sidebar ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: .8em;
}
#sidebar ul.sidemenu li a:hover {	
	color: #555;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	color: #FFFFFF;
	width: 100%;
	float: left;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer-wrap h2 {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;
	color: #ffcc33;
}
#footer-wrap p {
    padding:0px;
}

#footer-content {
	margin: 0 auto;
	width: 880px;
	text-align: left;
}
#footer-content ul.col-list {
	background: url(../images/dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	background: url(../images/dots.gif) repeat-x left bottom;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;
	color: #FFFFFF;
	border: none;
}
#footer-content ul.col-list li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer-content ul.col-list li a span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* postmeta */
.postmeta {
	padding: 5px;
	margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #565656;
	border: 1px solid #E0DFE1;
	background-color: #eaeaec;
	background-image: url(../images/post-bg.gif);
	background-repeat: repeat-x;
}
.postmeta .date{
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 20px;
}
.postmeta a.comments {
	background-image: url(../images/comment.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 20px;
}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info {
	font-size: 0.95em;
	padding-top: 3px;
	color: #565656;
}
.post-info a {
	color: #910;
}
.post-info a:hover {
	color: #000;
}

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right;}
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }
.noBorder{border:none;}
.login-text {
	font-size: 10px;
	margin-left: 5px;
}


/*Picasa Album styles*/
#galleries {
	/*position: absolute;
	top: 10px;
	left: 10px;
	float:left;*/
	width: 607px;
	height: 163px;

	background: #ffffff;
	margin-left: auto;
    margin-right: auto;
}

#galleries .gallery {
	
	padding: 10px 0;
	width: 130px;
	height: 170px;
	float: left;
	margin-left: 10px;
    margin-right: auto;
}



.photo {
	border: 3px solid #ebebeb;
}
