/*
screen.css
////////////////////////////
//  thegrandtime.com
////////////////////////////
//
//  Media: Screen
//
//  Author: Chris Brady, brady@thehomeslicegroup.com
//
//  Updated: June 6, 2007
//
//	Ver: OWA
//////////////////////////// 
*/


body,a{
	font-family:"Trebuchet MS";
	color:#808274;
	text-decoration:none;
	font-size:12px;
	}
a:hover{text-decoration:underline;}
body, form{
	margin:0px;
	padding:0px;
	}
body{
	text-align:left;
	overflow:auto;
	background:#993300;
	}
img{
	border:none;
	display:block;
	}
p{
	margin:0px;
	}
h3{
	text-align:center;
	margin:0px;
	color: #085595;
	}
h4{
	font-size:12px;
	line-height: 13px;
	margin:0px 0px 0px 5px;
	color: #511B0B;
	text-align: center;
	}
#navigation ul{
	list-style:none;
	margin: 0px;
	text-align: left;
	padding: 0px;
	}
#navigation  ul li{
	float:left;
	font-size:20px;
	background: url(../images/navDivide.gif) top right no-repeat;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}
#navigation  ul li a{
	font-size:18px;
	color:#FFFFFF;
	text-decoration: underline;
	padding: 0px 5px 2px 5px;
	margin: 4px 8px 0px 0px;
	}
#navigation  ul li a:hover{
	font-size:18px;
	padding: 0px 5px 2px 5px;
	margin: 4px 8px 0px 0px;
	color: #FFCC33;
	}
#content{
	width:980px;
	margin:0 auto;
}
#leftStripe{
	width:50%;
	position:absolute;
	background:url(../images/stripeTl.gif) top right repeat;
	height:175px;
	left: 0px;
	}
#rightStripe{
	width:50%;
	position:absolute;
	left:50%;
	background:url(../images/stripeTr.gif) top left repeat;
	height:131px;
	}
#header{
	height:175px;
	margin:auto;
	background:url(../images/header.gif) center top no-repeat;
	position:relative;
	z-index:5;
	width:980px;
	}
#header #navigation{
	position:absolute;
	bottom:0px;
	right:0px;
	width:740px;
	height:52px;
	}
#FullCol{
	width:980px;
	background:url(../images/4ColTop.gif) center top no-repeat #FAF1D8;
	text-align:center;
	}
#LCol{
	width:235px;
	float:left;
	background:url(../images/1ColTop.gif) top center no-repeat #FAF1D8;
	}
#RCol{
	width:731px;
	float:right;
	background:url(../images/3ColTop.gif) center top no-repeat #FAF1D8;
	}
#RCol .cPad{
	padding:5px;
	}
.ColFt1{
	background:url(../images/1ColBot.gif) center bottom no-repeat #FAF1D8;
	width:100%;
	height:8px;
	clear: both;
	}
.ColFt3{
	background:url(../images/3ColBot.gif) center bottom no-repeat #FAF1D8;
	width:100%;
	height:8px;
	clear: both;
	}	
.ColFt4{
	background:url(../images/4ColBot.gif) center bottom no-repeat #FAF1D8;
	width:100%;
	height:8px;
	clear: both;
	}
#footer{
	clear:both;
	text-align:center;
	font-size: 10px;
	line-height: 12px;
	}
.tag{
	text-indent:-3000px;
	}
.journalHeader{
	text-align:left;
	padding:0px 0px 0px 10px;
	}
	
.mbmPhoto{	
	float:left;
	margin:8px;
	}
#mbmPhotos{
	margin:0px 0px 0px 12px;
}
a#newDay{
	float:right;
	margin:5px 15px 0px 0px;
	font-size:12px;
	color:#0066CC;
	text-decoration:underline;
	}
.date{
	color:#CC3300;
	font-weight:bold;
	font-size:18px;
	padding-bottom:5px;
	}
.journalEntry{
	font-size:12px;
	padding:5px;
	color:#333333;
	text-align:left;
	}
#lowerSplash p.merch{
	width:234px;
	float:right;
	margin:0px 0px 0px auto;
	}
#lowerSplash p{
	width:234px;
	float:right;
	margin:26px 13px auto auto;
	}	
#lowerSplash{
	vertical-align:bottom;
	margin:7px auto auto auto;
	width:731px;
	float:right;
	}
.selectDay{
	width:240px;
	display:block;
	padding:0px 0px 0px 5px;
	}	
.selectDay:hover{
	background:url(../images/selectArrow.gif) right center no-repeat;
	background-color:#0099FF;
	}
#hiddenSelectDay{
	display:none;
	}
#mini_charities div{
	margin-bottom:5px;
	border-bottom:1px solid #CCC;
	}
#mission{
	position:absolute;
	top:100px;
	left:874px;
	}
#mission img{
	width:100px;
	height:20px;
	}	
.MBM{
	padding:5px;
	}
.MBM div{
	float:left;
	padding:2px;
	text-align:center;
	}
.MBM a img{
	border:5px solid #FAF1D8;
	}
.MBM a:hover img{
	border:5px solid #7CC4ED;
	}
.co_err {
	background-color:#FFCCCC;
	border:1px solid #990000;
	width:150px;
}	
.jump{
	color:#0066CC;
	font-size:14px;
	text-decoration:underline;
	}	
#store {
	margin:5px 0px 0px 0px;
}
#store td{
	text-align:center;
	padding:10px;
	background-color:#fff;
	border:1px solid #000;
}
#store td div{
	width:200px;
	background-color:#CDC7B1;
	vertical-align: middle;
}
#store td div a img{
	border:0px none;
}	
	
	
