/*	Desc: *title* Screen Style Sheet
	Author: Jason Swan
	Date: December 2009
	+ Colours
	- *colour hex* *colour name* (*purpose*)
	- 
	
=== === === === === === === === === === */

/*=STRUCTURE
=== === === === === === === === === === */


body {
	background: #ffffff;
	font: 14px/16px Tahoma, Trebuchet, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

div#WrapOuter {
	width: 100%;
}

div#TopBar {
	width: 800px;
	height: auto;
	margin-left: auto ;
	margin-right: auto ;
	padding:0;
}

div#WrapInner {
	text-align: left;
	width: 800px;
	margin-left: auto ;
	margin-right: auto ;
	padding:0;	
}

div#container {
	width:786px; 
	margin:12px 12px 0 12px;
}

div#left {
	width:381px; 
	margin:6px 6px 0 6px;
	float:left;
}

div#right {
	width:381px; 
	margin:6px 6px 0 6px;
	float:left;
}

div#leftSub {
	width:181px; 
	margin:6px 6px 0 6px;
	float:left;
}

div#rightSub {
	width:581px; 
	margin:6px 6px 0 6px;
	float:left;
}

div#leftShare {
	width:181px; 
	margin:6px 6px 0 6px;
	float:left;
}

div#rightShare {
	width:581px; 
	margin:6px 6px 0 6px;
	float:left;
}

div#footer {
	width:786px;
	margin:0;
	padding:10px 0px 0px 0px;
	border-top:solid 2px #72cdf4;
	clear:both;
	text-align:right;
	font-size:9px;
}

/*=COMMON
=== === === === === === === === === === */

a {
	text-decoration: none;
	color:#000099;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color:#333333;
}

h2 {
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 16px;
	color:#333333;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 10px;
	line-height: 18px;
	color:#333333;
}

/* added to force <strong> functionality */
strong, b {
	font-weight:bold;
}

/* added to force <em> functionality */	
em, i {
	font-style: italic;
}

li {
	margin-bottom:8px;
}

/*=STRUCTURE
=== === === === === === === === === === */
div#rightSub div {
	padding-bottom: 15px;
}

/*=STRUCTURE & NAVIGATION VARIABLE COLORS
=== === === === === === === === === === */

/*=NAVIGATION
=== === === === === === === === === === */
#readStory {
	display: block;
	width: 114px;
	height: 42px;
	background: url("../images/Read_Stories_c.jpg") no-repeat 0 0;
}

#readStory:hover {
	background-position: 0 -42px;
}

#readStory span {
	display: none;
}

#watchStory {
	display: block;
	width: 123px;
	height: 42px;
	background: url("../images/Watch_Stories_c.jpg") no-repeat 0 0;
}

#watchStory:hover {
	background-position: 0 -42px;
}

#watchStory span {
	display: none;
}

#learnMore {
	display: block;
	width: 108px;
	height: 42px;
	background: url("../images/Learn_More_c.jpg") no-repeat 0 0;
}

#learnMore:hover {
	background-position: 0 -42px;
}

#learnMore span {
	display: none;
}

#learnMoreP {
	display: block;
	width: 108px;
	height: 42px;
	background: url("../images/Learn_More_c.jpg") no-repeat 0 0;
	background-position: 0 -42px;
}

#learnMoreP span {
	display: none;
}

#subMenu {
	margin: 0 0px 10px 10px;
}

#shareMenu {
	margin: 0 0 0 40px;
}

/*=FUNCTIONS
=== === === === === === === === === === */

/*=CONTENT
=== === === === === === === === === === */
