/*
Theme Name: Guilty Pleasures
Description: The default WordPress theme for Guilty Pleasures.
Version: 1.1
Author: Rachel Laing
Author URI: http://www.dollypower.com
Tags: pink, purple, fixed width, three columns

	Guilty Pleasures v1.1
	http://www.guiltypleasures.co.uk

	This theme was designed and built by Rachel Laing 
	(rachel@dollypower.com)

*/

* {
	margin: 0;
	padding: 0;
	}

img  {
	border: none
	}

/* Typography
================================== */

a { 
	color: #3F0472;
	}
	
a:hover, a:active { 
	text-decoration: none; 
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 140%;
	}

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: "Arial Rounded MT Bold","Arial Rounded", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 140%;
	color: #B011B3;
	}
	
h1 {
	font-size: 218%;
	}

h2 {
	font-size: 164%;
	}

h3 {
	font-size: 145%;
	}

h4 {
	font-size: 118%;
	font-weight: bold;
	}
	
	
/* Useful
================================== */

.clear-left {
	clear: left;
	}
	
.clear-right {
	clear: right;
	}
	
.clear-both {
	clear: both;
	}
	
.float-left {
	float: left;
	}

.float-right {
	float: right;
	}

.photo-left,
.photo-right {
	background: #000;
	width: 234px;
	border: 2px solid #000;
	margin-bottom: 5px;
	} 
	
.photo-left {
	float: left;
	}

.photo-right {
	float: right;
	}
	
.hr hr {
	display: none;
	}
	
.hr {
	clear: both;
	margin: 10px 0;
	height: 1px;
	overflow: hidden;
	border-bottom: 1px dotted #A51565;
	}
	
.center {
	margin: 0 auto;
	text-align: center;
	}
	
.gutter {
	margin-right: 20px;
	}
	
/* Palette
================================== 

Hot pink: #B011B3
Mid purple: #7F0B8B
Dark purple: #240040
Black: #000000
*/

/* Structure
================================== */

body {
	background: #B011B3 url(images/css-images/background-body.png) top center repeat-x;
	margin: 0 !important;
	}
	
.main-wrapper {
	/*background: url(images/css-images/background-main-wrapper.jpg) center -3px no-repeat;*/
	}
	
.main-wrapper-inner {
	width: 811px;
	margin: 0 auto;
	}
	
.logo {
	text-align: center;
	}
	
.logo h1 a {
	width: 467px;
	height: 210px;
	background: url(images/css-images/background-logo.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	}
	
.logo h1 a:focus {
	outline: none;
	}
	
.logo h1 {
	width: 467px;
	margin: 0 auto;
	}
	
.logo.london h1 a {
	background: url(images/css-images/background-logo-london.jpg) no-repeat;
	text-indent: -9999px;
	}
	
.logo.manchester h1 a {
	background: url(images/css-images/background-logo-manchester.jpg) no-repeat;
	text-indent: -9999px;
	}
	
.logo.brighton h1 a {
	background: url(images/css-images/background-logo-brighton.jpg) no-repeat;
	text-indent: -9999px;
	outline: none;
	}
	
	
.page-wrapper {
	background: #000;
	-moz-border-radius: 20px; /* CSS 3 */
	-webkit-border-radius: 20px; /* CSS 3 */
	border-radius: 20px; /* CSS 3 */
	-webkit-box-shadow: 0 0 20px #000; /* CSS 3 */
	-moz-box-shadow: 0 0 20px #000; /* CSS 3 */
	box-shadow: 0 0 20px #000; /* CSS 3 */
	padding: 10px 20px 20px 20px;
	margin-bottom: 10px;
	}

.nav ul {
	list-style: none;
	margin: 0;
	position: relative;
	}
	
.nav li {
	font-family: "Arial Rounded MT Bold","Arial Rounded", Arial, Helvetica, sans-serif;
	float: left;
	text-align: center;
	padding: 5px;
	display: block;
	height: 2.25em;
	text-transform: uppercase;
	margin: 0;
	}
	
.nav li.first {
	padding-left: 0;
	}

.nav li.last {
	padding-right: 0;
	}

.nav li a {
	color: #fff;
	text-decoration: none;
	padding: 4px 11px;
	-moz-border-radius: 5px; /* CSS 3 */
	-webkit-border-radius: 5px; /* CSS 3 */
	border-radius: 5px; /* CSS 3 */
	text-shadow:#000000 1px 1px 0;
	}
	
.nav li a:hover {
	background: #280349;
	}
	
.city.nav li  {
	padding: 5px 2px;
	}
	
.city.nav li a {
	padding: 4px 3.5px;	
	}
	
.page-parent .city.nav li a {
	padding: 4px 5.75px;	
	}
	
/* Styling the "current" page */
.home .nav li.home a,
.page-id-12 .nav li.home a,
.page-id-39 .nav li.home a,
.page-id-27 .nav li.home a,
.page-id-5 .nav li.tickets a,
.page-id-13 .nav li.tickets a,
.page-id-40 .nav li.tickets a,
.page-id-29 .nav li.tickets a,
.page-id-7 .nav li.about a,
.page-id-155 .nav li.photos a,
.page-id-42 .nav li.photos a,
.page-id-31 .nav li.photos a,
.page-id-17 .nav li.venue a,
.page-id-44 .nav li.venue a,
.page-id-33 .nav li.venue a,
.page-id-6 .nav li.mailing-list a,
.page-id-19 .nav li.mailing-list a,
.page-id-46 .nav li.mailing-list a,
.page-id-35 .nav li.mailing-list a,
.blog .nav li.blog a,
.page-id-8 .nav li.singstar a,
.page-id-9 .nav li.private-hire a,
.page-id-10 .nav li.contact a,
.page-id-25 .nav li.contact a,
.page-id-48 .nav li.contact a,
.page-id-37 .nav li.contact a {
	background: #B011B3;
	color: #FFF;
	}
	
.social-media {
	clear: both;
	}
	
.social-media ul {
	list-style: none;
	margin: 0;
	}
	
.social-media li {
	font-family: "Arial Rounded MT Bold","Arial Rounded", Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	text-transform: uppercase;
	margin-right: 80px;
	padding-left: 25px;
	font-size: 80%;
	letter-spacing: 0.2em;
	}
	
.social-media li.last {
	margin-right: 0;
	}

.social-media li a {
	color: #fff;
	text-decoration: none;
	}
	
.social-media li a:hover {
	color: #FFF;
	}

.social-media li.guilty-pleasures {
	background: url(images/css-images/icon-guilty-pleasures.jpg) left center no-repeat;
	}
	
.social-media li.twitter {
	background: url(images/css-images/icon-twitter.jpg) left center no-repeat;
	}

.social-media li.facebook {
	background: url(images/css-images/icon-facebook.jpg) left center no-repeat;
	}

.social-media li.myspace {
	background: url(images/css-images/icon-myspace.jpg) left center no-repeat;
	}

.social-media li.flickr {
	background: url(images/css-images/icon-flickr.jpg) left center no-repeat;
	}
	
.social-media li.singstar {
	background: url(images/css-images/icon-singstar.jpg) left center no-repeat;
	}
	
.footer ul {
	list-style: none;
	margin: 0;
	}
	
.footer li {
	float: left;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 0 7px;	
	color: #fff;
	font-size: 85%;
	line-height: 100%;
	}
	
.footer li a {
	color: #fff;
	text-decoration: none;
	}

.footer li.last {
	border: none;
	}

.footer  {
	margin-bottom: 30px;
	}
	
/* Tables
================================== */

table {
	clear: both;
	width: 100%;
	}
	
table td  {
	padding: 5px;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	}
	
th {
	background: #000;
	color:#fff;
	font-family:"Arial Rounded MT Bold","Arial Rounded",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	padding: 5px 7px;
	text-align: left;
	}

table tr:hover {
	background: #F4DFF5;
	}
	
th.time {
	width: 5em;
	}
	
/* Pages
================================== */

.content-wrapper {
	width: 771px;
	clear: both;
	background: url(images/css-images/background-page-top.jpg) top left no-repeat;
	padding-top: 160px;
	margin-bottom: 20px;
	position: relative;
	}
	
.content-inner {
	background:url(images/css-images/background-page-bottom.jpg) bottom left no-repeat;
	padding-bottom: 10px;
	}
	
.content-wrapper .content {	
	background: #fff url(images/css-images/background-feature-box-content.jpg) top left repeat-x;
	padding: 10px;
	}
	
.content-wrapper .entry .col-1 {
	width: 243px;
	}
	
.content-wrapper .entry .col-2 {
	width: 488px;
	}
	
/* Homepage & feature boxes
================================== */

.home {
	margin-top: 20px;
	}
	
.feature-box {
	width: 243px;
	background: url(images/css-images/background-feature-box-top.jpg) top left no-repeat;
	margin-bottom: 20px;
	position: relative;
	}
	
.feature-box-inner {
	background: url(images/css-images/background-feature-box-bottom.jpg) bottom left no-repeat;
	padding: 10px 0;
	}
	
.feature-box h2 {
	background: #3F0472;
	color: #000;
	padding: 1px 6px 2px 6px;
	letter-spacing: 0.05em;
	font-size: 145%;
	margin-bottom: 0;
	text-shadow:#000000 1px 1px 0;
	}
	
.feature-box h2 a {
    color: #fff;
	text-decoration: none;
	}
	
.feature-box h2 a:hover {
	color: #fff;
	}
	
.feature-box a.thumbnail {
	height: 138px;
	display: block;
	overflow: hidden;
	}
	 
.feature-box .content {
	background: #fff url(images/css-images/background-feature-box-content.jpg) top left repeat-x;
	padding: 5px 10px 0 10px;
	min-height: 7.5em;
	}
	
.feature-box .content p {
	margin: 0;
	}
	

/* About page feature boxes
================================== */

.page-id-7 .feature-box-inner p {
	margin-bottom: 0;
	}
	
.page-id-7 .feature-box,
.page-id-7 .feature-box-inner {
    background: none;
	margin-bottom: -10px;
	}
	
.page-id-7 .feature-box .content {
    min-height: 0;
	background: #000;
	color: #FFF;
	padding-bottom: 10px;
	}
	
.page-id-7 .feature-box .content a {
	color: #FFF;
	}
	
/* YMLP form
================================== */

.ymlp {
	text-align: left;
	background: #fff url(images/background-content.jpg);
	width: 741px;
	}
	
.ymlp .form-row {
	clear: both;
	padding: 5px 0;
	}
	
.ymlp label,
.ymlp .checkbox .question {
	font-weight: bold;
	display: inline-block;
	width: 233px;
	text-align: right;
	margin-right: 20px;
	float: left;
	}
	
.ymlp span.required {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CD0334;
	}
	
.ymlp .checkbox .answers {
	display: block;
	float: left;
	width: 254px;
	}
	
.ymlp .checkbox label {
	width: auto;
	display: block;
	float: none;
	text-align: left;
	font-weight: normal;
	}
	
.ymlp input.text-field {
	margin-right: 10px;
	width: 235px;
	}
	
.ymlp .button {
	width: 495px;
	}
	
/* Blog
================================== */

.blog .narrowcolumn {	
	float: left;
	width: 488px;
	margin-right: 20px;
	}
	
.blog #sidebar {
	float: left;
	width:243px;
	}
	
.blog .content-wrapper {
	background: url("images/css-images/background-blog-top.jpg") no-repeat left top;
	padding-top: 10px;
	}
	
.blog object {
	width: 488px !important;
	height: 366px !important;
	}
	
.blog h2 {
	text-align: center;
	display: block;
	background: #000;
	color: #fff;
	padding: 2px 6px 3px 6px;
	letter-spacing: 0.05em;
	font-size: 145%;
	}
	
.blog h2 a {
	color: #fff;
	text-decoration: none;
	}
	
.blog small,
.blog .postmetadata {
	display: block;
	padding: 0 6px;
	font-family:"Arial Rounded MT Bold","Arial Rounded",Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	}

.blog small {
	letter-spacing:0.2em;
	text-transform:uppercase;
	background: #3F0472;
	color: #fff;
	text-align: center;
	-moz-border-radius-topleft: 5px; /* CSS 3 */
	-moz-border-radius-topright: 5px; /* CSS 3 */
	-webkit-border-top-left-radius: 5px; /* CSS 3 */
	-webkit-border-top-right-radius: 5px;	 /* CSS 3 */
	}

.blog .postmetadata {
	text-align: center;
	color: #808080;
	margin-bottom: 20px;
	}
	
.blog .postmetadata a {
	color: #808080;
	}
	
.blog #sidebar ul {
	margin: 0 0 10px 0;
	list-style: none;
	text-align: left;
	}
	
.blog #sidebar h2 {
	font-size: 1.2em;
	}
	
.blog #sidebar li li {
	background: url(images/css-images/background-comment.gif) no-repeat scroll left 2px transparent;
	padding-left: 20px;
	}

.blog #sidebar li li:hover {
	background: url(images/css-images/background-comment.gif) no-repeat scroll left -198px transparent;
	}
	
.blog #sidebar #tag_cloud-3 {
	text-align: center;
	}

.blog #sidebar #tag_cloud-3 a {
	padding: 3px 0;
	display: inline-block;
	}
	
.blog .navigation {
	margin-bottom: 10px;
	}
	
.blog .navigation .float-left {
	text-align: left;
	width: 50%;
	}
	
.blog .navigation .float-right {
	text-align: right;
	width: 50%;
	}

/* Comments
================================== */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
	
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
.commentmetadata {
	font-weight: normal;
	}
	
/* Photos for sale
================================== */
	
body.photos-for-sale #TB_caption {
	height: auto;
	}
	
body.photos-for-sale #TB_caption p.photoID {
	margin: 0 0 5px 0;
	font-size: 0.85em;
	}
	
body.photos-for-sale #TB_caption input {
	margin: 5px 0;
	}
	
/* Survey
================================== */

.survey table td {
    border-bottom: none
	}
	
.survey table tr:hover {
	background: none;
	}
	
.survey  input {
	margin-right: 5px;
	}
	
/* Homepage banner
================================== */

#banner {
    position:relative;
    height:160px;
	width: 771px;
	margin: 0;
	clear: both;
	}

#banner li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	}

#banner li.active {
    z-index:10;
	}

#banner li.last-active {
    z-index:9;
	}

