@charset "utf-8";
/* Skinner's Brewery Public Site CSS Document  -  "skinners.css"   */
/* Author: MicroAngelo Web Development       www.MicroAngelo.co.uk */
/* Date: 20070612                                                  */

body {
	font-family:arial;
	font-size: 80%;
	background: #bfbfbf url("../img/body-background") top no-repeat fixed;
	color: #000;
}

.clr {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
}

table.cakeSqlLog {
	display: none;
}

#container {
	background: #1d3b2f;
	border: 1px solid #1d3b2f;
	border-top: none;
	border-bottom: none;
	margin:0 auto;
	padding: 0;
	width:759px;
	overflow: hidden;
	position: relative;
}

div#logo {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 3;
}

div#nav {
	font-size: 110%;
	height: 1.65em;
	padding-top: 0.2em;
	border: none;
	background: #EB631E;
	width:599px;
	z-index: 1;
	margin-left: 160px;
}

	div#nav ul {
		padding-left: 160px;
		height: 1.25em;
		border: none;
		border-top: 1px #FFF solid;
		border-bottom: 1px #FFF solid;
		background: #EB631E;
	}
	
		div#nav ul li {
			list-style: none;
			display: inline;
			margin: 0;
		}
		
			div#nav ul li a {
				text-decoration: none;
				padding: 0 20px;
				color: #FFF;
				font-weight: bold;
			}
			
				div#nav ul li a:focus, div#nav ul li a:hover {
					color: #000;
				}
				
				div#nav ul li a:active {
					color: #1d3b2f;
				}
				
			div#container.home div#nav ul li.home a, div#container.brewery div#nav ul li.brewery a, div#container.beers div#nav ul li.beers a, div#container.shop div#nav ul li.shop a, div#container.press div#nav ul li.press a {
				color: #000;
			} 			

div#container #header {
	height: 310px;
	padding: 0;
	border: none;
	margin: 0;
	margin-left: -5px;	
}

	/* Home */
	div#container.home #header {
		background: #000 url("../img/home-background.jpg") top right no-repeat;
	}
	
	/* Brewery */
	div#container.brewery #header {
		background: #000 url("../img/brewery-background.jpg") top right no-repeat;
	}
			
	/* Shop */
		div#container.shop #header {
		background: #000 url("../img/shop-background.jpg") top right no-repeat;
	}
	
	/* Beers */
	div#container.beers #header {
		background: #000 url("../img/beers-background.jpg") top right no-repeat;
	}
	
	/* Press */
	div#container.press #header {
		background: #000 url("../img/press-background.jpg") top right no-repeat;
	}

/* Non-Flash Foreground */

div#container #header img#foreground {
	text-align: right;
}

/* Flash Object */

div#container #header object {
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: -3px;
	position: relative;
	z-index: 0;
}

object#flashprocess {
	margin-left: -6px;
}
	

/* Content   *************************************  */
	
#content {
	float: right;
	width: 595px;
	min-height: 1300px;
	margin-bottom: 35px;
}
	
	div#content div.leader {
		background: #fff;
		border: 3px dashed #1d3b2f;
		margin: 16px 11px 10px 7px;
		padding-bottom: 8px;
		width: 570px;
		overflow: auto;
	}
		
		div#content div.leader h1 {
			padding: 14px 15px 0;
			margin: 0;
			color: #EB631E;
			font-family: georgia;
			font-weight: normal;
			font-size: 300%;
			text-align: center;
		}
		
		div#content div.leader p, div#content div.leader form, div#content div.leader #checkout {
			padding: 4px 15px 16px;
			font-size: 100%;
			color: #666;
			text-align: justify;
		}
		
		div#content div.leader img {
			padding: 4px;
		}
		
			div#content div.leader form input, div#content div.leader form textarea {
				width: 40%;
				display: block;
				margin: 1ex auto;
			}
			
				div#content div.leader form input.checkbox, div#content div.leader form input.month, div#content div.leader form input.year, div#content div.leader form input.issue, div#content div.leader form input.cv2  {
					width: 2em;
					display: inline;
					margin: 1ex;
				}
				
				div#content div.leader form fieldset {
					margin-top: 1em;
				}
				
					div#content div.leader form fieldset.bordered {
						border: 1px solid #ccc;
						padding: 1ex;
						margin-top: 1.5em;
					}
					
			div#content div.leader form h2, div#content div.leader #checkout h2 {
				font-family: georgia;
				font-size: 125%;
				display: block;
				color: #EB631E;
				margin-top: 1em;
				margin-bottom: 1ex;
			}
		
				div#content div.leader #checkout ol li {
					width: 70%;
					display: block;
					margin: 5px auto;
					border-bottom: 1px solid #ccc;
					padding: 1em 0;
					position: relative;
				}
				
						div#content div.leader #checkout ol li img.product {
							display: block;
							left: 0px;
						}
				
						div#content div.leader #checkout ol li span.description {
							position: absolute;
							top: 3ex;
							text-align: center;
							color: #666;
							font-family: georgia;
							font-weight: normal;
							font-size: 120%;
							padding: 0 0 0 150px;
							margin: 0;	
							display: block;
							width: 57%;				
						}
						
							div#content div.leader #checkout ol li span.description span.brand {
								font-size: 90%;
								display: block;
							}
											
							div#content div.leader #checkout ol li span.description span.productline {
								font-size: 125%;
								display: block;
								color: #EB631E;
							}
							
							div#content div.leader #checkout ol li span.price {
								display: block;
								float: right;
								margin-right: 18px;
								margin-top: -1em;
								font-size: 120%;
								font-weight: bold;
							}
							
							div#content div.leader #checkout ol li span.amount {
								display: block;
								float: left;
								margin-left: 150px;
								margin-top: -1.2em;
								font-size: 100%;
							}
							
							div#content div.leader #checkout p.info, div#content div.leader #checkout p.sumtotal, div#content div.leader #checkout p.shippingtotal, div#content div.leader #checkout p.grandtotal {
								display: block;
								text-align: right;
								width: 64%;
								font-size: 125%;
								margin: 0 auto;
							}
							
								div#content div.leader #checkout p.grandtotal {
									font-size: 150%;
									border-top: 1px double #666;
								}
							
								div#content div.leader #checkout p.info span, div#content div.leader #checkout p.sumtotal span, div#content div.leader #checkout p.shippingtotal span, div#content div.leader #checkout p.grandtotal span {
									font-weight: bold;
									font-size: 125%;
									color: #EB631E;
								}
				
		div#content div.leader img.right {
			float: right;
			margin-top: -9%;
			margin-right: -25px;
		}
	
	div#content div.story {
		width: 273px;
		margin-top: 8px;
		padding: 0;
		padding-bottom: 12px;
		background: #fff;
		border-left: 3px solid #1d3b2f;
		border-top: 3px dashed #1d3b2f;
		border-right: 2px solid #222;
		border-bottom: 2px solid #222;
	}

		div#content div.odd {
			float: left;
			clear: left;
			margin-left: 8px;
		}
		
		div#content div.even {
			float: right;
			clear: right;
			margin-right: 13px;
		}
		
		div#content div.wide {
			float: left;
			clear: left;
			margin-left: 2px;
			border: none;
			width: 585px;
			background: #fff;
			border: 2px dotted #CCC;
		}
					
		div#content div.story p, div#content div.story form, div#content div.story address {
			margin: 0;
			padding: 1ex 15px;
			font-size: 90%;
			color: #666;
			text-align: justify;
		}

			div#content div.wide p, div#content div.wide form {
				margin: 0;
				padding: 1ex 15px;
				font-size: 90%;
			}


			div#content div.story p img {
				display: block;
				margin: 0 auto;
				padding: 4px;
			}
		
			div#content div.story p img.left {
				float: left;
				margin-left: -23px;
				padding-top: 5px;
				padding-right: 5px;
			}

			div#content div.story p img.right {
				float: right;
				margin-right: -23px;
			}
		
		div#content div.story .last {
			margin-bottom: 23px;			
		}
		
		div#content div.story h1, div#content div.story h2 {
			padding: 12px 0 3px;
			margin: 0 15px;
			border-bottom: 1px solid #ccc;
			color: #EB631E;
			font-size: 180%;
			font-weight: normal;
			font-family: georgia;
			
		}
		
			div#content div.wide h1, div#content div.wide h2 {
				padding: 24px 15px 0;
				margin: 0;
				color: #EB631E;
				font-size: 120%;
				font-weight: bold;
				background: #fff;
			}
		
		div#content p a {
			text-decoration: none;
			color: #C6013C;
		}
		
			div#content p a:focus, div#content p a:hover {
				text-decoration: underline;
			}

	div#content ul.products, div#content ul.categories, div#content ul.productlines {
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 22px;
		margin-left: 3px;
		margin-bottom: 10px;
	}
	
		div#content ul.products li, div#content ul.categories li, div#content ul.productlines li {
			display: block;
			background: #fff;
			border: 1px dotted #CCC;
			width: 120px;
			margin: 6px;
			margin-left: 5px;
			margin-bottom: 13px;
			margin-top: -3px;
			float: left;
			padding: 5px;
			border-left: 3px solid #1d3b2f;
			border-top: 3px dashed #1d3b2f;
			border-right: 2px solid #222;
			border-bottom: 2px solid #222;
		}
		
			div#content ul.products li div {
				position: relative;
				height: 22em;
				width: 100%;
			}
			
			div#content ul.categories li div {
				position: relative;
				height: 15em;
				width: 100%;
			}
			
			div#content ul.productlines li div {
				position: relative;
				height: 18em;
				width: 100%;
			}
		
			div#content ul.products li img, div#content ul.categories li img {
				display: block;
				margin: 8px auto;
				position: absolute;
				bottom: 2em;
			}
			
				div#content ul.productlines li img  {
					display: block;
					margin: 8px 0;
					margin-left: -3px;
					position: absolute;
					bottom: 0;
				}
			
				div#content ul.products li a img, div#content ul.categories li a img, div#content ul.productlines li a img {
					border: none;
				}
			
			div#content ul.products li p.price {
				display: block;
				position: absolute;
				bottom: 3px;
				left: 3px;
				width: 39%;
				text-align: left;
				font-weight: bold;
			}
				
			div#content ul.products li p.buy {
				display: block;
				position: absolute;
				bottom: 3px;
				right: 3px;
				width: 60%;
				text-align: right;
			}
			
				div#content ul.products li p.buy a {
					padding-left: 20px;
					padding-top: 1px;
					padding-bottom: 2px;
					background: url("../img/plus.png") left no-repeat;
					font-weight: bold;
				}			
	
			div#content ul.products li h3, div#content ul.categories li h3, div#content ul.productlines li h3  {
				text-align: center;
				color: #666;
				font-family: georgia;
				font-weight: normal;
				font-size: 100%;
				padding: 0;
				margin: 0;

			}
			
				div#content ul.products li h3 a, div#content ul.categories li h3 a, div#content ul.productlines li h3 a {
					text-decoration: none;
					color: inherit;
				}
				
				div#content ul.products li h3 span.brand, div#content ul.productlines li h3 span.brand {
					font-size: 90%;
					display: block;
				}
				
				div#content ul.products li h3 span.productline a, div#content ul.categories li h3 a, div#content ul.productlines li h3 span.productline {
					font-size: 125%;
					display: block;
					color: #EB631E;
				}
				
					div#content ul.categories li h3 a {
						text-transform: uppercase;
						text-transform: capitalize;
					}
			
			div#content ul.products li p {
				color: #666;
				font-size: 77%;
			}
			
	div#content div#flashMessage, div#content div.error_message {
		background: #89b4a3;
		border: 1px solid #000;
		color: #000;
		width: 90%;
		margin: 1ex auto;
		padding: 1ex 1em;
	}
	
		.form_error {
			border: 1px solid #f46681;
		}
			

#sidebar {
	background: #000;
	float:left;
	width:158px;
	padding-bottom: 4000px;
	margin-bottom: -4000px;
	color: #FFF;
	position: relative;
	font-size: 110%;
	margin-top: -1.85em;
	overflow: hidden;
}

	#sidebar #winch img {
		font-size: 110%;
		top: 0;
		position: absolute;
		z-index: 2;
	}
	
	#sidebar #winch object {
		border: none;
		padding: 0;
		margin: 0;
		top: 0px;
		margin-left: -2px;
		position: absolute;
		z-index: 2;
	}

div#sidebar div#contactus {
	float: left;
	margin-top: 405px;
	margin-bottom: 2px;
	width: 149px;
	background: #fff;
	color: #000;
	margin-left: 4px;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	text-align: center;
}

	div#contactus p a {
		text-decoration: none;
		font-size: 110%;
		color: #666;
		display: block;
		width: 100%;
		font-weight: bold;
	}
	
		div#contactus p a:hover, div#contactus p a:focus, div#contactus p a:active {
			color: #EB631E;
		}
		
div#sidebar div#sponsors p img {
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    margin-left: 4px;
}

div#sidebar div#basket {
	float: left;
	margin-top: 10px;
	width: 149px;
	background: #fff;
	color: #000;
	margin-left: 4px;
	border-top: 3px dashed #000;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	min-height: 350px;
	padding-bottom: 3em;
	position: relative;
}

	div#basket h2 {
		text-align: center;
		padding-top: 8px;
		padding-bottom: 4px;
		background: #fff;
		color: #EB631E;
		margin: 0 4px;
		font-weight: bold;
		font-size: 110%;
		font-family: georgia;
	}
	
	div#basket p.info {
		display: block;
		margin: 2px 4px 0;
		border-bottom: 1px solid #ccc;
		min-height: 36px;
		padding-bottom: 10px;
		padding-left: 40px;
		background: #fff url("../img/bag_1") 3px 0 no-repeat;
		color: #666;
		font-size: 180%;
		font-family: georgia;
	}
	
		div#basket p span {
			font-size: 120%;
			color: #EB631E;			
		}
	
	div#basket ol {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
		div#basket ol li {
			position: relative;
			font-size: 100%;
			color: #666;
			clear: both;
			display: block;
			width: 100%;
			padding-bottom: 1.8em;
			margin-bottom: 4px;
			border-bottom: 1px dashed #ddd;
		}
		
		div#basket ol li img {
			float: left;
			clear: left;
			padding: 5px 0;
		}
		
		div#basket ol li span.description {
			display: block;
			padding-left: 25px;
		}
					
		div#basket ol li span.price {
			display: block;
			position: absolute;
			bottom: 5px;
			left: 9px;
			width: 39%;
			text-align: left;
			font-weight: bold;			
			font-size: 90%;
			color: #EB631E;
		}
		
		div#basket ol li span.amount {
			display: block;
			position: absolute;
			bottom: 5px;
			right: 3px;
			width: 60%;
			text-align: right;
			font-size: 90%;
			color: #EB631E;
		}
		
			div#basket ol li span.amount img {
				float: none;
				padding: 0 5px 5px;
				margin-bottom: -5px;
			}
		
	div#basket p.sumtotal {
		display: block;
		text-align: center;
		width: 100%;
	}
	
	div#basket div#flashMessage {
		width: 60%;
		padding: 2px 4px;
		background: #89b4a3;
		border: 1px solid #000;
		color: #000;
		margin: 0 auto;
		text-align: center;
	}
	
	div#basket p.checkout {
		display: block;
		text-align: center;
		position: absolute;
		bottom: 10px;
		width: 100%;
	}
	
		div#basket p.checkout a {
			text-decoration: none;
			background: #EB631E;
			color: #fff;
			padding: 4px 8px;
			border: 1px solid #666;
			margin: 0 auto;
		}
		
div#sidebar div#loggedin {
	width: 149px;
	background: #fff;
	color: #000;
	margin-top: 10px;
	margin-left: 4px;
	float: left;
	clear: both;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	padding-bottom: 3em;
	position: relative;
}

	div#sidebar div#loggedin p {
		padding: 4px;
		text-align: center;
	}

	div#loggedin p.user {
		color: #666;
		font-family:georgia;
		font-size:130%;
		margin-bottom: -4px;
		padding-top: 6px;
	}
	
	div#loggedin p.logout {
		display: block;
		position: absolute;
		bottom: 10px;
		width: 100%;
		right: -4px;
	}
	
		div#loggedin p.logout a {
			text-decoration: none;
			background: #EB631E;
			color: #fff;
			padding: 4px 8px;
			border: 1px solid #666;
			margin: 0 auto;
		}
		
#copyright {
	background: none;
	font-size: 85%;
	color: #fff;
	position: absolute;
	bottom: 5px;
	right: 5px;
	clear: both;
}

#footer {
	background: none;
	clear:both;
	margin:0 auto 5px;
	padding: 0;
	width:758px;
}

	#footer p {
		padding:2px 5px;
		margin:0;
		text-align: right;
    }
	
	#footer a {
		font-size: 85%;
		color: #C6013C;
		text-decoration: none;
		margin: -1px auto;
	}
	
/* CakePHP Debug SQL Log table */
table.cakeSqlLog {
	display: hidden;
	position:fixed;
	bottom:0;
	margin:0;
	background: white;
}

	table.cakeSqlLog caption {
		background: white;
	}

.cakeSqlLog tbody {
	height:100px;
	overflow:scroll;
}