/*
Theme Name: Blank 1 sidebar - right (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */
/*.sidebar, #entry-meta-single {border:1px solid red;}
#respond {border:1px solid yellow;}
#footer, #header {border:1px solid blue;}

li.depth-1 {border: 1px solid orange;}
.navigation {border:1px dashed black;}
.post {border:1px solid pink}*/

/* - BASIC STUFF - */
body {background:#FFF;font:9pt/11pt Verdana, Geneva, sans-serif;color:#000;margin:0 auto;padding:0 20px;
}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0; color:#990000;line-height:1.2;}
h2.entry-title {font-size:180%;color:#990000;}}
h2#comments{margin:20px auto 10px;font-size:140%;color:#990000}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:900px;}
#header {height:111px;margin:0 auto;text-align:right;padding: 20px 0;}
#footer {height:50px;overflow:hidden;margin:20px auto 0;clear:both;float:none;text-align:center;padding: 20px 0;}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;width:590px;}
.post-index a:link{
	color:#990000; 
}
.post-index a:visited{
	color:#990000; 
}
.post-index a:hover {
	color:#990000; 
}
.post-index a:active {
	color:#990000; 
}
/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 0 0 10px;overflow:hidden; float:left; clear:none;width:300px;}
.sidebar {width:99%;clear:none;}
.block-1 {float:right;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}
.entry-meta a:link{
	color:#990000; 
        font-weight: bold;
}
.entry-meta a:visited{
	color:#990000; 
        font-weight: bold;
}
.entry-meta a:hover {
	color:#990000; 
        font-weight: bold;
}
.entry-meta a:active {
	color:#990000; 
        font-weight: bold;
}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/*-- css info from main website --*/
#header {
 width: 900px;
 background-color:#ffffff; 
 color: #990000;
 background-image: url("/images/banner.gif");
 background-repeat: no-repeat;
 padding: 5px 0px 0px 0px;
 font-weight: bold;
}
.home a:link{
	color:#990000; 
}
.home a:visited{
	color:#990000; 
}
.home a:hover {
	color:#990000; 
}
.home a:active {
	color:#990000; 
}

#menu {
	position: relative;
	top:70px; 
	z-index:899; 
	width:900px;
	height:16px;
	background-color:#990000; 
	color:#fff; 
	padding: 1px 0px 1px 0px;
	font-size: 110%;
}	
#nav{
	margin:0; 
	padding:0;
	font-size: 80%;
	list-style: none; 
	z-index:900;
	padding:0px 0px 0px 40px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color:#990000; 
}


#nav a {
	background-color:#9a9a30; 
	color: #ffffff;
}

#nav a {
	text-decoration: none;
}

#nav  li a:hover {
	background-color:#990000; 
	color:#9a9a30; 
	
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #fff;
	padding: 1px 10px;
}

#nav li li a:hover {
	padding: 1px 5px;
	background-color:#9a9a30; 
	border: 5px solid #990000;
	border-width: 0 5px;
}

#nav li {
	float: left;
	position: relative;
	padding: 0px 20px 0px 0px;
	text-align: left;
	cursor: default;
	color: white;
	background-color: #990000;
	font-weight: bold;

}

#nav li a:link, #nav li a:visited{
	background-color: #990000;
}

#nav li#first {
	border-left-width: 1em;
}

#nav li#last {
	border-right-width: 1em;
}

#nav li ul {
	display: none;
	position: absolute;
	z-index:910;
	text-align: left;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(/images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1px 0;
}

#nav li>ul {
	top: auto;
	text-align: left;
	z-index:920;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	text-align: left;
	z-index:930;
	width: 10em;
	border: 0;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	z-index:940;
	min-height:0;
	left:0;
}

.red-button{ 
        font-size: 150%;
        color: #990000;
        background-color: #9c9a63;
        padding: 3px 2px;
}