/*
	Author Name	: 	ToRokZoli
	Author Site	: 	http://torokzoli.hu
	Style Name	: 	Dropdown-blue
	Style URI	:	http://torokzoli.hu/2007/02/25/drop-down-menu-wordpress-k2-hoz/
	Version		: 	1.3+
	Comments	: 	Simple and smart, thanks to http://jillij.com
*/

#dropdown {
	display: block;
	z-index: 5;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
}

#dropdown ul {
	width: 100%;
	min-height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 500;
}


#dropdown li {
	display: inline;
	float: left;
	min-height: 20px;
	position: relative;
	text-align: left;
	padding: 5px 16px 5px;
	margin: 0px 0px 0px 0px;
}

#dropdown li ul {
	width: auto;
	height: auto;
	top: 100%;
	left: 0px;
}

#dropdown li ul li {
	text-align: left;
	width: 118px;	
	height: auto;
	min-height: auto;
	display: block;
}

#dropdown a {
	text-decoration: none;
	padding: 5px 5px 10px 5px; /* -pwh- this line widens and broadens the clickable area of the menu button. */
	}

}
#dropdown li li ul {
	top: 0;
	left: 0;
}

#dropdown li li:hover ul {
	left: 150px;
}

/* initialy hide all sub sidemenus */
#dropdown ul ul,
#dropdown ul li:hover ul ul,
#dropdown ul ul li:hover ul ul,
#dropdown ul ul ul li:hover ul ul,
#dropdown ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}

/* display them on hover */
#dropdown li:hover ul,
#dropdown ul li:hover ul,
#dropdown ul ul li:hover ul,
#dropdown ul ul ul li:hover ul,
#dropdown ul ul ul ul li:hover ul,
#dropdown ul ul ul ul ul li:hover ul {
  display: block;
}

/* colors */

#dropdown {
	color: #FFFFFF;
}

#dropdown ul{
	background: #000000 url('gray01.jpg') repeat-x;
	/*-moz-opacity:0.95; /* for mozilla */
	/*opacity: 0.95; /* for safari */
	/*khtml-opacity: 0.95 /* for konquerer and older safari */
}

#dropdown ul ul {
	background: #000000 url('gray01.jpg') repeat-x;
}
#dropdown ul li {
	background: #000000 url('gray01.jpg') repeat-x;
}


#dropdown h2 {
	color: #FFFFFF ;
}

#dropdown a {
	color: #FFFFFF;
	}
	
#dropdown ul li:hover {
	background: #333333 url('gray02.jpg') repeat-x;
}

#dropdown ul li ul {

}

#dropdown ul li ul li {
	background: #5E6E75 url('bl01.jpg') repeat-x;
}

#dropdown ul li ul li:hover {
	background: #75695E url('bl02.jpg') repeat-x;
}

#dropdown ul li ul ul li{
	background: #666666;
	
}

#dropdown ul li ul ul li:hover {
	background: #999999;
}

/* Modifications by Wayne Hatcher */
/* line 62-169 in core css */

#header {
	background: black /* url('oklahombres03.jpg') */;
	height: 200px;
	}

body { /* line 62 */
	font-family: Georgia, 'Times New Roman', serif;
	}

#page { /* line 82 */
	padding-top: 0;
	background: #fff url('sb-bg03.jpg') repeat;
	width: 1000px;
	}
	
.columns-one #page {
	width: 1000px;
	}

.columns-two #page {
	width: 1000px;
	}

.columns-three #page {
	width: 1000px;
	}

/* #header {
	position: relative;
	height: 200px;
	background: #3371A3;
	background-position: top right;
	} */

.content { /* line 112 */
	padding: 0;
	}

body.columns-two #primary-wrapper { /* line 116 */
	margin-right: 0;
	width: 660px;
	}

body.columns-two #primary { /* line 122 */
	margin-right: 0;
	}

#primary { /* line 130 */
	width: 610px;
	padding: 10px 25px 10px 25px;
	background: #fff url('bg03.gif') repeat;
	}

.columns-one .secondary {
	width: 240px;
	border-top: 1px solid #eee;
	}

.columns-three .secondary {
	width: 175px;
	}

.secondary { /* line 150 */
	width: 320px;
	color: #666;
	padding: 0 10px;
	background: #eee url('sb-bg03.jpg') repeat;
	}

.secondary ul ul, .secondary ol ol, .secondary div div { /* line 1003 */
	margin: 0;
	}
       
.secondary ul ul ul, .secondary ol ol ol, .secondary div div div {
	margin: 0;
	}	
	
#footer {
clear: none;
background: url('gray01.jpg') repeat-x;
height: 20px;
padding: 5px 0;
text-align: center;
color: #fff;
}
#footer a {
color: #ccc;
}

/*  Extra styling not a modification of core css files */
blockquote { /* line 478 in core css */
	border:3px double #a7c5ae;
	margin:15px 30px 0pt 10px;
	padding-left:20px;
	background:none;
	}

#primary-2 {
	width: 950px;
	padding: 10px 25px 10px 25px;
	background: #fff url('bg03.gif') repeat;
	}
	
#primary-3 {
	width: 550px;
	left: -40px;
	padding: 10px 25px 10px 25px;
	background: #fff;
	}
	
.secondary #primary-3 {
	width 175px;
	color: #666;
	padding: 0 10px;
	background: #eee;
	}
/* Styling to position page titles in bottom left corner of header image. Lines 251 and 436*/
h2 { /* Line 251 in style sheet */
	text-align: left;
	margin: -100px 0 60px 0;
}

body {
	color: #000;
	}

.meta-start { /* -pwh- line 460 of style.css */
	padding: 2px 0 2px 20px ;
	background: none;
	}

/* Styling for EventCalendar */
#wp-calendar td {
	color:#000000;
	}