/*
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 30px;
	}
	
ul ul, ul ol, ol ul, ol ol { 
	margin: 0 0 0 30px;
	}
	
p {
	margin: 0 0 10px 0;
	}

h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #E30222;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 140%;
	}
	
h1 {
	font-size: 2.18em;
	}
	

h2 {
	font-size: 1.7em; 
	letter-spacing: -0.01em;
	}

h3 {
	font-size: 1.5em;
	letter-spacing: -0.01em;
	}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	}
	
/* 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;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	}
	
.home .main-wrapper {
	background: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0 auto;
	width: 990px;
	position: relative;
	left: 11px;
	}
	
.home .page-wrapper {
	padding: 0;
	margin: 20px 0 0 0;
	}
	
.home .home-wrapper {
	width: 718px;
	}

.home .left-nav {
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
    background: #1F2321;
    width: 200px;
	margin: 0 20px 20px -10px;
	padding: 20px;
	min-height: 705px;
	}
	
.home.club .footer {
	padding: 0 5px;
	margin: 0 5px;
	}
	
.home.club .footer a {
	color: #FFF;
	}
	
.home .feature-box h2 {
	margin-bottom: 0px;
	}
	
.home .feature-box h2 a {
	display: block;
	text-indent: -9999px;
	height: 30px;
	width: 329px;
	background-position: center left;
	background-repeat: no-repeat;
	margin: 2px 0 4px 0;
	}
	
.home .feature-box h2 a:focus {
	outline: none;
	}
	
.home .feature-box.dates h2 a {
	background-image: url(images/css-images/dates.gif);
	}
	
.home .feature-box.membership h2 a {
	background-image: url(images/css-images/membership.gif);
	}
	
.home .feature-box.music h2 a {
	background-image: url(images/css-images/music.gif);
	}
	
.home .feature-box.venue h2 a {
	background-image: url(images/css-images/venue.gif);
	}
	
.home .feature-box.blog h2 a {
	background-image: url(images/css-images/blog.gif);
	}

.home .feature-box.photos h2 a {
	background-image: url(images/css-images/photos.gif);
	}
	
.home .feature-box a {
	font-weight: bold;
	}
	
.col-1 {
	width: 329px;
	}
	
.gutter {
	margin-right: 20px;
	}
	
.home .logo h1 a {
	display: block;
	background: url(images/background-logo.png) no-repeat;
	width: 218px;
	height: 218px;
	text-indent: -9999px;
	margin-top: -33px;
	position: relative;
	left: -10px;
	}
	
.home .feature-box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
    background: #1F2321;
	margin-bottom: 20px;
	padding: 10px;
	min-height: 215px;
	}
	
.home .feature-box img {
	margin-bottom: -4px;
	}
	
.home .feature-box .blurb {
	color: #FFF;
	background: #E30222;
	padding: 5px 5px 10px 5px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	min-height: 4.5em;
	}
	
.home .feature-box .blurb p {
	margin-bottom: 0;
	}
	
.home .feature-box a {
	color: #FFF;
	}
	
.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,
h1 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;
	}

.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;
	min-height: 320px;
	}
	
.content {
	width: 480px;
	}
	
	
.club .content {
	width: 688px;
	text-align: justify;
	padding: 0 10px;
	}
	
.club .right-nav .membership {
	/*position: absolute;
	top: 44px;
	right: -38px;*/
	display: none;
	}
	
.membership-small {
	/*position: absolute;
	top: -17px;
	right: -17px;*/
	display: none;
	}
	
.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;
	}
	
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;
	}
	
.right-nav .flickr li {
	display: inline;
	}
	
.footer {
	padding: 14px 0 6px 0;
	color: #FFF;
	margin-left: 240px;
	text-align: center;
	font-size: 0.87em;
	}
	
.links ul {
	margin: 0;
	}
	
.links ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
	padding-left: 22px;
	}
	
.links ul li a {
	text-decoration: none;
	line-height: 1.6em;
	color: #FFF !important;
	}
	
.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;
	}
	
.links ul li.myspace {
	background: url(images/css-images/myspace.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 {
	margin-left: 20px;
	}
	
/* Photos
================================== */
	
.flickr_badge_image {
	margin: 0 0.5em 0.5em 0;
	float: left;
	border: 1px solid #959EA9;
	background:#FFF;
	padding: 0.5em;
	}

.flickr_badge_image img {
	width: 320px;
	height: 246px;
	overflow: hidden;
	}
	
/* Events table
================================== */

body.wp-events {
	background: #FFF;
	}
	
.events {	
	width: 688px;
	margin: 0;
	}

.events th {
	background: #CCC;
	padding: 3px;
	text-align: center;
	}
	
.events th.event {
	width: 110px;
	}
	
.events th.date {
	width: 110px;
	}
	
.events th.time {
	width: 110px;
	}
	
.events th.location {
	width: 120px;
	}

.events td {
	border-bottom: 1px solid #CCC;
	padding: 3px;
	vertical-align: top;
	text-align: left;
	}
	
.events a {
	font-weight: normal;
	}
	
.events tfoot {
	display: none;
	}
	
/* YMLP form
================================== */
	
.ymlp .form-wrapper {
	background: #EEE;
	border: 1px solid #CCC;
	margin: 20px 0;
	width: 440px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	font-size: 0.9em;
	}
	
.ymlp .form-row {
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
	position: relative;
	}
	
.ymlp label {
	font-weight: bold;
	display: block;
	width: 45%;
	text-align: right;
	margin-right: 10px;
	float: left;
	position: relative;
	top: 1px;
	}
	
.ymlp span {
	font-weight: normal;
	}
	
.ymlp span.required {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E30222;
	position: absolute;
	top: 12px;
	}
	
.ymlp input.text-field,
.ymlp textarea {
	padding: 5px;
	width: 200px;
	line-height: 140%;
	margin-right: 5px;
	background: #FFF;
	border: 1px solid #CCC;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.ymlp input.text-field:focus, 
.ymlp textarea:focus,
.ymlp input.button:hover {
	-webkit-box-shadow: 0 0 10px #CBCBCB;
	-moz-box-shadow: 0 0 10px #CBCBCB;
	box-shadow: 0 0 10px #CBCBCB;
 	}
	
.ymlp input.button {
	float: right;
	margin-top: 10px;
	background: #1F2321;
	color:#FFFFFF;
	display:block;
	font-size:1.05em;
	font-weight:bold;
	padding:2px 10px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
