/*
Name: Britvic 2009 Report
Author: Luke Jones
Email: luke.jones@thebluecube.com
Web: http://www.thebluecube.com/
*/

@import url(typography.css);
@import url(nav.css);

body, html {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff;
}

img {
	border:none;
	margin: 0;
	padding: 0;
}

caption{
    display: none;
}

/* Structure */

#wrap {
	width:1000px;
	margin:10px auto;
    margin-bottom: 0;
}

#sidebar {
	width:225px;
	height:520px;
	margin:8px 15px 0 0;
	float:left;
	position:relative;
}

.side-bar2{
    height:523px!important;
}

.side-bar3{ /** for data-lib **/
    height: 555px!important;
}

#main {
	width:760px;
	overflow:hidden;
	margin:0 0 5px;
	float:left;
}

#header {
	width:1000px;
	height:60px;
	overflow:hidden;
}

#headerInner {
	width:765px;
	height:57px;
	margin:0;
	float:right;
}

#header img{
    height: 57px;
    margin-bottom: 3px;
}

#content {
	width:760px;
	min-height:550px;
	background:#fff;
	margin: 10px 0px 0px 0px;
	overflow:hidden;
}

#contentFlash {
	width:756px;
	height:505px;
	background:#fff;
	margin: 10px 0px 0px 0px;
	overflow:hidden;
}

#contentInner {
	padding:0 20px 20px 0;
	clear:both;
}

#contentLeft {
	float:left;
	width:485px;
}

#contentRight {
	float:left;
	width:200px;
	margin:0 0 20px 10px;
}

.left-quote{
    width: 61px;
    float: left;
    margin-right: 5px;
}

.right-quote{
    width: 61px;
    float: left;
}

/**** specific to 2009 story pages *****/

#storyRight{
    background: url(../images/orange-circles.jpg) no-repeat;
    width: 190px;
    height: 180px;
    padding: 50px 30px 30px 40px;
}

/* specific to take-home pages */

#takeHomeRight{
    background: url(../images/pink-bottle.jpg) no-repeat;
    width: 173px;
    height: 203px;
    padding: 30px 30px 0 45px; 
}

.takeHomeRightImg{
    width: 243px;
    height: 243px; 
}

/*** on premise ***/

#on-premiseRight{
    background: url(../images/lime-bottle.jpg) no-repeat;
    width: 140px;
    height: 160px;
    padding: 33px 20px 20px 40px;
}

#on-premiseRightImg{
    width: 200px;
    height: 195px;

}

/*** global trends ******/
 #globalRight{
    background: url(../images/purple-bottle.jpg) no-repeat;
    width: 135px;
    height: 153px;
    padding: 40px 25px 20px 40px;
}

 #globalRightImg{
    width: 207px;
    height: 214px;
}



/* Footer */

#footer {
	width:1000px;
	padding:0 0 0;
	clear:both;
}

#footerLeft {
	width:185px;
	float:left;
	margin:0 55px 0 0;
}

#footerRight {
	width:760px;
	float:left;
}

/*** expanding content **/

.paras{
    display: none;
    width: 485px;
}

#togglegrp p, #togglegrpStory p{
    margin: 0;
}

.p-margin{
    padding-bottom: 10px;
}

#togglegrpStory h3{   
    color:#fff;
    font-size: 0.8em;
    cursor:pointer;
    display:block;
    line-height:1.2em;
    margin-bottom:8px;
    padding:3px 0 3px 16px;
    width:465px;
}

#story #togglegrpStory .expanded {
    background:url("../images/arrow_down.gif") no-repeat scroll 3px 8px #ea7e1e; /* orange */
}

#story #togglegrpStory h3 {
    background:url("../images/arrow_right.gif") no-repeat scroll 4px 5px #ea7e1e; /* orange */
}

#take-home #togglegrpStory .expanded {
    background:url("../images/arrow_down.gif") no-repeat scroll 3px 8px #d75496; /* pink */
}

#take-home #togglegrpStory h3 {
    background:url("../images/arrow_right.gif") no-repeat scroll 4px 5px #d75496; /* pink */
}

#on-premise #togglegrpStory .expanded {
    background:url("../images/arrow_down.gif") no-repeat scroll 3px 8px #84b819; /* lime */
}

#on-premise #togglegrpStory h3 {
    background:url("../images/arrow_right.gif") no-repeat scroll 4px 5px #84b819; /* lime */
}


#data-tables #togglegrpStory .expanded {
    background:url("../images/arrow_down.gif") no-repeat scroll 3px 8px #00a9e4; /* blue */
}

#data-tables #togglegrpStory h3 {
    background:url("../images/arrow_right.gif") no-repeat scroll 4px 5px #00a9e4; /* blue */
}

/*** dividers ****/

.story-div{
    border-top: 1px solid #ea7e1e !important; /* orange */
}

.take-home-div{
    border-top: 1px solid #d75496 !important; /* pink */ 
}

.on-premise-div{
    border-top: 1px solid #84b819 !important; /* lime */
}

.global-div{
    border-top: 1px solid #784b95 !important;/* purple */
}

.data-lib-div{
    border-top: 1px solid #00a9e4 !important; /* blue */
}

.media-lib-div{
     border-top: 1px solid #df1137 !important; /* dark pink */
}

.media-lib a:link, .media-lib a:visited {
color:#df1137;
text-decoration:none
}

.media-lib a:hover{
color:#df1137;
text-decoration:underline
}

/***** data tables ******/
#data-tables table{
    border-collapse: collapse;
}

#data-tables .paras{
    width: 478px!important;
}



.data {
    border: 0;
    width: 478px;
    margin: 0;
    padding: 0;
    font-size: 0.8em!important;
}

#tables{
    outline:0 none;
}

table.data th {
    font-weight:bold;
    vertical-align:baseline;
}

table.data .num {
    text-align:right;
    width: 70px;
}

table.data .desc {
    text-align:left;
}

table.data .total {
    background-color: #B2E5F7;
    color: #fff;
    font-weight: bold;
    padding: 4px 2px;
    margin-bottom: 5px;
    border: none;
}

.no-border{
    border-bottom: none!important;
}

table.data td, table.data th{
    border-bottom:1px solid #D0D4D4;
    vertical-align: baseline;

}

.table-foot{
    text-align: right;
    font-size: 0.7em!important;
    border-bottom:1px solid #D0D4D4;
    line-height: 1.1em!important;
    padding: 3px 0;
}

/* Media Library */

.reportWrap {
	width:760px;
	overflow:hidden;
	padding:20px 0 0;
	background:#fff;
}

.reportFloat {
	float:left;
	width:220px;
	height:185px;
	padding:10px;
	margin:0 20px 0 0;
	background:url(../images/report-bg.png) top center no-repeat #fff;
}

.reportSmallFloat {
	float:left;
	width:180px;
	margin:0 5px;
	padding:10px 0;
	text-align:center;
}

.noMargin {
	margin:0;
}

.blankDivider {
	margin:15px 0;
}

/* Archive */

#archive{
    width: 760px;
    
    margin-top: 30px;
}

.archive-item{
    float: left;
    margin-right: 10px;
}

.archive-item a{
    color: #df1137;
    text-decoration: none;
    font-size: 0.9em;
}

.archive-item span{
    display: block;
    color: #bdbdbd;
    font-size: 0.9em;
}

.archive-item img{
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.archive-text{
    position: relative;
    top: 12px;
}


/************** longdesc tables ***************/
table.chrt .cat {
    width:140px;
}

table.chrt{
    border-collapse: collapse;
    width: 100%
}

table.chrt th {
    font-weight:bold;
}

table.chrt caption, table.chrt th, table.chrt td {
    font-weight:normal;
    text-align:left;
    font-size: 0.8em;
}

table.chrt th.rght, table.chrt td {
    padding:5px;
    text-align:right;
}


table.chrt th {
    font-weight:bold;
}

table.chrt tr.subdiv td, table.chrt tr.subdiv th {
    border-top:1px solid #CCCCCC;
}
table.chrt tr.newcat td, table.chrt tr.newcat th {
border-top:1px solid #000000;
}


/********* deinitions page *********************/
#definitions{
    
}
