/*  
Theme Name: UPLOAD
Theme URI: http://upload-magazin.de/
Description: Webdesign developed for upload-magazin.de. 
Version: 1.0
Author: Jan Tissler
Author URI: http://upload-magazin.de/

*/


* {
	margin: 0;
	padding: 0;
}

	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	background-color: #DBDBDB;
	/* background-image:url(images/pattern-100.gif); */
	background-image:url(images/background-neu.gif);
	background-position:top;
	background-repeat:repeat-x;
}

h1, h1 a, h1 a:visited, h1 a:hover, 
h2, h2 a, h2 a:visited, h2 a:hover, 
h3, h3 a, h3 a:visited, h3 a:hover, 
h4, h4 a, h4 a:visited, h4 a:hover {
	background: white;
	color: #333;
	text-decoration: none;
	line-height: 120%;
	font-family: Optima, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 2.0em;
}

h2, h3, h4  {
	margin-bottom: 0.2em;
}

h1.pagetitle {
   margin-right: 30px;
}

a img {
	background: white;
	border-width:0;
}

a, a:visited {
	color: #1D910A;
	text-decoration: none;
}

a:hover, a:active {
	color: white;
	background: #1D910A;
}

div.aufmacher p, div.shortpost p {
	display: inline;
}
	
div.aufmacher p.postmetadata {
	display: block;
	font-size: 0.9em;
}

b, strong {
	background: #AFBFAC;
	padding: 1px;
}

hr {
	width: 100%;
	height: 1px;
	color: #AFBFAC;
}

blockquote {
	background:url(images/zitat.gif) no-repeat 0px 0px;
	padding: 0 0 0 60px;
	margin: 0px;
}

ul {
	margin:0 0 20px 0;
}

li {
	margin: 0 0 10px 30px;
	list-style-position:outside;
	list-style-image:url(images/li-pfeil.gif);
}

/*
#content {
float: left;
}
*/

div#buttons {
	margin: 0px;
}

div#header {
	clear: both;
	padding: 20px 0 0 0;
	margin-left: 15px;
}

div#navi {
	clear: both;
	padding: 0;
	margin-bottom: 0px;
}
div#subnavi {
	clear: both;
	padding: 5px;
	margin-bottom: 40px;
	border-bottom: 1px solid #AFBFAC;
}


div#page {
	width: 780px;
	margin: 0;
	text-align: left;
	background:#fff;
}

div#hauptartikel {
	clear: both;
	float:left;
	padding-left: 15px;
}

div#phplistcontent {
	clear: both;
	float:left;
	padding-left: 15px;
}

.aufmacher {
	clear: both;
	width: 444px;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 1em;
	border-bottom: 1px solid #AFBFAC;
	line-height: 140%;
}

.entry {
	float: left;
	width: 444px;
	line-height: 140%;
}

.entry p, div#phplistcontent p {
	margin: 1em 0;
}

.searchentry {
	width: 444px;
	line-height: 140%;
}

.post {
	width: 760px;
	margin: 0 0 0 15px;
}

div#shortnews {
	font-size: 0.9em;
	width: 290px; 
	float: right;
}

.shortpost, .tagcloud {
	margin-bottom: 30px;
	margin-right: 15px;
	border-bottom: 1px solid #AFBFAC;
	line-height: 130%;
}

.shortpost h3, .shortpost h4 {
	font-size: 1.1em;
	font-weight: bold;
}

.shortpost p {
	margin-bottom: 1em;
}

div#shortnews p {
	font-size: 1em;
}

div#footer, div#sidebar {
	clear: both;
	font-size:0.7em;
	padding: 10px;
}

div#footer {
	background-color: #AFBFAC;
}

div#footer p {
	margin: 0.5em 0;
	padding: 0.2em 0;
}

.postmetadata {
	margin-top: 1em; 
}

.postmetadata_single {
	width: 290px;
	float: right;
	padding: 1em 0 1em 0;
	/* margin: 0 15px 20px 20px; */
	border-bottom: 1px #AFBFAC solid;
	line-height: 120%;
}

.trenner {
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px #AFBFAC solid;
}

.navigation {
	margin-bottom: 50px;
	font-size:0.7em;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
	margin: 0 0 10px 10px;
}

.commentlist {
	clear: both;
	width: 460px;
	font-size: 0.9em;
}

#comment {
	clear: both;
	float: left;
	width: 444px;
	
	margin-bottom: 0;
	padding-bottom: 0;
}

#kommentartext {
	width: 444px;
}

.tag0 {
	font-size:0.8em;
}
.tag1 {
	font-size:0.9em;
}
.tag2 {
	font-size:1.0em;
}
.tag3 {
	font-size:1.1em;
}
.tag4 {
	font-size:1.2em;
}
.tag5 {
	font-size:1.3em;
}
.tag6 {
	font-size:1.4em;
}
.tag7 {
	font-size:1.5em;
}
.tag8 {
	font-size:1.6em;
}
.tag9 {
	font-size:1.7em;
}
.clear {
  clear: both;
}


