/*
Theme Name: FRLE Blog Theme
Version: 1.0
Author: Ulf Spethmann | Whitedrow
Author URI: http:www.whitedrow.de

*/



/* Begin Typography & Colors */
body {
	font-family: Arial, Sans-Serif;
	background: #0E0E0E;
	color: #575757;
	text-align: left;
	}

#page {
	background: #0E0E0E url('images/frle_bg_page.gif');
	border: 0px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/frle_head.gif') no-repeat;
	}

#headerimg 	{
	margin: 0;
	height: 75px;
	width: 936px;
	}

#content {
	
	}

.widecolumn .entry p {
	
	}

.narrowcolumn .entry, .widecolumn .entry {
	
	}

.widecolumn {
	
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Sans-Serif;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	
	text-align: left;
	}



h2 {
	
	}

h2.pagetitle {
	
	}

#sidebar h2 {
	font-family: Arial;
	
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #be3072;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto 0px auto;
	padding: 0;
	width: 936px;
	border: 0px solid #959596;
	}

#header {
	margin: 0 0 0 0px;
	padding: 0;
	height: 75px;
	width: 936px;
	}

#headerimg {
	margin: 0;
	height: 75px;
	width: 936px;
	}

.narrowcolumn, .widecolumn  {
	float: left;
	border:0px solid #ff0000;
	padding: 0px 25px 0px 25px;
	margin: 0px 13px 0px 0px;
	width: 601px;
	background: #000000 url('images/frle_bg_h.gif') repeat-x;

	}


.post {
	margin: 0 0 0px;
	padding:0;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: left;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}



	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */







.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Begin Form Elements */
#headerhome{
	float:left;
}


#headersearch{
	border:0px solid #0000ff;
	padding:25px 0px 0px 700px;
	margin:0;
	
}

#searchform {
	border:0px solid #00ff00;float:left;
	padding:0;
	margin:0;
	}
	
#searchform #s{
	font-family: arial;
	font-size:12px;
	color: #a6a6a6;
	font-weight:normal;
	height:17px;
	border-top:1px solid #a6a6a6;
	border-bottom:1px solid #a6a6a6;
	border-left:0;
	border-right:0;
	margin:0;
	float:left;
	
}

#searchsubmit{
	background: url('images/frle_search_go.gif') no-repeat;
	border:0;
	width:44px;
	height:21px;
}

#searchsubmit:hover{
	background: url('images/frle_search_go_h.gif') no-repeat;
	border:0;
	width:44px;
	height:21px;
	cursor:pointer;
}

#sidebar a{
	color:#575757;
	text-decoration:none;	
	font-size:12px;
}

#sidebar a:hover{
	color:#be3072;	
}

#sidebar h2{
 color:#be3072;
 font-weight:normal;	
 text-transform: uppercase;
}

#sidebar h2{
	background: #000000 url('images/frle_bg_h.gif') repeat-x;
	height:23px;
	width:242px;
	padding:26px 0px 0px 30px;
	margin:0px 0px 0px 0px;
}
#sidebar, #sidebar ul, #sidebar ul li, #sidebar .pagenav{
	
	padding:0px;
	margin:0px;	
	liste-style:none;
}
#sidebar .pagenav, #sidebar .categories, #sidebar .linkcat{
background: #000000;
width:272px;	
padding:0px 0px 20px 0px;
}




#sidebar{
float:left;	
}

a:link, a:visited, a:active, h2, h2 a:link, h2 a:visited, h2 a:active, h3, h3 a:link, h3 a:visited, h3 a:active, h4, h4 a:link, h4 a:visited, h4 a:active{
	color:#be3072;
	text-align:left;
	text-decoration:none;
}

a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	text-decoration:underline;
	color:#be3072;

}

/* SIDEBAR LINKS */

#sidebar a{
		background: url('images/herzchen.gif') no-repeat;
		padding:0px 0px 0px 20px;
}




#footer {
	overflow:hidden;
	background: url('images/frle_footer.gif') repeat-x;
	border: none;
	height:26px;
  width:965px;
	display:block;
	margin: 0px auto 0px auto;
	padding: 0;
	}
#footer2 {
	overflow:hidden;
	background: url('images/frle_footer.gif') repeat-x;
	border: none;
	height:26px;
  width:100%;
	display:block;
	margin: 0px auto 0px auto;
	padding: 0;
	position:fixed;
	bottom:0px;
	}



a.fhome:link, a.fhome:active, a.fhome:visited{
	background: url('images/frle_b_home_l.gif') no-repeat;
	float:left;
	display:block;
	width:67px;
	height:26px;
}
a.fhome:hover{
	background: url('images/frle_b_home_h.gif') no-repeat;
}

a.fmember:link, a.fmember:active, a.fmember:visited{
	background: url('images/frle_b_member_l.gif') no-repeat;
	float:left;
	display:block;
	width:83px;
	height:26px;
}
a.fmember:hover{
	background: url('images/frle_b_member_h.gif') no-repeat;
}

a.ffree:link, a.ffree:active, a.ffree:visited{
	background: url('images/frle_b_freezone_l.gif') no-repeat;
	float:left;
	display:block;
	width:71px;
	height:26px;
}
a.ffree:hover{
	background: url('images/frle_b_freezone_h.gif') no-repeat;
}

a.fblog:link, a.fblog:active, a.fblog:visited{
	background: url('images/frle_b_blog_h.gif') no-repeat;
	float:left;
	display:block;
	width:48px;
	height:26px;
}
a.fblog:hover{
	background: url('images/frle_b_blog_h.gif') no-repeat;
}

a.fshop:link, a.fshop:active, a.fshop:visited{
	background: url('images/frle_b_shop_l.gif') no-repeat;
	float:left;
	display:block;
	width:45px;
	height:26px;
}
a.fshop:hover{
	background: url('images/frle_b_shop_h.gif') no-repeat;
}

/* Schriftgrößen */

h2{
font-size:19px;	
font-weight:normal;
color:#be3072;
}

body, html, small{
	font-size:12px;
	font-weight:normal;
	color:#575757;	
	line-height:18px;
	font-style:none;
}

li, li li, # sidebar ul li, #sidebar ul li ul li{
	color:#00ff00;
	}
	
	
	.post{
		border-bottom:1px dashed #575757;
			
	}
	
	.navigation{
	font-size:14px;	
	}
	
	.newestdoll a:link, .newestdoll a:active, .newestdoll a:visited{
		color:#be3072 !important;
		text-decoration:none  !important;
		background:none  !important;
		padding:0px !important;
		margin:0px !important;
	}
	.newestdoll a:hover{
	text-decoration:underline  !important;	
	
	}
	
	a.nd:link, a.nd:active, a.nd:visited{
	background:#000000 !important;
	padding:0 !important;
	margin:0 !important;
	
	}
	
	a.nd:hover{
		
	}
	
	.ndcontainer{
		float:left;
	margin:0px 0px 0px 30px;	
	}

