/* GENERAL STYLES */
/* 
General style definitions (applicapable to entire site).

Site: Lumholt & Stachlscmidt Kommunikation
Author: Adam Barry
Date: 27 november 2007
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Overall style definition
***********************************************************/
* { 	/* Remove padding and margin for all classes where
	   these attributes are not defined. Fixes some IE
	   bugs. */
	padding: 0;
	margin: 0;
}

body {
	background-color: #DDDCD3;
	background-image: url(/graphics/body-back.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: georgia, serif;
	font-size: small;
	text-align: center;
	color: black;
	cursor: default;
}


/*: Headings
----------------------------------------------------------*/
h1, h2, h3 {
	text-align: left;
	cursor: text;
}

h1 {
	width: 558px;
	font-size: 2em;
	font-weight: bold;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 15px;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em; 
	font-weight: bolder;
	text-align: left;
	margin-top: .2em;
	margin-bottom: .7em;
}

h3 {
	font-size: 1.05em; 
	font-weight: bold;	 
	text-align: left;
	margin-bottom: .7em;
}


/*: Paragraphs
----------------------------------------------------------*/
p {
	font-size: .93em;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	cursor: text;
}


/*: Lists
----------------------------------------------------------*/
ul {
	font-size: 1em;
	text-align: left;
}

li {
	line-height: 1.3em;
}

dl {
	list-style-type: none;
}

dt {
	text-align: left;
	cursor: text;
	background-color: inherit;
	font-size: 1.2em; 
	font-weight: bolder;
	letter-spacing: 0em;
	margin-top: .2em;
	margin-bottom: .2em;
	list-style-type: none;
}

dd {
	list-style-type: none;
	line-height: 1.3em;
}


/*: Anchors/Links
----------------------------------------------------------*/
a, #site h1 a span span, #site h2 a span span {
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	color: #960011;
	cursor: pointer;
}

a:hover {
	background-color: inherit;
	color: black;
	text-decoration: none;
}

a:active {
	background-color: inherit;
	color: #960011;
}

a:visited {
	background-color: inherit;
	color: #960011;
}

h1 span {
	font-size: .55em;
	text-transform: none;
	padding-top: .1em;
	display: block;
}

h1 span span {
	font-size: 1em;
	display: inline;
}

#site h1 a {
	background-color: inherit;
	background-image: none;
	color: black;
	padding-left: 0;
}

#site h1 a:hover, #site h1 a:hover span, #site h2 a:hover, #site h2 a:hover span {
	border-bottom: none;
}

#site h1 a:hover span span, #site h2 a:hover span span {
	border-bottom: 1px dotted black;
}


/*: Images
----------------------------------------------------------*/
img {
	border: none;
}


/*: Special styles used throughout the site
----------------------------------------------------------*/
.hidden {
	display: none;
}

em {
	font-style: italic;
}


/***********************************************************
Global Layout definition
***********************************************************/
#container { /* Container responsible for centering #site */
	width: 887px;
	margin-left: auto;
	margin-right: auto;
}

#site { /* Global site container. Floated to enable Liquid
	   layout */
	width: 100%;
	background-color: white;
	color: inherit;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 24px;
	float: left;
	position: relative;
	top: 0;
	left: -20px;
}


/*: Header
----------------------------------------------------------*/
.header {
	width: 100%;
	height: 198px;
	background-color: #7A000D;
	background-image: url(/graphics/header/header-back.gif);
	background-repeat: repeat-x;
	float: left;
	position: relative;
	top: 0;
	z-index: 1;
}


/*: Logo
----------------------------------------------------------*/
#logo {
	float: left;
	cursor: pointer;
	position: relative;
	top: 21px;
	left: 20px;
}

#logo img {
	float: left;
}

#logo h1, #logo h2, #logo p {
	display: none;
}


/*: Navigation: General
----------------------------------------------------------*/
.navigation li ul li a {
	z-index: 1;
	display: none;		/* initial display state */
}

.navigation li.stretch a {
	display: block;
	z-index: 10;
}


/*: Navigation: Primary
----------------------------------------------------------*/
.primary {
	width: 876px;
	background-color: #5E0811;
	font-family: arial, sans-serif;
	font-size: 0.93em;
	color: white;
	list-style-type: none;
	padding-left: 11px;
	clear: left;
	float: left;
	position: relative;
	bottom: -75px;
	z-index: 3;
}

.primary li {
	float: left;
	position: relative;
}

#site .primary a {
	background-color: inherit;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	line-height: 1.9em;
	padding-top: 1px;
	padding-left: 11px;
	padding-right: 9px;
	padding-bottom: 2px;
	float: left;
	position: relative;
	z-index: 10;
}

#site .primary a:hover {
	background-color: black;
	color: white;	
}


/*: Navigation: Sub level
(remove this section if single level menu)
The initial state of the submenus is set to "display: none"
----------------------------------------------------------*/
.primary li ul {
	list-style-type: none;    
	margin-top: 1px;
	clear: both;
	display: block;		/* initial display state */
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 1;
}

.primary li ul li {
	border-left: none;
	border-right: none;
	clear: both;
	z-index: 2;
}

#site .primary li ul li a {
	width: 155px;
	background-color: #5E0811;
	color: white;
	text-transform: none;
	line-height: 1.3em;
	border-top: 1px solid #53060E;
	padding-top: 4px;
	padding-left: 15px;
	padding-bottom: 4px;
}

#site .primary li ul li a:hover {
	background-color: black;
	color: white;	
}

.primary li.stretch a {
	display: block;
}


/*: Navigation: special
----------------------------------------------------------*/
.primary li.first {
	border-left: none;
}

#site .primary li.selected a {
	background-color: black;
	color: white;
}

#site .primary li.selected ul li a {
	background-color: #5E0811;
	color: white;
	text-transform: none;
	line-height: 1.3em;
	padding-top: 4px;
	padding-bottom: 4px;
}

#site .primary li.selected li.selected a {
	background-color: black;
	color: white;
}

#site .primary li.selected ul li a:hover {
	background-color: black;
	color: white;	
}

#site .primary li li ul {
	display: none;
}


/*: Content
----------------------------------------------------------*/
.content {
	width: 887px;
	background-color: white;
	color: inherit;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	clear: both;
}

.content .column {
	width: 229px;
	padding-right: 20px;
	float: right;
}

.content .column.first {
	width: 598px;
	padding-right: 0;
	float: left;
}

.content a, h1 a span span, h2 a span span {
	background-image: url(/graphics/anchors/content_anchor.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 22px;
}

.content h1 a span span {
	background-position: 0 7px;
}

.content h2 a span span {
	background-position: 0 7px;
}

.content h2, .content h3, .content p {
	padding-left: 20px;
	padding-right: 20px;
}

.content p {
	font-size: 1em;
}

.content p a:hover {
	border-bottom: 1px dotted black;
}

.content ul {
	list-style-type: square;
	padding-left: 20px;
	padding-bottom: 1em;
}

.content li {
	margin-left: 1.2em;
}

.column blockquote {
	width: 229px;
	background-image: url(/graphics/quote/quoteTop.gif);
	background-repeat: no-repeat;
	font-size: .9em;
	padding-top: 12px;
	padding-bottom: 35px;
	float: left;
	position: relative;
	top: 100px;
	left: 0;
}

.column blockquote p {
	width: 165px;
	background-image: url(/graphics/quote/quoteCenter.gif);
	background-repeat: repeat-y;	
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	overflow: hidden;	
}

.column blockquote p.author {
	width: 175px;
	height: 28px;
	background-image: url(/graphics/quote/quoteBottom.gif);
	background-repeat: no-repeat;	
	font-size: .85em;
	font-weight: bold;
	text-align: right;
	padding-top: 9px;
	padding-right: 40px;
}


/*: Footer
----------------------------------------------------------*/
#footer {
	width: 887px;
	background-color: #7A000D;
	font-family: arial, sans-serif;
	border-bottom: 1px solid #AD6169;
	color: white;
	float: left;
	clear: both;
}

#footer ul {
	width: 100%;
	padding-left: 18px;
	float: left;
}

#footer li {
	font-size: .85em;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;	
	float: left;
}

#footer a {
	background-color: inherit;
	color: white;
}

#footer a:hover {
	border-bottom: 1px dotted white;
}


/*: Bottom
----------------------------------------------------------*/
.bottom{
	width: 887px;
	height: 20px;
	float: left;
	clear: both;
}

/***********************************************************
Hacks to overcome IE's float bugs:
	* Randomly appearing text (text from the last
	  floated element in the markup).
***********************************************************/
/* Start: Hide from IE5-mac. Only IE-Win sees this. \*/
 
* html p {
  	height: 1%;
  }
  
* html select, * html textarea {
	margin-left: -3px;
  }  
  
/* End: Hide from IE5/mac */

/* EDITOR PROPERTIES */
