/*
	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
*/

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #666666 url('sierpinski.png') no-repeat scroll top center;
}

h1 {
	padding: 15px;
}

h1.blog-title {
	padding-top: 14px;
	padding-bottom: 16px;
	padding-left: 26px;
}

.page-head {
	margin: 10px 0 10px;
}

.navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.page-head h1 {
	text-align: left;
	padding: 0px;
}

.entry-title, h3, .four04 .entry-title, body.page .entry-title, body.page #current-content .entry-title {
	text-align: left;
	padding: 0px;
	margin-left: 0px;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, .entry-title, .entry-title a, .entry-title a:visited {
	color: #666666;
}

body.page .entry-content h3 {
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.portfolio {
	clear: both;
	margin-top: 25px;
	padding-top: 5px;
	margin-bottom: 20px;
}

.entry-content div.portfolio .alignleft, div.portfolio img[align="left"] {
	margin-bottom: 20px;
}

div.portfolio h4, body.page .entry-content h4, .entry-content h4, .entry-meta h4 {
	font-size: 1.4em;
	margin-top: 0px;
	padding-top: 0px;
}

h2 a:hover, h2 span a:hover {
	color: #333333;
}

h2 {
	text-align: left;
	font-size: 2.75em;
}

a {
	color: #3388ee;
}

.entry-content a:visited {
	color: #0044aa;
}

ul {
	list-style-type:square;
}

body.smartposition #navabove, body.smartposition #rollingarchives, #rollingarchives {
	width: 710px;
	-moz-opacity:0.9; /* for mozilla */
	opacity: 0.9; /* for safari */
	khtml-opacity: 0.9 /* for konquerer and older safari */
}

.meta-start {
	background-image: none;
	padding: 0px;
}

.columns-one #page {
	padding: 0px 0px 10px;
	border: 0px;
	width: 765px;
	background: none;
}

.columns-one .secondary {
	border: none;
}

#header {
	height: 70px;
	background: none;
}

#primary {
	width: 700px;
	float: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

#primary-wrapper {
	padding-top: 10px;
}

#dynamic-content {
	padding-top: 0px;
}

.entry-head .entry-meta {
	background: none;
	padding-left: 0px;
}

.entry-content p {
	margin-left: 5px;
}

.asides-permalink {
	font-weight: normal;
	color: #BBBBBB;
	font-size: 1em;
	line-height: 1.6em;
}

.content {
	padding-bottom: 0px;
	padding-right: 18px;
	padding-left: 18px;
	background: #FFFFFF;
}


#footer {
	color: #aaaaaa;
	padding-bottom: 20px;
}

#footer a {
	color: #bbbbbb;
}

#searchform {
	width: 200px;
}

#dropdown li.searchli {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 2px;
	float: right;
}

#s {
	background-color:#666;
	border-style:none;
	color:#fff;
	padding-top:3px;
	width: 65%;
}

#search-label.overlabel-apply {
	background-color:#666;
	padding-top:5px;
}

#search-label.overlabel-apply.hide {
	text-indent:-2000px;
}

#searchreset, #searchload {
	top: 6px;
}

#searchsubmit {
	padding-top:3px;
	border:none;
	font-weight: bold;
	color: #00FF66;
	background-color: #333;
	font-size: 1.0em;
}	

label.overlabel-apply {
	color: #CCCCCC;
	top: 3px;
}

#dropdown li.searchli:hover {
	background-color: #333333;
}

#dropdown ul li.tagli:hover {
	background-color: #555555;
}

#dropdown {
	display: block;
	z-index: 5;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
}

#dropdown ul {
	width:765px;
	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: 8px 16px 2px;
	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;
	font-weight: bold;
}

#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: #00FF66;
	font-weight: bold;
}

#dropdown ul{
	background: #333333;
	-moz-opacity:0.95; /* for mozilla */
	opacity: 0.95; /* for safari */
	khtml-opacity: 0.95 /* for konquerer and older safari */
}

#dropdown ul ul {
	background: #333333;
}
#dropdown ul li {
	background: #333333;
}


#dropdown h2 {
	color: #FFFFFF;
}

#dropdown a {
	color: #00FF66;
}

#dropdown a:hover {
	color: #FFFFFF;
}

#dropdown li.tagli a:visited {
	color: #00CC44;
}

#dropdown ul li.tagli a:hover {
	color: #FFFFFF;
}

#dropdown ul li:hover {
	background: #555555;
}

#dropdown ul li ul {

}

#dropdown ul li ul li {
	background: #555555;
}

#dropdown ul li ul li:hover {
	background: #999999;
}

#dropdown ul li ul ul li{
	background: #999999;
	
}

#dropdown ul li ul ul li:hover {
	background: #CCCCCC;
}

