/*
	Author Name	: 	ToRokZoli
	Author Site	: 	http://torokzoli.hu
	Style Name	: 	Drop-clear
	Style URI	:	http://torokzoli.hu/2007/02/25/drop-down-menu-wordpress-k2-hoz/
	Version		: 	
	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: 4px 0 4px;
	margin: 0px 0px 0px 0px;
}

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

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

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

#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: #000;
}

#dropdown ul{
	background: #fff;
}

#dropdown ul ul {
	background: none;
}

#dropdown ul li {
	background: none;
}

#dropdown h2 {
	color: #FFFFFF ;
}

#dropdown a {
	color: #000;
	}
	
#dropdown ul li:hover {
	background: #fff;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

#dropdown ul li ul {

}

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

#dropdown ul li ul li:hover {
	background: #fff;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

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

#dropdown ul li ul ul li:hover {
	background: #fff;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

/* 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;
	/* background: #ffccff url(ivy.gif) repeat; */
	background-attachment: fixed;
	}

#page { /* line 82 */
	padding-top: 0;
	background: #fff;
	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: transparent;
	background-attachment: fixed;
	}

.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: transparent;
	}

.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 {
	background:#CCCCCC url(footer02.gif) repeat scroll 0 0;
	clear:none;
	color:#000000;
	height:15px;
	padding:8px 0 0 0;
	text-align:center;
	width:1000px;
	}

#footer a {
	color: #222;
	}

/*  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: transparent;
	background-attachment: fixed;
	}
	
#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;
	}

span.dropcap {
	color: #000;
	float: left;
	font-family: 'Trebuchet MS', Hilvetica, 'Lucida Grande', Arial, sans-serif;
	font-size: 4em;
	font-weight: bold;
	line-hight: 70px;
	margin-top: 15px;
	padding-top: 1px;
}

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