/*************************************************************************
	Reading Sight: www.readingsight.org.uk/
	Developed by Electric Putty Ltd. <malcolm@electricputty.co.uk>

	MODULE: 	append-homepage.css
	PURPOSE:	homepage specific site styles
*************************************************************************/



/* Main block positioning
*************************************************************************/

.leftCol {
	width: 312px;
	float: left;
	margin: 24px 20px 0 0;
	min-height: 250px
}

.mainCol {
	width: 624px;
	float: left;
	margin: 24px 0 0 0;
	min-height: 250px;
}


/* Box
*************************************************************************/
.homebox { 
	border: 1px solid #C1D1D9; 
	background: #FFF; 
	-moz-box-shadow: 0px 2px 4px #CCCCCC;
	-webkit-box-shadow: 0px 2px 4px #CCCCCC;
	box-shadow: 0px 2px 4px #CCCCCC;
}

.homebox .box-inner { padding: 12px; margin: 0; }

.homebox p, .homebox li { font-size: 0.9em; }

.bottombox li { font-size:0.85em; }

.homebox ul, #site_intro ul  {
	list-style:none outside none;
	margin: 12px 0 0;
	padding:0 !important; 
	float: left; }
	
.homebox li, .bottombox li, #site_intro li {
	background:url("../site_images/bg-bullet.gif") no-repeat scroll 0 5px transparent;
	margin:0 0 4px;
	padding:0 0 0 12px; }

.homebox a, .bottombox a, #site_intro a { border-bottom: 1px dotted #0088CF; color: #0088CF; }

.bottombox a:hover, .bottombox a:focus, .bottombox a:active { border-bottom: 0; color: #FFF !important; background: #0088CF; }

.bottombox {
	border-top: 1px solid #C1D1D9;
	background: url('../site_images/bg-home-footer-bottom303.png') bottom no-repeat;
	float: left;
	margin-top: 24px;
	margin-left: 20px;
	width: 303px;
	padding-bottom: 35px;
}

.bottombox ul {
	background: #FFF url('../site_images/bg-box-homepage-foot.png') top repeat-x;
	padding: 10px;
	margin: 0 1px;
	list-style: none;
}

#first_bottom {
	width: 314px;
	margin-left: 0;
	background: url('../site_images/bg-home-footer-bottom314.png') bottom no-repeat;
}

.homepage-sub { background: #FFF url('../site_images/bg-box-homepage.png') bottom repeat-x; min-height: 215px; }

.homebox h2 {
	color: #D4422B;
	font-size: 1.25em;
	font-weight: normal;
	margin: 0px 0 12px; 
}

.homebox h2 a { border: 0; }

.homebox h3 {
	background: #0188cf url('../site_images/bg-home-box-header.gif') bottom left repeat-x;
	color: #fff !important;
	margin:0;
	padding:8px 10px 12px !important;
}

/* Site Intro box
*************************************************************************/
#site_intro {
	background: #0088cf;
	border: 1px solid #0088cf;
	color: #FFF;
	padding: 0;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
}

#site_intro a { color: #FFF; }

#site_intro p { font-size: 1.1em; line-height: 1.4em; }

#site_intro .box-inner { padding: 12px; margin: 0px; }

#homepage_news_img { float: left; margin: 0 12px 0 0; }

#homepage_plan_img { float: right; margin: 0 0 0 12px; }

#homepage_forum_links { float: none; }
#homepage_form_link_left { float: left; }
#homepage_form_link_right { float: right; }

