/*
Theme Name: eJournal
Theme URI: http://www.uran97media.de
Description: eJournal 1.2
Version: 1.2
Author: Christian Barkowsky, Uran97Media
Author URI: http://www.uran97media.de
*/

/* ************************************************************************* */
/* Basic */
/* ************************************************************************* */

body {
	padding: 0px;
	margin: 32px 0 64px 0;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url('images/background.jpg');
	font: 75.00% "Arial",times new roman,times,serif;
	color: #333333;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
	padding: 3px;
}

img {
 	border: none;
	padding: 3px;
}

a {
	color: #3F692E;
}

a:link,
a:visited,
a:hover {
	color: #3F692E;
	text-decoration: underline;
}

a:link {
	color: #3F692E;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ************************************************************************* */
/* Main Stuff */
/* ************************************************************************* */

#main {
	margin: 0 auto;
	width: 944px;
	background-color: none;
	display: block;
}

#page {
	margin: 0;
	background-color: #FFFFFF;
	padding: 0 24px 0 24px;
}

/* ************************************************************************* */
/* Header */
/* ************************************************************************* */

#header {
	height: 82px;
	background-image: url("images/header.gif");
	background-repeat: none;
}

#topnav {
	color: #aaa;
	float: right;
	width: 280px;
	padding-top: 8px;
	background: transparent;
	font: 11px "Arial",times new roman,times,serif;
}

#header .timeheader {
	display: block;
	float: left;
	width: auto;
	position: relative;
	top: 50px;
	left: 664px;
	font: 14px "Georgia",times new roman,times,serif;
}

#header .logoimage {
	display: block;
	float: left;
	width: auto;
	position: relative;
	top: 12px;
	left: -105px;
}

/* ************************************************************************* */
/* Navigation Container */
/* ************************************************************************* */

#nav {
	height: 32px;
	background-color: #ffffff;
	padding: 0 24px 0 24px;
}

#nav ul {
	margin-left: 20px;
}

/* ************************************************************************* */
/* Navigation - Search */
/* ************************************************************************* */

#nav_search {
	padding: 0;
	margin: 0;
	width: 254px;
	float: right;
	height: 32px;
	margin-left: 2px;
	background-color: #3F692E;
}

#nav_search #searchform {
	text-align: center;
}

#searchform {
	padding: 5px 0;
	margin: 0;
}

#searchform .gosearch {
	background-image: url('images/searchbutton.jpg');
	border: 0px none;
	cursor: pointer;
	height: 18px;
	padding: 0px;
	width: 43px;
}

#searchform #s {
	border: 1px solid #cccccc;
	height: 13px;
	padding-left: 3px;
	width: 168px;
	margin-right: 11px;
}
#searchform button,
#searchform input,
#searchform select,
#searchform textarea {
	font-family: "Arial", Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 10px;
}

/* ************************************************************************* */
/* Navigation */
/* ************************************************************************* */

#nav_main {
	float: left;
	width: 640px;
	line-height: 0;
	line-height: 0;
	display: inline;
	background-color: #E9C600;
	height: 32px;
}

#nav_main ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#nav_main ul li {
	display: inline;
	float: left;
	font-size: 1.0em;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 32px;
}

#nav_main ul li a,
#nav_main ul li strong {
	background: transparent;
	color: #3F692E;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0.7em 0.8em 0.5em 0.8em;
	text-decoration: none;
	width: auto;
}

#nav_main ul li a:focus,
#nav_main ul li a:hover,
#nav_main ul li a:active  {
	background: transparent;
	color: #990033;
	text-decoration: none;
	padding: 0.7em 0.8em 1.0em 0.8em;
	display: block;
}

#nav_main .current-cat {
	background-color: #FFE401;
	color: #990033;
}

#nav_main .current-cat strong,
#nav_main .current-cat a,
#nav_main .current-cat a:focus,
#nav_main .current-cat a:hover,
#nav_main .current-cat a:active {
	background: transparent;
	color: #990033;
	text-decoration: none;
}

/* ************************************************************************* */
/* Content */
/* ************************************************************************* */

#contentarea {
	width: 100%;
	width: 896px;
	padding: 32px 0;
}

#content {
	float: left;
	width: 624px;
	padding-right: 16px;
	margin-bottom: 48px;
	background: url("images/spacer.jpg") repeat-y top right;
}

/* ************************************************************************* */
/* Advert */
/* ************************************************************************* */

.advert {
	float: left;
	height: 16px;
	color:#FFFFFF;
	font-family:"Arial";
	font-size:80%;
	font-weight:normal;
	padding: 3px 6px 0 6px;
	border-right: 6px;
	border-right-color: #ffffff;
	border-right-style: solid;
}

/* ************************************************************************* */
/* Post Stuff */
/* ************************************************************************* */
.post {
	border-top: 2px solid #3F692E;
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 32px;
}

.postcategory {
	position: relative;
	float: right;
	clear: both;
	color: #ffffff;
	background-color: #3F692E;
	padding: 0 6px 2px 0;
	height: 16px;
	font: bold 12px "Arial",times new roman,times,serif;
}

.postcategory a,
.postcategory a:link,
.postcategory a:visited,
.postcategory a:hover {
	font: 80.00% "Arial";
	color: #ffffff;
	text-decoration: underline;
	padding-left: 6px;
}

.postimage {
	width: 192px;
	float: left;
}

.posttext {
	padding: 0 0 0 192px;
	font: 15px "Georgia",times new roman,times,serif;
	line-height: 130%;
}

.posttext img {
	float: left;
	margin-left: -192px;
}


.posttext a,
.posttext a:link,
.posttext a:visited,
.posttext a:hover {
	color: #3F692E;
}

.posttitle {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #333333;
	margin-bottom: 3px;
	font: 100% "Georgia",times new roman,times,serif;
}

.posttitle h2 {
	font-size: 22px;
	padding: 16px 0 4px 0;
	margin: 0;
}

.posttitle h2 a {
	color: #333333;
}

.posttitle h3 {
	color: #789D33;
	font-size: 16px;
	padding: 0 0 8px 0;
	margin: 0;
	font-family: "Arial";
}

.posttitle small {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-top: 1px;
	position: absolute;
}

.post a:link {
	text-decoration: none;
}

.post a:visited {
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}

.postcontent {
	clear: both;
}

.postcontent img {
	float: left;
	padding-bottom: 16px;
}

.postfoot {
	width: 100%;
	height: 21px;
	padding-top: 6px;
	margin-top: 24px;
	background-repeat: repeat-x;
	background-image: url("images/post_spacer.jpg");
	font: 90% "Georgia",times new roman,times,serif;
	position: relative;
}

.postfootleft {
	float: left;
}

.postfootright {
	float: right;
}

/* ************************************************************************* */
/* Comment stuff */
/* ************************************************************************* */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 90%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}


.alt {
	margin: 0;
	padding: 10px;
}

.contentbox {
	background-color: #F7F7F7;
	padding: 8px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 0 0 4px 0;
	padding: 8px;
	list-style: none;
}

.commentlist p {
	margin: 0;
}


#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

#comments {
	background-color: #F7F7F7;
}

.comment {
	background-color: #F2F2F2;
	margin: 0;
	padding: 0;
}

.alt {
	background-color: #E5E5E5;
	margin: 0;
	padding: 0;
}

/* ************************************************************************* */
/* SideBar */
/* ************************************************************************* */

/*
#sidebar {
	float: right;
	width: 256px;
	margin-left: 16px;
	margin: 0px;
	background-image: url("images/spacer.jpg");
	background-repeat: repeat-y;
	margin-bottom: 48px;
	height: 100%;
}

#sidebarcontent {
	padding: 0 0 0 16px;
}
*/

#sidebar {
	float: right;
	width: 256px;
	margin-left: 16px;
	margin: 0px;
	margin-bottom: 48px;
	height: 100%;
}

#sidebarcontent {
	padding: 0 0 0 16px;
}

#sidebar ul {
	list-style-type: square;
	margin: 0px;
	padding: 0;
	margin-bottom: 32px;
}

#sidebar .pagenav ul {
	background-image: url("images/sidebar_spacer.jpg");
	background-repeat: repeat-x;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	list-style-type: none;
}

#sidebar ul li.feed,
#sidebar ul li.logo {
	list-style-type: none;
}

li.feed {
	background: transparent url("images/rss.jpg") no-repeat scroll left top;
	padding: 12px 0pt 15px 52px;
	background-color: #ffffff;
}

li.logo {
	background: transparent url("images/logo.jpg") no-repeat scroll left top;
	padding: 12px 0px 15px 76px;
}

#sidebar h2 {
	border-top: 2px solid #3F692E;
	text-align: left;
	color: #333333;
	height: 26px;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	padding-top: 6px;
	background: transparent url("images/sidebar_spacer.jpg") repeat-x scroll left bottom;
}

#sidebar ul ul{
	padding: 0px;
	margin: 0px;
	background-image: url("images/list1.gif");
	background-repeat: repeat-y;
	padding-bottom: 3px;
	border: 1px solid #DFE882;
}

#sidebar li li{
	list-style-type: square;
	margin-top: 6px;
	margin-left: 27px;
}

#sidebar a {
	color: #3F692E;
	font-size: 12px;
}

#sidebar a:link {
	text-decoration: underline;
}

#sidebar a:visited {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #3F692E;
}

.imageline a {
	text-decoration: none;
}

/* ************************************************************************* */
/* Footer */
/* ************************************************************************* */

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 2px solid #3F692E;
	background-color: #ffffff;
	height: 40px;
	color: #3F692E;
	font-size: 11px;
}

#footer a {
	margin: 0px;
	padding: 0px;
	color: #3F692E;
}

.footertop {
	float: right;
	clear: both;
	color: #ffffff;
	background-color: #3F692E;
	padding: 0 0px 0 0px;
	height: 18px;
}

#footercontent {
	padding: 10px 0 10px 0;
}

.footerleft {
	float: left;
}

.footerright {
	float: right;
	color: #3F692E;
	width: 238px;
}

/* ************************************************************************* */
/* Begin Typography & Colors */
/* ************************************************************************* */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


.entry form {
	text-align:center;
	}

select {
	width: 130px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.bringdown {
	clear: both;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
}

#logo {
	width: 298px;
	height: 36px;
	float: left;
	margin-top: 35px;
}

#logo h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#logo h1 a {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
}
#logo h1 a:hover {
    text-decoration: none;
}

#search {
	margin-left: 551px;
	margin-top: -68px;
}

#search input {
	width: 133px;
	height: 17px;
	border: 1px solid #FFF;
	background-color: #D3D9DB;
}

input#submit {
	width: 69px;
	height: 21px;
	border: 0px;
	position: absolute;
	margin-top: 1px;
}
