* { margin:0; padding:0; }

body { background:#fff url(/wp-content/themes/weitweit10/img/bg.png) repeat-y top right; color:#292929; font-size:14px; font-family:helvetica,sans-serif; }

#slide { width:100%; height:5px; display:none; }
#drag { width:207px; height:5px; float:right; background-image:url(/wp-content/themes/weitweit10/img/drag.png); cursor:pointer;}
#close { width:207px; height:5px; position:absolute; top:100px; right:0; background-image:url(/wp-content/themes/weitweit10/img/close.png); background-repeat:no-repeat; cursor:pointer; display:none; }

.post { float:right; width:100%; margin-top:50px; padding-bottom:10px; border-bottom:1px solid #fff; }
.post .meta { background: #fff url(/wp-content/themes/weitweit10/img/arrow.png) no-repeat right 3px; float:right; margin-top:22px; position: relative; }
.post .meta .date, .post .meta .time { padding-right:25px; text-align:right; }
.post .meta .navigationTop { padding-right:25px; text-align:right; width: 100px; float: right; margin-top: 10px; }
.post .meta .date { font-size:1.7em; }
.post .meta .time { font-size:1.3em; margin-top:3px; }
.post .meta .tags {	position: relative; bottom: 20px; right:100px; width: 200px; }
.post .meta .tags li { float: right;	list-style-type: none; margin: 0 0 15px 10px; }
.post .meta .tags li a {
	background-color: #363636;
	color: #fff;
	font-size: 9px;
	letter-spacing: 1px;
	height: 15px;
	padding: 8px;
	text-decoration: none;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 4px;
}
.post .meta .tags li a:hover {
	color: #f33;
	opacity: 1 !important;
}

.post .content { float:right; width:750px; padding-left:50px; }
.post .content h2 { font-size:3.5em;}
.post .content .entry { line-height:1.4em; width:700px; }
.post .content .entry small { font-size:0.8em;}
.post .content .entry blockquote {
	border-left: 1px solid #363636;
	margin-top: 10px;
	padding-left: 15px;
}


.post .content .post-meta { width:700px; text-align:right;}
.post .content .post-meta .comments { background-image:url(/wp-content/themes/weitweit10/img/icon.png); background-repeat:no-repeat; width:34px; float:right; height:30px; text-align:center;}
.post .content .post-meta .comments a { color:#fff; font-size:0.8em; text-decoration:none; display:block; width:34px; height:20px; padding-top:6px; }
.navigation { width:950px; font-size:1.3em; float:right; }
.navigation .alignleft { float:left;}
.navigation .alignright { float:left; margin-left:20px;}

.post.single { border-bottom:none;}

.grey { background: #fff url(/wp-content/themes/weitweit10/img/bg.grey.png) repeat-y top right;}

#comments, .commentlist {
	width: 750px;
	float: right;
}

#respond {
	font-size: 1.2em;
}

.entry a img {
	border: 2px solid #292929;
	margin-right: 5px;
}

#commentform input, #commentform #comment {
	background-image: url(/wp-content/themes/weitweit10/img/bg.png);
	border: none;
	border-bottom: 1px solid #292929;
	width: 250px;
	padding: 10px;
}

#commentform #submit {
	background-color: #292929;
	background-image: none;
	color: #fff;
	padding: ;
	width: 150px;
}

#commentform p {
	margin-bottom: 10px;
}

.commentlist {
	margin-bottom: 20px;
	width: 800px;
	float: right;
}

.commentlist li {
	margin-bottom: 20px;
	padding: 0 0 20px 30px;
	border-bottom: 1px solid #fff;
	list-style-position: inside;
}

.commentlist li p, .commentlist li .commentmetadata {
	margin-left: 20px;
}

a { color:#292929; }
a:hover { opacity:.5; }
.clear { clear:both; }
