/*

Steve Gibson
http://www.cheapbiscuit.co.uk



*/

/* RESET */

* 				{ margin: 0; padding: 0; }
html 			{ overflow-y: scroll; }
html, body 		{ height: 100%; }
body 			{ font-size: 62.5%; font-family: Verdana; color: #272727; background-image: url(/images/background.jpg); }
ul 				{ list-style: square inside; }
ol 				{ list-style:  decimal inside; }
a 				{ outline:  none; text-decoration: none; }
a img 			{ border: none; }
img 			{ vertical-align: middle; }
table 			{ border-collapse: collapse; }


/* UTILITY */

.floatLeft		{ float: left; }
.floatRight		{ float: right; }
.clear			{ clear: both; }
.button			{ border: 1px solid #272727; background: white; padding: 3px 8px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 272727; }
.button:hover	{ background: #990000; color: white; }


/* STRUCTURE */

#page-wrap		{ width: 960px; margin: 0px auto -250px; min-height: 100%; height: auto !important; height: 100%; }
#push			{ height: 250px }
#left-sidebar	{ width: 240px; float: left; margin-right: 20px; }
#main-col		{ width: 440px; float: left; margin-right: 20px }
#right-sidebar	{ width: 240px; float: right; }


/* HEADER */

h1#logo			{ width: 254px; height: 52px; background: url(/images/logo.jpg) top left no-repeat; text-indent: -9999px; margin: 0 0 8px 0; float: left; }
#top-bar		{ padding: 20px 0 0 0; }
form#searchform	{ margin: 0 0 10px 0; float: right; }
#about			{ width: 92px; height: 52px; background: url(/images/about.jpg) top left no-repeat; text-indent: -9999px; margin: 0 0 8px 0; float: left; }
#events			{ width: 106px; height: 52px; background: url(/images/events.jpg) top left no-repeat; text-indent: -9999px; margin: 0 0 8px 0; float: left; }
#gallery			{ width: 122px; height: 52px; background: url(/images/gallery.jpg) top left no-repeat; text-indent: -9999px; margin: 0 0 8px 0; float: left; }
#podcast			{ width: 117px; height: 52px; background: url(/images/podcast.jpg) top left no-repeat; text-indent: -9999px; margin: 0 0 8px 0; float: left; }
#contact			{ width: 125px; height: 52px; background: url(/images/contact.jpg) top left no-repeat; text-indent: -9999px; margin: 0 0 8px 0; float: left; }

/* MENU */

#menu-bar		{ padding-top: 11px; margin-bottom: 20px; }

ul#main-nav	li	{ display: inline; }

/* LEFT NAV */

#events-head	{ width: 240px; height: 30px; background-color: red; }

#events			


/* MAIN-COL */

#banner

#news



/* RIGHT NAV */

#social			{ width: 240px; height: 30px; background-color: red; }

#flikr			{ float: none }


/*
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
/*
