/*
Theme Name: WhiteCasual
Description: A white, elegant Theme for Wordpress. Widget-ready. Tested with FF 2 + 3, IE 6 + 7, Opera 9.25, Safari 3
Version: 1.0
Author: Thomas Gigold
Author URI: http://gigold.de/
Tags: white, orange, two columns, widgets

	This theme was designed and built by Thomas Gigold,
	whose blog you will find at http://gigold.de/

	The CSS, XHTML and design is released under CreativeCommons Licence:
	http://creativecommons.org/licenses/by-nc-sa/2.0/de/
*/


/* Tabellen */

.table { border-collapse:collapse;}
.table th { border-top-style:none; padding: 2px; }
.tablemiddle { border: 1px solid #BA6802; padding: 2px; }
.tableleft { border: 1px solid #BA6802; border-left-style:none; padding: 2px; }
.tableright { border: 1px solid #BA6802; border-right-style:none; padding: 2px; }

/*
default styles
------------------------/
*/

*{
	margin:0;
	padding:0;
	}
body{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	background-color: #F6F7F2;
	}
h1, h2, h3, h4, h5{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
img{
	border:none;
	}
a{
	color:#000;
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}
ul,ol{
 list-style-type:none;
	}
/*
clear
------------------------*/
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.clearfix{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }
/* End hide from IE-mac */
.clearforie{
	clear:both;
	background-color:#FFFFFF;
	height:0.1em;
	}
/*
line wrapper - the page
------------------------*/
div#lineWrapper{
	margin:0 auto;
	padding:35px 15px 20px 15px;
	width:780px;
	background-color:#FFFFFF;
	border-left:1px solid #DBDAC7;
	border-right:1px solid #DBDAC7;
	}

/*
line header - name says it
------------------------*/
div#lineHeader{
	height:121px;
	padding: 0 0 10px 0;
	overflow:hidden;
	background-image:url(images/header_bg.jpg);
	background-repeat: no-repeat;
	}

div#lineHeader a img{
	border:none;
	}
div#lhLogo{
	background-color:#fff;
	height:40px;
	margin:0px 0pt 0pt 155pt;
	padding:30px 20px 0pt 15pt;
	position:absolute;
	}
div#lhLogo a:link, div#lhLogo a:visited{
	color:#000;
	}
div#lhLogo a:hover, div#lhLogo a:active{
	text-decoration:none;
	}
/*
links in line header
------------------------*/
div#lhHelp{
	text-align:right;
	}
div#lhHelp img{
	margin: 25px 25px 0 0;
	}

/*
main frame
------------------------*/
#lineWeblog{
	margin:20px 0 0 0;
	padding:0;
	background-image:url(images/sidebg.gif);
	background-repeat:repeat;
	}
#lineContent{
	background-image:url(images/contbg.gif);
	background-repeat:repeat-y;
	background-position:left;
	}

/*
line footer
------------------------*/
#lineFooter{
	clear:both;
	font-size:0.85em;
	margin:10px 0 0 0;
	padding:10px;
	background-color:#FCF2DC;
	}
#lineFooter p{
	margin:0;
	padding:0;
	}
#lineFooter a:link, #lineFooter a:visited{
	text-decoration:underline;
	}
#lineFooter a:hover, #lineFooter a:active{
	text-decoration:none
	}
/*
content
------------------------*/
#sideContent{
	float:left;
	padding:10px 15px 0 10px;
	width:500px;
	background-color:#FFFFFF;
	border-right:1px solid #cccccc;
	}

#sideImage{
	padding:0 15px 0 10px;
	width:500px;
	background-color:#FFFFFF;
	}
#comLine{
	width:493px;
	}
/*
sidebar
------------------------*/
div#sideMetabar{
	padding:0;
	float: right;
	}
div#sideMetabar ul li{
	width:210px;
	margin:0 10px 10px auto;
	padding:5px 10px 15px 10px;
	font-size: 12px;
	line-height:1.4em;
	border-bottom:1px dashed #BBBBBB;
	}
div#sideMetabar ul li li{
	margin:0 1.6em 0 5px;
	padding:0.1em 0;
	border:none;
	}
div#sideMetabar h2, .widgettitle{
	font-size:14px;
	font-weight:bold;
	color:#4E272A;
	padding:0 0 5px 0;
	}
/*
blog items
------------------------*/
.post{
	margin:0 0 40px 0;
	}
.post ul{
	margin:0.6em 1.2em;
	padding:0.6em 1.2em;
	list-style-image:url(images/disc.png);
	}

.post h2{
	margin:0 0 3px 0;
	padding:0;
	font-size:1.7em;
	line-height:1.5em;
	color: #BA6802;
	}

.post h3{
	font-size:15px;
	color:#BA6802;
	font-weight: bold;
	margin: 9px 0 5px 0;
}

.post a {
	text-decoration:none;
	color:#BA6802;
	}

.post a:hover {
	text-decoration:none;
	color:#4E272A;
}

.post p {
	margin: 0 0 10px 0;
}

.post li {
	margin: 0 0 7px 0;

}

.post .meta{
	font-size:0.85em;
	margin:0 0 15px 0;
	color:#959595;
	line-height: 0.9em;
	}
.post .meta a{
	color:#959595;
	text-decoration:underline;
	}
.post .tags{
	font-size:0.75em;
	background-color: #FCF2DC;
	padding:2px 10px;
	}
.post .entry{
	font-size:1.em;
	line-height:20px;
	}

.blockquote {
       margin-right:20px;
}

.post .singlm{
	padding:1px 0;
	border-bottom:1px dashed #E3E3E3;
	}
.post .singlmage{
	padding:1px 0;
	}
.post .coms{
	clear:both;
	margin:10px 0 0 0;
	text-align:right;
	border-top:1px dashed #E3E3E3;
	border-bottom:1px dashed #E3E3E3;
	padding:5px 0;
	}

.coms a {
	font-size: 12px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
}

.post .comsearch{
	margin:0;
	border-bottom:1px dashed #E3E3E3;
	padding:0;
	}
.post .comsing{
	clear:both;
	margin:10px 0 0 0;
	text-align:right;
	border-bottom:1px dashed #E3E3E3;
	padding:5px 0 0 0;
	}
.post .comspag{
	margin:10px 0 0 0;
	text-align:right;
	padding:5px 0 0 0;
	}
.pagination{
	position:relative;
	top:-30px;
	padding:0 10px 10px 10px;
	border-bottom:1px dashed #E3E3E3;
	}
.paginarchiv{
	position:relative;
	top:-30px;
	padding:10px 10px 10px 10px;
	border-bottom:1px dashed #E3E3E3;
	border-top:1px dashed #E3E3E3;
	}
.paginage{
	position:relative;
	top:-30px;
	padding:10px 10px 10px 10px;
	border-bottom:1px dashed #E3E3E3;
	border-top:1px dashed #E3E3E3;
	}
.pagleft{
	float:left;
	}
.pagright{
	float:right;
	}
.adminred{
	color:#bb0000;
	font-size:10px;
	}
.adminred a{
	color:#bb0000;
	}
img.alignleft{
	float:left;
	margin:0 10px 10px 0;
	}
img.alignright{
	float:right;
	margin:0 0 10px 10px;
	}
.attachment{
	padding:10px 0;
	text-align:center;
	}
/*
comments
------------------------*/
.clitem{
	margin:0 0 20px 0;
	padding:10px 0 0 0;
	background-position:top left;
	background-image:url(images/combubl-l.gif);
	background-repeat:no-repeat;
	}

.clcont{
	border:1px solid #cccccc;
	border-top:none;
	padding:5px 0;
	position:relative;
	top:-3px;
	}
.comext{
	padding:10px 10px 20px 10px;
	}
.cometa{
	background-color:#FCF2DC;
	padding:3px 10px;
	font-size:10px;
	}

.cometa_admin {
	background-color:#C27B23;
	padding:3px 10px;
	font-size:10px;
	color: #fff;
	}

.cometa_admin a {
	color: #fff;
}

.cometa_admin a:hover {
	color: #fff;
	text-decoration: none;
}

.avatar{
	position:relative;
	top:-10px;
	margin:0 5px 0 0;
	float:left;
	}
.avatar img{
	border:1px solid #C27B23;
	}
.cometadat{
	float:right;
	}

/*
commentform
------------------------*/
form#commentform{
	width:440px;
	border:1px solid #CCCCCC;
	padding:20px 25px;
	margin:5px 0 10px 0;
	border:1px solid #ccc;
	}
form#commentform label{
	display:block;
	padding:3px 0 6px 0;
	}
form#commentform label span{
	display:block;
	float:left;
	width:110px;
	}
form#commentform input{
	font-size:12px;
	padding:2px;
	}
form#commentform .intext{
	width:324px;
	border:1px solid #ccc;
	}
form#commentform #comment{
	width:438px;
	border:1px solid #ccc;
	margin: 7px 0 0 0;
	}
form#commentform #subcom{
	text-align:right;
	}