/*
Theme Name: Your Favorite Theme
Theme URI: http://yourfavoritetheme.com/
Description: Your Favorite Theme was designed by <a href="http://www.annedorko.com/">the coolest person ever</a> to be a versatile, modern theme that can suite many needs.
Version: 1.0
Author: Anne Dorko
Author URI: http://www.annedorko.com/
Tags: 2 column, dark, pink, black, white, custom fonts, customizable

	Your Favorite Theme 1.0
	 http://yourfavoritetheme.com/download/

	This theme was built and designed by Anne Dorko.
	http://twitter.com/annedorko http://annedorko.com/facebook
	Background patterns modified from http://pattern8.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #010101 url('images/background.jpg') repeat fixed;
}
#page {
	width: 912px;
	margin: 0 auto;
}
#header {
	background: url('images/content.top.png') bottom no-repeat;
	height: 100px;
}
#header h1 {
	font-size: 34pt;
	padding: 20px 0 0 10px;
	float: left;
	letter-spacing: 1px;
}
#header h1 a {
	color: #D82C91;
	text-decoration: none;
}
#header .description {
	float: left;
	font: 12pt Tahoma, Geneva, Arial, sans-serif;
	color: #CCC;
	max-width: 180px;
	padding: 35px 0 0 10px;
}
#header .info {
	width: 420px;
	float: right;
	font: 8pt Arial;
	padding: 30px 0 0 0;
}
#header .info li {
	display: block;
	float: left;
	width: 200px;
	height: 15px;
	padding: 0 0 8px 0;
	color: #FFF;
	margin: 0 10px 0 0;
	overflow: hidden;
}
#header .info li strong {
	color: #D82C91;
	font-size: 10pt;
}
#header .info li a {
	color: #CCC;
}
#nav, #content {
	background: #FFF;
}
#nav .pages {
	list-style: none;
	margin: 0 0 10px 20px;
	width: 872px;
	border-bottom: 1px solid #999;
}
#nav .pages li {
	background: url('images/sprite.nav.gray.left.jpg') left no-repeat;
	float: left;
	margin: 0 20px 10px 0;
}
#nav .pages li a {
	display: block;
	height: 25px;
	background: url('images/sprite.nav.gray.right.jpg') right no-repeat;
	float: left;
	padding: 5px 20px 0 20px;
	font: bold 12pt Arial;
	color: #333;
	text-decoration: none;
}
#nav .pages li a:hover {
	color: #000;
}
#nav .pages li.rss {
	float: right;
}
#nav .pages li.rss a span {
	display: none;
}
#nav .pages li.rss a {
	display: block;
	float: right;
	height: 30px;
	width: 30px;
	background: #FFF url('images/rss.png') no-repeat;
	padding: 0;
	margin: 0;
}
#nav .pages li.dummy {
	float: none;
	clear: both;
	background: none;
	padding: 0;
	margin: 0;
}
#nav .categories {
	list-style: none;
	margin: 0 0 0 20px;
	width: 872px;
	height: 30px;
	padding: 0 0 10px 0;
}
#nav .categories li {
	background: url('images/sprite.cat.pink.left.jpg') left no-repeat;
	float: left;
	margin: 0 20px 10px 0;
}
#nav .categories li a {
	display: block;
	height: 19px;
	background: url('images/sprite.cat.pink.right.jpg') right no-repeat;
	float: left;
	padding: 4px 10px 0 10px;
	font: 10pt Arial;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#nav .categories li a:hover {
	color: #E3E3E3;
}
#nav .categories li.gray {
	background: url('images/sprite.cat.gray.left.jpg') left no-repeat;
}
#nav .categories li.gray span {
	display: block;
	height: 19px;
	background: url('images/sprite.cat.gray.right.jpg') right no-repeat;
	float: left;
	padding: 4px 10px 0 10px;
	font: 10pt Arial;
	color: #E3E3E3;
	text-decoration: none;
	text-transform: uppercase;
}
#content a {
	color: #AF006A;
}
#main {
	padding: 0 20px;
	width: 550px;
	float: left;
        clear: both;
}
/* Page */
#main.page h2 {
	border-bottom: 10px solid #E3E3E3;
	margin-bottom: 10px;
}
#main.page .entry h2 {
	border-bottom: none;
}
/* end page*/
/* Post */
#main .entry h2 {
	color: #333;
	font-size: 28pt;
}
#main .entry h3 {
	background: #FFF;
}
/* end post */
/* Post listings */
#main .post_box {
	border: 1px solid #E3E3E3;
	padding: 5px 10px;
	margin: 10px 0 0 0;
}
#main .post_box h3 {
	margin-bottom: 0;
}
#main .post_box .info {
	border-left: 5px solid #000;
	background: #EFEFEF;
	color: #333;
}
#main .post_box .info p {
	font: bold 8pt Arial, sans-serif;
	padding: 3px 10px;
	text-align: right;
}
#main .post_box .excerpt p {
	padding: 10px 0 5px 0;
	font-size: 9pt;
}
#main .post_box .more p {
	text-align: right;
	margin: 5px 0 0 0;
}
#main .post_box .more p a {
	background: #E3E3E3;
	border: 1px solid #CCC;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
}
/* end post listings */
/* Search results */
#main .search_term {
	color: #666;
}
/* end search */
#sidebar {
	width: 300px;
	float: left;
}
#sidebar ul, #sidebar p {
	list-style: none;
	font: 9pt/13pt Arial;
	color: #333;
	margin: 0 0 5px 0;
}
#sidebar .widget_recent_entries li a {
	display: block;
	background: #EB95C8 url('images/arrow.white.png') right center no-repeat;
	padding: 10px 42px 10px 10px;
	margin: 5px 0;
	color: #8F005A;
	text-decoration: none;
	font: bold 10pt Arial;
}
#sidebar .widget_recent_entries li a:hover {
	background-color: #FFCFEF;
}
/* Twitter plugin styles */
.tweets li {
	padding: 10px;
	border: 1px solid #E3E3E3;
	margin: 5px 0 0 0;
}
.tweets li .timesince {
	font-style: italic;
	font-size: 8pt;
	text-decoration: none;
}
/* end twitter plugin styles */
/* WP Wall plugin styles */
.wallnav {
	padding: 10px 0;
}
.wallnav #img_left {
	float: left;
}
.wallnav #img_right {
	float: right;
}
#wp_latest {
	font: bold italic 10pt/16pt Arial;
	text-align: center;
	color: #999;
}
#wallcomments p {
	padding: 5px;
	border: 1px solid #E3E3E3;
}
#wallcomments p.wall-alt {
	background: #E3E3E3;
}
#wallcomments .wallauthor {
	font-weight: bold;
}
p a#wall_post_toggle {
	font-weight: bold;
	float: right;
}
#wall_post {
	clear: right;
}
#wallform #wpwall_author, #wallform #wpwall_comment {
	width: 292px;
	padding: 3px;
	border: 1px solid #CCC;
}
#wallform label {
	display: block;
	background: #CCC;
	padding: 5px 10px 3px 10px;
}
#wallform label small {
	font: 8pt Arial;
}
#wallform br {
	height: 0px;
	width: 0px;
	float: right;
}
#wallform #submit_wall_post {
	width: 300px;
	padding: 3px 0;
	color: #FFF;
	background: #AF006A;
	border: none;
}
/* end wp wall plugin styles */
#main h2 {
	font-size: 30pt;
	line-height: 40pt;
	padding: 10px 0;
}
#main h3 {
	background: #E3E3E3;
	padding: 4px 10px;
	font-weight: normal;
	border-left: 5px solid #000;
	margin: 5px 0 10px 0;
}
#main h4 {
	color: #8F005A;
	font: bold 12pt Arial, sans-serif;
	letter-spacing: -1px;
	margin: 10px 0 5px 0;
}
#main p, #main ul, #main ol {
	font: 10pt/16pt Arial, sans-serif;
	padding: 0 0 5px 0;
}
#main .time p {
	font: bold 8pt Arial, sans-serif;
	text-align: right;
	background: #E3E3E3;
	padding: 5px 10px;
}
#main ul, #main ol {
	margin: 0 0 0 30px;
}
#main.single .entry {
	margin: 20px 0 10px 0;
}
.post img {
	/* This will make some images look ugly, but forces images to stay within the grid */
	max-width: 550px;
}
#respond {
	border-top: 3px double #E3E3E3;
	margin: 10px 0 0 0;
}
#author, #email, #url {
	width: 300px;
}
#comment {
	width: 548px;
}
#respond label {
	color: #333;
}
#submit {
	width: 550px;
	padding: 3px 0;
	color: #FFF;
	background: #AF006A;
	border: none;
}
#sidebar h3 {
	width: 300px;
	background: url('images/sprite.title.dark.left.jpg') left no-repeat;
}
#sidebar h3 span {
	display: block;
	height: 20px;
	background: url('images/sprite.title.dark.right.jpg') right no-repeat;
	padding: 4px 10px 0 10px;
	font: 10pt Arial;
	color: #E3E3E3;
}
#sidebar h3 a {
	text-decoration: none;
	color: #E3E3E3;
}
#searchform {
	padding: 0 0 10px 0;
}
#searchform label {
	display: none;
}
#searchform #s {
	width: 200px;
	border: 1px solid #333;
	padding: 3px;
}
#searchform #searchsubmit {
	width: 80px;
	padding: 3px 0;
	color: #FFF;
	background: #AF006A;
	border: none;
	margin: 0 0 0 5px;
}
#footer {
	clear: both;
	background: #000;
	height: 50px;
	border-top: 20px solid #FFF;
}
#credits {
	padding: 10px 0 20px 0;
}
#credits p {
	color: #E3E3E3;
	text-align: center;
	font: 10pt Grandesign;
	padding: 0 0 10px 0;
}
#credits a {
	color: #D82C91;
	text-decoration: none;
}





