/*
Theme Name: Rockerfem Theme
Theme URI: http://rockersworld.com/
Description: Wordpress theme for Rockerfem.
Version: 1
Author: Karla Redor
Author URI: http://rockersworld.com/
Tags: pink, black, purple, fixed width, two columns, widgets

	

	This theme was designed and built by Karla Redor,
	whose blog you will find at http://rockersworld.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/*CSS*/
body
{
	margin: 0;
	
	background-color: #000000;
	font-family: Verdana;
	font-size: 12px;
	color: #cccccc;
	font-weight: normal;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
	background-color: #111111;
}

#header
{
	width: 960px;
	margin: 0;
	height: 200px;
	text-align: left;
	background-color: #323030;
	background-image: url(images/rockerfembanner.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#headercont
{
	padding: 0.5em;
}

#header a
{
	color: #ffffff;
	text-decoration: none;
}

#header a h1
{
	font-family: Helvetica;
	letter-spacing: 1px;
	margin: 0;
	line-height: 200px;
}

#main
{
	width: 960px;
	margin: 0;
}

#maincont
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#left
{
	float: left;
	width: 520px;
}

#leftcont
{
	padding-left: 10px;
	padding-right: 10px;
}

.post h2
{
	font-family: Georgia;
	margin: 0;
}

.post h2 a
{
	color: #DE264C;
	text-decoration: none;
}

.post .meta
{
	font-family: Verdana;
	font-size: 8pt;
	margin-top: 0.5em;
	color: #999999;
}

.post .meta a
{
	color: #5c71ef;
}


.post .postmetadata a
{
	color: #4a78ec;
	text-decoration: none;
}

.post .navigation
{
	width: 500px;
}

.post img
{
	border: 0;
}

.post .navigation .alignleft
{
	float: left;
}

.post .navigation .alignright
{
	float: left;
	text-align: right;
}

.post h2 a:hover
{
	color: #D98F89;
}

div.post  div.entry
{
	line-height: 20px;
}

.entry blockquote
{
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #333333;
	margin-left: 10px;
	padding-top: 30px;
	padding-left: 10px;
}

.entry a, .similar a, .comments a, #footer a
{
	color: #4a78ec;
	text-decoration: none;
}

.similar h2, .comments h2
{
	color: #D98F89;
	border-bottom: solid 2px #DE264C;
}

.comments ol
{
	padding-left: 25px;
}


.comments ol li
{
	padding: 0.5em;
	border: dotted 1px #333333;
}

.comments input, .comments textarea
{
	width: 480px;
}

.comments textarea
{
	height: 100px;
}

.comments .button
{
	width: auto;
	padding: 0.1em;
	color: #cccccc;
	background-color: #DE264C;
	border: 0;
}

#sidebar
{
	float: left;
	width: 200px;
	color: #CCCCCC;
}

#sidebar2
{
	float: left;
	width: 200px;
	color: #CCCCCC;
}

#sidebar a, #sidebar2 a
{
	color: #5C71EF;
	text-decoration: none;
}

.sidebarcont
{
	padding-left: 10px;
	padding-right: 5px;
}

#sidebar ul, #sidebar2 ul
{
	margin: 0;
	padding: 0;
}

#sidebar ul li, #sidebar2 ul li
{
	list-style: none;
	padding-bottom: 10px;
}

#sidebar ul li ul, #sidebar2 ul li ul
{
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li, #sidebar2 ul li ul li
{
	padding: 0;
	border-bottom: dotted 1px #333333;
}



#sidebar h2, #sidebar2 h2
{
	font-family: 'Lucida Grande', 'Trebuchet MS';
	margin: 0;
	border-bottom: solid 1px #8e54dd;
}

#sidebar h2:first-letter, #sidebar2 h2:first-letter
{
	color: #8e54dd;
}

#sidebar, #sidebar2
{
	line-height: 20px;
}

#footer
{
	width: 960px;
}

#footercont
{
	padding: 0.5em;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.alignright {
	padding: 4px;
	margin-left: 7px;
margin-bottom: 5px;
	display: inline;
	}

.alignleft {
	float: left
	}

.alignright {
	float: right
	}

.clearer
{
	clear: both;
}
