/*
Theme Name: Neundorfer
Theme URI: http://www.ideastar.com/
Description: 3 column widget friendly liquid layout design. XHTML 1.0 Strict and Search Engine friendly.
Version: 1.0b
Author: Will Kessel
Author URI: http://www.ideastar.com/

The CSS, XHTML and design is strictly copyrighted

*/

/* Clear it out & set the table */

* {
margin: 0;
padding: 0;
border: 0;
list-style: none;
}
body {
font: 75%/150% Verdana, Helvetica, Arial, sans-serif;
color: #666;
padding: 0 335px;
text-align: center;
}
#sizer {
margin: 0 0;
width: 99%;
text-align: left;
max-width: 99%;
}
#expander {
margin: 0 -335px;
min-width: 650px;
position: relative;
}

/*\*/
* html #expander {
height: 0;
}
/* */

small {
text-align: right;
margin: 1em;
}
h1 {
font-size: 1.5em;
}
h2, h3, h4 {
font-size: 1.2em;
}
hr {
display: none;
}
.date {
color: #61b33f;
font-weight: normal;
padding: 0px 0 0 25px;
}
.boxedup {
border: none;
padding: 0 0 0 10px;
margin: 0 0 5px 10px;
clear: both;
}
.boxedin {
padding: 0 0 5px 15px;
margin: -10px 10px 5px 20px;
font-size: 0.9em;
/*border-bottom: 1px dashed #aaa;*/
}
.boxedup a,
.boxedin a {
font-weight: normal;
color: #61b33f;
}

/* Structure */

#masthead {
height: 110px;
}
#logobk {
width: 65%;
height: 110px;
background: #80b7dd url(images/BK_top.jpg) no-repeat right;
float: left;
padding-left: 11%;
}
#wrapper1 {
background: url('images/shadow_right.png') top right repeat-y;
position: relative;
padding-top: 10px;
font-weight: normal;
}
.outer {
margin-left: 210px;
margin-right: 300px;
}
.float-wrap {
float: left;
width: 99%;
margin: 0 0 0 0;
}
#column1 {
float: right;
width: 95%;
position: relative;
}
#column1 p {
margin: 0.5em 0 1.5em 1em;
line-height: 1.5em;
}
p.date {
margin-bottom: 0;
line-height: 1;
}
#column1 h1, #column1 h2, #column1 h3 {
color: #0072bc;
padding: 5px 0;
border-bottom: 1px dashed #aaa;
margin: 0.5em 0;
text-align: left;
}
#column1 h2 {
font-size: 1.6em;
}
#column1 h2.firstheading {
padding: 0 0 0px 5px;
margin-left: 10px;
border-bottom: none;
}
#column1 h2 a {
color: #0072bc;
text-decoration: none;
}
#column1 ul, #column1 ol {
margin: 0 1em;
padding: 0 1em;
}
#column1 ul li {
margin: 0 1em;
padding: 0.2em;
list-style: square inside;
}
#column1 ol li {
margin: 0 2em;
padding: 0.2em;
list-style: decimal outside;
}
#column1 blockquote {
padding: 0 0 10px 40px;
font-style: italic;
color: #666;
background: url('images/blockquote.gif') 0 0 no-repeat;
}
#column1 blockquote p {
margin-top: 1em;
}
#column1 blockquote blockquote {
margin-left: 10px;
}
#leftsidebar {
float: left;
position: relative;
width: 210px;
margin-left: -230px;
font-size: 0.8em;
}
.leftnav {
margin-right: 13px;
}
#rail {
float: right;
position: relative;
width: 220px;
margin-right: -230px;
font-size: 0.8em;
}
.container-right {
margin-left: 25px;
}
.centerbox {
text-align: justify;
overflow: visible;
width: 100%;
}
#footer {
background: url('images/shadow_footer.png') top left repeat-x;
font-size: 0.8em;
clear: both;
width: 85%;
padding: 5px 10px;
margin: 0 auto 0 auto;
border-top: #ccc dotted 1px;
}
#back {
clear: both;
font-size: 0.8em;
text-align: right;
padding: 0 10px;
clear: both;
margin-top: 20px;
}
#back a {
font-weight: normal;
}
#back span {
float: left;
}
#back strong {
color: #006;
}

/* Nav */

#leftnav, #leftnav li { /* all lists */
	padding: 0;
	margin: 0;
	width:150px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	}
#leftnav {
	margin-top:10px;
	padding-left: 60px;
	}
#leftnav, #leftnav ul {
	width:150px;
	}
#leftnav {
	display:block;
	}
#leftnav li ul {
	padding: 0;
	margin: 0;
	width:240px;
	list-style: none;
	line-height: 1;
	}
#leftnav li ul a{
	padding: 5px 0 0 0;
	margin: 0;
	width:240px;
	}
#leftnav a {
	display: block;
	width: 150px;
	padding:5px 0 0 0;
	text-decoration:none;
	color:#0072bc;
	}
#leftnav li ul li {
	border:none;
	}
#leftnav li { /* all list items */
	float: left;
	width: 125px;  /*width needed or else Opera goes nuts */
	height:22px;
	padding:0 0 0 25px;
	background: url(images/leftnav_bluedot.jpg) no-repeat;
	border-bottom: #ccc dashed 1px;
	}
#leftnav li ul li { /* all list items */
	float: left;
	width: 150px;  /*width needed or else Opera goes nuts */
	height:22px;
	padding:0 0 0 25px;
	background: url(images/leftnav_bluedotsub.jpg) no-repeat;
	}
#leftnav li ul { /* second-level lists */
	position: absolute;
	background: #bfdcf0;
	width: 240px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:-16px 0 0 124px;
	}
#leftnav li ul ul { /* third-and-above-level lists */
	margin: -1.2em 0 0 10em;
	}
#leftnav li:hover ul ul, #leftnav li:hover ul ul ul, #leftnav li.sfhover ul ul, #leftnav li.sfhover ul ul ul {
	border-bottom: #bfdcf0 solid 1px;
	left: -999em;
	}
#leftnav li:hover {
	background: #bfdcf0 url(images/leftnav_whitedot.jpg) no-repeat;
	border-bottom: #bfdcf0 solid 1px;
	position: static;
	}
#leftnav li.sfhover {
	background: #bfdcf0 url(images/leftnav_whitedot.jpg) no-repeat;
	border-bottom: #bfdcf0 solid 1px;
	position: static;
	}
#leftnav li ul li:hover {
	background: #bfdcf0 url(images/leftnav_whitedot.jpg) no-repeat;
	border: none;
	position: static;
	}
#leftnav li ul li.sfhover {
	width:215px;
	}
#leftnav li a:hover {
	color:#fff;
	}
#leftnav li:hover ul, #leftnav li li:hover ul, #leftnav li li li:hover ul, #leftnav li.sfhover ul, #leftnav li li.sfhover ul, #leftnav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* #rail */

#search {
margin: 0 0 5px 0;
padding: 5px 0 5px 0px;
color:#666;
font-weight: bold;
width: 200px;
}
#searchsite {
border-bottom: #ccc dashed 1px;
padding-bottom: 7px;
margin-bottom: 0;
width: 200px;
}
#s {
width: 100px;
margin: 0 4px 7px 0px;
padding: 2px;
border: 1px solid #61b33f;
background: #efefef;
}

* + html #s {
width: 85px;
margin-left: -25px;
}
#searchsubmit {
margin-bottom: 7px;
background: #c9dbc1;
border: 1px solid #61b33f;
}

#rail h2 {
height: 30px;
width: 200px;
margin: 5px 0 0 20px;
padding: 0px 0 0 5px;
}
#rail li {
/*width: 200px;*/  /*width needed or else Opera goes nuts */
height: 22px;
margin: 0px 0 0 25px;
padding:0 0 0 5px;
line-height: 140%;
list-style: none;
}
#rail h3#hlink {
height: 24px;
width: 200px;
}
#rail .linkcat h2 {
margin: 0 0 0 -5px;
padding: 0;
}
#rail .linkcat ul li {
margin-left: -5px;
}
#rail ul {
margin: -10px 0 5px 0;
}
#rail a {
color:#0072bc;
text-decoration:none;
font-weight:bold;
width: 200px;
height: 16px;
display: block;
padding: 5px 0 0 5px;
margin-left: -5px;
border-bottom: #ccc dashed 1px;
}
#rail a:hover {
color: #fff;
width: 200px;
height: 16px;
font-weight:bold;
display: block;
padding: 5px 0 0 5px;
margin-left: -5px;
border-bottom: #ccc solid 1px;
background: #bfdcf0;
text-decoration:none;
}
ul#sitemeta li {
margin: -5px 0 0 23px;
line-height: 140%;
}
ul#sitemeta a {
display: inline;
height: 24px;
}
ul#sitemeta li a:hover {
display: inline;
height: 24px;
}
ul#sitemeta li a.help:hover {
cursor: help;
}
h2.s-meta,
ul#sitemeta {
left: 25px;
position: relative;
}
#rail p#break {
height: 1px;
margin: 0;
}
#rail h3#hlink {
margin: 0 0 5px 0;
padding: 0 0 5px 0;
font-size: 1.2em;
border-bottom: 1px dashed #ccc;
}
#rail h3#hlink a:link {
text-decoration: none;
border-bottom: none;
}
#rail h3#hlink a:visited {
background-color: #fff;
color: #0072bc;
text-decoration: none;
border-bottom: none;
}
#rail h3#hlink a:hover {
background-color: #fff;
color: #0072bc;
text-decoration: underline;
border-bottom: none;
}
#rail h3#homelink a:active {
background-color: #fff;
color: #0072bc;
text-decoration: underline;
border-bottom: none;
}
/*   IE6 #rail fixes */

* html p#break,
* html p#break2 {
display: none;
visibility: none;
height: 1px;
margin: 0;
border: 1px solid red;
}
* html #rail * {
margin: 0 0 0 0;
width: 160px;
padding: 0;
z-index: 100;
}
* html #rail ul,
* html #rail li,
* html #rail ul ul,
* html #rail li li {
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
}
* html #rail h2 {
height: 20px;
padding: 0 0 0 0;
margin: 10px 0 0 0;
}
* html #rail li.linkList,
* html #rail li.linkList ul {
margin-left: 5px;
}
* html #rail li.linkList h2 {
padding-left: 20px;
}
* html h3#search {
margin-top: 10px;
}
* html #s {
margin-left: 0px;
width: 105px !important;
height: 20px;
}
* html #searchsubmit {
width: 50px;
height: 22px;
}
* html #searchsite {
padding-bottom: 7px;
margin-bottom: 10px;
width: 200px;
}
* html #rail li li {
height: 12px;
}
* html #rail li a:link,
* html #rail li a:hover {
height: 12px;
}
* html p#break3 {
display: none;
visibility: hidden;
}
* html ul li.linkcat h2 {
padding: 15px 0 0 4px !important;
margin-bottom: 0px;
}
* html ul li.linkcat ul {
margin-bottom: 0 !important;
}
* html h2.s-meta {
left: 0px;
margin: 0;
padding: 0;
}
* html ul#sitemeta {
left: 0px !important;
}
* html ul#sitemeta li {
/*margin: 5px 0 0 -30px;*/
left: 0px !important;
}
/* IE 7 #rail fixes */

* + html #rail * {
margin: 0;
padding: 0;
}
* + html #s {
padding: 2px;
}
* + html #searchsubmit {
padding: 0;
}
* + html #rail h2 {
margin: 0 0 0 -5px;
}
* + html #rail li,
* + html #rail li li {
height: 16px;
margin: 5px 0;
float: none;
}
* + html #rail li li {
margin: 0;
}
* + html #rail ul {
clear: both;
float: none;
display: block;
margin-bottom: 10px;
}
* + html #rail h2.s-meta {
margin-left: -30px;
}
* + #rail ul#sitemeta {
margin-left: -23px;
}
* + #rail h2.s-meta {
margin-left: -5px;
}
* + html #searchsite {
padding-bottom: 7px;
}

/* HeaderNav ------------------------------------------ */

#headernav {
margin: 40px 0 0 0;
float: right;
padding-right: 5%;
}
#headernav li {
width: 125px;  /*width needed or else Opera goes nuts */
padding: 2px 0 0 0;
list-style: none;
font-size: 11px;
}
#headernav li a {
height: 20px;
color: #0072bc;
font-weight: bold;
background: url(images/leftnav_bluedot.jpg) no-repeat;
padding: 2px 0 0 25px;
text-decoration: none;
display: block;
}
#headernav li a:hover {
color: #2b2b2b;
background: url(images/leftnav_greendot.jpg) no-repeat;
text-decoration: none;
}

/* Forms */

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
border: 1px solid #61b33f;
background: #fed;
}
#commentform textarea {
width: 95%;
padding: 2px;
border: 1px solid #61b33f;
background: #efefef;
}
#commentform #submit {
border: 1px solid #61b33f;
color: #232323;
background: #c9dbc1;
vertical-align: top;
}
#searchsubmit:hover,
#commentform #submit:hover {
border: 1px solid #61b33f;
background: #7c7c7c;
color: #fff;
}
#commentform input:focus, #commentform textarea:focus, #searchform #s:focus {
background: #fefefe;
}
.comment_no {
padding: 10px 0;
float: right;
font-size: 3em;
color: #61b33f;
}
.commentlist {
padding: 20px;
margin: 0;
}
ol.commentlist {
margin: 0 !important;
padding: 0 !important;
}
.commentlist li {
clear: both;
list-style-type: none !important;
padding: 10px !important;
background: url('images/gradient.png') 0 -30px repeat-x #fff;
border-top: 1px solid #61b33f;
margin: 10px !important;
}
.commentlist li:hover {
background-position: 0 0;
}
.commentmetadata {
border-top: 1px dashed #61b33f;
clear: both;
text-align: right;
font-size: 0.8em;
font-weight: normal;
color: #666;
margin-top: 20px !important;
}
#column1 blockquote.commented {
margin-left: 5px;
padding: 0 10px 10px 20px;
font-style: italic;
color: #963;
background: url('images/blockquote.gif') 0 0 no-repeat !important;
}
#column1 blockquote.commented blockquote, #column1 blockquote.commented ul, #column1 blockquote.commented ul li {
background: none !important;
margin: 0 !important;
padding: 0 !important;
}
.commentlist .gravatar {
display: block;
float:left;
padding: 3px;
margin: 0 20px 5px 0;
border: 2px solid #ccc;
background: #eee;
}
.alt {
clear: both;
}

/* Images */

p img {
padding: 0;
}
p img {
float: left;
margin: 0 7px 2px 0;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.images {
width: 95%;
text-align: center;
}
.images img {
margin: 10px;
border: 5px solid #fc6;
}

/* Miscellaneous */

abbr,
acronym,
dfn {
border-bottom: 1px dashed #272727;
cursor: help;
}
* html .float-wrap {
margin-right: 0;
}
* html #leftsidebar {
margin-left: -250px;
}
* html #rail {
width: 200px;
margin-left: 30px;
margin-right: -320px;
}
* + html #rail {
width: 200px;
margin-left: 30px;
margin-right: -250px;
}
* html .container-right form {
margin-left: 20px;
}
* html .centerbox {
width: 98%;
}

/* \*/
* html #wrapper1, * html .outer a, * html #leftsidebar, * html #rail, * html .outer, * html h2 {
height: 1%;
}
* html .outer p {
margin-right: -4px;
}
#column2 {
margin-right: -1px;
}
#rail {
margin-left: -1px;
}
* html #column2 {
margin-right: -2px;
}

/* FooterNav ---------------------------------------- */

#footerleft {
float: left;
color: #0072bc;
}
#footer a {
color: #61b33f;
}
#footerright {
float: right;
}
#footernav li {
display: inline;
margin-left: 5px;
}
#footernav li a {
color: #2b2b2b;
}
#footernav li a:hover {
color: #0072bc;
}
