body 
{
	margin: 0;
	padding: 0;
	background-color: #FAFAFA;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	background: url("/images/bg.gif") repeat-x top;
}

/* Links */

#sidebar a:link, 
.entry a:link,
#footer a:link
{ color: #900000; text-decoration: none; }

#sidebar a:visited, 
.entry a:visited,
#footer a:visited 
{ color: #900000; text-decoration: none; }

#sidebar a:hover, 
.entry a:hover,
#sidebar a:active, 
.entry a:active
{ color: #003355; background-color: transparent; } 

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 
{ 
	font-size: 13px; 
	text-transform: uppercase; 
	margin: 5px 0; 
	font-weight: bold; 
}

ul { line-height: 1.8em; list-style-type: square; color: #333333; }

ol { line-height: 1.8em; color: #333333; }

blockquote
{
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 10px; 
	margin: 10px 20px;
}

code { font-family: Consolas, Verdana, Arial, "Courier New"; }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

em { font-style: italic; }

strong { font-weight: bold; }

del { text-decoration: line-through; color: #555555; font-size: 11px; }

ins { text-decoration: none; color: #679b3c; }
img { border: 0; }
.entry img { padding: 10px; }
p em, 
cite
{
	font-family: Consolas, Verdana, Serif;
}

/* Structure */

#header
{
	padding: 10px 0;
	height: 70px;
	text-align: right;
}

#navigation
{
	float: left; 
	width: 100%;
	background-color: #D6D6D6;
	border: 1px solid #AAA;
	border-top: none;
	text-align: center;
	border-left: 0px;
	border-right: 0px;
}

#content-wrapper
{
	width: 100%;
	float: left;
}

#content
{
	margin-right:305px;
	line-height: 1.5em;
	padding: 20px;
	padding-top: 5px;
}

#sidebar
{
	width: 263px;
	float: left;
	margin-left: -305px;
	padding: 20px;
	padding-top: 5px;
	background: #D6D6D6;
	border: 1px solid #AAA;
	border-top: 0px;
	border-right: 0px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
	color: #555555;
	text-align: center;
	padding: 10px 0;
	background-color: #cfcfcf;
}
#featured {
	background: #F7F7F7;
	border: 1px #080808;
	padding: 5px;
	margin: 5px;
}

/* Navigation */

#navigation ul
{
	margin: 0 5px;
	float: left;
	width: 95%;
	padding: 10px 0;
	list-style-type: none;
}

#navigation li { float: left; margin: 0 0 0 5px; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #900000;
	padding: 4px 8px;
	border: 1px solid #D6D6D6;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #900000;
	border-color: #000000;
	text-decoration: none;
}

div#navcontainer{
postion: relative;
font-size: 11px;
}
div#navcontainer ul
{
color: #900000;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
}
div#navcontainer ul li
{
display: inline;
}
div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: #900000;
text-decoration: none;
border: 1px solid #D6D6D6;
margin-right: -1px; 
}
div#navcontainer ul li a:hover
{
background-color: #900000;
color: #ffffff;
border: 1px solid #000000;
}

/* Header */

#header h1 { margin-bottom: 0; }

#header h1 a { background: transparent url(title.png) center center no-repeat; }

#header h1 a:link,
#header h1 a:visited
{
	color: #333333;
}

#header h1 a:hover,
#header h1 a:active
{
	color: #000000;
	background-color: transparent;
}

#header h1 span { visibility: hidden; }

#header h2 { font-size: 15px; padding-left: 5px; }

/* Content */

#content .entry { line-height: 1.8em; float: left; width: 100%;}
#sidebar .entry { line-height: 1.8em; }

#sidebar .entry-img { width: 100px; float: right; margin: 5px;}

#sidebar .entry-img img { width: 90%; }

.entry-body-left { float: left; }

.entry-img-left { width: 200px; text-align: middle; margin: 5px; float: left;}

.entry-img-left img { width: 90%; }

.entry-img-left a { color: #fff; text-decoration: none; background-color: #fff; }

.entry-img-left a:hover { color: #900000; text-decoration: none; background-color: #fff; }


.entry-footer
{
	clear: both;
	padding: 2px;
	font-size: smaller;
	background-color: #eeeeee; 
	border-top: 1px solid #dddddd; 
	border-bottom: 1px solid #dddddd; 
	position: relative;
}

.entry-title
{
	clear: both;
	padding: 1px;
	font-size: smaller;
	background-color: #eeeeee; 
	border-top: 1px solid #dddddd; 
	border-bottom: 1px solid #dddddd; 
	position: relative;
}

.entry-title h5 {
	margin: 0px;
	color: #900000;
}

.entry-footer p { margin: 0; padding: 0; color: #555555; line-height: 1em;}

.comment-list, .trackback-list { margin: 10px 0; padding: 10px 0; border-bottom: 1px dotted #999999; }

.comment, .trackback, #comment-form
{
	padding: 10px;
	margin: 10px 0;
	background-color: #eeeeee; 
	border-top: 1px solid #dddddd; 
	border-bottom: 1px solid #dddddd; 
}

#comment-form { margin-top: 20px; }

#comment-form label { font-size: larger; }

#comment-form textarea { border: 1px solid #cfcfcf; margin-top: 5px; }

/* Sidebar */

#sidebar ul { line-height: 1.5em; }

#sidebar li { padding: 3px 0; }

/* Footer */

#footer a:hover,
#footer a:active
{
	color: #003355;
	background-color:transparent;
}

	
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 250px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
background-color:#FF9900;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 100%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:250px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

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

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	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/trackback/
	Version		: 	1.1
	Comments	: 	Simple and smart, thanks to http://jillij.com
*/

#navbar {
	display: block;
	z-index: 5;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
	float: left; 
	width: 100%;
	background-color: #900000;
	border: 1px solid #AAA;
	border-top: none;
	text-align: center;
	border-left: 0px;
	border-right: 0px;
}

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


#navbar li {
	display: inline;
	float: left;
	min-height: 20px;
	position: relative;
	text-align: left;
	padding: 5px 16px 5px;
	margin: 0px 0px 0px 0px;
}

#navbar li ul {
	width: 150px;
	height: auto;
	top: 100%;
	left: 0px;
}

#navbar li ul li {
	text-align: left;
	width: 118px;	
	height: auto;
	min-height: auto;
	display: block;
}

#navbar a {
	text-decoration: none;
	}

#navbar li li ul {
	top: 0;
	left: 0;
}

#navbar li li:hover ul {
	left: 150px;
}

/* initialy hide all sub sidemenus */
#navbar ul ul,
#navbar ul li:hover ul ul,
#navbar ul ul li:hover ul ul,
#navbar ul ul ul li:hover ul ul,
#navbar ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}

/* display them on hover */
#navbar li:hover ul,
#navbar ul li:hover ul,
#navbar ul ul li:hover ul,
#navbar ul ul ul li:hover ul,
#navbar ul ul ul ul li:hover ul,
#navbar ul ul ul ul ul li:hover ul {
  display: block;
}

/* colors */

#navbar {
	color: #ffffff;
}

#navbar ul{
	background: #900000;
	-moz-opacity:0.95; /* for mozilla */
	opacity: 0.95; /* for safari */
	khtml-opacity: 0.95 /* for konquerer and older safari */
}

#navbar ul ul {
	background: #900000;
}
#navbar ul li {
	background: #900000;
}


#navbar h2 {
	color: #900000;
}

#navbar a {
	color: #ffffff;
}

#navbar ul li:hover {
	color: #ffffff;
	background: #241B29;
}

#navbar ul li ul {

}

#navbar ul li ul li {
	background: #241B29;
}

#navbar ul li ul li:hover {
	color: #ffffff;
	background: #666666;
}

#navbar ul li ul ul li{
	background: #666666;
	
}

#navbar ul li ul ul li:hover {
	color: #ffffff;
	background: #241B29;
}

