/*
    Theme Name: Protzwort 2.0
    Theme URI: http://www.protzwort.de
    Description: Protzwort Notepad is based on Notepad Chaos, a wordpress theme by <a href="http://www.evaneckard.com">Evan Eckard</a>
    Version: 1.0
    Author: Astrid Brezina, Knut Fischer, based on a theme by Evan Eckard
    Author URI: http://www.knutfischer.com/
*/


body {
	background:#fefefe url(images/bg.jpg) repeat scroll center top;
	margin:0;
	font-family: 'Segoe UI','Verdana', 'Helvetica',  'Arial', sans-serif;
	color:#333;
}

img {
border:0px;
}

#page {
	background:url(images/page-back.png) no-repeat top center;
}

#container {
	width:819px;
	margin:0 auto;
	position:relative;
	height:252px;
}

/* search form */

#search {
	position:absolute;
	display:none;
	text-align:right;
	width:250px;
	left:520px;
	top:10px;
	z-index:100;
}
#searchform {
	padding:0;
	margin:0;
}

#searchform label{
	display:none;
}
#s {
	border:1px solid #fff;
	width:138px;
	margin:0;
	font-size:14px;
	background:url(images/search-back.gif) transparent;
	height:20px;
}
#searchsubmit {
	border:1px solid #fff;
	color:#fff;
	margin:1px;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
	height:24px;
}


/* menu */

#menu-holder {
	position:absolute;
	top:43px;
	left:457px;
	width:319px;
	overflow:hidden;
}
#menu {
	width:319px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:42px;
	display:block;
}
#home {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:107px;
}
#about {
	text-indent:-300em;
	overflow:hidden;
	left:107px;
	width:107px;
}
#archives {
	text-indent:-300em;
	overflow:hidden;
	left:214px;
	width:106px;
}



#home a:hover {
	background:transparent url(images/menu.jpg) 0px 0px no-repeat;
}
#about a:hover {
	background:transparent url(images/menu.jpg) -107px 0px no-repeat;
}
#archives a:hover {
	background:transparent url(images/menu.jpg) -214px 0px no-repeat;
}


/* blog title */

#title {
	position:absolute;
	top:145px;
	left:140px;
	color:#eee;
	font-size:14px;
	width:370px;
	overflow:hidden;
	letter-spacing:.02em;
	
}
#title h2 {
	color:#eee;
	font-weight:100;
	letter-spacing:.3em;
	font-size:24px;
	margin:0 0 4px;
	visibility:hidden;
}
#title a {
	color:#fff;
	text-decoration:none;
}
#title a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #e7d8cf;
}


/* content */

#content {
	background:url(images/notepad-back.png) repeat-y;
	width:764px;
	margin:0 auto;
	padding-right:55px;
	line-height:135%;
}

#content p {
}
#content blockquote {
	padding:0 0 0 30px;
	background:url(images/blockquote.png) no-repeat 0 50%;
}
#content .col01 {
	float:left;
	padding-left:70px;
	width:425px;
	font-size:14px;
}
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	margin:0;
	padding:0 0 10px;
	background:url(images/line2.png) repeat-x bottom;
	color:#660031;
}
#content .col01 h4 {
	font-size:18px;
 	line-height:22px; 
	font-weight:normal;
	margin:0;
	padding:0 0 16px;
	background:url(images/line.png) repeat-x bottom;
}
#content .col01 h3 a {
	color:#660031;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}
#content .col01 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.png) repeat-x scroll 0;
	padding-top:18px;
	margin-top:15px;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-98px;
	height:68px;
	width:79px;
	background:url(images/date-tab.png) no-repeat;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:6px 16px 6px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:4px 16px 2px 0;
	font-size:18px;
	font-weight:bold;
}
#content .col01 .post-inner a ,#sidebar a{
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;

}
#content .col01 .post-inner a:hover, #sidebar a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}


#content .col02 {
	float:right;
	width:212px;
	font-size:11px;
}

#content .col02 #sidebar{
	padding:0;
	margin:0;
	text-indent:0;
	list-style:none;
}
#sidebar li{
	padding:0;
	margin:0;
}

#content .col02 #sidebar li h2{
display:none;
}
	

#sidebar .widget_recent_comments, #sidebar .widget_recent_entries {
	position:relative;
	top:-70px;
	padding-top:70px;
	margin-right:5px;
}

#sidebar .widget_recent_comments{
	background: url(images/recent_comments.png) top right no-repeat;
}

#sidebar .widget_recent_entries{
	background: url(images/recent_entries.png) top right no-repeat;
}

#sidebar .widget_recent_entries ul , #sidebar .widget_recent_comments ul{
	width:212px;
	background:url(images/postitBack.png) repeat-y;
}
#sidebar ul {
	padding:0;
	margin:0;
	padding-top:5px;
}
#sidebar ul li {
	font-size:11px;
 	line-height:16px; 
	list-style:none;
	padding:0;
	margin:0;
}
#sidebar .widget_recent_entries ul li .listMeta {
	font-size:10px;
}

#sidebar .widget_recent_entries .bottom,  #sidebar .widget_recent_comments .bottom{
	width:188px;
	height:62px;
	background:url(images/postit-bottom.png) no-repeat;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}

#sidebar .widget_categories,#sidebar .widget_archive  {
	background:url(images/note-top.png) top left no-repeat;
}
#sidebar .widget_categories .top {
	padding-top:130px;
	background:url(images/categories-upper.png) top left no-repeat;
}
#sidebar .widget_archive .top {
	padding-top:130px;
	background:url(images/archive-upper.png) top left no-repeat;
}

#sidebar .widget_categories ul,#sidebar .widget_archive ul  {
	background:url(images/note-back.png) repeat-y;
}

#sidebar .widget_categories ul li a, #sidebar .widget_archive ul li a {
	border:none;
}
#sidebar .widget_categories .bottom, #sidebar .widget_archive .bottom{
	height:68px;
	background:url(images/note-bottom.png) no-repeat;
}


#sidebar  ul li{
		background:url(images/bullet-postit.png) no-repeat 5px 8px ;
		padding:4px 0 4px 25px;
}

#protzcast {
	background: url(images/protzcast.png) top center no-repeat;
	padding-top:35px;
	text-align: center;	
	position: relative;
	top:-15px;
}
#protzcast a {
	border:none;
	padding:5px;
}

#protzcast a:hover {
	background: none;
	
}


#content .col02 .links {
	background:url(images/txt-friends-links.png) no-repeat 50% 8px;
	padding-top:20px;
}
#content .col02 .links ul {
	margin:0 0 20px;
	padding:0;
}
#content .col02 .links ul li {
	font-size:11px;
 	line-height:18px; 
	list-style:none;
	background:url(images/line-inner.png) no-repeat bottom;
}
#content .col02 .links ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:6px 0;
}
#content .col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col02 .side-meta {
	background:url(images/txt-misc-debris.png) no-repeat top right;
}
#content .col02 .side-meta ul {
	margin:10px 0;
	padding:0;
}
#content .col02 .side-meta ul li {
	font-size:10px;
 	line-height:14px; 
	list-style:none;
}
#content .col02 .side-meta ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:2px 0;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}


/* footer */

#footer-holder {
	width:819px;
	margin:0 auto;
	position:relative;
}
#footer-holder .footer {
	width:932px;
	height:200px;
	position:absolute;
	top:0px;
	left:-54px;
/* 	background:url(images/footer.png) no-repeat; */
	z-index:100;
}


/* next previous */

.previous a {
	float:left;
	width:157px;
	height:35px;
	text-indent:-400px;
	background:url(images/link-older.png) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.png) no-repeat 0 -37px;
}
.next a {
	float:right;
	width:157px;
	height:35px;
	text-indent:-400px;
	background:url(images/link-newer.png) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.png) no-repeat 0 -36px;
}


/* comment styles */

.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	background:url(images/txt-your-comment.png) no-repeat;
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
	background:url(images/txt-name.png) no-repeat top right;
}
.email {
	height:30px;
	background:url(images/txt-email.png) no-repeat top right;
}
.website {
	height:30px;
	background:url(images/txt-website.png) no-repeat top right;
}
.txt-email-sub {
	/*height:20px;
	background:url(images/txt-email-sub.png) no-repeat 90px 0;*/
	clear:both;
}
.txt-website-example {
	/*height:20px;
	background:url(images/txt-site-example.png) no-repeat 90px 0;*/
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#securitycode {
	border:1px solid #939393;
	width:200px;
	margin:0;
	padding:3px;
	font-size:14px;
	background:#fff;

}
#commentform .comment-field{
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-size:14px;
	background:#fff;
	float:left;
	color:#660031;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-size:14;
	background:#fff;
	color:#660031;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-size:14px;
	background:url(images/btn-back.gif) transparent;
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/line-inner.png) no-repeat bottom;
	font-size:14px;
/*  	line-height:20px;  */
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
	color:#660031;
	background: transparent;
}
.commentlist li cite a{
	color:#660031;
	background:transparent;
	}
	
.commentlist li cite a:hover{
	color:#660031;
}