/*  
Theme Name: AmigaWorld
Theme URI: http://www.amigaworld.de
Description: WP AmigaWorld theme designed by <a href="http://www.djbase.de">DJBase</a>.
Version: 2.0
Author: DJBase
Author URI: http://www.djbase.de

	This theme was designed and built by DJBase.

*/

body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(images/background.jpg);
	margin: 0px;
	padding: 0px;
}
a {
	color: #cc6600;
	text-decoration: none;
}
a:visited {
	color: #cc6633;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #000000;
	margin: 0px 15px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 160%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #cc6600;
	text-decoration: none;
}
h3 {
	color: #000000;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	padding-top: 16px;
	margin-bottom: 10px;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
h4 {
	color: #000000;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	padding-top: 14px;
	}
h5 {
	color: #666666;
	margin: 0px 15px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	}
h5 a, h5 a:visited {
	color: #59770e;
	text-decoration: none;
	}
h5 a:hover {
	color: #FF6600;
	text-decoration: none;
	}
h6 {
	color: #666666;
	margin: 0px 15px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 160%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	}
h6 a, h6 a:visited {
	color: #59770e;
	text-decoration: none;
	}
h6 a:hover {
	color: #FF6600;
	text-decoration: none;
	}
form {
	margin:0px;
	padding:0px;
	}

#page {
	width: 900px;
	margin: 0px auto;
	margin-top: 20px;
	padding:0px;
	}

#copyright {
	width: 900px;
	margin: 0px auto;
	font: normal 80%/100% "Trebuchet MS", Tahoma, Arial;
	text-align: center;
	color: #cf9e80;
	}

#djbase {
	color: #cf9e80;
	}
	
/* header area */
#header {
	background: url(images/logo.png) no-repeat;
	height: 190px;
	position: relative;
	}
	
#headerimg {
	position: relative;
	margin-left: 30px;
	margin-top: 0px;
	width: 840px;
	height: 160px;
	}

#login {
	text-align: right;
	margin-left: 590px;
	color: #cf9e80;
	width: 280px;
	}
	
#login a, #login a:visited	{
	border-bottom: 1px dotted #cf9e80;
	color: #cf9e80;
	}

#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #000000;
}

/* content area */
#content {
	float: right;
	padding: 0px 0px 0px 20px;
	margin: 0px 25px 0px 0px;
	width: 620px;
	}

#boxtop {
	background:  url('images/boxtop.png');
	float: right;
	padding: 0px;
	margin: 0px 25px 0px 0px;
	width: 640px;
	height: 25px;
	}

#boxbottom {
	background:  url('images/boxbottom.png');
	float: right;
	padding: 0px;
	margin: 0px 25px 0px 0px;
	width: 640px;
	height: 27px;
	}
	
.narrowcolumn {
	background:  url('images/boxcentral.png');
	float: right;
	padding: 0px;
	margin: 0px 25px 0px 0px;
	width: 640px;
	}
	
.postmetadata {
	text-align: center;
	padding-top: 0px;
	margin: 0px 0 20px 0px;
	clear: left;
	color: #777;
	}	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	margin: 0 auto;	
	}
	
.post-content ul {
	list-style-type: square;
	list-style-image: none;
	margin-top: 0;
	}
		
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 1em;
	}
.comment-alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.post-page {
	clear:both;
	padding: 0px;
	margin: 0px;
	width: 610px;
}	
.post {
	clear:both;
	padding-top: 0px;
	margin-bottom: 50px;
	width: 610px;
}
.post-date {
	padding-left: 6px;
	float:left;
	font-size: 95%;
	color: #cc6600;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	background: url(images/date-bg.gif) no-repeat;
	float:left;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	font-size: 7px;
	width: 14px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 540px;
}
.post-footer {
	float: left;
	border-top: 1px dotted #CCCCCC;
	margin-top: 25px;
	width: 600px;
}
.post-content {
	clear: both;
	padding-top: 10px;
	margin-right: 15px;
}	
.entry {
	clear: both;
	padding-top: 10px;
	margin-right: 15px;
}	
.entry-index {
	clear: both;
	padding-top: 10px;
	margin-right: 15px;
}
.post-cat {
	background: url(images/mini-category.png) no-repeat;
	padding-left: 20px;
	margin: 5px 8px 0 0;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-trackback {
	background: url(images/trackback.png) no-repeat;
	padding-left: 20px;
	margin: 5px 0 0 8px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-edit {
	background: url(images/edit.png) no-repeat;
	padding-left: 20px;
	margin: 5px 0 0 8px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-permalink {
	background: url(images/permalink.png) no-repeat;
	padding-left: 20px;
	margin-top: 5px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-download {
	list-style-image: url(images/download.png);
	line-height: 1.2em;
	padding-left: 24px;
	margin: 0 auto;	
}
.post-ul {	
	list-style-image: url(images/arrow_2.png);
	line-height: 1.2em;
	padding-left: 20px;
	margin: 0 auto;	
}
.post-li {
	margin: 0 0 8px 0;
}
.menu-link {
	background: url(images/arrow.png) no-repeat;
	padding-left: 20px;
	margin-top: 2px;
}

.login-link {
	background: url(images/arrow2.png) no-repeat;
	padding-left: 20px;
	margin-top: 2px;
}

.post-print {
	background: url(images/print.png) no-repeat;
	padding-left: 20px;
	margin: 5px 0 0 8px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-feed {
	background: url(images/feed.png) no-repeat;
	padding-left: 20px;
	margin: 5px 0 0 8px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comment {
	background: url(images/mini-comments.png) no-repeat;
	padding-left: 20px;
	margin: 0 15px 0 8px;
	float:right;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.png) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
	margin: 0px 25px 0px 5px;
}
.navigation a, .navigation a:visited {
	color:  #59770e;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	margin-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
	margin-right: 15px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
	margin-right: 15px;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #cc6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #cc6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 580px;
	height: 150px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
	margin-top: 16px;
}

/* Begin Sidebar */
.sidebar{
	background:  url('images/boxcentral_small.png');
	padding: 0px;
	margin: 0px 0px 0px 25px;;
	width: 200px;
	}

.sidebartop {
	background:  url('images/boxtop_small.png');
	padding: 0px;
	margin: 0px 0px 0px 25px;;
	width: 200px;
	height: 25px;
	}

.sidebarbottom {
	background:  url('images/boxbottom_small.png');
	padding: 0px;
	margin: 0px 0px 0px 25px;;
	width: 200px;
	height: 27px;
	}

.sidebarbottom2 {
	background:  url('images/boxbottom_small.png');
	padding: 0px;
	margin: 0px 0px 8px 25px;;
	width: 200px;
	height: 27px;
	}

/*sidebar title (h2) */
.sidebar h2, .sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #CCCCCC;
}

/*sidebar text styles */
.sidebar a, .sidebar a:visited{
	color: #cc6600;
	text-decoration: none;
}
.sidebar a:hover{
	color: #cc6600;
	text-decoration: underline;
}

/*sidebar list level1 */
.sidebar ul {
	margin: 0 15px 0 15px;
	padding: 0;
}
.sidebar ul li {
	list-style: none;
	margin:  0;
	padding: 0;
	border: none;
}

/*sidebar list level2 */
.sidebar ul li ul {
	margin:  0;
	padding: 0;
}
.sidebar ul li ul li{
	padding-left: 0px;
	margin:  0;
}

/*sidebar list level3 */
.sidebar ul li ul li ul li{
	padding: 0;
	margin:  0;
	border: none;
}

/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/arrow.png) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	padding: 0px;
	margin: 0px auto;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 156px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #cccccc;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	margin: 10px 0 0;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	width: 900px;
	height: 20px;
	clear: both;
	}
	
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
	}
	
/* Kontaktformular */


	form dl, dl.labels {
		margin:0em;
		font-size:100%;
	}

	form dt, dl.labels dt {
		float:left;
		width:7em;
		margin-bottom:0.8em;
		color:#555;
		text-align:right;
		font-weight:400;
		position:relative /*IEWin hack*/
	}

	form dd, dl.labels dd {
		margin-left:7.5em;
		margin-bottom:0.8em;
		font-size:100%;
		font-style:normal;
		text-align:left;
		padding-left:0.5em
	}
	
	form dd.submit, dl.labels dd.submit  {
		margin-top:2em
	}
	
	.error_msg {
		font-weight:700;
		color:#FF0000;
	}
	
	.pxs_css_spamcheck {
		display: none !important;
	}
	
	#submit {
	background: url(images/search-btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	width: 67px;
	height: 26px;
	cursor: pointer;
	margin-right: 15px;
}

#login_error, .message {
	margin: 0px 15px 0px 0px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	border-radius: 3px;
	background: #dd6666;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */