body {
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:12px;
	background:url(/images/background.png) repeat-x #e5e6e6;
	color:#474748;
	margin:0;
	padding:0;
}

body#email {
	background:#e5e6e6;
}

a:link, a:visited {
	color:#778595;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

h1 {
	margin:0;
	padding:48px 0 0;
	font-size:18px;
}	

p {
	margin:12px 0;
}	

#header {
	width:100%;
	background:url(/images/header-bg.jpg) no-repeat center;
	height:370px;
	color:#e5e6e6;
}

#header .left {
	float:left;
	width:400px;
}

#header .right {
	float:right;
	width:400px;
}

.content {
	width:960px;
	margin: 0 auto;
}

label {
	display:block;
}

input#author, input#email, textarea#comment, input#yourname, input#youremail, textarea#yourremarks, input#friendname, input#friendemail {
	background:url(/images/input-boxes.png) no-repeat;
	width:332px;
	height:14px;
	border:none;
	padding:10px;
	font-size:12px;
}

textarea#comment, textarea#yourremarks {
	background-position:0 -74px;
	height:119px;
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
}

.commentlist {
	margin:0;
}

.comment-number {
	display:none;
}

.social {
	margin:0 31px 0 0;
	display:block;
	float:left;
}
.social.last {
	margin:0;
}

#add-your {
	position:fixed;
	bottom:0;
	right:0;
}

.number {
	float:right;
	width:400px;
	padding:34px 0 0;
}

.number .large {
	font-size:60px;
}

cite {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

.avatar {
	float:left;
}

.comment {
	margin: 0 0 0 80px;
}

.recent {
	padding: 34px 0 0;
}

.commentlist li {
	border-bottom:1px solid #808181;
	padding:20px 0;
	border-top:1px solid #fff;
}

.commentlist li.first {
	border-top:0;
}

#footer {
	padding: 20px 0;
	margin:0 0 0 40px;
	border-top:1px solid #fff;
}

.credit {
	float:left;
}

.credit img {
	vertical-align:middle;
}

input#submit, input#wp-email-submit {
	background:url(/images/submit.png);
	border:none;
	font-size:13px;
	height:31px;
	width:128px;
}

.about {
	float:right;
	width:400px;
}

#footer h1, #email h1 {
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}

/* Lightbox
____________________________________*/

#lightbox {
	position:absolute;
	top:90px;
	left:80px;
	background:#fff;
	width:10px;
	height:10px;
	border: 24px solid #fff;
}
#lbBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(/images/semiDark.png);
}
#close {
	position: absolute;
	right:-27px;
	top:-25px;
	z-index: 100;
	display: none;
}
#galleryFrame {
	height:510px;
	width:500px;
	border:0;
}

.disliked {
	 display:none;
	 opacity: 0.4;
}

.ckrating_highly_rated {background-color:#FFFFCC !important;}
.ckrating_poorly_rated {opacity:0.4;filter:alpha(opacity=40) !important;}
.ckrating_hotly_debated {background-color:#FFF0F5 !important;}
