/*
Theme Name: MOONBLINX
Theme URI:
Description:
Version: 1.0
Author: Jan Loseries
Author URI:
Tags:
*/

/* reset */

html, body, span, a, table, td, th, form, h1, h2, h3, h4, p, ul, li, label, dt, dl, blockquote, input, textarea {
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	color: #000000;
	border: 0;
	font-weight:normal;
	font-size:12px;
}
html,body{
	height:100%;
	padding:0;
	margin:0;	
}
table{
	height:100%;
	border:0px dotted red;
	vertical-align:middle;
}

img {
	border: 0px;
}

ul, li {
	list-style: none;
}

.clearboth { 
   clear: both; 

} 

body{
	background: url(images/bground.jpg) fixed repeat-y top center;
}

div{
	border:0px solid red;
}

/* padding: oben rechts unten links       */

#outframe_1 {
	width:900px;
	margin:43px auto 35px auto;
}

#top_spacer {
	width:900px;
	height:137px;
	margin:75px auto 0 auto ;

}


/** sidebar **/
/* padding: oben rechts unten links       */
#sidebar {
	position:relative;
	top:116px;
	height:19px;
}

#sidebar li, #sidebar ul{	text-align:left;
	display:inline;
	font-weight:bold;
	font-size:19px;
}


#sidebar a{
	font-weight:bold;
	font-size:19px;
	text-transform:lowercase;
}

#sidebar h2 {
	margin: 0 0 0 0;
}

#sidebar .widget_categories {
	margin: 0;
}

#sidebar .widgettitle {
	display:none;
}

#sidebar input {
	border: solid 1px #cfcece;
	width: 100px;
}

#sidebar h2 {
	font-size: 12px;
}

.archiv_item{
	text-align:left;
	background-color:white;
	height:25px;
	padding-left:40px;
	vertical-align:middle;
	padding-top:1px;
}

.archiv_item a {
	font-weight:bold;
	height:25px;
	text-transform:lowercase;
}

#sidebar li.cat-item, li.page_item{
	padding-right:4px;
}

a.current-cat, li.current_page_item a {
	color: #cfcece !important;
}

/**newsletter **/
/* padding: oben rechts unten links       */

.newsletterTextInput{ width:120px;text-align:right; }

.newsletterContainer{
	padding:0;
	margin:0;
 }

.newsletterTitle{
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0;
	padding-top:70px;
}

.success {
	background: #cccccc;
	border: 1px solid #cccccc;
}

.error {
	background: #FFEFF7;
	border: 1px solid #c69;
}

.error, .success {
	margin: 3px 0px;
	padding: 2px;
}

.newsletterContainer .submit{
	display:none;	
}

/** posts **/
/* padding: oben rechts unten links       */
.post{
	margin-bottom:10px;
	padding:50px 40px 30px 40px;
	background:white;
}

.post-meta {
	text-transform:uppercase;
	text-align:left;
	margin-top:8px;
}

.post-categories a{
	text-transform:lowercase;
	text-align:left;
	color:#999999;
	font-size:14px;
	font-weight:bold;
}

.post-categories {
	margin-bottom:8px;
}

.entry {
	text-align:left;
	margin:0;
	margin-bottom:33px;
	vertical-align:top;
}

.titles {
	margin: 0;
	padding: 0;
	text-align:left;
	margin-bottom:30px;
}

/** kommentare **/

#comment, .commentlist{
	padding:20px 40px 30px 40px;
	margin:0;
	text-align:left;	
	background-color:white;
}

.comment-meta {

}

.the-comment {
	margin-bottom:60px;
}

.comment-text {
	margin-top:10px;
}

/* formulare */

input, textarea {
	border: solid 1px #cfcece;
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 12px;
}

#comment input {
	width: 250px;
}

#comment textarea {
	width: 400px;
}

#comment input#submit {
	background: white;
	color: #000000;
	text-align: left;
	font-weight: bold;
	color:#999999;
	border: none;
	margin-top:10px;
	margin-bottom:40px;
}

h3#comments {
	font-size: 30px;
	color:#999999;
	text-transform:lowercase;	
	font-weight:bold;
	margin-bottom:50px;
	margin-top:40px;
}

.commentlist hr{
	color:#000000;
	background-color:#000000;
	height:1px;
	border:0;
}

/** links **/

a {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	text-transform:uppercase;
}

a:hover {
	text-decoration: none;
	color: #cfcece;
}

/** headlines **/

h2.post-title, h2.post-title a {
	font-size: 30px;
	color:#999999;
	text-transform:lowercase;	
	font-weight:bold;
}

h3.post-subtitle {
	font-size: 16px;
}


/** texts **/

p, em, .comment-meta, .comment-number {
	font-size: 12px;
	line-height: 16px;
}

.post-meta, .post-meta a {
	font-size: 11px;
}

.comment-moderation {
	font-style: italic;
}

/* misc */

.white {
	color: #fff;
}

img.size-full {
	display: block;
	margin-bottom: 15px;
}

.alignleft {
	float: left;
}

.alignright {
	text-align: right;
	margin: 0 33px 0 0;
}


