/* @override http://rubislaw.eidetic-design.co.uk/css.php?n=default */

/* @override http://s339088354.websitehome.co.uk/css.php?n=default */

/* ==========================================================================
   Styling and layout for all media
   ========================================================================== */


/* Abridged version of Normalize.css
   ========================================================================== */
/* original authors: Nicolas Gallagher and Jonathan Neal - http://necolas.github.com/normalize.css/ */

/* corrects block display not defined in IE7-9, Firefox3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* corrects inline-block display not defined in IE7-9, Firefox3 */
audio,
canvas,
video {
  display: inline-block;
  /* display and zoom IE7 fix for display:inline-block */
  *display: inline;
  *zoom: 1;
}

/* prevents modern browsers from displaying 'audio' without controls, remove excess height in iOS5 devices */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* addresses styling for 'hidden' attribute not present in IE7-9, Firefox3, Safari4 */
[hidden] {
  display: none;
}

html {
  /* corrects text resizing oddly in IE7 when body font-size is set using em units -
     http://clagnut.com/blog/348/#c790 */
  font-size: 100%;
  /* always force scrollbar padding so we don't get 'jumping' */
  overflow-y: scroll;
  /* prevents iOS text size adjust after orientation change, without disabling user zoom -
     http://www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-text-size-adjust: 100%;
  /* as above, for Windows Phone */
  -ms-text-size-adjust: 100%;
}

/* Addresses margins set differently in IE7 */
p,
pre {
  margin: 1em 0;
}

/* addresses style set to 'bolder' in Firefox3-4, Safari4-5, Chrome */
b,
strong {
  font-weight: bold;
}

/* addresses CSS quotes not supported in IE7, addresses quote property not supported in Safari4 */
q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

/* prevents sub and sup affecting line-height in all browsers */
sub,
sup {
  /* 12px */
  font-size: .85714285714286em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* removes border when inside 'a' element in IE7-9, Firefox3, improves image quality when scaled in IE7 -
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* consistent tables */
table {
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* make table cells align top and left by default */
th,
td {
  vertical-align: top;
  text-align: left;
}

/* addresses margins set differently in IE7 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 2em;
}

/* remove margins from nested lists */
dl dl,
ul ul,
ol ol {
  margin: 0;
}

/* addresses paddings set differently in IE7 */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}


/* 	---------------------------------------
	Aidan Rutherford's Styling for Rubislaw
	---------------------------------------
*/

/* Fonts */

@font-face {
    font-family: 'gotham_lightregular';
    src: url('fonts/gotham-light-webfont.eot');
    src: url('fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-light-webfont.woff') format('woff'),
         url('fonts/gotham-light-webfont.ttf') format('truetype'),
         url('fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @JQBanner CSS */

#jqb_object img{ 
	border: none;
}

div#bannerHolder {
	float: left;
	width: 100%;
	height: 320px;
	margin: 0px 0px 20px 0px;
}
#jqb_object { 
	position: relative;
	width:800px; 
	height:360px; 
	overflow:hidden;
	padding-top: 3px;
}


#jqb_object .jqb_bar{
	position:absolute;
	width:800px; height: 30px;
	left:0px;
	bottom:0px;
	opacity:0.7;
	filter:alpha(opacity=70);
	
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
}

#jqb_object .jqb_slide{
	position:absolute;
	width:800px; height:360px; 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-align: left;
}

#jqb_object .jqb_info{
	position:absolute;
	padding: 2px 10px 2px 10px;
	float: left;
}

#jqb_object .jqb_btn{
	width: 15px; height: 14px;
	margin: 10px 5px 2px 2px;
	float: right;
}
#jqb_object .jqb_btn_next{
	background-image:url(images/25.png);
}
#jqb_object .jqb_btn_prev{
	background-image:url(images/27.png);
}
#jqb_object .jqb_btn_pause{
	background-image:url(images/28.png);
}
#jqb_object .jqb_btn_play{
	background-image:url(images/26.png);
}

/* Layout */
html {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	background-image: url('images/1.jpg');
	background-repeat: no-repeat;
	background-position: 0px 130px;
}

div#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: none;
}

ul.nav{
	float: right;
	width: 90%;
	list-style: none;
	margin-bottom: 0px;
}


img.logo{
	float: left;
	margin-left: 10px;
}

div#rightcol, div#leftcol {
	height: 320px;
	margin-top: 50px;;
}

div#leftcol {
	width: 450px;
	float: left;
	margin-left: 30px;
	position: relative;
}

div#rightcol {
	width: 300px;
	float: right;
	overflow-y: auto;
	overflow-x: hidden;
}

div#media{
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#rMedia {
	width: 50%;
	float:  right;
}
div#lMedia {
	width: 50%;
	float: left;
}


/*scroll bar */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(192,227,244,1); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(192,227,244,1) ;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(75,173,216,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(49,140,226,0.4); 
}

/* navigation styling */

.nav li{
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 10pt;
	color: #808080;
	font-family: gotham_lightregular;
}

.nav a:link{
	font-family: inherit;
	text-decoration: none;
	color: inherit;
}

.nav a:visited{
	font-weight: inherit;
	color: inherit;
}

li.active {
	font-family: gotham_boldregular;
	color: black;
}

.active .angled {
	color: #4BADD8;
}

/* header styling */
h1, h2, h3, p {
	font-family: gotham_lightregular;
	color: #808080 ;
}

h1 {
	font-variant: small-caps;
	font-size: 1.4em;	
}

h2 {
	font-size: 1em;
	float: right;
	position: absolute;
	top: -10px;
	right: 0px;
	font-family: gotham_lightregular;
	font-weight: normal;
}

h3 {
	font-size: .8em;
	font-family: gotham_boldregular;}

p {
	font-size: 0.9em;
}

.blue {
	color: #4BADD8;
}

a:link {
	color: #4BADD8;
	text-decoration: none;
	font-family: gotham_boldregular;
	font-size: inherit;
}

a:visited {
	color: inherit;
}

img.gallery {
	
	float: left;
	padding: 5px;
	width: 90px;
	
}

#banner {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 0px;
}





