/*
Theme Name: Blues Sky
Theme URI: http://johnwilliambennett.com/
Description: Simple combination of static pages plus news/blog page
Author: John Bennett
Author URI: http://johnwilliambennett.com/

*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/hover_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

body {
	background;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	height: 100%;
	min-height:100%;
	}
	
	html, body {
		height: 100%;
	}

<!--[if lte IE 6]>
<style type="text/css">
#wrapper {
height: 100%;
}
</style>
<![endif]-->

h2 {
	font: 600 12px sans-serif;
	color: ThreedShadow;
}

#wrapper {
	width: 890px;
	height:100%;
	min-height: 100%;
	height:auto !important;
	border: 0px solid #fff;
	background-color: #fff;
	left: 50%;
	margin-left: -445px;
	margin-bottom: -30px;
	position: relative;

}

#logo {
	width: 890px;
	height: 200px;
	background-image: url(images/890HEADER.jpg);
}

.align-left { float:left; margin: 0 15px 15px 0; }

#nav {
width:100%;
height: 33px;
background-color: #1e90ff;
position: relative;
top:200px;
border-bottom:4px solid #fff;
}

#menu {
	list-style-type: none;
	padding-left: 0px;
	margin: 0 0 0 0px;
	background: blue;
	border-top: 1px solid #fffacd;
}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {
	float: left;
	background: #1e90ff;
	margin: 0px 0 0 0;
	border: 0px solid #f0e68c;
	width:110px;
	height: 32px;
}

/* for IE5.5 and IE6 only */

#menu li a {
	display: block;
	color: #fff;
	height: 32px;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	width: 110px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#menu li a table {
position:absolute; 
left:0; 
top:-1px; 
border-collapse:collapse; 
width:0; 
height:0;}

#menu :hover {color:blue; background:gold; position:relative;}
#menu :hover > a {color:blue; background:gold;}

#menu li.current_page_item {
	background: blue;
}

#repmenu{
	width: 890px;
	height: 20px;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	font-style: normal;
	font-variant: normal;
	font-size: 10px;
	font-family: verdana, Arial, sans-serif;
	padding-left: 0px;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 0px;
	text-decoration: none;
	position: relative;
	margin-top: 33px;
	background: url(images/repmenu2.jpg);
	border-top: 1px solid InactiveBorder;
	border-bottom: 1px solid InactiveBorder;
}
		

	
#repmenu ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#repmenu li {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#repmenu li a, #reptmenu li a:link, #repmenu li a:visited {
	color: GrayText;
	display: block;
	margin: 0px;
	padding: 2px 30px 3px 30px;
}

#repmenu li a:hover, #repmenu li a:active {
	background: #B60606;
	color: #fff;
	margin: 0px;
	padding: 3px 30px 3px 30px;
	text-decoration: none;
	
}

#content {
	width: 844px;
	background-color: #fff;
	border-top: 1px solid #1e90ff;
	padding: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B626A;
	height: auto;
	margin: 66px auto;
	overflow: auto;
	border: 3px solid InactiveBorder;
}



#content a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e90ff;
	width: 111px;
	text-decoration: underline;
	}

#content a:hover{
	color: #a52a2a;
	text-decoration: underline;
}

#copy {
	width:780px;
	margin:0 auto;
}

h2 #copy {
	font: bold 12px sans-serif;
}

.contact {
	padding-left: 200px;
	background: ButtonFace;
}

#address {
	width: 890px;
	left: 50%;
	margin-left: -445px;
	height: 30px;
	background-color: gray;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: -30px;
	position: relative;
}
	
.login {
	background-color: blue;
	}
}	
a.login hover visted{
	color:blue;
}	
	
#push {
	height:30px;
}

/* image alignment for WP Editor */

   img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }



div.clear {
    clear: both;
  }