/**
 * MDLF CSS
 *
 * @filename    screen.css
 * @author      Simon Mills
 * @date        2009-05-01
 * @copyright   Liquid Light Digital Ltd.
 * @url         http: //www.liquidlight.co.uk
 */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 80%;
	color: #3F3F3F;
	background-color: #FFFFFF;
}
p {
	margin: 16px 0;
	line-height: 150%;
}
a {
	color: #478638;
	text-decoration: none;
}
a.back {
	background: url(../img/back_arrow.gif) no-repeat left center;
	padding-left: 15px; 
}
a.next {
	float:right;
	display: block;
	clear:none;
	background: url(../img/next_arrow.gif) no-repeat right center;
	padding-right: 15px; 
}
a:hover {
	color: #666666;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h1, h2, h3 {
	font-weight: normal;
	margin-bottom: 10px;
}
img {
	border: none;
	display: block;
}
a.linkimg {
	display: block;
}
a.linkimg:hover {
	background: red;
}
a.button-link {
	border-width: 0 1px;
	border-style: solid;  
	background: #FFFFFF url(../img/button_bg.gif) repeat-x;
	padding: 6px 16px;
	color: #666666;
}
a.button-link:hover {
	color: #888888;
}
a.routing-link {
	padding-left: 16px;
	background: url(../img/bullet_arrow.gif) no-repeat left center;
}

/**
 * Lists
 */
ul {
	margin: 16px 0 16px 10px;
}
ul li {
	padding: 5px 0 5px 10px;
	list-style-type: none;
	list-style-image: none;
	background: url(../img/bullet.gif) no-repeat left 12px;  
}
ul.bloglist,
ul.linklist {
	margin:10px 0;
}
ul.linklist li {
	background: url(../img/bullet_arrow.gif) no-repeat left center;
	list-style-image: none;
	padding: 5px 0 5px 16px;
}
ul.bloglist li {
	list-style-image: none;
	background-image: none;
	padding: 3px 0 3px 16px;
}
ul.bloglist li.selected {
	background: url(../img/bullet_arrow.gif) no-repeat left center;
}

/**
 * Forms
 */
form {
	overflow: visible;
}
input.textfield,
select,
textarea {
	border: 1px solid #D4D4D4;
	background: #F8F8F8;
	padding: 4px;
	font-size: 100%;
	color: #666666;
}
select {
	padding: 3px;
}
input.textfield {
	width: 75%;
}
body#blog input.textfield {
	width: 35%;
}
label {
	display: block;
	clear: both;
}
textarea.comments {
	display: block;
	width: 97%;
}
input.search,
input.button-link {
	overflow: visible;
	border: 1px solid #D4D4D4;
	background: #fff url(../img/button_bg.gif) repeat-x;
	padding: 3px 16px;
	color: #3F3F3F;
	margin: 15px 0;
	font-size: 100%;
}
p.comment_ok {
	border: 1px solid #478638;
	padding: 10px;
	color: #478638;
}
p.comment_error {
	border: 1px solid #983838;
	padding: 10px;
	color: #983838;
}
div.form-row {
	margin: 16px 0;
}

/**
 * Navigation
 */
ul.primary-nav {
	float: right;
	margin: 0;
	background: url(../img/nav_item_border.gif) no-repeat top right;
}
ul.primary-nav li {
	padding: 0;
	float: left;
	list-style-type: none;
	list-style-image: none;
	background: url(../img/nav_item_border.gif) no-repeat top left;
}
ul.primary-nav a {
	padding: 12px 10px;
	margin-left: 1px;
	display: block;
	color: #37375E;
	text-decoration: none;	
}
ul.primary-nav a:hover {
	color: #666666;
	text-decoration: none;	
}
ul.primary-nav a.active {
	background: url(../img/nav_item_bg.gif) repeat-x;
}
ul.secondary-nav {
	background: #F6F6F6;
	margin: 0;
}
ul.secondary-nav li {
	list-style-type: none;
	list-style-image: none;
	background: none;
	padding-left: 0;
	margin-bottom: 18px;
}
ul.secondary-nav li.last {
	margin-bottom: 0;
}
ul.secondary-nav a {
	color: #3F3F3F;
	display: block;
}
ul.secondary-nav a:hover {
	color: #666666;
}
ul.secondary-nav a.active {
	background: url(../img/secondary_nav_arrow.gif) no-repeat left center;
	padding-left: 20px;
}
ul.footer-navigation {
	margin: 0;
	padding-right: 1px;
	float: left;
	background: url(../img/footer_nav_item_border.gif) no-repeat bottom right;
}
ul.footer-navigation li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	background: url(../img/footer_nav_item_border.gif) no-repeat bottom left;
}
ul.footer-navigation a {
	padding: 65px 10px 12px 10px;
	margin-left: 1px;
	display: block;
	color: #37375e;
	text-decoration: none;	
}
ul.footer-navigation a:hover {
	color: #666666;
	text-decoration: none;	
}
ul.footer-navigation a.active {
	background: url(../img/footer_nav_item_bg.gif) repeat-x bottom left;
}

/**
 * Layout
 */
div.clear {
	clear: both;	
}
div#header {
	color: #37375E;
}
div#header div.inner {
	height: 103px;
}
body#home-client div#banner,
body#home-investor div#banner {
	min-height: 186px;
	background: #0F0F0F url(../img/header_img.jpg) no-repeat center bottom;
	clear: both;
}
body#lower div#banner,
body#lower-search div#banner,
body#lower-movie div#banner,
body#blog div#banner {
	height: 72px;
	background: #0F0F0F url(../img/header_img.jpg) no-repeat center bottom;
	clear: both;
}
body#blog div#banner {
	background: #0F0F0F url(../img/header_img_blog.jpg) no-repeat center bottom;
}
div#banner div.inner div.wrapper {
	min-height: 186px;
}

div#content {
	clear: both;
}
div#content div.content-wrapper {
	padding: 27px 0;
}
div#footer-routing {
	min-height: 270px;
	clear: both;
}
div#footer-routing div.footer-routing-wrapper {
	padding: 20px 0;
}
div#footer {
	height: 76px;
	clear: both;
}
div.inner {
	width: 940px;
	min-width: 940px;
	margin: 0 auto;
}
div#breadcrumb {
	font-size: 85%;
	margin-bottom: 16px;
}

div.links-column-one,
div.links-column-two {
	float: left;
	width: 140px;
	overflow: hidden;
}
div.links-column-one {
	margin-right: 20px;
}

/**
 * Three column layout
 */
div.three-column-layout div.column-one,
div.three-column-layout div.column-two,
div.three-column-layout div.column-three {
	float: left;
	width: 300px;
	overflow: hidden;
}
div.three-column-layout div.column-one,
div.three-column-layout div.column-two {
	margin-right: 20px;
}

/**
 * Homepage - Investor
 */
body#home-investor div#content div.three-column-layout div.column-two {
	display: none;	
}
body#home-investor div#content div.three-column-layout div.column-three {
	width: 620px;
}

/**
 * Lower level
 */
body#lower div#content div.three-column-layout div.column-one {
	width: 220px;
	margin-right: 40px;
}
body#lower div#content div.three-column-layout div.column-two {
	width: 420px;
	margin-right: 40px;
}
body#lower div#content div.three-column-layout div.column-three {
	width: 220px;
}
body#lower div#content div.three-column-layout div.column-one div.wrapper {
	padding: 20px;
	background: #F6F6F6;
}
/**
 * Lower level VIDEO page - loses one column
 */
body#lower-movie div#content div.three-column-layout div.column-one {
	display: none;
}
body#lower-movie div#content div.three-column-layout div.column-two {
	width: 680px;
	margin-right: 40px;
}
body#lower-movie div#content div.three-column-layout div.column-three {
	width:220px;
}

/**
 * Lower level search/blog page - loses one column
 */
body#lower-search div#content div.three-column-layout div.column-one,
body#blog div#content div.three-column-layout div.column-one {
	display: none;
}
body#lower-search div#content div.three-column-layout div.column-two,
body#blog div#content div.three-column-layout div.column-two {
	width: 680px;
	margin-right: 40px;
}
body#lower-search div#content div.three-column-layout div.column-three,
body#blog div#content div.three-column-layout div.column-three {
	width:220px;
}

/**
 * Logo
 */
div#logo {
	float: left;
	clear: none;
}
div#logo a img {
	display:none;
}
div#logo a {
	background: url(../img/logo.gif) no-repeat 0 center;
	display: block;
	width:164px;
	height: 103px;
}

/**
 * Search
 */
div#search-box {
	float: right;
	clear: right;
	margin-top: 24px;
	width:248px;
}
/*
div#search-box button {
	margin: 0;
	float:right;
	clear:none;
}
*/
div#search-box input.search {
	margin:0;
/* 	width:70px; */
}
div#search-box input.textfield {
	background: #F8F8F8;
	float:left;
	width: 150px;
	margin: 0 3px 0 0;
	background-image: none;
	padding: 4px;
}
div.mission {
	color: #FFFFFF;
	font-size: 130%;
	width: 40%;
	font-weight: normal;
	padding: 4.5% 0 4.5% 8px;
	line-height: 130%;
}
div.mission a {
	color: white;
}
div.mission a:hover {
	color: #888888;
}

/* tAbs */
div#tabs {
	color: #FFFFFF;	
}
div#tabs div.left {
	background: #414153;
	float: left;

}
div#tabs div.right {
	background: #867E73;
	float: right;
}
div#tabs div.left,
div#tabs div.right {
	width: 468px;
	padding: 0;
/* 	height: 36px; */
}
div#tabs div.left a.active,
div#tabs div.right a.active {
	padding-bottom: 13px;
}
div#tabs a {
	font-size: 110%;
	color:white;
	display: block;
	padding:9px;
}

/* Bar stuf */
div.bar {
	height: 20px;
}
div.bar.client {
	background: #414153;
}
div.bar.investor {
	background: #867E73;
}
div.bar.blog {
	background: #8ba182;
}
div#content div.three-column-layout div.column-two div.wrapper {
	padding: 0 10px;
}
body#lower div#content div.three-column-layout div.column-two div.wrapper {
	padding: 0;
}
img.right{
	float:right;
	margin: 0 0 20px 20px;
}
img.right.frame {
	border: 2px solid #BBBBBB;
}

/**
 * Call to action
 */
div.cta {
	margin-bottom: 30px;
}
h1.cta-header {
	background: #DFDFDF;
	font-size: 140%;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 0;
}
div.cta.basic h1.cta-header {
	background: #EDEDED;
	padding:10px 10px 0;
}
div.cta div.lower {
	background: #EDEDED;
	font-size: 85%;
}
div.cta.basic div.lower-wrapper {
	background: url(../img/cta_bg_fade.gif) repeat-x left bottom;
	padding: 10px;
}
div.cta.extended div.lower-wrapper {
	background: url(../img/cta_bg_fade.gif) repeat-x left bottom;
	padding: 10px;
}
div.cta.extended ul.linklist {
	margin: 0 0 12px 2px;
}
div.cta p {
	margin: 0;
}
div.cta ul {
	list-style-type: square;
	margin: 10px 0 16px 6px ; 
}

/**
 * News & Events & Blog
 */
h1.news-and-events {
	margin: 0;
}
div.news-item h2,
div.blog-item h2 {
	margin-bottom: 0;
}
div.news-item h2 {
	padding: 2px 10px 2px 40px;
}
div.blog-item h2 {
	padding: 2px 10px 2px 0;
}
div.news-item h2.event {
	background: url(../img/bullet_event.gif) no-repeat left 5px;
}
div.news-item h2.news {
	background: url(../img/bullet_news.gif) no-repeat left 5px;
}
div.news-item h2 a {
	display: block;
}
div.divider {
	margin: 10px 0;
	height: 1px;
	background: #DDD;
	overflow: hidden;
}
div.news-item span.date,
div.blog-item span.date,
div.blog-item span.topics,
div.news-item span.author,
div.blog-item span.author {
	font-size: 90%;
	color: #777777;
}
ul.news-linklist {
	margin:10px 0;
}
ul.news-linklist li {
	list-style-type: none;
	padding: 5px 0 5px 40px;
}
ul.news-linklist li.event {
	list-style-image: none;
	background: url(../img/bullet_event.gif) no-repeat left 7px;
}
ul.news-linklist li.news {
	list-style-image: none;
	background: url(../img/bullet_news.gif) no-repeat left 7px;
}
p.last-update {
	font-style: italic;
	color: #999999;
	font-size: 90%;
	margin: 0;
}
div.post-details {
	padding-left: 40px;
	margin-bottom: 16px;
}
div.blog-item div.post-details {
	padding-left: 0;
}
div.comment {
	background: #eee url(../img/comment_bg.gif) no-repeat bottom right;
	padding:15px 15px 30px 15px;
	line-height: 150%;
	margin-top: 20px;
	margin-bottom: 20px;
}
body#blog div.comment {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
div.comment div.whosaidit {
	text-align: right;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
}
/* Blog specific */


/**
 * Movie stuff
 */
body#home-client div.movie-info {
	padding: 16px;
	background: url(../img/movie_fade_bg.gif) repeat-x;
}
body#lower-movie div.movie-container {
	margin: 20px 0;
	height: 100%;
}
body#lower-movie div.movie-container div.movie-info {
	width: 52%;
}
body#lower-movie div.movie-container div.movie  {
	float: left;
}
body#lower-movie div.movie-container div.movie-info {
	float:right;
}
/*
div.movie {
	border: 2px solid #BBBBBB;
}
*/

/**
 * Search results page
 */
body#lower-search h1.sresults {
	margin-bottom: 25px;
}
span.searchword {
	background-color: #FFFF00;
}

/**
 * Case studies
 */
div.case-study {
	background: #E9E9EC;
	margin-bottom: 20px;
	height: 100%;
}
div.case-study div.left {
	width: 48%;
}
div.case-study div.right {
	width: 50%;
}
div.case-study div.left {	
	float: left;
}
div.case-study div.left div.wrapper {
	padding: 12px;
}
div.case-study div.right {
	float: right;
	position: relative;
}
div.case-study p {
	font-size: 85%;
	margin: 0;
}
div.case-study a.inner-link {
	position: absolute;
	top: 40%;
	right: -1px;
	z-index: 20;
	background: #FFFFFF url(../img/bullet_arrow.gif) no-repeat 96% center;
	padding: 5px 19px 5px 9px;
	display: block;
	font-size: 85%;
}

/**
 * Tables
 */
table.investor-table {
	border-collapse: collapse;
	margin: 1px 0 0 1px; 
}
table.investor-table td {
	text-align: center;
	width: 25%;
	border: 1px solid #BEBEBE;
	padding: 8px;
}
table.investor-table tbody td {
	font-size: 90%;
}
table.investor-table tbody th.label,
table.investor-table thead th.label {
	font-weight: bold;
	font-size: 100%;
	background: #E8E8EA;
	border: 1px solid #BEBEBE;
	padding: 8px;
}
table.investor-table thead td{
	border: none;
}
table.investor-table tfoot td {
	border: none;
	padding: 0 10px;
}
table.investor-table tfoot td span.table-button {
	background: url(../img/table_button_bg.gif) repeat-x;
	padding: 8px 50px;
	display: block;
}

/**
 * Campsite images (inside of articles)
 */
img.csi_left {
	float: left;
	margin: 5px 10px 10px 0;
}
img.csi_right {
	float: right;
	margin: 5px 0 10px 10px;
}
img.csi_middle {
	margin: 5px auto 10px;
}

/**
 * Footer
 */
div#footer-routing {
	background: #FFFFFF url(../img/footer_routing_bg_top.gif) repeat-x left top;
}
div#footer-routing div.footer-routing-bg-end {
	background: url(../img/footer_routing_bg_bottom.gif) repeat-x left bottom;
}
h1.routing-header {
	background: #DFDFDF;
	font-size: 140%;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 0;
}
div.routing-image {
	position: relative;
	display: block;
}
div.routing-image a.inner-link {
	position: absolute;
	top: 40%;
	right: -1px;
	z-index: 20;
	background: #FFFFFF url(../img/bullet_arrow.gif) no-repeat 96% center;
	padding: 5px 19px 5px 9px;
	display: block;
	font-size: 100%;
}
a.routing-image.invest {
	background: url(../img/cta_invest.jpg) no-repeat;
}
a.routing-image.apply {
	background: url(../img/cta_apply.jpg) no-repeat;
}
a.routing-image span {
	background: #FFFFFF url(../img/bullet_arrow.gif) no-repeat 96% center;
	padding: 9px 19px 9px 9px;
	margin-top: 13%;
	float: right;	
}

/**
 * Testimonial
 */
blockquote.testimonial {
	background: url(../img/testimonial_bg_bottom.gif) no-repeat center bottom;
	font-style: italic;
	color: #666666;
}
blockquote.testimonial div.wrapper {
	background: url(../img/testimonial_bg_top.gif) no-repeat center top;
	padding: 15px 30px 30px 30px;
}
blockquote.testimonial.small {
	background: url(../img/testimonial_bg_small_bottom.gif) no-repeat center bottom;
}
blockquote.testimonial.small div.wrapper {
	background: url(../img/testimonial_bg_small_top.gif) no-repeat center top;
}
blockquote.testimonial div.whosaidit {
	text-align: right;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	margin-top: 10px;
}
div.listed-quote {
	padding: 15px 0;
}
div.testimonial-quote {
	height: 100%;
}
div.listed-quote div.wrapper,
div.testimonial-quote div.wrapper{
	padding: 10px 0;
}
div.listed-quote div.left {
	background: url(../img/quote_open.gif) no-repeat;
	float: left;
	width: 75%;
}
div.testimonial-quote div.left {
	background: url(../img/quote_open.gif) no-repeat;
	float: left;
	width: 68%;
}
div.listed-quote div.right,
div.testimonial-quote div.right {
	float: right;	
}
div.listed-quote div.left div.quote,
div.testimonial-quote div.left div.quote {
	text-indent: 33px;
	line-height: 140%;
	color: #666666;
	background: url(../img/quote_close.gif) no-repeat bottom right;
	padding: 8px 8px 14px 8px;
	font-style: italic;
}
div.listed-quote div.left div.author,
div.testimonial-quote div.left div.author {
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	margin: 3px 0 0 8px;
}

/**
 * Footer
 */
div#footer {
	font-size: 90%;
}
div#footer div.wrapper {
	padding-bottom: 26px;
}
div.disclaimer {
	float: right;
	margin: 26px 0 0 0;
	color: #6A6A6A;
	font-size:90%;
	width: 250px;
}
div#footer img {
	float:left;
}
div.affiliates {
	float: left;
	margin-top: 26px;
	color: #6A6A6A;
}
div.affiliates div.logos-2 {
	padding-top: 15px;
}
div.affiliates a img {
	padding-right: 15px;
}
div.affiliates a img.last {
	padding-right: 0;
}
div.affiliates a img.first {
	padding-left: 1px;
}
div.annilogo {
	margin-bottom: 20px;
}
