/*
Theme Name: Aion Daily v3
Theme URI: http://visual-turn.de/
Description: Die 3. Version des Aion-Daily Designs.
Version: 3.0
Author: Christian Passeyer & Patrick Bauer
Author URI: http://visual-turn.de/
*/


h4 {
	font-size:14px;
	margin-bottom:8px;
}

* html .amboss .sidebar-inner {
	height:145px;
}

* {
margin:0px;
padding:0px;
}

img {
border:none;
}

body {
text-align:center;
background:url(images/background_02.jpg) #000000 no-repeat top center;
color:#544218;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-bottom:20px;
}

a {
	color:#ffffff;
	text-decoration:none;
}

#page  {
	width:980px;
	text-align:left;
	margin:0 auto;
}

#logo {
	height:138px;
	position:relative;
}

#logo img {
	position:absolute;
	bottom:20px;
}

.quoteHeader h3 {
	display:none;
}

#navigation {
	height:63px;
	background:url(images/navigation_bg.png) no-repeat transparent top left;
	position:relative;
}

#featured-content {
	height:237px;
	background:url(images/featured_content_bg.png) no-repeat transparent top left;
}

#content {
	background:url(images/content_bg.png);
}

#footer {
	height:69px;
	background:url(images/footer_bg.png) no-repeat transparent left top;
	clear:both;
}

.post {
	padding-top:15px;
	padding-bottom:15px;
	margin-left:10px;
	width:620px;
}

.postheader {
	background:url(images/post_header_bg.png) top left transparent no-repeat;
	width:620px;
	height:47px;
	position:relative;
}

small {
	font-size:11px;
}

.postheader small {
	position:absolute;
	bottom:2px;
}

.postheader h2, .postheader small {
	padding-left:10px;
	padding-top:6px;
	color:white;
}

.postheader h2, .postheader h2 a {
	font-size:20px;
	color:white;
}

.postinner {
	background:url(images/post_inner_bg.png) bottom right #e4d9c7 no-repeat;
	width:598px;
	border:1px #794f1d solid;
	padding:10px;
}

* html .postinner {
	padding:9px;
}

p{
	margin-top:10px;
	margin-bottom:10px;
}

.clear {
clear:both;
}

#inner-content {
	float:left;
}

#inner-content a {
	text-decoration:none;
	color:#3D7083;
}


#inner-content a:hover {
	text-decoration:underline;
}

#sidebar {
	float:right;
}

#sidebar ul {
	list-style:none;
	padding:0px;
}

#sidebar ul li {
	list-style:none;
	padding:0px;
}

.sidebar {
	width:323px;
	margin-right:10px;
	padding-bottom:10px;
	padding-top:15px;
}

.sidebar-header {
	background:url(images/sidebar_header_bg.png) no-repeat transparent top left;
	height:29px;
}


.sidebar-inner {
	background:url(images/sidebar_inner_bg.png) repeat-y transparent top left;
	padding:5px 12px;
	color:#ffffff;
}

.sidebar-footer {
	background:url(images/sidebar_footer_bg.png) no-repeat transparent top left;
	height:6px;
}


.amboss .sidebar-header {
	background:url(images/sidebar_amboss_header_bg.png) no-repeat transparent top left;
	height:29px;
}


.amboss .sidebar-inner {
	background:url(images/sidebar_amboss_inner_bg.png) transparent top left;
	padding:10px;
	color:#ffffff;
}

.amboss .sidebar-footer {
	background:url(images/sidebar_amboss_footer_bg.png) no-repeat transparent top left;
	height:6px;
}

.twitter-item {
height:18px;
line-height:18px;
}

.sprechblase {
	position:absolute;
	top:60px;
	z-index:10;
	background:url(images/sprechblase.png) no-repeat top left;
	height:105px;
	width:295px;
}

.sprechblase p {
	margin-top:16px;
	padding:0 10px 10px;
	color:#000000;
}

abbr {
	font-size:9px;
}


.sprechblase p a {
	color:#000000;
}


.sidebar-header h2 {
	padding-left:10px;
	padding-top:8px;
	color:white;
}

.sidebar-header h2, .sidebar-header h2 a {
	font-size:20px;
	color:white;
}

.feature {
	width:296px;
	margin-left:20px;
	padding-bottom:10px;
	padding-top:15px;
	float:left;
}

* html .feature {
	margin-left:15px;
}

.feature-header {
	background:url(images/feature_header_bg.png) no-repeat transparent top left;
	height:27px;
}

.feature-header h2 {
	padding-left:10px;
	padding-top:8px;
	color:white;
}

.feature-header h2, .feature-header h2 a {
	font-size:20px;
	color:white;
}

.feature-inner {
	background:url(images/feature_inner_bg.png) repeat-y transparent top left;
	padding:12px;
	color:#ffffff;
}

.feature-footer {
	background:url(images/feature_footer_bg.png) no-repeat transparent top left;
	height:6px;
}

.tags {
	background:#c4b69f;
	border:1px #794f1d solid;
	border-top:none;
	text-align:center;
	color:#544218;	
}

.tags a {
	color:#544218 !important;
	text-decoration:none;
}

.commentlink {
	color:#ffffff;
	font-size:11px;
	position:absolute;
	bottom:2px;
	right:10px;
}

.commentlink a {
	color:#ffffff !important;
	text-decoration:none;
}

/* Pagebar */


.pagebar
	{
		text-align: center;
		color: #734E18;
		font: 11px Arial, Helvetica, sans-serif;
		padding-top: 20px;
		padding-bottom: 10px;
		margin: 0px;
	}

.pagebar a, .pageList .this-page
	{
		color: #734E18;
		padding: 2px 6px;
		border: solid 1px #734E18;
		background: #E0D5BF;
		text-decoration: none;
	}

.pagebar a:visited
	{
		padding: 2px 6px;
		border: solid 1px #734E18;
		background: #E0D5BF;
		text-decoration: none;
	}

.pagebar .break
	{
		padding: 2px 6px;
		border: none;
		background: #E0D5BF;
		text-decoration: none;
		margin-right:3px;
	}

.pagebar .this-page
	{
		padding: 2px 6px;
		border-color: #734E18;
		color: #ffffff;
		font-weight: bold;
		font-size: 13px;
		vertical-align: top;
		background: #734E18;
	}

.pagebar a:hover
	{
		color: #ffffff;
		background: #734E18;
		border-color: #734E18;
		text-decoration: none;
	}
	
/* /// */

blockquote {
	padding:0px 20px 0px 20px;
	background:#c4b69f;
	border:1px #794f1d solid;
	color: #734E18;
	margin:10px 20px 10px 20px;
}

#navigationlist {
	list-style:none;
	list-style-type:none;
	padding-left:20px;
}

#navigationlist li {
	list-style:none;
	list-style-type:none;
	float:left;
	margin-right:15px;
}

#navigationlist a:hover {
	border-bottom:solid 3px #1ab1d1 !important;
}

.ieheight {
	height:157px;
}

* html .ieheight {
	height:140px !important;
	padding-bottom:5px;
}

.submenu {
	position:absolute;
	top:45px;
	padding-left:20px;
	left:0px;
	color:#ffffff;
	display:none;
	background-color:#121A25;
	padding-bottom:2px;
}


.submenu a {
	color:#ffffff;
}

.submenu ul {
	list-style:none;
	list-style-type:none;
}

.submenu ul li {
	list-style:none;
	list-style-type:none;
	float:left;
	margin-right:15px;
}

.split {
	width:135px;
}

.splitted {
	background:url(images/splitted.png) no-repeat transparent center top;
}

.sp_left {
	float:left;
}

.sp_right {
	float:right;
}

a:hover {
	text-decoration:underline;
}

#search {
	position:absolute;
	top:5px;
	right:5px;
	width:300px;
}

iframe {
	border:none;
}

* html #search {
	width:315px;
}

#search div {
	float:left;
	margin-right:5px;
}

#search_input {
	padding:4px;
	background:url(images/search_bg.png) no-repeat;
	width:220px;
}

#search_input input{
	width:215px;
	height:16px;
	border:1px #cccccc solid;
}