@charset "UTF-8";

/*
Theme Name: PCRAA
Theme URI: http://www.calfrearers.asn.au/
Description: The PCRAA WP Theme
Version: 1.0
Author: Ben Wells
Author URI: www.bwdesign.com.au
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	width: 960px;
	margin: auto;
	background: #444f37 url(images/bk.jpg) repeat-x;
	
	font-family: Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
	color: #000;
	font-size: 62.5%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

p, #body li, #sidebar li
{
	font-size: 1.15em;
	line-height: 1.6em;
	margin: 10px 0;
}

a, #body a
{
	font-weight: bold;
	color: #d42e23;
	text-decoration: none;
}

a:hover, #body a:hover
{
	color: #ed3429;
	text-decoration: underline;
}

h1
{
	color: #364e2c;
	font-weight: bold;
	font-size: 23px;
	margin: 0;
}

h2
{
	font-weight: bold;
	font-size: 2em;
	margin: 20px 0 10px 0;
	color: #5a83c0;
}

h2.grey
{
	font-weight: bold;
	font-size: 2em;
	margin: 10px 0;
	color: #666;
}

input, textarea, select
{
	
}

textarea
{
}

div.hr
{
	border-top: 1px solid #acc1df;
	margin: 10px 0px;
}

/******/

/* ------------------------------------------------------------------------------------- */


#head
{
	height: 186px;
	background: #769ccc url(images/hd.jpg) no-repeat;
}

#search
{
	float: right;
	margin: 11px 13px 0 0;
}

#search input.searchbar
{
	background: #fff url(images/bk_searchbar.gif) no-repeat;
	width: 199px;
	height: 21px;
	color: #2159ad;
	font-size: 1.4em;
	border: none;

}

#search input.submit
{
	width: 57px;
	height: 21px;
	background: blue url(images/bt_search.gif) no-repeat;
	border: none;
	font-size: 1.4em;
}

#menu
{
	float: left;
	margin: 161px 0 0 13px;
	
}

#menu ul
{
}

#menu li
{
	display: inline;
	margin: 0 10px 0 0;
}

#menu li a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-transform: uppercase;
}

#menu li a:hover
{
	color: #ed3429;
	text-decoration: none;
}


#body
{
	background: #fff;
	padding: 25px 0px;
}

#main
{
	width: 643px;
	float: left;
	border-right: 1px solid #e5e5e5;
	padding: 0 18px;
	min-height: 600px;
}

#main_hm
{
	width: 530px;
	float: left;
	border-right: 1px solid #e5e5e5;
	padding: 0 18px;
	min-height: 600px;
}


#main ul, #main_hm ul
{
	margin: 0px;
	background: #fafafa;
	list-style-type: circle;
	list-style-position: outside;
}

#main li, #main_hm li
{
	margin: 5px 25px;
	padding: 3px;
}

#main h2 a
{
	font-weight: bold;
	font-size: 1.2em;!important
	margin: 10px 0;
	color: #000;!important
}

#main h2 a:hover
{
	text-decoration: none;
	color: #666;!important
}


#feature_image
{
	border: 7px solid #d8e1f0;
	width: 511px;
	height: 223px;
}

#feature_image img
{
	border: 1px solid #fff;
}

#sidebar
{
	width: 243px;
	float: right;
	padding: 0 18px;
}

#sidebar_hm
{
	width: 353px;
	float: right;
	padding: 0 18px;
}

#sidebar_hm li, #sidebar li
{
	list-style: none;
	margin-left: 0;
}

#sidebar_hm h2, #sidebar h2, #sidebar_hm a, #sidebar a, 
{
	font-size: 12px;
}

#sidebar_hm > #sidebar
{
	margin: 0px;
	padding: 0px;
	float: none;
	width: auto;
}

#sidebar_hm > #sidebar h2
{
	font-size: 1.8em;
}

#sidebar_hm > #sidebar a
{
	font-size: 0.9em;
}

#calendar
{

}

#calendar_hd
{
	background: #ed3429 url(images/logo_elders.gif) no-repeat;
	height: 21px;
	font-size: 1.6em;
	color: #fff;
	padding: 9px 0 3px 82px;
	font-weight: bold;
}

#links
{
	margin: 10px 0px;
	clear: both;
}

#links li
{
	list-style: none;
	background-color: #ed3429;
	padding: 4px 10px;
	border-bottom: 1px solid #f69a94;
}

#links a
{
	color: #fff;
	text-decoration: none;
}

#links a:hover
{
	color: #fff;
	text-decoration: underline;
}

p.advert
{
	color: #ddd;
	font-size: 0.9em;
}

#clear
{
	clear: both;
}

#footer
{
	background: #69725f url(images/bk_footer.jpg) repeat-x;
	height: 38px;
	padding: 5px 13px;	
}

#footer p
{
	color: #fff;
	font-size: 1em;
}

#footer strong, a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
	color: #fff;
}

#footer a:hover
{
	text-decoration: underline;
}

#copyright
{
	float: left;
	color: #fff;
}

#bwd
{
	float: right;
	color: #fff;
}


/* ------------------------------------------------------------------------------------- */

small
{
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 10px 0px;
}

div.entry p
{
	margin: 5px 0;
}

/* ------------------------------------------------------------------------------------- */



h1.content
{
	margin: 18px 0; 
	font-size: 2.6em;
}

div.entry p
{
	margin: 15px 0;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.wp-caption
{
	margin: 10px;
	padding: 13px 10px;
	border: 1px solid #ccc;
	background: #eee;
	text-align: center;
}

.wp-caption img
{
	border: 1px solid #fff;
}

p.wp-caption-text
{
	font-size: 1em;
	text-align: left;
}	

h3.search_result
{
	font-size: 1.5em;
}

.bi_image
{
	float: left;
	width: 90px;
}

.bi_desc
{
	margin: 10px;
	font-size: 1.2em;
	line-height: 20px;
}

.bi_cart
{
	clear: both;
	margin: 10px;
	font-size: 1.2em;
}

#sub_widget h2
{
	font-size: 1.5em;
	color: #2159ad;
}

#sub_widget a
{
	font-size: 1.3em;
	color: #5d92a9;
}

#sub_widget a:hover
{
	text-decoration: none;
}

#sub_widget img
{
	border: none;
	margin: 8px 0;
}

#sub_widget img:hover
{
	border: none;
}

.highlight_r
{
	background: #FCEAE2;
	height: 30px;
	padding: 3px;
}

.highlight_g
{
	background: #e2fce3;
	height: 30px;
	padding: 3px;
}

.highlight_o
{
	background: #fcfae2;
	height: 30px;
	padding: 3px;
}

#sidebar_dyn li
{
	list-style: none;
}

.textwidget
{
	font-size: 0.9em;
}