/*
Theme Name: delaney
Theme URI: http://www.delaney-designs.com
Description: delaney WordPress theme
Author: Chad Schmidt
Author URI: http://www.delaney-designs.com
Version: 1.0
.
General comments/License Statement if any.
*/
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Trebuchet MS,sans-serif;
}

table, td, tr, thead, tfoot, tbody, th, tf, img, div {
margin: 0px;
padding: 0px; 
}
p {
	line-height: 20px;
}
a {
	color: #00359b;
}
a:hover {
	color: #0042c2;
}
#container {
   min-height:100%;
   position:relative;
}

#navigation {
	background-color: #000000;
	height: 45px;
	color: #FFFFFF;
}
#navigation ul {
	width: 1200px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation ul li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation ul li a {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 15px;
}
#navigation ul li a:hover {
	text-decoration: underline;
}

.current_page_item {
	text-decoration: underline;
}

#header_logo {
	height: 136px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.description {
	float: right;
	width: 340px;
	text-align: center;
	padding-top: 20px;
}
#quick {
	float: right;
	text-align: center;
	vertical-align: top;
	height: 136px;
	line-height: 20px;
}

#header_blue {
	background-image: url(images/blue.jpg);
	background-repeat: repeat-x;
	height: 29px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
}
#celtic {
	background-image: url(images/celtic.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 42px;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 41px;
	color: #4F4F4F;
}
#main_bar {
	width: 540px;
	float: left;
}

.sidebar {
	float: right;
	width: 250px;
	padding-left: 10px;
	align: center;
}
#clear {
	clear: both;
	height: 1px;
}
#footer {
	background-color: #000000;
	height: 31px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	line-height: 29px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.float_left {
	float: left;
	padding-right: 10px;
}
.float_right {
	float: right;
	padding-left: 10px;
}
h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC; 
	margin-bottom: 20px;
	padding-bottom: 5px;
}
h3 { }
#red {
	color: #ff0000;
}

/* ADDED BY BUD */
/*navigation menu */
#nav {
background-color:#60625C;
bottom:0;
left:0;
margin:0;
padding:0;
width: 100%;
height: 45px;
/* position:absolute; z-index:1; */
}

#nav, #nav ul {
line-height:40px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width: 100%;

}
#nav a, #nav a:hover {
border:medium none;
display:block;
text-decoration:none;
}
#nav li {
float:left;
left: 10%;

/*position:relative;
left: 10%;
text-align:center;*/
list-style-image:none;
list-style-position:outside;
list-style-type:none;
border-right:1px solid #6E7073;
}
#nav a, #nav a:visited {
color:#FFFFFF;
display:block;
padding:0 20px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
text-decoration:none;
}
#nav li ul {
border-bottom:1px solid #6E7073;
height:auto;
left:-999em;
line-height:30px;
margin:0;
padding:0;
position:absolute;
width:222px;
}
#nav li li {
background:#1E1F21 none repeat scroll 0 0;
border-left:1px solid #6E7073;
border-right:1px solid #6E7073;
border-top:1px solid #6E7073;
width:220px;
}
#nav li li a, #nav li li a:visited {
background:#1E1F21 none repeat scroll 0 0;
color:#FFFFFF;
font-size:0.9em;
font-weight:normal;
}
#nav li li a:hover, #nav li li a:active {
background:#60625C none repeat scroll 0 0;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left:auto;
}
/*navigation menu */