/*
Theme Name: Flamm
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This 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

*/
<!--
body {
	background-repeat: repeat-x;
	background-image: url(back8.jpg);
}
#menu{
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -430px;
	top: 99px;
	z-index: 666;
}
#menu a{
color:#FFFFFF;
text-decoration: none;
}
#Layer1 {
	position:absolute;
	width:744px;
	height:115px;
	z-index:2;
	left: 50%;
	top: 0px;
	margin-left: -372px;
}
#Layer2 {
	position:absolute;
	width:737px;
	height:153px;
	z-index:3;
	left: 50%;
	border: solid 1px #ffffff;
	margin-left: -372px;
	top: 122px;
}
#Layer3 {
	position:absolute;
	width:737px;
	background-image: url(images/faux.gif);
	top: 278px;
	margin-left: -371px;
	left: 50%;
}
#Layer4 {
	width:470px;
	z-index:1;
	float: left;
	margin-left: 15px;
}
#Layer4 img{
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
#Layer5 {
	width:213px;
	z-index:2;
	top: 0px;
	float: right;
	margin-top: 15px;
	height: 600px;
	overflow-y: scroll;
}
#Layer6 {
	position:absolute;
	width:723px;
	z-index:3;
	bottom: -185px;
	left: 14px;
}
#back {
	position:absolute;
	width:110%;
	height:278px;
	z-index:1;
	background-image: url(back8.jpg);
	top: 0px;
	right: 0px;
}
h1 {
	font-size: 26px;
	color: #9E6D10;
}
h2 {
	font-size: 24px;
	color: #163343;
}
h3 {
	font-size: 18px;
	color: #163343;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
/* just basic text formatting - nothing special */
		.menuActuator a { 
			color:#666666;
			font-weight:bold;
			font-size:12px;
			font-family:arial;
		}

		.menu {
			font-family:verdana;
			color:#666666;
			font-size:10px;
			background-color:#dfd5b2;
			border:1px thin #bebfb1;
			background-color:#cccccc;
		}
#dropmenudiv{
position:absolute;
background-color: #000000;
border:1px solid white;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
background-color:#000000;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #333333;
}
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 9px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #000000; /*overall menu background color*/
	text-align: center;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 123px; /*Width of top level menu link items*/
padding: 1px 0px;
border-left-width: 0;
text-decoration: none;
color: #FFFFFF;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
text-align: left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 1px 5px;text-align: left;
}

.suckertreemenu ul li a:hover{
background-color: #333333;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu ul li ul li { float: left;}
/* End */
-->
.page-item-6{
margin-left: -20px;
margin-right: 10px;
}
.links li{
margin-bottom: 15px;
}