/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Ben Fernald
	Author Site	: hyperaurora.com	
	Style Name	: Sample
	Style URI	:
	Version		:
	Comments	:
*/

body {
      font-family: Arial, Verdana, Helvetica, sans-serif;
			color:  #000000;  
      }
			
p {
   font-size: 120%;
	}
   			


#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	
	}
/* begin navbar changes */	
#dropdown {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 90%;
}

#dropdown ul {
	width:780px;
	min-height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 500;
}


#dropdown li {
	           display: inline;
						 border: 1px solid #000;
             border-bottom: none;
             padding: 5px 15px 5px 15px;
             margin-right: 5px;
             background-color: #3371A3;
						 font: bold 1.5em Arial, Verdana, Helvetica, Sans-Serif;
             text-decoration: none;
}

#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: #3371A3;
	-moz-opacity:0.95; /* for mozilla */
	opacity: 0.95; /* for safari */
	khtml-opacity: 0.95 /* for konquerer and older safari */
}

#dropdown ul ul {
	background: #3371A3;
}
#dropdown ul li {
	background: #3371A3;
}


#dropdown h2 {
	color: #FFFFFF;
}

#dropdown a {
	color: #FFFFFF;
	}

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

/* end navbar changes */

#primary {
	/* begin one column setup */
	width: 700px;
        /* end */
        }

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

#footer {
        font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	      color: white;
	      text-align: center;
        background: #3371A3;
        width: 780px;
        }
				
#footer a {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}

.columns-one #page {
	width: 780px;
	}


.columns-three #primary {
	float: right;
}

.columns-three #sidebar-2 {
	clear: none;
}

.columns-two #page #primary-wrapper {
	float: right;
	margin-left: -220px;
	margin-right: 0px;
}

.columns-two #page #primary {
	margin-left: 220px;
	margin-right: 0px;
}

.columns-two #page #sidebar-2 {
	clear: none;
}