/*
Theme Name: RaumX
Theme URI: http://room34.com/downloads/wppi
Description: A simple baseline WordPress theme built with HTML 5 and Blueprint CSS.
Version: 0.1
Author: Philipp Klein
Author URI: http://philipp-klein.de/
Tags: white, silver, light, two-columns, fixed-width

	This is a barebones, yet elegantly designed theme written in valid (X)HTML 5
	and using the Blueprint CSS framework.  It works well on its own and is also
	an excellent starting point for custom theme development.
	
	The theme is suitable for use with a standard WordPress blog, but is also
	designed for sites that use WordPress as a CMS, with a horizontal navigation
	bar in the header area, with drop-down menus for secondary navigation.
	Secondary navigation also appears in a sidebar menu when viewing appropriate
	primary and secondary pages.
	
Credits and license:

Uses the Blueprint CSS framework:
http://www.blueprintcss.org/

Design, CSS and HTML are released under LGPL version 3:
http://www.gnu.org/licenses/lgpl-3.0-standalone.html

Last update: August 20, 2009
*/

/* STANDARD HTML TAGS */


html{
	margin:0;
}
a {
   outline: 0;
}
em {
	font-style:italic;
}

strong {
	font-weight:bold;
}
i {
	font-style:italic;
}

embed {
	margin:0 0 25px 0;
}

div#ajax-loader{
	width:25px;
	height:25px;
	position:fixed;
	top:3em;
	right:3em;
	background-image:url(images/ajax-loader.gif);
}

#whitebox {
	position:absolute;
	z-index:1;
	top:0;left:0;
	background-color:white;
	width:100%;
	height:100%;
	background-color:white;
}

#page {
	margin: 3em 3em 3em 2.5em;}

#content, div#nav-container {
	z-index:200;
}
div#nav-container {
	position: relative;
}
#open-menu-btn, #close-menu-btn {
  background-image: url(images/plus.png);
  display: block;
  width: 20px;
  height: 20px;
}

#close-menu-btn {
  background-image: url(images/x.png);
}

#nav .menu-main-container ul, #nav .menu-admin-container ul, ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}

#nav .menu-main-container ul li, #nav .menu-admin-container ul li, ul.menu li {
	margin:0;
}
#nav .menu-main-container ul li a, #nav .menu-admin-container ul li a, ul.menu li a {
	text-decoration:none;
	font-size:16px;
	line-height:17px;
	font-weight:bold;
}

#nav .menu-main-container ul li a, ul.menu li a {
	color:#F00;
}
#nav .menu-admin-container {
	margin-top:25px;
	border-top:4px solid #F00;
	width:120px;
	padding-top:25px;
}
#nav .menu-admin-container ul li a {
	color:#f00;
}

.title-text{
	
	font-size:16px;
	line-height:17px;
}

h1.ansehen {
	line-height:17px;
	margin-bottom:25px;
	padding:0px;
	font-size:16px;
}

h1.post-title {
	line-height:17px;
	color:#F00;
	margin-bottom:15px;
	padding:0px;
	font-size:16px;
}
h2.post-title {
	line-height:17px;
	color:#F00;
	margin-bottom:15px;
	padding:0px;
	font-size:16px;
}

h2 {
	color:#F00;
	font-size:16px;
	line-height:17px;
}
h2.list {
	margin:0 0 5px 0;
}
h2.js {
	position:absolute;
	background-image:url(images/ds.png);
	overflow:visible;
/*	-webkit-border-radius: borderRadius;
	-moz-border-radius: borderRadius;
	border-radius: borderRadius;
*/	
}
.iemask {
	background-image:url(images/mask.png);
}
/* Aktulles*/
a.menu-section {
	display:block;
	margin-top:25px;
	margin-bottom:5px;
	border:none;
	border-top:4px solid #F00;
	width:120px;	padding-top:5px;	
	font-size:11px;
	font-weight:normal;
	color:#F00;

}


#nav .menu-main-container > ul > li:first-child a span.link-text {
	display:none;
}
#nav .menu-main-container > ul >  li:first-child a {
	color:red;
	width:20px;
	height:20px;
	display:block;
  	background-image: url(images/x.png);
}
#nav .menu-main-container >ul > li:first-child {
	height:70px;
}
#nav .menu-main-container >ul > li:first-child a {
	text-indent: -5000px;
}


#nav .menu-main-container > ul > li > ul.sub-menu > li, ul.menu > li >ul >li{
	margin:0 0 0 1.6em;	
	
	height:auto;
}
ul.menu > li >ul {
	list-style:none;
	margin:0;
}
.topmargin {
	margin-top:70px;
}
form#login input[type=text], form#login input[type=password] {
	background-color:#E4E4E3;
	color:#F00;
	border:none;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
button::-moz-focus-inner{
border:0;
padding:0;
}

form#login input[type=submit] {
	background-color:#FFF;
	color:#F00;
	border:none;
	padding:0px; 
	margin:5px 0 0 0;
}

form#update-user button[type=submit] {
	background-color:#FFF;
	color:#F00;
	border:none;
	padding:5px 0 0 0; 
	margin:5px 0 0 0;
}


form p {
	margin:0;
}


label {
	display:block;
	font-size:11px;
}


.text-right {
	text-align:right;
}

.top-meta {
	height:70px;
	font-size:11px;
	line-height:15px;
}

.post-detail {
}


#new-post input[type=text], textarea {
	display:block;

}
.full {
	width:540px;	
}

form#new-post input[name=title]{
		font-size:16px;
		margin-bottom:10px;
}
form#new-post button[type=submit]{
	color:#F00;
	border:none;
	padding:0;
	background-color:#FFF;
	
}

a:link{
	color:red;
	text-decoration:none;
}

a:visited{
	color:red;
	text-decoration:none;
}

#recent-news p{
	font-size:11px;
	line-height:15px;
	width:150px;
}

#recent-news em{
	font-style:italic;
	}

div.entry p {
	font-size:12px;
	line-height:16px;
	
}

div.entry div {
	font-size:12px;
	line-height:16px;
	
}
.postmetadata{
	border-top:4px solid #F00;
	padding-top:5px;

	font-size:11px;
	line-height:15px;
	font-weight:normal;
	width:120px;
}

.postmetadata-list{
	font-size:11px;
	line-height:15px;
	margin-bottom:15px;
}

.entry {
	margin-bottom:15px;
}
.entry p{
	font-size:12px;
	font-weight:normal;
	padding-bottom:5px;
}

#login-tools{
	font-size:11px;
	line-height:15px;
}

/*
* RTE
*/

.frameBody
{
    font-family:sans-serif;
    font-size:12px;
    margin:0;
    width:100%;
    height:100%;
}

.frameBody p
{
    border:1px #bbb solid;
    padding:2px;
}

.rte-zone
{
    width:540px;
    margin:0;
	background-color:white;
    padding:0;
    border:1px #999 solid;
    clear:both;
    height:200px;
    display:block;
}

.rte-toolbar{ overflow:hidden; }

.rte-toolbar a, .rte-toolbar a img {
        border:0;
}

.rte-toolbar p {
    float:left;
    margin:0;
    padding-right:5px;

}

ul.toolbar {
	font-size:12px;
	
}

#new-post label, input, button {
	font-size:12px;
}
#new-post input {
	font-size:12px;
}
#new-post button {
	font-size:12px;
}

#new-post a:link {
	font-size:12px;
}

input#wp-submit {
	font-size:11px;
}

/*
*	Slideshow
*/
#slideshow {
	margin-bottom:15px;
}
#slideshow-images {
	position:relative;
}

.gallery-meta {
	
}
.gallery-meta #img-caption {
	margin-top:5px;
	color:#8A8B99;
	font-size:11px;
	line-height:15px;
	width:370px;
	display:block;
	float:left;
	padding:0;
	border:none;
	
}


.gallery-controls {
	float:right;
}
.gallery-controls >a {
	display:inline-block;
	margin:0 0 0 4px;
	font-size:11px;
	line-height:15px;
	padding:0px;
}
/*#prev{background-image:url(images/back.png);width:13px;}*/
/*#play ,#pause{background-image:url(images/pause.png);width:12px;}*/
/*#next{background-image:url(images/next.png);width:13px;}*/


h4.form-section {
	margin: 1em 0 0.5em 0;
	color:#8A8A8A;
	font-size:16px;
	line-height:17px;
}
.image-list-item {
	margin:0.5em 0 0.5em 0;
}
/*#new-post-fieldset p input,#new-post-fieldset p textarea{
	border:1px solid red;
	padding:0;margin:0;
}
*/table.colorpicker {
	table-layout:fixed
	
}
.colorpicker. .colorpicker tr {
	margin:0;padding:0;
}
.colorpicker td {
	margin:0;
	padding:0;
	width:15px;
	height:15px;
}

/* Video */
.video-container{
	margin-bottom:25px;
}