/* CSS Document */

@import "/css/reset.css";
@import "/css/generic.css";
/*@import "/css/tables.css";*/
/*=============================================
                STRUCTURE
==============================================*/
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('/fonts/Chunkfive-webfont.eot');
    src: url('/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chunkfive-webfont.woff') format('woff'),
         url('/fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
	height: 100%;
	background-color: #C1C1C1;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C1C1C1;
	font-size: 100%;
	color: #CCCCCC;
	width: 100%;
	height: 100%;
	background-image: url(/images/new_header.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#masthead {
	padding: 0px;
	margin: 0;
	height: 185px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 950px;
	margin: 0 auto;
	margin: 0 auto -8em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 760px;
	float: right;
}
#left {
	width: 200px;
	float: left;
	margin-top: 170px;
}
#left .content {
	padding: 12px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.65em;
	margin-top: 54px;
}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}
.push {
	height: 8em;
	clear: both;
}
#footer {
	height: 8em;
	clear: both;
	background-color: #AB9696;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-right: 5px;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	padding-right: 5px;
}
#footer a:link {
	color: #006699;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	text-align: right;
	padding-left: 0px;
	line-height: 12px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#right a:link {
	color: #006699;
	text-decoration: none;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #FFFFFF;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #666666;
	padding: 0 0 0 6px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #93BCCF;
}
#wrapper .menulist a:hover {
	border-color: #D37DAA;
	color: #009999;
}
.p7uberlink {
	/*font-weight: bold !important;*/
	/*letter-spacing: 0.15em;*/
	border-color: #D3C373 !important;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 106%;
	color: #FFF;
	margin-bottom: 1em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-top: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 9px;
}
h1 {
	font-size: 400%;
	color: #E3E3E3;
	margin-bottom: 1em;
	text-transform: lowercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 9px;
	letter-spacing: 2px;
	font: 45px/50px 'ChunkFiveRegular', Georgia, serif;
	text-shadow: 2px 2px 2px #999;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #CCCCCC;
	margin-bottom: -0.8em;
	letter-spacing: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 9px;
}
h4 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#p7bod #wrapper #column_wrapper #right .content ul {
	color: #666666;
	font-size: 12px;
	width: 720px;
}
.holidays {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E8B5BB;
	padding-left: 10px;
}
.bankholidays {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00CCCC;
	padding-left: 10px;
}
/*=========== STICKY BOTTOM ===================*/

body > #wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#column_wrapper {
	padding-bottom: 85px;
	/* [disabled]overflow: auto;
*/
}  /* must be same height as the footer */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*=========== PACKAGING UL ===================*/

#display {
	list-style-type: none;
	margin-top: 20px;
	width: 680px;
}
#display li {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: center;
	height: 150px;
	font-size: 10px;
	line-height: 16px;
	display: block;
	width: 150px;
	background-image: url(/images/frame.png);
	background-repeat: no-repeat;

}
#display img {
	display: block;
	border: 1px solid #CCCCCC;
	margin-top: 16px;
	margin-left: 16px;
	height: 117px;
	width: 117px;
}
#display a img {
	border: 1px solid #999999;
}
#display a:hover img {
	border: 1px solid #FF9933;
	position: relative;
}

#display li a .caption {
	height: 114px;
	width: 109px;
	margin-left: 16px;
	margin-top: -119px;
	z-index: 2;
	position: relative;
	background-image: url(/images/caption.png);
	color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-top: 5px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
#display li a .caption strong {
	color: #FC6;
}
#display img {
	border: 1px solid #FF9933;
}
/*=========== TWITTER ===================*/

#twitter_div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 40px;
	list-style-type: none;
}
twitter-div a {
	color: #0099CC;
}
#twitter_div ul {
	list-style-type: none;
}

/*#right .content .about li {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -0.5em;
	margin-left: 10px;
	list-style-type: square;
	padding-left: 10px;
}
*/
.big-text {
	font-size: 36px;
	font: 45px/50px 'ChunkFiveRegular', Georgia, serif;
	line-height: 55px;
	color: #DEDEDE;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px #999;
	
}
.med-text {
	font-size: 24px;
	font: 35px/50px 'ChunkFiveRegular', Georgia, serif;
	line-height: 50px;
	color: #CECECE;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px #999;
}
.small-text {
	font-size: 18px;
	font: 25px/50px 'ChunkFiveRegular', Georgia, serif;
	line-height: 50px;
	text-shadow: 2px 2px 2px #CCC;
	color: #A6A6A6;
	letter-spacing: 2px;
}
.reuters {
	height: 100px;
	width: 200px;
}
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	background-color: transparent;
	background-image: url(/images/tooltip/black_arrow.png);
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	margin-top:100px;
	width: 740px;
	margin-bottom: 15px;
	height: 300px;
	background-image: url(/images/slider_background.png);
	padding: 10px;
	background-repeat: no-repeat;
}
#slider {
	width:740px;
	height:270px;
	background:url(/images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
	background-image: url(/images/slider/arrows.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}
#lastfmrecords {
	text-align: left;
	padding: 0px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#lastfmrecords ol {
	margin: 0px;
	padding: 0px;
}
#lastfmrecords ol li {
	margin-right: 10px;
}
#lastfmrecords ol li a img{
	height: 126px;
	width: 126px;
}
.content ol > p {
	color: #777;
	line-height: 16px;
}
.content ol > a {
	color: #36F;
	line-height: 16px;
}
#social-media-icons li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	font-size:16px;
	height:70px;
	width:156px;
	padding:25px;
	color:#fff;
	background-color: transparent;
	background-image: url(/images/tooltip/black_arrow2.png);
	background-repeat: no-repeat;
}
/* style the trigger elements */
#social-media-icons li img {
	border:0;
	cursor:pointer;
	margin:0;
}
.no-js #p7bod #wrapper #column_wrapper #right .content #social-media-icons #test {
	height: 100px;
	width: 700px;
}

/*============================*/
/*=========== CSS3 ===========*/
/*============================*/
#test {
	color: #FFF;
	background-color: #666;/* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	background: -moz-linear-gradient(top, #666, #999);
	height: 100px;
	width: 200px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
	text-shadow: 3px 3px 10px #ff0000;
	
}

