/*
Theme Name: designlogger
Theme URI: http://www.mlogger.de
Version: 1.0
Description: desgnlogger beruht auf dem Charlottenburg-Theme von <a href="http://www.amypink.com/">Ami & Pink</a>.
Author: Martin Hillmann
Author URI: http://www.mlogger.de
*/
/* CSS Document */

body{
	background:#FFFFFF url(images/bg.png) top left repeat;
	font-family : "Arial","Arial",Arial,sans-serif;
	font-size : 75%;
	font-weight : normal;
	color : #111111;
}

img{
	border: none;
}

#outer{ 
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 820px;
margin: 0 0 0 25px;
}

.all{ 
height:100%;
}


/* Layer Positioning */

#logo 
{ 
float: right;
height: 72px; width: 105px; 
margin-right: 15px;
}

ol
{ 
list-style: none;
margin-left:-39px;
}

#menu 
{ 
width: 500px; padding: 50px 0 0 0; font-family: "Arial", Arial;
}

#menu a {border: 0px solid #ffffff;}

#menu a:hover {border: 0px solid #ffffff;}

#menu li 
{ list-style:none;
font-size: 13px; display:inline; margin: 0 0 0px 0;
}

#menu li a 
{ list-style:none;
padding: 2px 10px 0px 10px; margin: 0 5px 0 0; color: #666666; background: transparent; font-weight: bold;
}
#menu li a:hover 
{ list-style:none;
color: #222222; 
background: transparent;
border-bottom: 0px dotted #D94C28;
font-weight: bold;
}
#menu span.feed
{ 
padding: 3px 20px 3px 3px; background: url(images/feed.gif) no-repeat right center; background: #ffffff;
}
#intro 
{ 
clear: both; background: #ffffff url(images/header.png) no-repeat left top; width:500px; height: 150px; padding: 20px 0 0 0px; border-bottom: 0px dotted #222222; margin: -37px 0 0 0;
}
#intro h1 
{ letter-spacing:-1px;font-family: Arial; font-size:30px;
margin: 0; background: #222222; display: inline;  color: #fff; padding: 2px 5px; border-bottom: 0px dotted #222222;
}

#intro h1 a
{ letter-spacing:-1px; font-family: Arial;
margin: 0; background: #222222; display: inline;  color: #FD1674; padding: 2px 5px; border-bottom: 0px dotted #222222;
}
#intro h1 a:hover
{ letter-spacing:-1px;  font-family: Arial;
margin: 0; background: #222222; display: inline;  color: #FEFE17; padding: 2px 5px; border-bottom: 0px dotted #222222;
}

#intro p 
{ 
margin: 0; color: #343434; font-weight: bold; font-size: .9em; border-bottom: 0px dotted #222222;
}

#blogname {
color: #232323;
font-family: 'Georgia', Times New Roman;
font-size: 2.0em;
font-weight:bold;
margin: 20px 0 0 10px;
}

#blogname a {
color: #FFFFFF;
text-decoration:none;
}

#blogname a:hover {
color: #FFDE3D;
}

#blogdescription {
padding: 2px;
color: #FFFFFF;
font-family: 'Arial', Arial;
font-size: 1.1em;
font-weight:bold;
margin: 5px 0 0 10px;
}

#bar{
	position : absolute;
	top : 305px;
	left : 15px;
	width : 700px;
	height : 15;
	z-index : 50;
}


#quote{
	text-align: center;
	position : absolute;
	top : 330px;
	left : auto;
	right : auto;
	width : 938px;
	z-index : 50;
}


#main{

	top : 0px;
	left : 0px;
	width : 480px;
padding: 30px 10px 10px 10px;
background: #ffffff;
	z-index : 50;
}

#main img{

}

#main_right{

	top : 0px;
	left : 0px;
	width : 480px;
padding: 30px 10px 10px 10px;
	background: #ffffff;
	z-index : 50;
}

#side{
	position : absolute;
	top : 25px;
	left : 520px;
	width : 310px;
padding: 10px;
color: #232323;
background: #FFFFFF;
	z-index : 50;
}

#side_left{

	top : 450px;
	left : 34px;
	width : 310px;
	z-index : 50;
}

#copy{
	margin-left : 125px;
	margin-top : 10px;
	z-index : 50;
}

/* Text Styling */

p{  /* body text */
	background-color : transparent;
	line-height : 120%;
}

h1{  /* body text */
	font-family : "Times New Roman",Times New Roman,Arial,sans-serif;
	font-size : 1.3em;
	font-weight : bold;
	color : #999999;
	background-color : transparent;
	line-height : 120%;
	margin-bottom : 0;
}

h2{  /* body text */
	font-family : "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #9B0000;
	text-transform : uppercase;
	background-color : transparent;
	line-height : 120%;
	margin-bottom : 0;
	margin-top : 0;
}

h3{  /* body text */
	font-family : "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #343434;
	text-transform : uppercase;
	background-color : transparent;
	line-height : 120%;
	margin-bottom : 0;
	margin-top : 0;
}

h4{  /* body text */
	font-family : "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #232323;
	text-transform : uppercase;
	background-color : transparent;
	line-height : 120%;
	margin-bottom : 0;
	margin-top : 0;
	padding-bottom:10px;
	padding-top:2px;
}

#main p{  /* body text */
	background-color : transparent;
	line-height : 120%;
}

#main h1{  /* main : heading */
	font-weight : bold;
	color : #7c7c7c;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0;
}

#main_right p{  /* body text */
	font-weight : normal;
	color : #000000;
	background-color : transparent;
	line-height : 120%;
	margin-bottom : 0;
	margin-top : 0;
}

#main_right h1{  /* main : heading */
	font-weight : bold;
	color : #ff0066;
	text-transform : uppercase;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0;
}


#side p{  /* body text */
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	background-color : transparent;
	line-height : 1.5em;
	margin-top : 0;
}

#side_left p{  /* body text */
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	background-color : transparent;
	line-height : 1.5em;
	margin-top : 0;
}



#copy p{ /* copyright notice */
	font-size : 8px;
	font-weight : normal;
	color : #ff0066;
	line-height : 120%;
	margin-top : 10px;
	padding-top : 10px;
}

#news_head{
	position : absolute;
	top : 0px;
	left : 15px;
	width : 420px;
	height : 70px;
	z-index : 50;
}

#news_bar{
	position : absolute;
	top : 75px;
	left : 15px;
	width : 420px;
	height : 35px;
	z-index : 50;
}

#news_content{
	position : absolute;
	top : 110px;
	left : 20px;
	width : 420px;
	z-index : 50;
}

#faq_questions{
	position : absolute;
	top : 0px;
	left : 125px;
	width : 295px;
	height : 170px;
	overflow : auto;
	z-index : 50;
}

#faq_break{
	position : absolute;
	top : 185px;
	left : 0px;
	width : 420px;
	height : 1px;
	z-index : 50;
}

#faq_answers{
	position : absolute;
	top : 201px;
	left : 125px;
	width : 295px;
	height : 200px;
	z-index : 50;
}

a:link, a:visited, a:active{
	color : #006EBC;
	text-decoration : none;
}

a:hover{
	color : #CE0000;
	text-decoration : none;
}

#content a {
	color : #006EBC;
	text-decoration : none;
}

#content a:hover {
	color : #CE0000;
	text-decoration : none;
}

#side a {
	color : #006EBC;
	text-decoration : none;
}

#side a:hover {
	color : #CE0000;
	text-decoration : none;
}

#blogtitle a {
color: #666666;
border-bottom: 1px dotted #006EBC;
text-decoration:none;
}

#blogtitle a:hover {
color: #006EBC;
border-bottom: 1px solid #CE0000;
text-decoration:none;
}

#blogtitle {
	font-family : "Times New Roman",Times New Roman,Arial,sans-serif;
	font-size : 1.1em;
	font-weight : bold;
}

#blogtitle span {
	font-family : "Times New Roman",Times New Roman,Arial,sans-serif;
	font-size : 1.0em;
color: #333333;
background: #FFE568;
border: 1px solid #FFE568;
}

.date {
font-size: 1.2em;
font-family : "Times New Roman",Times New Roman,Arial,sans-serif;
	color : #AD9F98;
text-align:right;
}

/* classes */
.title_news{ font-size : 11px; font-weight : bold; color : #ff0066; font-family: "Arial", Arial; } 
.artist_news{ font-weight : bold; color : #ff0066; font-family: "Arial", Arial; } 
.release_news{ font-weight : bold; color : #ff0066; font-family: "Arial", Arial; }
.minihead_news{ font-size : 10px; color : #7c7c7c; font-family: "Arial", Arial; }
.date_news{ font-weight : bold; color : #ff0066; font-family: "Arial", Arial; }

.yellow{ color : #FF9900 }
.orange{ color : #ED5802 }
.red{ color : #C40514 }
.magenta{ color : #E9004A }

.sub{ text-transform : none; font-weight : normal } 
 
 .divider4
{
position: relative;
height: 1px;
width: 420px;
border-bottom: dotted 1px #562D2A;
}
 
 .divider3

{




position: relative;
height: 1px;
width: 500px;
border-bottom: dotted 1px #FFFFFF;
}

 .divider2
{
position: relative;
height: 1px;
width: 500px;
border-bottom: dotted 1px #FFFFFF;
margin: 2.0em 0em 2.0em 0em;
}

 .divider1
{
position: relative;
height: 1px;
width: 300px;
border-bottom: dotted 1px #3C2E25;
margin: 10px 0 10px 0;
}

 .flickr img
{
padding-bottom:10px;
}

.content {
  line-height:1.6em;
}

.entry li {
list-style-image: url(images/list.jpg);
vertical-align: middle;
}

blockquote {
color:#666666;
font-family: Georgia;
}

.feedcountdiv p{
font-size:10px;
}
.feedcount {
color : #2E6BB4;
}
.subscribers {
color : #B50000;
border-bottom: 1px dotted #2E6BB4;
}

.trackbacklist {
list-style:none;
font-size:0.8em;
font-family: "Arial";
}

#twitter {
margin: 10px 0 10px 0;
font-family: "Georgia", Georgia;
color: #B1B1B1;
background: url(images/tweetbg.png) top center no-repeat; width:300px; height:173px;
}

#twitter a {
        color: #FFD800;
}

#twitter a:hover {
        color: #FF006E;
}

#twitterfollower {text-align:left; padding: 10px 0 0 10px; font-size: 1.3em; font-weight: bold;}

#twitterfollower a {color: #8E4363;}

#twitterfollower a:hover {color: #111111;}

.line a {
	font-family : "Arial","Helvetica",Arial,sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-transform : uppercase;
	line-height : 120%;
color: #E6C343;
background: #222222;
outline: 2px solid #222222;
border-bottom: 0px dotted #222222;
}

.line a:hover {
	font-family : "Arial","Helvetica",Arial,sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-transform : uppercase;
	line-height : 120%;
color: #ffffff;
background: #222222;
outline: 2px solid #222222;
border-bottom: 0px dotted #222222;
}

.line span {
	font-family : "Arial","Helvetica",Arial,sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-transform : uppercase;
	line-height : 120%;
margin-right: 7px;
color: #E6C343;
background: #222222;
outline: 2px solid #222222;
border-bottom: 0px dotted #222222;
}

#submit {
 text-decoration: none;
background: #444444;
font-weight: bold;
color: #ffffff;
font-family: "Arial", Arial;
font-size:11px;
border:0px;
height: 20px;
width: 75px
}

#footer {
background: #FFFFFF;
padding: 10px;
clear : both;
margin : 10px 0 0 25px ;
text-align : left;
width : 480px;
}
#footer p {
border : none;
color : #232323;
font-family : 'Arial', Arial', Sans-Serif;
font-size : 10px;
line-height : 14px;
margin : 0 0 0 15px;
text-align : center;
}

#footer a:link, a:visited, a:active{
	color : #006EBC;
	text-decoration : none;
}

#footer a:hover{
	color : #CE0000;
	text-decoration : none;
}

#footer img {
padding : 20px 0;
}