/*
	Author Name	: 	ToRokZoli
	Author Site	: 	http://torokzoli.hu
	Style Name	: 	Dropdown-red
	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: 150px;
	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('br01.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('br01.jpg') repeat-x;
}
#dropdown ul li {
	background: #000000 url('br01.jpg') repeat-x;
}


#dropdown h2 {
	color: #FFFFFF ;
}

#dropdown a {
	color: #FFFFFF;
	}

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

#dropdown ul li ul {

}

#dropdown ul li ul li {
	background: #98b39e url('gr01.jpg') repeat-x;
}

#dropdown ul li ul li:hover {
	background: #a7c5ae url('gr02.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;
	color: #000;
	background: #ffccff url(bg-body.gif) repeat;
	background-attachment: fixed;
	font-size: 75%;
	}
	
		
strong, em, b, i {
    font-family: Georgia, "Times New Roman", serif;
    }	

#page { /* line 82 */
	padding-top: 0;
	background: #fff url('sb-bg02.gif') 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('bg02.jpg') repeat;
	}

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

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

.secondary { /* line 150 */
	width: 320px;
	color: #000; 
	font-size: 1.1em;
	padding: 0 10px;
	background: #eee url('sb-bg02.gif') 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: #ccc url('footer02.gif') repeat;
	height: 10px;
	padding: 8px 0;
	text-align: center;
	color: #000;
	width: 1000px;
	}

#footer a {
	color: #222;
	}

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

#primary-2 {
	width: 950px;
	padding: 10px 25px 10px 25px;
	background: #fff url('bg02.jpg') repeat;
	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;
}

.entry-meta { /* -pwh- style.css (line 448)*/
        color:#333;
}

.entry-date abbr { /* -pwh- style.css (line 465)*/
	color:#333;
	}

.entry-meta a, .comment-meta a { /* -pwh- style.css (line 484)*/
	color:#333;
	}

.entry-date abbr { /* -pwh- style.css (line 465)*/
	color:#333;
	}

a { /* -pwh- style.css (line 805) */
	color:#003779;
	}

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