/*  
Theme Name: schrrrrrr
Theme URI: http://wordpress.org/
Description: 
Version: !!!!
Author: Yvonne L.
*/

* {
	border:none;
	outline: none;
	}
	
html {
	overflow-y: scroll;
}
	
body {
	background: #fff;
	text-align: center;
	margin:0;
	padding:0;
	}

body, td, div, input, textarea {
	text-align:left;
	color: #000; 
	font-family: Arial, Tahoma; 
	font-size: 12px; 
	line-height:165%;
	} 

a, a:link, a:active, a:visited {
	color:#000; 
	text-decoration: none;
	}

a:hover, a:focus {
	color:#222;
	}
	
p {
	margin: 0 0 10px;
	}
	
textarea, input { 
	background: #f6f6f6;
	border-width:1px;
	border-color:#ccc;
	border-style:solid;
	padding: 5px;
	} 
	
input {
	width: 240px;
}	

textarea {
	width:480px;
	height:280px;
	}

h1, h2 {
	font-size: 30px; 
	line-height: 35px;
	margin: 0 0 11px;
	clear:left;
	font-weight: normal;
	font-family: "Myriad Pro";
	}

h3, h4, h5, h6 {
	margin: 0;
}
	
h1 a {
	text-shadow: 0 0 0 #fff !important;
}
	
.entry, .comment, .comment_form {
	background: #fff;
	overflow: auto;
	margin: 0;
	padding: 60px 0 80px;
	list-style: none;
}
	
.entry_wrapper, .comment_wrapper, .form_wrapper {
	width: 650px;
	margin: 0 auto;
	padding: 20px 20px 0;
	overflow: auto;
}

.entry_content, .comment_content {
	float: left;
	width: 480px;
	margin: 0 0 20px;
}

.entry_meta, .comment_meta {
	float: left;
	width: 135px;
	margin: 0 0 0 35px !important;
	font-size: 11px;
}

.entry_meta p, .comment_meta p {
	margin: 0 0 1px;
}

.comment {
	padding: 25px 20px 0;
}

.comment_content {
	margin: 0;
}

.comment_form {
	padding: 17px 20px 60px;
}

.form_wrapper {
	padding: 20px 20px 0;
}

#submit {
	width: auto;
}

.invisible {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	width: 0;
	display: block;
}

.alignleft {
	float:left;
	}

.commentlist { 
	margin: 0 !important;
	padding: 0 !important;
	}
	
.alt {
	margin: 0;

	}

#vier04 {
	background:#db1a70;
	width:650px;
	position:absolute;
	top:10%;
	left:50%;
	padding: 20px;
	margin:0 0 0 -325px;
	color: #fff;
	text-shadow: 0 1px 1px #9f0047;
	font-size: 14px;
	font-family: "Georgia" !important;
	}

#vier04 h1 {
	font-family: "Georgia" !important;
}	

#wpstats {
	display:none;
	}