@import url(reset.css);
@import url(superfish.css);

html {
	color:#fff;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	background:#463225 url(/wp-content/themes/bretts/images/background.png?1) repeat center;
}

h2 {
	font-size: 170%;
	color:#de301f;
	margin: 0.5em 0;
}

h2:first-child {
	margin-top:0;
}

#signature {
	font-size: 20px;
}

a, a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color: #de301f;
}

table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	table-layout: fixed;
}

p {
	line-height: 1.3em;
}

table td,
table th {
	vertical-align: top;
	padding: 0.2em;
}

table tr {
	border-top: 1px solid #eee;
}

blockquote {
	font-size: 85%;
	margin: 10px 0;
	padding: 20px;
	background-color: #333;
	position: relative;
}

blockquote em {
	display:block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
}

div.cf_info.success {
	background-color: #666;
	font-size: 120%;
	padding: 20px;
}

#wrap {
	width:960px;
	margin:0 auto;
	padding-bottom:20px;
}

#header {
	height:140px;
	position:relative;
	background: url(/wp-content/themes/bretts/images/background-gradient-head.png?1) repeat-x bottom;
	z-index: 1;
}

#home-link {
	display:block;
	height:80px;
	width:320px;
	background:url(/wp-content/themes/bretts/images/sprites.png?1) no-repeat;
	background-position:0 0;
	position:absolute;
	bottom:10px;
	left:0;
	text-indent:-5000px;	
	outline:none;
}

#menu-container {
	position:absolute;
	right:0;
	bottom:10px;
	height:140px;
	width:640px;
}

#menu {
	position:absolute;
	z-index: 2;
	bottom:0;
}

#banner-container, #body-container, #quote-container {
	background-color: #463225;
}

#banner-container {
	height:130px;
	position: relative;
}

.home #banner-container {
	height:320px;
}

#body-container {
	padding:10px 20px;
}

.home #body-container {
	padding: 10px;
}

#breadcrumb-container {
	background: url(/wp-content/themes/bretts/images/background-breadcrumb.png?1);
	padding: 0 240px 0 20px;
	margin:0;
}

#breadcrumb-container p {
	line-height:50px;
	font-size:20px;
	vertical-align:middle;
	padding:0;
	margin:0;
}

#breadcrumb-container p a {
	text-decoration:none;
	outline: none;
}

#breadcrumb-container p a:hover {
	color: #de301f;
}

#quote-container {
	position: relative;
	padding:20px;
	-moz-border-radius: 0 0 10px 10px;
	margin-bottom:10px;
}


#quote {
	padding: 0px 110px 0px 30px;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	line-height: 1.6em;
	margin: 0;
}

#signature {
	text-align:right;
	margin: 0 0 0 0;
	position: relative;
}

#signature img {
	position:absolute;
	bottom: -30px;
	right: -100px;
}

#footer {
	padding: 0 25px;
	font-size:160%;
	color: #000;
}

#footer p {
	margin:0 0 0 0.5em;
	float:left;
	vertical-align: baseline;
}

#footer p:first-child {
	margin:0;
}

#footer a,
#footer a:visited {
	text-decoration:none;
	color:#000;
}

#footer #footer-links {
	float:right;
}

#body {
	float:left;
	width:676px;
}

.home #body {
	float:none;
	width:960px;
}

#sidebar {
	width:234px;
	margin:47px 0 0 686px;
}

#sidebar img {
	display:block;
	margin-bottom: 10px;
}

#tiles {
	background-image: url(/wp-content/themes/bretts/images/tile-columns.png?1);
	background-repeat: repeat-y;
	width: 940px;
}

#tiles .tile {
	width:220px;
	float:left;
	margin-left: 20px;
}

#tiles .tile:first-child {
	margin-left: 0px;
	padding-left: 0px;
}

#call-to-action {
	display:block;
	position:absolute;
	top:0px;
	left: -30px;
	background: url(/wp-content/themes/bretts/images/sprites.png?1) no-repeat -160px -160px;
	width:200px;
	height:150px;
	text-indent: -5000px;
	outline: none;
}

#call-to-action.functions {
	background-position: -640px -160px
}

#call-to-action.weddings {
	background-position: -400px -160px
}

#call-to-action.catering {
	background-position: -160px -310px
}

#footer-address {
	margin: 1em 0 0 0;
	text-align: center;
	font-size: 80%;
	color:#666;
}


#sitemap {
	margin: 0;
	font-size: 90%;
}

#sitemap a,
#sitemap a:visited {
	text-decoration: none;
}

#sitemap div {
	width: 160px;
	float:left;
	margin-right: 9px;
}

#sitemap li,
#sitemap ul {
	list-style-type: none;
	margin: 0;
}

#sitemap ul ul {
	margin-left: 10px;
}

#sitemap #remainder {
	clear: both;
	float: none;
	width: auto;
}

/***************************************************************
 * Default form styles
 **************************************************************/

p.linklove {
	display:none;
}

.cf_info.failure {
	background: #ffc2c8;
	color:#000;
	padding: 20px;
}

.cf_hidden {
	display:none;
}


span.reqtxt,
span.emailreqtxt {
	margin-left: 1em;
}
fieldset {
	padding:10px;
}

fieldset legend {
	margin: 1em 0;
	font-weight:bold;
	font-size: 108%;
	color: #fff;
}

fieldset ol {
	padding: 0 0 1em 0;
	margin:0;
	list-style:none;
}

fieldset li {
	padding: 3px;
	margin:0 0 5px 0 !important;
	list-style:none;
	float: left;
	clear: left;
	width:100%;
	line-height:25px;
}

fieldset li.error {
	background:#ffd1d4;
}

fieldset li em.error {
	margin-left:1em;
}

/* Checkbox groups */
fieldset li.cf-box-group {
	padding-left: 11em;
	width: auto;
}

fieldset li.cf-box-group input {
	display: inline;
}

fieldset li.cf-box-group label {
	float: none;
	display: inline;
	width: auto;
	margin-left: 2em;
}

fieldset li.cf-box-group label.cf-group-after {
	margin:0 0 0 5px; 
	width: auto; 
	text-align:left;
}

.cf-sb {
	border-style: none;
	text-align:right;
	float: none;
	width: auto;
}

label {
	float:left;
	width: 10em;
	margin-right: 1em;
}

input.text, textarea {
	border: 1px solid #cccccc;
	padding:3px;
}
textarea {
	width:30em;
	height:10em;
}
fieldset fieldset {  
	margin-bottom: -1.2em;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
	padding:0;
}
fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
}
fieldset fieldset ol {  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 11em;  
	padding: 0;
}
fieldset fieldset ol li {
	margin:0;
	padding:0;
}
fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}

input.text.postcode {
	width:4em;
}

/***************************************************************
 * Clear some floats!
 **************************************************************/
.clearfix:after,
 #navigation li.sub-level-0:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}