/*
Theme Name: Lyrics 200902
Theme URI: http://lyrics.rebelpixel.com/
Description: No description needed at all!
Version: 0.1
Author: Markku
Author URI: http://rebelpixel.com/
*/

@import "css/reset.css";
@import "css/text.css";
@import "css/960.css";


img#wpstats { width:0px; height:0px; overflow:hidden; }



body {
    background: #ccc url(images/bg-body.jpg) repeat-x fixed;
	line-height: 18px;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}


#page {
	background: #fff;
}

#sidebar,
#content,
#sidebar #mid,
#sidebar #right,
#footer { margin-top:18px; }

#blogbank div { margin-bottom: 18px; }


a, a:link, a:visited { color:#c00; }


h2, h3, h4 { margin: 36px 0 18px; }

#header h1 {
    background: #f60 url(images/bg-header.jpg) repeat-x;
    height: 92px;
    text-align: center;
}


#blogbank { text-align: right; }

#sidebar { font-size: 12px; }

.post h2, #content .page h2 { font-size: 32px; letter-spacing:-2px; margin-top: 54px; }
.post h2 a, #content .page h2 a, .post small a { text-decoration: none; color: #c00; }
.post small a { color: #c00; font-size: 24px; font-weight: bold; font-variant: small-caps; letter-spacing:-1px; }
.post small { margin-bottom: 18px; }

#content .post, #content .page { clear: both; padding: 0; margin: 0 0 36px 0; }

.entry div { margin: 18px 0; }
.post .entry, .page .entry { margin-top: 18px; }

/*#sidebar #top-ad { background: #f90; }*/

#sidebar li {
	list-style-type: none;
	margin: 0 0 18px;
}


#header p {	text-align: center; font-size: 24px; font-weight: bold; font-variant: small-caps; letter-spacing:-1px; color: #fff; }
#header p a { color: #c00; text-decoration: none; }
#header p a:hover { color: #0c0; }

.artists-listing a { color: #999; text-decoration: none; }
.artists-listing a:hover { color: #0c0; text-decoration: underline; }

#footer {
	color: #666;
	background: #666;
	text-align: right;
	padding: 18px 0;
}
#footer a { color: #fff; text-decoration: none; }

/* 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, img.aligncenter {
	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 Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	/* padding: 10px; */
	}

.commentlist {
	padding: 0;
	/* text-align: justify; */
	}

.commentlist li {
	margin: 0 0 18px;
	padding: 5px 5px 10px 10px;
	padding: 0;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	font-size: 11px;
	margin: 0;
	display: block;
	}
.commentmetadata a { color: #666; text-decoration: none; }
.comment cite { font-style: normal; font-weight: bold; }
/* End Comments */
.commentlist li img.avatar {
	float: right;
}

.commentlist .depth-1 { margin-left: 0; }
.commentlist .depth-2 { margin-left: 10px; }
.commentlist .depth-3 { margin-left: 20px; }
.commentlist .depth-4 { margin-left: 30px; }
.commentlist .depth-5 { margin-left: 40px; }



strong, b { font-weight: bold; }
em, i { font-style: italic; }


/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
