/*
-------------------------------------------------
URI: http://www.databax.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
	4.2 footer links
	
5: TEMPLATE / PAGE SPECIFIC
    5.1 content list
	5.2 certified logos
	5.3 compliance
	5.4 main h tags 
	
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:url(../images/backgrounds/tile.jpg) repeat-x #000000 }
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:#000; 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.2em; color:#fff; margin:0 0 12px 0; line-height:180% }
a { color:#9d4ba0 }
a:hover { color:#fcfcfc; text-decoration:underline }

ul { margin:0 0 12px 0; font-size:1.2em }
ol { margin:0 0 12px 0; font-size:1.2em }
dl { margin:0 0 12px 0; font-size:1.2em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#000; font-style:normal; margin-bottom:20px }
blockqoute {  }
table { }
th, td {  }
fieldset { border:1px solid #ccc; }
legend { clear: both; font-size: 14px}
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }
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:1000px;}

/* 3.3 - wrapper */
div#wrapper {  }

/* 3.4 - header */
div#header {  }

/* 3.5 - content */
div#content {  }

/* 3.6 - primary content */
div#primary-content { width:480px; float:left; color:#ffffff; padding:15px 20px 15px 5px; }
div#primary-content-contact { width:480px; float:left; color:#ffffff; padding:15px 40px 15px 5px; }

/* 3.7 - secondary content */
div#secondary-content { position:relative; width:471px; float:left; color:#ffffff; padding:0px; }
div#secondary-content-contact { position:relative; width:471px; float:left; color:#ffffff; padding-top:75px; }
div#secondary-content-free { position:relative; width:471px; float:left; color:#ffffff; padding-top:35px; }
div#secondary-content-help { position:relative; width:471px; float:left; color:#ffffff; padding-top:76px; }

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - page banner */
div#page-banner {  height:320px }
div#help-banner {  height:320px; background:url(../images/other/flash-header.jpg) center }

/* 3.9 - footer */
div#footer { background:#3d3d3d; padding:10px 0 0 0 ; color:#ffffff; margin-top:-4px; border-bottom:solid 2px #000  }
div#footer-inner { width:983px; margin:0px auto; }
div#footer-image { width:1000px;margin:0 auto; background:#3d3d3d url(../images/other/footerlogos.gif) no-repeat; padding-bottom:100px }
div#footer-outer { background:#3d3d3d }

div#basescript h1 { color:#fff; }
div#basescript { width:900px; margin:auto; color:fff; padding-top:50px; font-size:0.9em; clear:both }


/* -----------------------------------------------
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 }

/* 4.2 - footer links */
ul#footer-links { float:right; list-style:none }
ul#footer-links li { float:left; font-size:0.8em; padding-left:3px }
ul#footer-links li a {color:#ffffff; text-decoration:none }
ul#footer-links li a:hover { color:#d48bce} 

div#footer-inner span { float:left; font-size:0.9em; margin:0 }
div#foote-inner span a { color:#d48bce; text-decoration:none }
div#footer-inner span a:hover { color:#ffffff; text-decoration:none }


/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* 5.1 content list */
dl.index-primary-content-list { padding-top:10px }
dl.index-primary-content-list dt { font-size:1.3em; font-weight:bolder; padding-bottom:5px }
dl.index-primary-content-list dd { padding-bottom:5px }
dl.index-primary-content-list dd span { color:#d48bce }

dl.index-secondary-content-list { width:185px; float:left; padding-top:10px; margin:0 40px 40px 10px}
dl.index-secondary-content-list.last { width:90px; float:left; padding-top:10px; margin-right:0px }
dl.index-secondary-content-list dt { color:#fff; font-size:1.6em; padding-bottom:10px; line-height:120%; letter-spacing: -1px; font-weight:bolder; }
dl.index-secondary-content-list dd { padding-bottom:5px; line-height:160% }
dl.index-secondary-content-list dd span { color:#b251a9 }
dl.index-secondary-content-list a { color:#b251a9; font-weight:bold; text-decoration:underline }
dl.index-secondary-content-list a:hover { color:#d48bce; text-decoration:underline }

/* 5.2 certified logos */
div#certified-logos { clear:both; width:983px; height:51px; background:url(../images/other/certified-logos.jpg) no-repeat;  }

/* 5.3 compliance */
div#compliance { padding:27px}

/* 5.4 main h tags */
h1.ttl-main { font-size:3.2em; color:#fff; line-height:140%; letter-spacing: -1px; font-weight:bolder; margin-top:-9px; }
h1.ttl-help { font-size:3.2em; color:#fff; line-height:140%; letter-spacing: -1px; font-weight:bolder; margin-top:10px; }
h2.ttl-main { font-size:3.2em; color:#fff; line-height:140%; letter-spacing: -1px; font-weight:bolder; margin-top:-9px; }
h2.ttl-help { font-size:3.2em; color:#fff; line-height:140%; letter-spacing: -1px; font-weight:bolder; margin-top:10px; }

ul#follow-databax li { display:block; float:left }
ul#follow-databax li a { height:60px; width:110px; text-align:center; list-style:none; font-size:1.4em; padding-top:15px; line-height:110%; color:#fff; display:block }
div.wrapper {   width:1000px; margin:10px auto; text-align:left  }

ul#basewords { float:right; color:#fff; list-style:none; width:500px	 }
ul#basewords li { float:right; margin-left:7px; line-height:2.0em }
ul#basewords strong { font-weight:normal }

#facebook-logo { background:url(../images/facebook-logo.jpg) no-repeat; padding-left:70px }
#twitter-logo { background:url(../images/twitter-logo.jpg) no-repeat; padding-left:61px }



#news { margin:-10px 0 0 0; }
#news .news-inner { padding:10px; background:#333}
#news .news-inner ul { margin:0 0 0 15px}


#news h1,h2,h3,h4,h5 { color:#913695; margin:0 }
#news .header a { cursor:pointer; display:block; line-height:140%; color:#fff; padding:10px; border-bottom:1px solid #333; background:#913695 }
#news .header a:hover { background:#666; text-decoration:none }

#news table { border:1px solid #000!important }

#news .two-col-div { width:48%; float:left; margin:0 2% 0 0 }
#news .two-col-div ul li { margin:0 0 0 0}
#news .two-col-list { width:48%; float:left }




/* -----------------------------------------------
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 }
.xpad { padding-bottom:400px }
.xpad-top { padding-top:50px }
.span { color:#b251a9 }
.flashpad { margin-bottom:3px }
.inline { display:inline }
#news .bullet-list {list-style:square!important; padding:0 0 0 20px}