/*
Theme Name: One Race Human
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: SchleeGleixner
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
ORH THEME
**/

body {
  font-family: Arial, sans-serif;
  color: #8d2c00;
  font-size: 13px;
  line-height: 150%;
  background: #000;
}

#header {
  width: 1048px;
  height: 303px;
  position: absolute;
  top: 50px;
  left: 96px;
  background-repeat: no-repeat;
}

a {
  color: #8d2c00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
  background: url("images/orh_background.jpg") center top no-repeat #000;
  width: 1240px;
  margin: 0px auto;
  position: relative;
  padding-top: 415px;
}

#content {
  width: 600px;
  float: left;
}

#content p {
/*  margin-bottom: 20px;*/
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.clear {
  clear: both;
  visibility: hidden;
}

.spacer {
height: 200px;  
}

/*--------------------
## HEADLINES
----------------------*/

h1.headline {
  text-indent: -9999px;
  height: 100px;
  background-repeat: no-repeat;
}

h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 60px; 
    font-weight: bold;
}

/*--------------------
## MENU
----------------------*/

#menu {
  width: 220px;
  margin-left: 195px;
  float: left;
}

#menu li a {
  display: block;
  height: 13px;
  margin-bottom: 15px;
  text-indent: -9999px;
}

#menu .willkommen a {
  width: 114px;
  background: url("images/orh_menu.png") 0px 0px;
}

#menu .willkommen a:hover,
.page-id-5 #menu .willkommen a {
  background-position: 0px -13px;
}

#menu .verein a {
  width: 92px;
  background: url("images/orh_menu.png") -114px 0px;
}

#menu .verein a:hover,
.page-id-8 #menu .verein a {
  background-position: -114px -13px;
}

#menu .projekte a {
  width: 140px;
  background: url("images/orh_menu.png") -206px 0px;
}

#menu .projekte a:hover,
.page-id-16 #menu .projekte a {
  background-position: -206px -13px;
}

#menu .spenden a {
  width: 111px;
  background: url("images/orh_menu.png") -346px 0px;
}

#menu .spenden a:hover,
.page-id-19 #menu .spenden a {
  background-position: -346px -13px;
}

#menu .mitglied a {
  width: 148px;
  background: url("images/orh_menu.png") -457px 0px;
}

#menu .mitglied a:hover,
.page-id-20 #menu .mitglied a {
  background-position: -457px -13px;
}

#menu .kontakt a {
  width: 78px;
  background: url("images/orh_menu.png") -605px 0px;
}

#menu .kontakt a:hover,
.page-id-22 #menu .kontakt a {
  background-position: -605px -13px;
}

#menu li.akf {
  margin: 180px 0px 0px -20px;
  font-size: 10px;
  line-height: 130%;
  width: 200px;
  margin-bottom: 50px;
}

#menu li.akf a {
  margin-top: 10px;
  height: auto;
  text-indent: 0px;
}

a.impressum {
  display: block;
  text-indent: -9999px;
  margin-left: 195px;
  height: 13px;
  width: 92px;
  background: url("images/orh_menu.png") -683px 0px;
}

a.impressum:hover,
.page-id-54 a.impressum {
  background-position: -683px -13px;
}

body {
    background: url("images/orh_background_tile.jpg") repeat-y scroll center top #000000;
}
#wrapper {
    background-color: transparent;
}

#content ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
}