/* @override http://yourboybrian.com/css/style.css */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

/* v2 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

body {
	font: 11px/10px Verdana;
	color: #000000;
	background-color: #ebd9cf;
}

a {
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	color: #ebd9cf;
	background-color: #000;
}

div#super_container {
	margin-top: 0px;
	height: 750px;
	min-width: 900px;
	background: url(images/yourboybrian_bgE.jpg) no-repeat 50%;
}

div#container {
	display: block;
	width: 900px;
	margin: auto;
	padding-top: 200px;
}


#masthead {
	width: 900px;
	margin: auto;
	
}

h1 {
	display: block;	
	height: 95px;
	width: 320px;
	background: url(images/yourboybrianG.gif) no-repeat;
	text-indent: -9999em;
	
}

div.content {
	margin-top: 13px;
	padding-top: 13px;
}

div#left.content {
	border-top: 1px dotted #000000;
	width: 332px;
	float: left;
}

div#right.content {
	border-top: 1px dotted #000000;
	width: 335px;
	float: right;
	padding-left: 20px;
}

input.booking_field {
	border: 1px solid #000000;
	margin-bottom: 5px;
	padding: 5px;
	width: 324px;
	font: 11px Verdana;
	background-color: #ebd9cf;
	color: #00000;
}

input:focus.booking_field {
	border: 2px solid #000000;
	margin-bottom: 3px;
	padding: 5px;
	width: 322px;
	font: 11px Verdana;
	background-color: #ebd9cf;
	color: #000000;
}

input.submit {
	border: none;
	background: #fff;
	
	padding: 5px 5px 5px 0px;
	font: small-caps bold 14px Verdana;
	color: #000;
	background-color: #ebd9cf;
}


textarea.booking_field {
	border: 1px solid #000;
	text-indent: -4px;
	padding: 5px;
	width: 324px;
	height: 100px;
	font: 11px Verdana;
	background-color: #ebd9cf;
	color: #000;
}

div#linksA clearfix {
	
}

#linksA {
	float: left;
	width: 320px;
}

#linksB {
}

ul#menu {
	margin-bottom: 50px;
}

ul.column {
	float: left;
	width: 150px;
	margin-right: 10px;
}

ul#menu li {
	margin-bottom: 6px;
}

li.linebreak {
	padding-bottom: 10px;
}

.clear {
	clear: right;
}

.clearfix:after, .super_container:after, .container:after, .column:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .super_container, .container, .column {display: inline-block;}
* html .clearfix,
* html .super_container, * html .module, *html .column, *html .container {height: 1%;}
.clearfix, .super_container, .column, .container {display: block;}

