/*  
Theme Name: WordPress CSS
Theme URI: http://www.xpress-blog.de/xpress-blog/addon-angebote/
Description: Dieses Premium Theme kann auf Anfrage durch Xpress Blog per CSS frei gestaltet werden
Author: wan24.de
Author URI: http://wan24.de
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white,one-column,two-columns,three-columns,left-sidebar,right-sidebar,flexible-width,custom-colors,custom-header,custom-background,custom-menu,theme-options,translation-ready
*/

/* Default HTML element stylings */
html{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:auto;
	font-family:Verdana;
	font-size:12px;
	color:black;
	background-color:white;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	color:blue;
}
a:hover{
	text-decoration:underline;
	color:red;
}
img{
	border:none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	clear:both;
}
h2,
h3,
h4{
	border-bottom:1px solid black;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color:black;
}

/* Base layout styling */
body>div.PAGE>div.HEADER{
	position:absolute;
	top:20px;
	left:20px;
	right:20px;
	height:100px;
	border:1px solid black;
	padding:10px;
	background-color:white;
}
body>div.PAGE>div.HEADER>div.menu{/* Main menu */
	background-color:black;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	height:20px;
	font-weight:bold;
}
body>div.PAGE>div.CONTENT{
	position:absolute;
	top:150px;
	left:20px;
	right:20px;
	margin-bottom:110px;
}
body>div.PAGE>div.CONTENT.left{
	left:270px;
}
body>div.PAGE>div.CONTENT.right{
	right:270px;
}
body>div.PAGE>div.CONTENT>p.copyright{
	font-size:10px;
	clear:both;
}
body>div.PAGE>div.SIDEBAR{
	position:absolute;
	top:150px;
	width:220px;
	padding:10px;
	background-color:white;
}
body>div.PAGE>div.SIDEBAR.left{
	left:20px;
}
body>div.PAGE>div.SIDEBAR.right{
	right:20px;
}
body>div.PAGE>div.SIDEBAR>ul{/* Widget list */
	list-style:none;
	margin:0px;
	padding:0px;
}

/* Main menu styling */
body>div.PAGE>div.HEADER>div.menu{
	white-space:nowrap;
	overflow:hidden;
}
body>div.PAGE>div.HEADER>div.menu a{/* Menu link */
	color:white;
}
body>div.PAGE>div.HEADER>div.menu a:hover{/* Menu link hover */
	color:white;
}
body>div.PAGE>div.HEADER>div.menu>ul{/* Main menu */
	background-color:black;
	list-style:none;
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
}
body>div.PAGE>div.HEADER>div.menu>ul>li{/* Main menu item */
	background-color:black;
	float:left;
	padding-left:5px;
	padding-right:5px;
	line-height:20px;
}

/* Header styling */
body>div.PAGE>div.CONTENT>div.HEADER{
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

/* Paging styling */
div.PAGING{
	clear:both;
	font-weight:bold;
}
div.PAGING>span.prev{
	padding:10px;
	float:left;
}
div.PAGING>span.next{
	padding:10px;
	float:right;
}

/* Posting styling */
ul.POSTLIST{
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
}
li.post{
	margin-top:5px;
	clear:both;
	padding:10px;
	background-color:white;
}
li.post.sticky{
	background-color:#FFFFC6;
	border:1px dashed black;
}
li.post>div.HEADER{
	margin-bottom:5px;
}
li.post>div.HEADER>span.date{/* Post date */
	padding-left:18px;
	background-image:url(images/Calendar_2.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}
li.post>div.HEADER>span.time{/* Post time */
	padding-left:18px;
	background-image:url(images/Clock.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}
li.post>div.HEADER>span.author{/* Post author */
	padding-left:18px;
	background-image:url(images/User.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}
li.post>div.HEADER>span.comments{/* Number of comments */
	padding-left:18px;
	background-image:url(images/Comment.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}
li.post>div.CONTENT{/* Post content */
	oberflow:hidden;
}
li.post>div.PAGES{/* Post paging */
	margin-top:5px;
	clear:both;
}
li.post>div.FOOTER{/* Post footer */
	margin-top:5px;
	clear:both;
}
li.post>div.FOOTER>span.categories{/* Post categories */
	padding-left:18px;
	background-image:url(images/Folder.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}
li.post>div.FOOTER>span.tags{/* Post tags */
	padding-left:18px;
	background-image:url(images/Bookmarks_2.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}
li.post>div.CONTENT span.more,
li.post>div.FOOTER>span.more{/* Post "read more" link */
	padding-left:18px;
	background-image:url(images/Arrow_Right.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}

/* Comments styling */
div.COMMENTS>div.HEADER>span.respondlink{/* Go to respond form link */
	padding-left:18px;
	background-image:url(images/Comment_Add.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}
div.COMMENTS>div.HEADER>span.trackback{/* Trackback link */
	padding-left:18px;
	background-image:url(images/Globe_Active.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}
div.COMMENTS>div.HEADER>span.feed{/* Comment feed link */
	padding-left:18px;
	background-image:url(images/Button_RSS.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}
div.COMMENTS>div.LIST>ul.list{
	list-style:none;
	margin:0px;
	margin-top:5px;
	padding:0px;
}
li.comment{
	clear:both;
	margin:5px;
	padding:5px;
	border:1px dotted black;
	overflow:hidden;
}
li.comment.bypostauthor{
	background-color:#FFFFC6;
}
li.comment>img.avatar{/* User avatar */
	float:left;
	padding:5px;
}
li.comment>span.message>span.title{/* Comment title */
	display:block;
	font-size:10px;
}
li.comment>span.message>span.links>a.comment-reply-link{/* Reply link */
	padding-left:18px;
	background-image:url(images/Comment_Add.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}
li.comment>span.message>span.links>a.comment-edit-link{/* Edit link */
	padding-left:18px;
	background-image:url(images/Comment_Edit.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}

/* WordPress styles */
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption{
}
.wp-caption-text{
	font-size:10px;
}
.gallery-caption{
	font-size:10px;
}
.sticky{
	background-color:#FFFFC6;
}
.bypostauthor{
	background-color:#FFFFC6;
}
