/*
	Author Name	: 	ToRokZoli
	Author Site	: 	http://torokzoli.hu
	Style Name	: 	Dropdown2
	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;
	}

#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 44-169 in core css */

strong, em, b, i { /* line 44 */
    font-family: Georgia, 'Times New Roman', serif;
	}

body { /* line 62 */
	font-size: 75%; /* Resets 1em to 10px */
	font-family: Georgia, 'Times New Roman', serif;
	color: #000;
	}

#page { /* line 82 */
	padding-top: 0;
        background: #eee url('sb-bg01.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('bg01.gif') repeat;
	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: #eee url('sb-bg01.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: url('footer01.gif') repeat;
	height: 20px;
	padding: 25px 0;
	text-align: center;
	color: #000;
	width: 1000px;
	}
#footer a {
	color: #222;
        }

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

/*  Extra styling not a modification of core css files */

#post-12 #header {
	background: url(imago/jesus-truck.jpg);
	}

#primary-2 {
	width: 950px;
	padding: 10px 25px 10px 25px;
	background: #fff;
	}
	
#primary-3 {
	width: 950px;
	left: -40px;
	padding: 10px 25px 10px 25px;
	background: #fff;
	}

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