@import "base.css";

/* Info, message, warning and error boxes
-------------------------------------------------------------- */

.info, .message, .warning, .error {
	border: #E2E2E2 1px solid;
	margin: 10px 2px 10px 2px;
	padding: 10px 20px 20px 50px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.info h3, .message h3, .warning h3, .error h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.info p, .message p, .warning p, .error p,
.info li, .message li, .warning li, .error li {
	padding: 0;
	margin: 5px 0 0 0 ;
	font-size: 11px;
	font-weight: normal;
}
.info {
	background: #EFEFEF url(../images/misc/info_box.gif) no-repeat scroll 10px 10px;
}
.message, .warning, .error {
	background: #EFEFEF url(../images/misc/message_box.gif) no-repeat scroll 10px 10px;
}

.message, .error {
    margin: 0px 0px 10px 0px; 
    font-weight: bold;
}

.error {
    color: #ff0000;   
}

ul.messages {
    list-style-type: none;
    margin: 0px;
}

ul.errorlist {
    float: left;
    clear: both;
    margin: 0 0 5px 0;
    width: 100%;
    padding: 0;
    list-style: none;
}

ul.errorlist li {	
	color:#FFFF00;
}

.icon {
	vertical-align: middle;
	margin-right: 6px;
}

/* Basic HTML defs */

body {
    background: #161616 url(../images/layout/site_background.gif) top center repeat-y;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 67.5%;
    color: #fff;
}

body#home {
    background: #000;
}

form {
    margin: 0;
}

form .row, form p {
    float: left;
    clear: left;
    margin: 0 0 10px 0;
    width: 100%;
}

form input {
    padding: 1px;
    background: #000;
    color: #fff;
    border: 1px solid #8B6F48;
    margin: 0;
}

form select {
    padding: 1px;
    background: #000;
    color: #fff;
    border: 1px solid #8B6F48;
    margin: 0;
}

label {
	font-weight: normal;
}

a {
	color: #8B6F48;
}

a:hover {
	color: #FFF;
}

p.buttons {
    margin: 0 0 10px 0;
    float:left;
    padding:5px 0;
    width:100%;
}


/*
structure
*/

#wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

#header {
    height: 95px;
    margin: 45px 0 0 0;
}

#content {
    background: #000000 url(../images/layout/content_fine_background.png) repeat-x 0 0;
    float: left;
    width: 520px;
    padding: 0 20px;
    text-align: left;
    height: 100%;
	font-size: 1.2em;
}

#nav {
    float: left;
    margin: 0 20px;
    width: 180px;
    padding: 40px 0 0 0;
}




/*
home/splash stuff
*/
body#home #content {
    background: none;
}

body#home #splash {
    margin: 40px auto 20px 25px; 
}




/*
main navigation (left)
*/

ul#menu {
    clear: both;
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none; 
}

ul#menu li {
    border-top: 1px dashed #806642;
    font-size: 1.4em;
    line-height: 1.2em;
    zoom: 1;
}

ul#menu li.last {
    border-bottom: 1px dashed #806642;		
}

ul#menu li span {
	display: block;
	padding: 10px 0px 8px 40px;
}

ul#menu li a {
    color: #8b6f48;   
    text-decoration: none;
	display: block;
}

ul#menu li span {
    background-repeat: no-repeat;
    background-position: 0px 2px;
	display: block;
}

ul#menu li a:hover {
    color: #FFF;   
    text-decoration: none;
}

ul#menu li.home span {
   background-image: url(../images/layout/menu_home.png);
}

ul#menu li.eating-out span {
   background-image: url(../images/layout/menu_eating.png);
}

ul#menu li.selected a {
    color: #FFF;   
    text-decoration: none;
}

ul#menu li.selected span, ul#menu li a:hover span {
    background-position: 0px -34px;
}

ul#menu li.fine-food-and-wine span {
   background-image: url(../images/layout/menu_fine.png);
}

ul#menu li.taste-buddies span {
   background-image: url(../images/layout/menu_buddies.png);
}

ul#menu li.lifestyle span {
   background-image: url(../images/layout/menu_lifestyle.png);
}

ul#menu li.chef-profiles span {
   background-image: url(../images/layout/menu_chef.png);
}

ul#menu li.news span {
   background-image: url(../images/layout/menu_news.png);
}

ul#menu li.recommend-restaurant span {
   background-image: url(../images/layout/menu_recommend.png);
}

ul#menu ul {
   margin: 0 0 10px 0;
   padding: 0;
   list-style: none;
}

ul#menu ul li {
    border: 0 none;
    font-size: 1.1em;
    line-height: 1.1em;
    height: auto;
    color: #fff;
}






/*
secondary nav (top)
*/

#topnav-wrapper {
    width: 520px;
    margin: 0;
    float: left;
    background-repeat: repeat-x;
    background-position: 0 0;
}

ul#topnav {
    background: #000;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none; 
    float: left;
}

ul#topnav li {
    border-right: 10px solid black;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #fff;
    background-color: #000;
    background-repeat: repeat-x;
    background-position: 0 0;
    float: left;
    padding: 7px 0 10px 0;
    width: 96px;
    overflow: hidden;
    text-align: center;
}

ul#topnav li a {
    color: #777 !important;
    text-decoration: none;
}
ul#topnav li a:hover {
    color: #999 !important;
    text-decoration: underline;
}

ul#topnav li.selected {
    color: #fff !important;
}

ul#topnav li a:hover, ul#topnav li a.selected {
	background-position: 0px 12px;
}



ul#topnav li.last {
    border-right: 0 none;
}



/*
news navigation
*/

ul#newsnav {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none; 
    float: left;
}

ul#newsnav li {
    margin: 0 10px 0 0;
    font-size: 1.1em;
    line-height: 1.2em;
    color: #fff;
    float: left;
    padding: 7px 0 10px 0;
    overflow: hidden;
    text-align: center;
}

ul#newsnav li a {
    text-decoration: none;
}

ul#newsnav li a:hover {
    color: #fff !important;
    text-decoration: underline;
}




/*
content column forms (generic)
*/

#content form label {
	color: #8B6F48;
	font-size: 1.2em;
}


#content form textarea {
	border: 1px solid #8B6F48;
	background: #161616;
	padding: 3px;
	color: #FFF;
}





/*
aside section  
*/
#aside {
    float: left;
    margin: 0 20px;
    width: 180px;
    padding: 40px 0 0 0;
}





/*
breadcrumb/sort
*/

#breadcrumb {
    text-align: left;
    font-size: 1.3em;
    color: #fff;
}

#sort {
    text-align: left;
    font-size: 1.2em;
    color: #9a9e3a;
    margin: 0 0 10px 0;
}

#sort a, #sort a:hover {
    color: #9a9e3a;
}

#sort .selected {
     color: #fff;
}




/*
buttons
*/

.button {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: top left;
}

.button-arrowed-right {
    display: block;
    border: 0 none;
    color: #8B6F48 !important;
    cursor: pointer;
    padding: 0 15px 3px 0;
    font-family: Arial, Verdana, serif;
    font-size: 14px !important;
    line-height: 18px;
    height: 18px;
    margin: 0;
    width: auto !important;
    background: url(../images/layout/button_next_white.gif) no-repeat top right;
    text-decoration: none;
    text-align: right;
}

.button-arrowed-right:hover {
    color: #8B6F48 !important;
    text-decoration: underline;
}

.button-arrowed-left {
    display: block;
    border: 0 none;
    color: #8B6F48 !important;
    cursor: pointer;
    padding: 0 0 3px 15px;
    font-family: Arial, Verdana, serif;
    font-size: 14px !important;
    line-height: 18px;
    height: 18px;
    margin: 0;
    width: auto !important;
    background: url(../images/layout/button_previous_white.gif) no-repeat top right;
    text-decoration: none;
    text-align: left;
}

.button-arrowed-left:hover {
    color: #8B6F48 !important;
    text-decoration: underline;
}

.button-line {
	text-align: right;
}

.button.previous {
    background: url(../images/layout/button_previous.png);
    width: 10px;
    height: 18px;
}

.button.next {
    background: url(../images/layout/button_next.png);
    width: 10px;
    height: 18px;
}





/*
ratings
*/

.rating {
    overflow: hidden;
    text-indent: -9999px;
    width: 102px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: top left;
}

.rating.five {
    background-image: url(../images/layout/rating_five.png);
}

.rating.four {
    background-image: url(../images/layout/rating_four.png);
}

.rating.three {
    background-image: url(../images/layout/rating_three.png);
}

.rating.two {
    background-image: url(../images/layout/rating_two.png);
}

.rating.one {
    background-image: url(../images/layout/rating_one.png);
}





/*
listing
*/

.listing {
    clear: both;
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-top: 1px dashed #806642;
    text-align: left;
    float: left;
    width: 520px;
}

.listing.last {
    border-bottom: 1px dashed #806642;
}


div.aside-reviews .listing {
    width: 320px;
    margin: 0;
    padding: 10px 0;
}

div.aside-reviews .listing .data {
    width: 320px;
}

.listing .aside {
    float: left;
    width: 110px;
    margin: 0 10px 10px 0;
}

.listing a.restaurant_photo {
    display: block;
    float: left;
    margin: 0 0 10px 0;
}

.listing .award_photo {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}

.listing .data {
    float: left;
    width: 380px;
}

.listing .data a h4 {
    color: #9a9e3a;
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 0 0.7em 0;
    width: 240px;
}

.listing .data a:hover h4 {
    color: #9a9e3a;
    text-decoration: underline;
}

.listing .data .description {
    color: #eee;
    text-align: left;
    margin: 0 0 10px 0;
}

.listing .data .cuisine {
    float: right;
    color: #8b6f48;
    font-size: 1.2em;
    text-align: right;
    margin: 0 0 5px 0;
}

.listing .data .rating {
    clear: right;
    float: right;
    margin: 0;
}

.listing .data .rating img {
    margin: 0 1px;
}

a.removeFavourite {
    float: right;
    color: #8b6f48;
    text-align: right;
    margin: 0 0 5px 0;
}

#detail {
    clear: both;
    margin: 10px 0 20px 0;
    width: 100%;
    float: left;
}

#main-text {
    width: 350px;
    margin: 0 0 20px 0;
}

#detail .aside {
   width: 150px;
   padding: 0 0 0 10px;
   float: right;
}

#detail .aside-reviews {
    margin: 0;
    width: 320px;
    color: #8B6F48;
	float: right;
}

.aside-reviews h3 {
    margin: 0 0 5px 0;
}

#detail #user-profile {
    width: 200px;
    color: #8B6F48;
	float: left;
}

#detail #user-profile img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 0 10px 0;
    border: 1px solid #fff;
    color: #fff;
}

#detail #user-profile h3.username {
    font-size: 1.4em;
}

#detail .contact {
    font-size: 1em;
    color: #fff;
}

#detail .cuisine {
   font-size: 1.2em;
   color: #806642;
   margin: 0 0 0.2em 0;
}

#detail .opening-times {
    color: #806642;
    margin: 0.5em 0 0.2em 0;
}

#detail h3.chef-profile {
    color: #806642;
    margin: 15px 0 0.2em 0;
}

#detail img.award_photo {
    float: right;
    margin: 0 0 10px 10px;
}

#detail .description {
    text-align: left;
    color: #fff;
    font-size: 1em;
    width: 320px;
}

#detail h4 {
    font-size: 1.5em;
    color: #9a9e3a;
    margin: 0 0 0.3em 0;
}

.favourite {
	color: #8B6F48;
    border-top: 1px dashed #806642; 
    border-bottom: 1px dashed #806642; 
	padding: 6px 0;
	clear: both;
	float: left;
	width: 100%;
}

.favourite a.add-favourite {
    display: block;
    float: left;
    padding: 0 0 0 26px;
    background: url(../images/layout/icon_add.png) no-repeat 0 0;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
}

div.attributes-prices-vouchers {
    margin-bottom: 10px;
	clear: both;
	float: left;
	width: 100%;
}

a.see_reviews {
	color: #8B6F48;
    border-top: 1px dashed #806642; 
    border-bottom: 1px dashed #806642;
    background: url(../images/layout/button_next_white.gif) no-repeat right 6px;
    margin: 8px 0 8px 0;
	padding: 6px 0;
	font-size: 14px;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}




/* 
eating out specifics
*/

body#eating-out #content {
    background: #000000 url(../images/layout/content_eating_background.png) repeat-x 0 0;	
}

body#eating-out #detail .contact {
    text-align: left;
}

body#eating-out #detail .contact .highlight {
    color: #9a9e3a;
}

body#eating-out #topnav-wrapper, body#eating-out ul#topnav li {
    background-image: url(../images/layout/topnav_eating_gradient.png);
}

body#eating-out ul#topnav li.selected {
    background-image: none;
}

body#eating-out #content h4 {
    color: #9a9e3a;
}

body#eating-out #content h4.listing-title {
    font-size: 1.3em;
}

body#eating-out #content a, body#eating-out #content a:hover {
    color: #9a9e3a;
    text-decoration: none;
}

body#eating-out #content a:hover {
    text-decoration: underline;
}





/*
fine food and drink specifics
*/

body#fine-food-and-drink #content {
    background: #000000 url(../images/layout/content_fine_background.png) repeat-x 0 0;	
}

body#fine-food-drink #content h4 {
    color: #0b5160;
}

body#fine-food-drink #content a, body#fine-food-drink #content a:hover {
    color: #0b5160;
    text-decoration: none;
}

body#fine-food-drink #content a:hover {
    text-decoration: underline;
}




/*
taste buddies specifics
*/

body#taste-buddies #content {
    background: #000000 url(../images/layout/content_buddies_background.png) repeat-x 0 0;	
}

body#taste-buddies ul#topnav {
    background: url(../images/layout/topnav_tastebuddies_gradient.png) repeat-x 0 0;
}

body#taste-buddies #topnav-wrapper, body#taste-buddies ul#topnav li {
    background-image: url(../images/layout/topnav_tastebuddies_gradient.png);
}

body#taste-buddies ul#topnav li {
    color: #333;
}

body#taste-buddies ul#topnav li.selected {
    background-image: none;
}

body#taste-buddies #content h4 {
    color: #417cad;
}

body#taste-buddies #content a, body#taste-buddies #content a:hover {
    color: #417cad;
    text-decoration: none;
}

body#taste-buddies #content a:hover {
    text-decoration: underline;
}





/*
lifestyle specifics
*/

body#lifestyle #content {
    background: #000000 url(../images/layout/content_lifestyle_background.png) repeat-x 0 0;	
}

body#lifestyle #content h4 {
    color: #8c478e;
}

body#lifestyle #content h4.listing-title {
    font-size: 1.3em;
}

body#lifestyle #content a, body#lifestyle #content a:hover {
    color: #8c478e;
    text-decoration: none;
}

body#lifestyle #content a:hover {
    text-decoration: underline;
}





/*
chef profiles specifics
*/

body#chef-profiles #content {
    background: #000000 url(../images/layout/content_chefs_background.png) repeat-x 0 0;	
}

body#chef-profiles #content h4 {
    color: #943130;
}

body#chef-profiles #topnav-wrapper, body#chef-profiles ul#topnav li {
    background-image: url(../images/layout/topnav_chefprofiles_gradient.png);
}

body#chef-profiles ul#topnav li.selected {
    background-image: none;
}

body#chef-profiles #content a, body#chef-profiles #content a:hover {
    color: #943130;
    text-decoration: none;
}

body#chef-profiles #content a:hover {
    text-decoration: underline;
}




/*
news specifics
*/

body#news #content {
    background: #000000 url(../images/layout/content_news_background.png) repeat-x 0 0;	
}

body#news #topnav-wrapper, body#news ul#topnav li {
    background-image: url(../images/layout/topnav_news_gradient.png);
}

body#news ul#topnav li {
    font-size: 10px;
}

body#news ul#topnav li.selected {
    background-image: none;
}

body#news #content h4 {
    color: #985C0A;
}

body#news #content a, body#news #content a:hover {
    color: #985C0A;
    text-decoration: none;
}

body#news #content a:hover {
    text-decoration: underline;
}




/* 
pagination 
*/

.pagination-box {
   clear: both;
   float: left;
   width: 100%;
   margin: 0 0 15px 0;
}

.pagination {
    float: right;
	height: 24px;
	font-family: Verdana, Arial;
}

.pagination .page {
    float: left;
	padding: 1px 4px 0 4px;
	text-decoration: none; 
	font-size: 16px;
	line-height: 24px;
}

.pagination .prev {
    display: block;
    background: url(../images/layout/button_previous.png) no-repeat 0 5px;
    width: 10px;
    height: 23px;
    margin: 0 5px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}

.pagination .next {
    display: block;
    background: url(../images/layout/button_next.png) no-repeat 0 5px;
    width: 10px;
    height: 23px;
    margin: 0 0 0 5px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}

.pagination .current {
    color: #fff;
}

.pagination .disabled {
    display: none;
}





h1#logo {
    display: block;
    width: 347px;
    height: 27px;
    background: url(../images/layout/logo_thefoodieguide.png) no-repeat 0 0;
    margin: 40px auto 32px auto;
    overflow: hidden;
    text-indent: -9999px;
}

h2.title-main {
    /* general class for all main h2s on pages */
}

h2#title_eatingout {
    display: block;
    width: 171px;
    height: 52px;
    background: url(../images/layout/title_eatingout.png) no-repeat 0 0;
    margin: 0 auto 25px auto;
    overflow: hidden;
    text-indent: -9999px;
}

h2#title_finefood {
    display: block;
    width: 191px;
    height: 55px;
    background: url(../images/layout/title_finefood.png) no-repeat 0 0;
    margin: 0 auto 25px auto;
    overflow: hidden;
    text-indent: -9999px;
}

h2#title_tastebuddies {
    display: block;
    width: 193px;
    height: 34px;
    background: url(../images/layout/title_tastebuddies.png) no-repeat 0 0;
    margin: 0 auto 25px auto;
    overflow: hidden;
    text-indent: -9999px;
}

h2#title_lifestyle {
    display: block;
    width: 88px;
    height: 64px;
    background: url(../images/layout/title_lifestyle.png) no-repeat 0 0;
    margin: 0 auto 25px auto;
    overflow: hidden;
    text-indent: -9999px;
}

h2#title_chefprofiles {
    display: block;
    width: 168px;
    height: 33px;
    background: url(../images/layout/title_chefprofiles.png) no-repeat 0 0;
    margin: 0 auto 25px auto;
    overflow: hidden;
    text-indent: -9999px;
}

h2#title_news {
    display: block;
    width: 105px;
    height: 33px;
    background: url(../images/layout/title_news.png) no-repeat 0 0;
    margin: 0 auto 25px auto;
    overflow: hidden;
    text-indent: -9999px;
}

h2.page-header {
    margin: 60px 0 20px 0;
	background: transparent url(../images/layout/header_background.jpg) repeat-x scroll 0 0;
	color: #FFF;
	padding: 5px 8px;
}

h2.page-header small {
	display: block;
	font-size: 0.7em;
	margin-top: 2px;
}

h3 {
    font-size: 1.3em;
    margin: 0 0 5px 0;
}

h3#contenttitle {
    text-align: left;
    font-size: 1.3em;
    color: #fff;
}

h3#places {
    display: block;
    width: 393px;
    height: 15px;
    background: url(../images/layout/logo_places.png) no-repeat 0 0;
    margin: 0 auto 30px auto;
    overflow: hidden;
    text-indent: -9999px;
}

.dummyspace {
    height: 200px;
}

#page-body {
    font-size: 1.3em;
    color: #8B6F48;
    text-align: center;
    line-height: 1.2em;
    margin: 0 0 20px 0;
}

ul.attributes {
    float: left;
    list-style: none;
    margin: 8px 0 10px 0;
    padding: 0;
}

ul.attributes li {
    float: left;
    margin: 0 10px 0 0;
}

ul.attributes .attribute {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: top left;
}

ul.attributes .attribute.accommodation-available {
    background-image: url(../images/layout/attribute_accommodation.png);
    width: 28px;
    height: 20px;
}

ul.attributes .attribute.chef-profile {
    background-image: url(../images/layout/attribute_chefprofile.png);
    width: 20px;
    height: 20px;
}

ul.attributes .attribute.families-welcome {
    background-image: url(../images/layout/attribute_families.png);
    width: 22px;
    height: 20px;
}

ul.attributes .attribute.fair-trade {
    background-image: url(../images/layout/attribute_fairtrade.png);
    width: 21px;
    height: 20px;
}

ul.attributes .attribute.orangic-produce {
    background-image: url(../images/layout/attribute_organic.png);
    width: 13px;
    height: 20px;
}

ul.attributes .attribute.garden-patio-area {
    background-image: url(../images/layout/attribute_outside.png);
    width: 22px;
    height: 20px;
}

ul.attributes .attribute.entertainment {
    background-image: url(../images/layout/attribute_livemusic.png);
    width: 16px;
    height: 20px;
}

ul.attributes .attribute.extensive-wine-list {
    background-image: url(../images/layout/attribute_winelist.png);
    width: 12px;
    height: 20px;
}

ul.attributes .attribute.wineglass {
    background-image: url(../images/layout/attribute_wineglass.png);
    width: 12px;
    height: 20px;
}

ul.attributes .attribute.real-ale {
    background-image: url(../images/layout/attribute_ale.png);
    width: 11px;
    height: 20px;
}

ul.attributes .attribute.smoking-area-provided {
    background-image: url(../images/layout/attribute_smoking.png);
    width: 20px;
    height: 20px;
}

ul.attributes .attribute.wheel-chair-access {
    background-image: url(../images/layout/attribute_wheelchairaccess.png);
    width: 20px;
    height: 20px;
}

ul.attributes .attribute.video {
    background-image: url(../images/layout/attribute_video.png);
    width: 26px;
    height: 20px;
}

ul.costs {
    float: left;
    list-style: none;
    margin: 8px 0 10px 0;
    padding: 0;
}

ul.costs li {
    float: left;
    margin: 0 10px 0 0;
}

ul.costs .cost {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: top left;
}

ul.costs .cost.twenty-below {
    background-image: url(../images/layout/cost_20_below.png);
    width: 27px;
    height: 20px;
}

ul.costs .cost.twenty-to-twenty-five {
    background-image: url(../images/layout/cost_20_to_25.png);
    width: 27px;
    height: 20px;
}

ul.costs .cost.twenty-five-to-thirty {
    background-image: url(../images/layout/cost_25_to_30.png);
    width: 27px;
    height: 20px;
}

ul.costs .cost.thirty-to-thirty-five {
    background-image: url(../images/layout/cost_30_to_35.png);
    width: 27px;
    height: 20px;
}

ul.costs .cost.thirty-five-to-forty {
    background-image: url(../images/layout/cost_35_to_40.png);
    width: 27px;
    height: 20px;
}

ul.costs .cost.forty-above {
    background-image: url(../images/layout/cost_40_above.png);
    width: 27px;
    height: 20px;
}

ul.vouchers {
    float: left;
    list-style: none;
    margin: 8px 0 10px 0;
    padding: 0;
}

ul.vouchers li {
    float: left;
    margin: 0 10px 0 0;
}

ul.vouchers .voucher {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: top left;
}

ul.vouchers .voucher.five-pound-off {
    background-image: url(../images/layout/voucher_five_pound_off.png);
    width: 23px;
    height: 20px;
}

ul.vouchers .voucher.ten-percent-off {
    background-image: url(../images/layout/voucher_ten_percent_off.png);
    width: 42px;
    height: 20px;
}

ul.vouchers .voucher.free-wine {
    background-image: url(../images/layout/voucher_free_wine.png);
    width: 12px;
    height: 20px;
}



/*
login box form
*/

form#login-box {
    float: left;
   margin: 0 0 20px 0;
   padding: 10px;
   background: url(../images/layout/secondary_gradient.png) repeat-x 0 0;
}

form#login-box h4 {
   color: #fff;
   font-size: 1.4em;
   font-weight: normal;
   margin: 0 0 0.5em 0;
}

form#login-box input#id_username, form#login-box input#id_password {
    border-color: #fff;
    width: 156px;
}

form#login-box p.buttons {
    float: left;
    width: 100%;
}

form#login-box a.member {
    float: left;
}

form#login-box a, form#login-box a:hover {
    color: #fff;
}



/*
login page form 
*/

form#login-page {
    float: left;
    border-bottom: 1px dashed #8B6F48;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    width: 100%;
}

form#login-page label {
    width: 100px;
}

form#login-page p.buttons {
    float: left;
    width: 100%;
}



/*
register form
*/

form#register {
    margin: 0;
    padding: 0;
}

form#register p.buttons {
    margin: 0 0 10px 0;
    float:left;
    padding:5px 0;
    width:100%;    
}



/*
new members form 
*/

form#new-members {
    float: left;
    border-bottom: 1px dashed #8B6F48;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    width: 100%;
}

form#new-members p.buttons {
    float: left;
    width: 100%;
}




/*
password reset form
*/

form#password-reset {
    float: left;
    border-bottom: 1px dashed #8B6F48;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    width: 100%; 
}

form#password-reset label {
    width: 130px;
}

form#password-reset p.buttons {
    float: left;
    width: 100%;
}




/*
search form
*/

form#search {
   margin: 0 0 20px 0;
   padding: 0;
   float: left;
}

form#search h4 {
   color: #8B6F48;
   font-size: 1.4em;
   font-weight: normal;
   margin: 0 0 0.5em 0;
}

form#search label {    
   color: #8B6F48;
}

form#search input#id_q {
    width: 177px;
}

form#search select#id_distance {
    width: 177px;
}

form#search select#id_cuisine {
    width: 177px;
}

form#search p.buttons {
    padding: 5px 0;
    border-top: 1px dashed #8B6F48;
    border-bottom: 1px dashed #8B6F48;
    float: left;
    width: 100%;
}

form#search a, form#search a:hover {
    color: #8B6F48;
}




/*
user info box
*/

.user-info {
    margin: 0 0 20px 0;
}

.user-info img {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    margin: 0 10px 25px 0;
    float: left;
}


#book {
    float: left;
    clear: both;
    margin: 0 0 40px 0;
    padding: 10px;
    width: 160px;
    background: url(../images/layout/secondary_gradient.png) repeat-x 0 0;    
    text-align: center;
}

#book h4 {
   color: #fff;
   font-size: 1.4em;
   font-weight: normal;
   margin: 0 0 0.8em 0;
   text-align: left;
} 

#book p {
    font-size: 1.3em;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}










/*
footer section
*/

#footer {
    clear: both;
    float: left;
    margin: 0 0 20px 0;
}

#footer ul.buttons {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 520px;
}

#footer ul.buttons li {
   display: block;
   width: 166px;
   height: 60px;
   text-align: left;
   text-decoration: none;
   float: left;
   margin: 0 11px 0 0;
   border: 0 none;
   overflow: hidden;
}

#footer ul.buttons li.last {
    margin: 0;
}

#footer ul.buttons li.vouchers {
    background: url(../images/layout/button_vouchers.png) no-repeat top right;
}

#footer ul.buttons li.recommend {
    background: url(../images/layout/button_recommend.png) no-repeat top right;
}

#footer ul.buttons li.buddies {
    background: url(../images/layout/button_buddies.png) no-repeat top right;
}

#footer ul.buttons li a {
   display: block;
   font-size: 14px;
   width: 116px;
   padding: 5px 0 0 5px;
   line-height: 1.1em;
   text-decoration: none;
   color: #fff !important;
}

#footer ul.buttons li a:hover {
   color: #fff !important;
    text-decoration: underline;
}










/* reviews stuff */

.reviews {
	border-top: 1px dashed #8B6F48;	
}

#detail .reviews h4 {
	padding-top: 6px;
	margin: 0;
	float: left;
}

#detail img {
    margin: 5px 5px 0px 0px;
}

.reviews .overall_rating
{
    display: block;
    float: right;
	margin-top: 8px;
	
}

.reviews .detail {
	clear: both;
}

.reviews .reviewRating {
	float: left;
	margin-right: 12px;
	color: #9A9E3A;
	margin-bottom: 12px;
}

.reviews .reviewText {
	clear: left;
	border-bottom: 1px dashed #8B6F48;	
	margin-bottom: 6px;
}

.average_rating
{
    clear: right;
    float: right;
    display: inline;
    font-size: 0.9em;
}

#detail .average_rating {
    margin: 0.5em 4.2em 0.2em 0;
    display: inline;
    clear: both;
    float: left;
}

.average_rating_label {
	color: #806642;
	float: left;
}



h3.review {
    padding: 0 0 0 27px;
    height: 25px;
    background: url(../images/layout/icon_star.png) no-repeat 0 0;
}

h3.review a, h3.review a:hover {
    text-decoration: underline !important;
}

form.reviewform {
    float: left;
} 

form.reviewform ul {
    list-style: none;
    float: left;
    margin: 0 30px 20px 10px;
}

form.reviewform ul li, form.reviewform li {
   width: auto !important;
   float: left;
}

form.reviewform p {
    /* to fix output errors of ie 6+7 using jquery ui stars */
    margin: 0;
    line-height: 0;
}  

form.reviewform p.field-overall_rating,
form.reviewform p.field-service_rating, 
form.reviewform p.field-food_quality, 
form.reviewform p.field-ambience 
{
    clear: none;
    float: left;
    width: 110px;
    line-height: 1.5em; /* to fix output errors of ie 6+7 using jquery ui stars */
    margin: 0 0 8px 0;
}

form.reviewform p.field-visited, form.reviewform p.field-title, form.reviewform p.field-content {
    float: left;
    line-height: 1.5em; /* to fix output errors of ie 6+7 using jquery ui stars */
    margin: 0 0 8px 0;
}

form.reviewform p.field-visited label, form.reviewform p.field-title label {
    float: left;
    width: 120px;
}

form.reviewform input#id_title {
    width: 250px;
}

form.reviewform p.field-content label {
    display: none;
}

form.reviewform textarea {
    height: 150px;
    width: 510px;
    padding: 5px;
    font-family: Verdana, Arial;
    font-size: 100%;
}




form.settingsform {
    float: left;
    width: 100%;
}

form.settingsform label {
    float: left;
    width: 180px;
}



.vouchersform p.text 
{
    float: left;
    width: 320px;
	margin-bottom: 8px;
	padding: 7px 0 10px 0;
}

.vouchersform input[type='text'] 
{
    width: 20px;
}

.vouchersform label {
    margin-left: 10px;
}

#id_five_pound {
    margin-left: 38px;
    margin-bottom: 15px;
}

#id_ten_percent {
    margin-left: 7px;
}

#id_wine {
    margin-left: 23px;
}


form.recommendform {
    float: left;
    width: 100%;
}

form.recommendform textarea 
{
    height: 100px;
    font-family: Verdana, Arial;
    font-size: 1em;
}



/*
.reviewform p.field-visited {
	clear: left;
}


*/


.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 19px;
	height: 18px;
	display: block;
	background: url(../images/layout/stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 0;
}
.ui-stars-star-on a {
	background-position: 0 -18px;
}
.ui-stars-star-hover a {
	background-position: 0 -18px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -18px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}

span.star-off, span.star-on, span.star-half
{
    width: 19px;
	height: 18px;
	display: block;
	background: url(../images/layout/stars.png) no-repeat 0 0;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

span.star-on
{
background-position: 0 -18px;
}


span.star-half
{
background-position: 0 -36px;
}


/* end reviews */


