/*
	Author Name	: 	
	Author Site	: 	
	Style Name	: 	Dropdown2
	Style URI	:	
	Version		: 	1.3+
	Comments	: 	
*/

a, a:link, a:visited {
	color: rgb(102, 153, 0);
	text-decoration: none;
}

a:active, a:hover {
	color: #99CC00;
	text-decoration: underline;
}

.columns-two #page {
	background: url(/wp-content/themes/k2/styles/intera/images/background.png) repeat 50% 0%;
	width: 798px;
	padding-top: 0px;
	border-bottom: none;
}

#header {
	background-image: url(/wp-content/themes/k2/styles/intera/images/header.gif);
	background-color: black;
	margin-left: 5px;
	margin-right: 5px;
}

#footer {
	background: url(/wp-content/themes/k2/styles/intera/images/bottomcap.png) bottom;
	width: 800px;
	padding: 0px;
	height: 50px;
}

ul.menu, .page div.entry-head, .footerpoweredby, .footerfeedlinks, .footerstats{
	display: none;
}

#dynamic-content {

}

#primary {
	padding-bottom: 0px;
}

.secondary div {
	margin-bottom: 20px;
}

.secondary h4 {
	text-transform: uppercase;
}

#dropdown {
	display: block;
	z-index: 5;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
}

#dropdown ul {
	width:790px;
	min-height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 4px;
	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;
	margin-left: 4px;
}

#dropdown ul{
	background: #000000;
	-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;
}
#dropdown ul li {
	background: #000000;
}


#dropdown h2 {
	color: #FFFFFF;
}

#dropdown a {
	color: #FFFFFF;
	}

#dropdown ul {
	margin: 0;
}

#dropdown ul li:hover {
	background: #333333;
}

#dropdown ul li ul {

}

#dropdown ul li ul li {
	background: #333333;
}

#dropdown ul li ul li:hover {
	background: #666666;
}

#dropdown ul li ul ul li{
	background: #666666;
	
}

#dropdown ul li ul ul li:hover {
	background: #999999;
}

.page-head {
	display: none;
}

.entry-content h3 {
	margin: 0px;
}

h1.blog-title, .blog-title {
	padding: 25px 40px 0px;
}

h3.entry-title a, h3.entry-title a:visited, h3.entry-title a:link {
	color: black;
}

h3.entry-title a:hover, h3.entry-title a:active {
	color: grey;
}

.entry-head {
	padding: 10px;
	background: rgb(238, 238, 238);
	margin-left: -10px;
}

#header {
	height: 100px;
}

.content {
	padding: 0px 20px 0px;
}

.wp-caption:hover {
	border: 1px solid rgb(221, 221, 221); 
	padding: 3px;
}

.slideshowlink {
	display:none;
}

div.ngg-widget {
	margin: 0;
}