/*
Theme Name: Cover to Cover
Theme URI: http://wordpress.org/
Description: Custom theme for Cover to Cover created by Rachel Laing.
Author: Rachel Laing
Author URI: http://www.dollypower.com
Tags: covertocover, custom

*/

* {
	margin: 0;
	padding: 0;
	}

img  {
	border: none
	}

/* Typography
================================== */

a { 
	color: #005774;
	}
	
a:hover, a:active { 
	text-decoration: none; 
	}
	
body {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	color: #1F2321;
	}

ul, ol { 
	margin: 0 0 10px 20px;
	}
	
ul ul, ul ol, ol ul, ol ol { 
	margin: 0 0 0 20px;
	}
	
p {
	margin: 0 0 10px 0;
	}

h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #E30222;
	margin-bottom: 10px;
	line-height: 140%;
	}
	
h1 {
	font-size: 2.18em;
	}
	

h2 {
	font-size: 1.5em; 
	letter-spacing: -0.01em;
	}

h3 {
	font-size: 1.3em;
	letter-spacing: -0.01em;
	}

h4 {
	font-size: 1.2em;
	}
	
/* Useful
================================== */

.clear-left {
	clear: left;
	}
	
.clear-right {
	clear: right;
	}
	
.clear-both {
	clear: both;
	}
	
.float-left {
	float: left;
	}

.float-right {
	float: right;
	}
	
.hr hr {
	display: none;
	}
	
.hr {
	clear: both;
	margin: 0.5em 0 1em 0;
	height: 1px;
	overflow: hidden;
	background-color: #D2D3D3;
	}
	
.center {
	margin: 0 auto;
	text-align: center;
	}

/* Structure
================================== */

body {
	background: #A17641 url(images/background-body.jpg) fixed;
	}
	
.main-wrapper {
	margin: 20px auto;
	width: 968px;
	padding: 10px;
	background: #1F2321;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	}
	
.home {
	height: 550px;
	background: #D0BFAC url(images/background-home.jpg) no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	}

.home a:focus {
	outline: none;
	}
	
.home h1,
.home h2 {
	margin: 0;
	}
	
.home h1.main a {
	text-indent: -99999px;
	display: block;
	width: 490px;
	height: 491px;
	background: url(images/background-logo-large.png) no-repeat;
	position: absolute;
	top: 20px;
	left: 20px;
	}
	
.home h2.club a {
	text-indent: -99999px;
	display: block;
	width: 336px;
	height: 340px;
	background: url(images/background-logo-club-large.png) no-repeat;
	position: absolute;
	bottom: 10px;
	right: 145px;
	}
		
.home h2.blog a {
	text-indent: -99999px;
	display: block;
	width: 313px;
	height: 288px;
	background: url(images/background-logo-blog-large.png) no-repeat;
	position: absolute;
	top: 40px;
	right: 25px;
	}
	
div.blurb {
	color: #FFF;
	margin: 10px 0;
	text-align: center;
	}

p.credit {
	font-size: 0.9em;
	}
	
.header {
	height: 175px;
	background: #D0BFAC url(images/background-header.jpg) no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.header h1,
.header h2 {
	margin: 0;
	}

.header a:focus {
	outline: none;
	}
	
.header h1 a {
	display: block;
	background: url(images/background-logo.png) no-repeat;
	width: 218px;
	height: 218px;
	text-indent: -9999px;
	position: absolute;
	top: -10px;
	left: -20px;
	}
	
.header h2 a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	}

.page-wrapper {
	margin-top: 10px;
	overflow: auto;
	}

.left-nav {
	width: 200px;
	margin-right: 10px;
	padding: 20px 10px 10px 10px;
	font-size: 1.5em;
	font-weight: bold;
	}
	
.left-nav ul {
	list-style: none;
	margin: 0;
	}

.left-nav ul ul {
	margin-left: 20px;
	}
	
.left-nav li a {
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
	padding-left: 20px;
	display: block;
	}
	
.pagenav h2,
.pagenav li.page-item-2 {
	display: none;
	}
	
.content-wrapper {
	background: #fff url(images/background-content.jpg);
	width: 718px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.content {
	width: 480px;
	}
	
.content .post {
	border-bottom: 1px dotted #D0D1D1;
	margin: 10px 0;
	clear: both;
	}
	
.content .post small {
	padding: 5px 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #1F2321;
	color: #fff;
	float: right;
	margin-bottom: 10px;
	}
	
.content .post .postmetadata small {
	float: none;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	background: none;
	color: #1F2321;
	}
	
.content .post small a {
	color: #fff;
	}
	
.content .post .postmetadata small a {
	color: #005774;
	}
	
.content .post h2,
.content .post h3 {
	background: #E30222;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	margin-bottom: 0;
	}	
	
.content .post h2 a,
.content .post h3 a  {
	color: #fff;
	text-decoration: none;
	}
	
.content .post h2 a:hover,
.content .post h3 a:hover {
	text-decoration: underline;
	}
	
.content .post p.postmetadata {
	background: #EEE;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.content .post .entry {
	clear: both;
	}
	
.content .photo {
	position: relative;
	margin: 10px 0;
	}
	
.content .photo span.top {
	position: absolute;
	background: url(images/background-photo-frame-top.png) no-repeat;
	width: 480px;
	height: 28px;
	display: block;
	}
	
.content .photo span.bottom {
	position: absolute;
	background: url(images/background-photo-frame-bottom.png) no-repeat;
	width: 480px;
	height: 28px;
	display: block;
	bottom: 0;
	left: 0;
	}
	
.content .photo img {
	margin: 5px;
	border: 1px solid #A5A7A6;
	padding: 4px;
	}

ol.commentlist {
	margin: 0;
	list-style: none;
	}
	
.comment-body {
	background: #1F2321;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 20px #000;
	padding: 10px;
	margin-bottom: 10px;
	}
	
.comment .photo {
	margin: 0;
	}
	
.comment-author cite, 
.comment-author span {
	font-style: normal;
	position: relative;
	top: -10px;
	left: 5px;
	}
	
.comment-author cite a {
	color: #FFF;
	}

.commentmetadata {
	margin-bottom: 5px;
	}
	
.commentmetadata a {
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
	}
	
.commentlist .hr {
	background: none;
	}
	
.navigation {
	overflow: auto;
	}
	
.content .navigation div {
	width: 238px;
	}
	
.content .navigation div.float-right {
	text-align: right;
	}
	
.right-nav {
	width: 218px;
	}
	
.right-nav h2 {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0;
	}
	
.right-nav .widget_tag_cloud h2 {
	margin-top: 0;
	border-top: none;
	}
	
.right-nav ul {
	list-style: none;
	margin: 0;
	}
	
.right-nav li.widget_search {
	position: absolute;
	top: 150px;
	background: #1F2321;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	display: block;
	width: 218px;
	height: 20px;
	padding: 10px;
	text-align: center;
	}
	
.right-nav li.widget_search label {
	display: none;
	}
	
.right-nav li.widget_tag_cloud  {
	background: url(images/background-tag-cloud.png) center center no-repeat;
	min-height: 123px;
	}	

.right-nav li.widget_tag_cloud div {
	text-align: center;
	}
	
.right-nav li.widget_tag_cloud div a {
	margin: 0 5px;
	text-decoration: none;
	color: #1F2321;
	}

.right-nav li.widget_tag_cloud div a:hover {
	color: #E30222;
	}
	
.right-nav ul#recentcomments li,
.right-nav .widget_recent_entries ul li,
.right-nav .widget_archive ul li {
	padding-left: 20px;
	list-style: none;
	background: url(images/background-comment.gif) left 2px no-repeat;
	} 
	
.right-nav ul#recentcomments li:hover,
.right-nav .widget_recent_entries li:hover,
.right-nav .widget_archive li:hover {
	background: url(images/background-comment.gif) left -198px no-repeat;
	} 
	
.right-nav ul.blogroll li {
	padding-left: 20px;
	list-style: none;
	background: url(images/background-link.gif) left 2px no-repeat;
	} 
	
.right-nav ul.blogroll li:hover {
	background: url(images/background-link.gif) left -198px no-repeat;
	} 
	
.right-nav .categories li a {
	display: block;
	width: 228px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-indent: -99999px;
	}
	
.right-nav .categories li a:focus {
	outline: none;
	}

.right-nav .photos ul li {
	float:left;
	margin:0 2px;
	}

.right-nav .photos ul img {
	height: 68px;
	width: 68px;
	}
	
li.destroy-all-originals a {
	background: url(images/background-logo-destroy-all-originals.gif) no-repeat center center;
	height: 36px;
	}
	
li.destroy-all-originals a:hover {
	background: url(images/background-logo-destroy-all-originals-hover.gif) no-repeat center center;
	}
	
li.cover-smother a {
	background: url(images/background-logo-cover-smother.gif) no-repeat center center;
	height: 21px;
	}
	
li.cover-smother a:hover {
	background: url(images/background-logo-cover-smother-hover.gif) no-repeat center center;
	}
	
li.version-excursion a {
	background: url(images/background-logo-version-excursion.gif) no-repeat center center;
	height: 66px;
	}
	
li.version-excursion a:hover {
	background: url(images/background-logo-version-excursion-hover.gif) no-repeat center center;
	}
	
.footer {
	padding: 10px 0;
	color: #FFF;
	margin-left: 240px;
	text-align: center;
	}
	
.links ul {
	margin: 0;
	}
	
.links ul li {
	display: inline;
	min-height: 16px;
	list-style: none;
	margin-right: 10px;
	padding-left: 22px;
	}
	
.links ul li a {
	text-decoration: none;
	}
	
.links ul li a:hover {
	text-decoration: underline;
	}
	
.links ul li.last {	
	border: none;
	padding-left: 0;
	}
	
.links ul li.twitter {
	background: url(images/css-images/twitter.png) no-repeat left center;
	}

.links ul li.facebook {
	background: url(images/css-images/facebook.png) no-repeat left center;
	}
	
.links ul li.flickr {
	background: url(images/css-images/flickr.png) no-repeat left center;
	}
	
.links ul li.rss {
	background: url(images/css-images/rss.png) no-repeat left center;
	}
	
.links ul li.wordpress {
	background: url(images/css-images/wordpress.png) no-repeat left center;
	}
	
.links ul li.dollypower {
	background: url(images/css-images/dollypower.png) no-repeat left center;
	}
	
	
/* Blog/Club switcher
================================== */	

.blog .right-nav h2 {
	background: #5EB7EC;
	}
	
.blog .footer a,
.blog .left-nav li a:hover {
	color: #7EC5F0;
	}

.blog .header h2 a {
	background: url(images/background-logo-blog.png) no-repeat;
	width: 150px;
	height: 138px;
	top: 110px;
	left: 123px;
	}	
	
.blog .left-nav li a {
	background: url(images/bullet-left-nav-blog.gif) left 2px no-repeat;
	}
	
.blog .left-nav li a:hover {
	background: url(images/bullet-left-nav-blog.gif) left -98px no-repeat;
	}
	
.club .right-nav h2 {
	background: #AED73A;
	} 
	
.club .footer a,
.club .left-nav li a:hover,
div.blurb a {
	color: #BEDF61;
	} 
	
.club .header h2 a {
	background: url(images/background-logo-club.png) no-repeat;
	width: 150px;
	height: 152px;
	top: 90px;
	left: 120px;
	}	
	
.club .left-nav li a {
	background: url(images/bullet-left-nav-club.gif) left 2px no-repeat;
	}
	
.club .left-nav li a:hover {
	background: url(images/bullet-left-nav-club.gif) left -98px no-repeat;
	}
	
	
/* YMLP form
================================== */

.ymlp {
	text-align: left;
	background: #fff url(images/background-content.jpg);
	width: 470px;
	}
	
.ymlp .form-row {
	clear: both;
	min-height: 40px;
	padding: 5px 0;
	}
	
.ymlp label {
	font-weight: bold;
	display: inline-block;
	width: 45%;
	text-align: right;
	margin-right: 10px;
	float: left;
	}
	
.ymlp span {
	font-weight: normal;
	}
	
.ymlp span.required {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	}
	
.ymlp .checkbox label {
	width: auto;
	display: block;
	float: none;
	text-align: left;
	font-weight: normal;
	}
	
.ymlp input {
	margin-top: 4px;
	}
	
.ymlp input.text-field {
	width: auto;
	margin-right: 10px;
	}
	
/* Links
================================== */

.club-links  {
	margin-bottom: 10px;
	}
	
.club-links p {
	clear: both;
	}	
	
.club-links a img {
	border: 4px solid #E4F2BD;
	margin-bottom: 5px;
	margin-right: 10px;
	}
	
.club-links a:hover img {
	border: 4px solid #AED73A;
	}
	
/* DJ top tens
================================== */

.dj-top-tens img {
	background-color:#FFFFFF;
	border:1px solid black;
	padding:3px;
	margin-bottom: 20px;
	}

.dj-top-tens h4 {
	clear: both;
	}
	
.dj-top-tens .top-ten {
	width: 275px;
	margin-left: 20px;
	}
	
/* Photos
================================== */
	
.page .photos img {
	margin: 0 0.5em 0.5em 0;
	float: left;
	border: 1px solid #959EA9;
	background:#FFF;
	padding: 0.5em;
	}

/* Dates
================================== */

.dates {
	margin: 10px 0;
	width:100%;
	}

.dates th {
	background:#1F2321;
        color: #fff;
	padding:5px;
	text-align:center;
	}

.dates td {
	border-bottom:1px solid #1F2321;
	font-size:95%;
	padding:5px 2px;
	vertical-align:top;
	}

.dates a {
	font-weight:normal;
	}
	