/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
============================================================================================
Print CSS file for www.wcrf.org / Created by: Lorraine Humm lorraine@divine-creations.com
============================================================================================
*/

@import url("global.css");
@import url("navDuo.css");


body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fff;
    margin: 10px;
    }
	
/*-- TEXT STYLES --*/

/*HEADINGS*/

h1 {
    font-size: 16px;
	text-transform: uppercase;
    font-weight: bold;
	margin-top: 5px;
	border-bottom: 1px solid #000;
    }
	
h2 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    }
h3 {
	font-size: 11px;
	}
.introPara {
	font-size: 11px;
	font-weight: bold;
	}
	
/*-- GENERIC LINKS --*/
	
.newWindow {
	background:  url("../images/icons/newwindow.gif") no-repeat 0px 2px;
	padding: 0 0 0 14px;
	}
.pdf {
	background:  url("../images/icons/pdf.gif") no-repeat 0px 0px;
	height: 19px;
	padding-left: 17px;
	}
	
/*-- POSITIONAL ELEMENTS --*/    

.container {
    width: 100%;
    margin: auto;
	padding: 0;
	background: none;
    }
	
.mast {
    display: none;
    }
	
/*-- NAV --*/

#navwrap {
	display: none;
	}
	
/*-- CSS SWITCHERS CONTAINER --*/

.switchers {
	display: none;
	}
	
/*-- DONATE FLASH --*/

.swfDonate {
	display: none;
	}
#flashcontent {
	display: none
	}
	
/*-- SEARCH AREA --*/

.search {
	display: none
	}
	
.search form {
	display: none
	}
	
/* .switcher class is grouped with TEXT STYLES > CSS SWITCHERS below */
	
#banner {
	display: none
	}
	
/*-- ORIENTATION / BREADCRUMB --*/

.orientation {
    display: none
    }
 
/*-- CONTENT AREAS --*/

.content {
    float:left;
    width: 100%;
    }
	
.left {
 	display: none
    }
    
.middle {
    width: 100%;
    }

.right {
	display: none
    }

.rightFull {
    width: 100%;
    }
	
.boxed {
	width: 100%;
	border: 1px dashed #5c3996;
	float: left;
	}
	
.boxed p {
	margin-left: 10px;
	margin-right: 10px;
	}
.boxed h2 {
	margin-left: 10px;
	}

/*-- WIDGETS --*/

#social {
	display: none
	}
	
#globalswitchers {
	display: none
	}
	
#aaa {
	display: none
	}	
	
/*- TEXT STYLES / MODIFICATIONS --*/

	
/* VIDEO PAGE LAYOUTS */
	
#rightVideo {
	display: none;
	}
	
.middleVideo {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
/*-- HOMEPAGE PORTALS --*/

.portalWrap {
	width: 740px;
	float: left;
	margin-bottom: 20px;
	}
.portal {
	width: 350px; /*370*/
	padding: 10px;
	float: left;
	}
.portal img {
	float:left;
	padding-right: 10px;
	}
.portal h2 {
	margin: 0 0 5px 0;
	font-size: 120%;
	color: #5c3996;
	}
.portal h2 a {
	color: #5c3996;
	}
.portal h2 a:hover {
	color: #e67a15;
	}
.portal p {
	margin: 0;
	font-size: 1.1em;
	}
	
/*-- NEWS/ANNOUNCEMENTS --*/

	
/*-- FOOTER --*/
    
.footer {
    width: 100%;
	font-size: 100%;
	color: #000;
    background: #fff;
	border-top: 1px solid #000;
    }

#legal {
	display: none;
	}

/* --FLAGS --*/


/*-- VALIDATION LINKS --*/


/*-- DATA TABLES --*/

.data {
	width: 99%;
	border-collapse: collapse;
	margin-bottom: 5px;
	}
.data td {
	padding: 3px;
	border: 1px solid #000;
	}
.data thead th {
	padding: 3px;
	text-align: left;
	background: #fff;
	border: 1px solid #000;
	}
.data td p {
	margin-top: 0;
	}
.data caption {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	}
.data tbody th {
	background: #fff;
	border: 1px solid #000;
	text-align: left;
	}
	
/*-- IMAGE LISTS --*/

dd {
	display: none;
	}
	
/*-- ALPHABET TEXT LIST --*/

#alphabet {
	display: none;
	}
	
/*-- ORDERED LISTS --*/

ol li {margin-bottom: 1em; font-size: 1.1em;}
ol li ol {list-style: none; margin: 5px 5px 5px 0;}

/*-- ADDITIONAL MODIFICATIONS --*/
    
.clear {clear: both;}
html { height: 100%; margin-bottom: 1px;}
.emphasise {font-style: italic;}
img, img a, img a:link, img a:visited {border: none;}
.bigEmphasis {font-size: 120%; font-weight: bold;}
a.top  {padding: 3px; background: #8d74b5; text-decoration: none; font-size: 10px; color: #fff!important;}
a.top:hover {background: #aa93ce;}
.diagrams {border: 1px solid #999999;}
h1.videoTitle {
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	width: 315px;
	height: 23px;
	background: url(../images/structure/film_title.gif) top left repeat-x;
	padding: 7px 0 0 5px;
	margin: 0;
	}