/*
THEME NAME: Sandbox adapted to JERA
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Jeraaaaaa
VERSION: 1.6.1
AUTHOR: Sieb
AUTHOR URI:

*/




body { 
	font-family: Arial;
	font-size: 12px;
	line-height: 16pt;
	color: #555;
	background-color: #ff8400;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
}
a { 
	color: #F87105; text-decoration: none;
}
p {
	line-height: 16pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 { font-size: 35px; }
h2 { font-size: 35px; color: #333; letter-spacing: -3px; }
h2 a { color: #333; }
h3 { font-size: 17px; color: #000; }

ul, li { list-style-type: none; }

ul {  }

.logo {
	position: absolute;
	top: 5px;
	right: 30px;
	z-index: 8;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
	background-color: #000;
}
#header {
	height: 300px;
	width: 960px;
	position: absolute;
	top: 0px;
	left: 0px;

}
#cycle {
	width: 959px; height: 300px; position: absolute; top: 0; left: 0;
	border: 1px solid #000; overflow: hidden;
}
#search {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}
#footer {
	clear:both;
	width:100%;
}
#container {
	width: 630px;
	position: absolute;	
	top: 320px;
	left: 0px;
	background-color: #fff;
	color: #333;
	padding: 30px;
	min-height: 500px;
	border: 1px solid #FF8400;
}

/* sidebar */

.sidebar  { 
	width: 230px;
	position: absolute;
	top: 320px;
	right: 00px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #FF8400;
	padding-top: 40px;
}
.sidebar  a {
	color: #111;
}
.sidebar  a:hover {
	color: #000;
}
.sidebar  h2{
	font-size: 17px;
	letter-spacing: -1px; color: #000;
}

/* unused */
#pages a {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 7px;
	font-size: 19px;
	color: #000;
	background-image: url('images/btn1.png');
	background-repeat: no-repeat;
	background-position: 0 0;	
}
#pages ul li ul li a {
	font-size: 15px;
	margin-left: 10px;
	color: #333;
}


/* quick fixed */
.entry-meta { margin-bottom: 30px; }

div#menu a {
	font-size: 16px;
	letter-spacing: -1px;
	color: #fff;
}
div#menu a:hover {
	color: #FF8400;
}
div#menu {
	height: 30px;
	width: 949px;
	z-index: 8;
	position: absolute;
	top: 30px;
	left: 0px;
	background-color: #000;
	padding: 6px;
	padding-top:16px;
	background-image: url('images/bgmenu.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;	
	border-top: 1px solid #666;
	border-bottom: 1px solid #555;	
}

div#menu ul,div#menu ul ul {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0; 
	padding-left: 10px;
	padding-bottom: 10px;
}
div#menu ul ul  {
	padding-top: 15px;
	background-color: #0C0C0C;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-left: 10px;
}
div#menu ul ul li {
	display: block;
	clear: both;
}


div#menu ul a {
	display:block;
	margin-right: 10px;
	padding-right: 10px;
	text-decoration:none;
	color: #fff;
	border-right: 1px solid #fff;
}
div#menu ul ul a {
	font-size: 13px;
	border: 0;
}

div#menu ul ul ul a {
	font-style:italic;
}

div#menu ul li ul {
	left:-999em;
	position:absolute;
}

div#menu ul li:hover ul {
	left:auto;
}

div#menu ul li {
	float:left;
}

.vogel {
	z-index: 8;
	position: absolute;
	right: 0px;
	top: 25px;
}

/* form elements */

input, textarea {
	font-family: arial;
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
	padding: 5px;
	display: block;
}
input.button {
	background-color: #FF8400; 
	color: #000;
	border: 0;
	padding: 10px;
	font-weight: bold;
}
.required { color: #FF8400; }

.nav-previous {
	width: 200px; 
	margin-bottom: 20px;
	float: left; height: 20px;
}
.nav-next {
	float: right; height: 20px;
	width: 200px; 
	margin-bottom: 20px;
	text-align: right;
}

/* post details + comments */

.comment {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
	margin-left: 0;
	margin-right: 0;
	font-size: 11px; color: #999;
}
.comment p {
	font-size: 12px; color: #333; padding-left: 20px; border-left: 1px dotted #ccc;
}
.entry-meta {
	color: #666; font-size: 11px;  background-color: #ccc; padding: 10px;
}
.entry-meta a {
	color: #555;
}
.comment-author {
	font-weight: bold;
	color: #FF8400; font-size: 14px; 
}
