/*
-------------------------------------------------
URI: http://www.ableboard.co.uk/
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px; background:#000 }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#000 }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#000; margin:0 0 12px 0 }
h2 { font-size:1.5em; color:#c17bc6; margin:0 0 12px 0 }
h3 { font-size:1.4em; color:#000; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#000; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#000; margin:0 0 12px 0 }
p {  font-size:1.1em; color:#ccc; margin:0 0 12px 0; line-height:180% }
a { color:#cff83d }
a:hover { color:#fff; text-decoration:underline }

ul { margin:0 0 12px 0; font-size:1.1em }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#fff; font-style:normal; margin-bottom:20px }
blockqoute {  }
table { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#999; font-size:11px; color:#fff }
img { border:none }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { text-align:left;  margin:0 auto; width:865px }
div#top-bar { width:865px; }
div#top-bar #logo { float:left }
div#top-bar #flash-mp3-player { float:right; width:260px }

/* 3.3 - wrapper */
div#wrapper {  }

/* 3.4 - header */
div#header { background:#000; margin:0 0 20px 0 }
div#header-inner { }

ul#contact-details { float:right; text-align:right }
ul#contact-details li { list-style:none }

/* 3.5 - content */
div#content {  }

/* 3.6 - primary content */
body.two-column div#primary-content { width:593px; float:right }
body.single-column div#primary-content { width:805px; float:left; padding:0 20px }

/* 3.7 - secondary content */
body.two-column div#secondary-content { width:220px; float:left; color:#fff; padding:17px }

/* 3.7 - tertiary content */
body.index div#tertiary-content {  }

/* 3.8 - page banner */
div#page-banner { width:612px; height:219px; float:right; margin-right:5px }

/* 3.9 - footer */
div#footer { clear:both; background:url(../images/backgrounds/footer-logos.jpg) no-repeat 50% 100% ; margin-top:30px; padding:10px 10px 40px 10px; color:#fff; border-top:6px solid #666 }


/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }
ul#text-resize { text-align:right; background:#fff; font-size:1.4em; padding:10px 0 10px 0 }
ul#text-resize li { display:inline; list-style:none }

/* 4.2 - primary navigation */

ul#primary-navigation { float:left; width:199px; margin:20px 0 0 20px; border-top:1px solid #333  }
ul#primary-navigation li { margin:0; background:url(../images/backgrounds/arrow-right.jpg) no-repeat 95% 50%; border-bottom:1px solid #333 }
ul#primary-navigation li span { float:left; font-size:0.6em; color:#ffcc00; display:block; margin:0 5px 0 5px  }
ul#primary-navigation li a {color:#fff; text-decoration:none; font-size:1.4em; font-weight:bold; letter-spacing:-0.0em; padding:5px 15px 5px 0; display:block }
ul#primary-navigation li a:hover { color:#ffcc00; background:url(../images/backgrounds/arrow-up.jpg) no-repeat 95% 50% #191919}

/* 4.3 - footer links */
ul#footer-links { float:right; list-style:none }
ul#footer-links li {float:left; margin:0 0 0 3px}
ul#footer-links li a {color:#fff; text-decoration:none }
ul#footer-links li a:hover {color:#cff83d} 
div#footer span {float:left; font-size:1.1em; margin:0 0 0 0}
div#footer span a {color:#e9e9e9; text-decoration:none }
div#footer span a:hover {color:#cff83d}


/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* titles */
h1.ttl-medium { font-size:1.3em; color:#ccc }
h2.ttl-medium { font-size:1.3em; color:#ccc }
h1.ttl-medium span { color:#c17bc6 }
h2.ttl-medium span { color:#c17bc6 }

h1.ttl-large { font-size:1.8em; color:#ccc; font-weight:normal }
h2.ttl-large { font-size:1.8em; color:#ccc; font-weight:normal }
h1.ttl-large span { color:#fff }
h2.ttl-large span { color:#fff }
h1.ttl-large em { color:#cff83d; font-style:normal }
h2.ttl-large em { color:#cff83d; font-style:normal }

.ttl-welcome { background:url(../images/titles/welcome.jpg) no-repeat; width:292px; height:26px; text-indent:-9999px }
.ttl-whatsonsmall { background:url(../images/titles/whatsonsmall.jpg) no-repeat; width:292px; height:26px; text-indent:-9999px }
.ttl-downloads { background:url(../images/titles/downloads.jpg) no-repeat; width:585px; height:52px; text-indent:-9999px }
.ttl-team { background:url(../images/titles/team.jpg) no-repeat; width:585px; height:52px; text-indent:-9999px }
.ttl-gallery { background:url(../images/titles/gallery.jpg) no-repeat; width:585px; height:52px; text-indent:-9999px }
.ttl-resident { background:url(../images/titles/resident.jpg) no-repeat; width:585px; height:52px; text-indent:-9999px }
.ttl-whatson { background:url(../images/titles/whatson.jpg) no-repeat; width:585px; height:52px; text-indent:-9999px }
.ttl-contact { background:url(../images/titles/contact.jpg) no-repeat; width:585px; height:52px; text-indent:-9999px }

.ttl-dannywalsh { background:url(../images/dj/dannywalsh.jpg) no-repeat; width:586px; height:164px; text-indent:-9999px }
.ttl-djwelly { background:url(../images/dj/djwelly.jpg) no-repeat; width:586px; height:164px; text-indent:-9999px }
.ttl-bent { background:url(../images/dj/bent.jpg) no-repeat; width:586px; height:164px; text-indent:-9999px }
.ttl-mikeyb { background:url(../images/dj/mikeyb.jpg) no-repeat; width:586px; height:164px; text-indent:-9999px }

/* banners */
div.banner-index { width:900px; background:url(../images/banners/index.jpg) no-repeat top right;}

div#index-ctas { width:593px;}

div#welcome { width:292px; float:left; margin-top:20px }
div#this-months-news { width:292px; float:right; margin-top:20px }

div#flash { padding-left:25px }

ul.this-months-news-list { width:262px; float:right; margin:0 10px 10px 10px; color:#fff }
ul.this-months-news-list li { list-style:none }
ul.this-months-news-list li img { border:1px solid #8f8f8f }
ul.this-months-news-list li.news-img { float:left; height:50px; margin-right:10px }
ul.this-months-news-list li.news-date { font-weight:bold }
ul.this-months-news-list li.news-title { color:#a72ba2; font-weight:bold }
ul.this-months-news-list li a { display:block; text-align:right; color:#cff83d; text-decoration:none; padding-top:5px; margin-top:10px; border-top:1px solid #4d4d4d }
ul.this-months-news-list li a:hover {color:#fff; text-decoration:underline}

div#site-search {}

div#top-dj-mix-downloads {}
div#top-dj-mix-downloads ul { width:199px }
div#top-dj-mix-downloads ul li { list-style:none; background:url(../images/backgrounds/arrow-right.jpg) no-repeat 0% 50%; border-bottom:1px solid #333; padding:0 0 0 15px }
div#top-dj-mix-downloads ul li a { display:block; color:#999; text-decoration:none; font-weight:bold; padding:5px 0 }
div#top-dj-mix-downloads ul li a:hover {color:#cff83d}

/* gallery */
#gallery-large { float:right; width:593px }
#gallery-thumbs { }
#gallery-thumbs li { float:left; list-style:none; margin:0 8px 8px 0 }

/* whats on */
.whatson { width:585px; padding:25px 0 25px 0; border-bottom:#e9e9e9 1px solid; }
.whatson-inner img { clear: left; margin:0px 0 10px 10px }
.whatson-inner { border-left:5px #c8f037 solid; margin-left:20px; padding:3px 0 0 10px }
.whatson h3 { font-size: 30px; font:Arial, Helvetica, sans-serif; color:#cccccc; text-transform:capitalize; }
.whatson h3 span { color:#c17bc6; text-transform:capitalize; }
.whatson h4 { font-size: 18px; font:Arial, Helvetica, sans-serif; color:#c8f037;  }
.whatson p { font-size: 10px; font:Arial, Helvetica, sans-serif; color:#fff; line-height:10px; }


/* compliance */
div#compliance { width:200px; padding:0 0 0 50px }
div#compliance li { list-style:none; color:#fff }



body#gallery #gallery-nav li { border: none; float: left; margin-right: 10px }
body#gallery #gallery-nav li a { cursor: pointer }
body#gallery #gallery-thumbs { margin: 0 0 12px 0; padding: 0; width: 218px }
body#gallery #gallery-thumbs li { background: none; padding: 0; margin: 4px }
body#gallery #gallery-thumbs li img:hover { cursor:pointer }


/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.bold-text { font-weight:bold }
.curvey { background:#000; border: 1px solid #333 }
.dirty-line { background:url(../images/backgrounds/grunge-line.jpg) no-repeat; width:199px; height:4px; margin:10px 0 }