/*
Theme Name: Homestar
Description: This theme was coded for Homestar by Cootacom.
Author: Cootacom
Author URI: http://www.cootacom.com.au/


****CSS RESET*******/
HTML, BODY, DIV, SPAN, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, CODE, EM, IMG, SMALL, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, OL, UL, LI
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/****BODY STYLES********/
BODY
{
	color: #1B1B1B;
	font: 14px Helvetica, Arial, sans-serif;
	background: none;
}
HTML .page-id-8
{
	background: url(/main_images/bg_blue.jpg) no-repeat center top;
}
HTML .page-id-10
{
	background: url(/main_images/bg_green.jpg) no-repeat center top;
}
HTML .page-id-12
{
	background: url(/main_images/bg_orange.jpg) no-repeat center top;
}
HTML .page-id-14
{
	background: url(/main_images/bg_purple.jpg) no-repeat center top;
}
HTML .page-id-16
{
	background: url(/main_images/bg_red.jpg) no-repeat center top;
}
P
{
	margin-bottom: 15px;
}
H1
{
}
H2
{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	margin: 0 0 20px;
	font-weight: 400;
	padding: 0;
	line-height: 90%;
}
A
{
	text-decoration: none;
	color: #0085C0;
}
A:hover
{
	text-decoration: underline;
}
.frame_holder
{
	width: 270px;
	height: 270px;
	position: relative;
	display: block;
	z-index: 100;
	margin-bottom: 25px;
}
.bg_image
{
	position: absolute;
	width: 270px;
	height: 270px;
	display: block;
	top: 0;
	left: 0;
	z-index: 100;
}
.page-id-8 .bg_image
{
	background-image: url(/main_images/mask_blue.png);
}
.page-id-10 .bg_image
{
	background-image: url(/main_images/mask_green.png);
}
.page-id-12 .bg_image
{
	background-image: url(/main_images/mask_orange.png);
}
.page-id-14 .bg_image
{
	background-image: url(/main_images/mask_purple.png);
}
.page-id-16 .bg_image
{
	background-image: url(/main_images/mask_red.png);
}
.frame_holder IMG
{
	z-index: 0;
	margin: 10px 0 0 10px;
}
.news_repeater
{
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
}
.news_repeater H2
{
	font-size: 20pt;
	margin-bottom: 10px;
}
/*STRUCTURE*/
#wrapper
{
	width: 980px;
	display: block;
	margin: 0 auto;
}
#content
{
	display: block;
	margin: 0;
	line-height: 140%;
	padding: 0;
	color: #5A5A5A;
}
#left_side
{
	float: left;
	width: 600px;
	display: block;
}
#right_side
{
	float: right;
	width: 300px;
	display: block;
}
#content UL
{
	list-style: outside;
	margin: 0 0 15px 35px;
}
#content OL
{
	margin: 0 0 15px 35px;
}
#content LI
{
	margin: 0 0 5px;
}
#content FORM UL
{
	padding: 0;
	margin: 0;
}
#content FORM INPUT, #content FORM TEXTAREA
{
	border: 1px solid #CACACA;
	padding: 5px;
}
#content FORM .button
{
	cursor: pointer;
	background-color: #CDCDCD;
	padding: 10px;
	font-family: Arial;
	text-transform: uppercase;
}
#content FORM .button:hover
{
	cursor: pointer;
	background-color: #8F8F8F;
}
#content #news_content UL
{
	margin: 0;
}
/****HEADER STYLES*******/
#header
{
	padding: 75px 0 260px;
}
#logo
{
	float: left;
	display: block;
	width: 310px;
	padding-top: 15px;
}
#tagline
{
	margin-top: 50px;
	display: block;
	float: right;
	width: 550px;
	font-weight: bold;
	font-size: 20px;
	color: #3A3A3A;
}
.page-template-home-php #tagline
{
	width: 980px;
}
.page-template-home-php #header
{
	padding-top: 25%;
	padding-bottom: 100px;
}
/******NAV STYLES*******/
#nav
{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	float: right;
	height: 50px;
	width: 550px;
	text-align: center;
}
#nav UL
{
	list-style: none;
}
#nav LI
{
	float: left;
	padding-bottom: 0px;
	width: 105px;
	height: 105px;
	margin-right: 5px;
	position: relative;
	text-transform: lowercase;
	line-height: 101px;
}
#nav UL LI
{
	font-size: 12px;
}
#nav LI A
{
	display: block;
	background: url(/main_images/menu_up.png);
	height: 105px;
	width: 105px;
	padding: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 20;
}
#nav LI A:hover
{
	background: url(/main_images/menu_over.png);
	position: absolute;
	z-index: 0;
	width: 105px;
	height: 105px;
	left: 0;
	top: 0;
	display: none;
}
#nav LI A:hover
{
	text-decoration: none;
	display: block;
	cursor: pointer;
}
#nav LI + LI A, #nav LI + LI A:hover
{
	background-position: -105px; /*[e]0 - 105px*/
}
#nav LI + LI + LI A, #nav LI + LI + LI A:hover
{
	background-position: -210px; /*[e]0 - 210px*/
}
#nav LI + LI + LI + LI A, #nav LI + LI + LI + LI A:hover
{
	background-position: -315px;
}
#nav LI + LI + LI + LI + LI A, #nav LI + LI + LI + LI + LI A:hover
{
	background-position: -420px;
}
#nav LI.current_page_item A
{
	background: url(/main_images/menu_over.png) no-repeat;
}
#nav LI + LI.current_page_item A
{
	background: url(/main_images/menu_over.png) no-repeat;
	background-position: -105px;
}
#nav LI + LI + LI.current_page_item A
{
	background: url(/main_images/menu_over.png) no-repeat;
	background-position: -210px;
}
#nav LI + LI + LI + LI.current_page_item A
{
	background: url(/main_images/menu_over.png) no-repeat;
	background-position: -315px;
}
#nav LI + LI + LI + LI + LI.current_page_item A
{
	background: url(/main_images/menu_over.png) no-repeat;
	background-position: -420px;
}
.imagehover
{
	background: url(/main_images/menu_over.png);
}
/*GENERAL*/
.alignleft
{
	float: left;
	margin-right: 15px;
}
.alignright
{
	float: right;
	margin-left: 15px;
}
/*FOOTER*/
#footer
{
	line-height: 40px;
	margin: 50px 0;
	color: #FFFFFF;
	font-weight: 400;
}
#footer .subtle
{
	font-size: 12px;
	text-transform: capitalize;
	color: #D2D2D2;
}
.page-template-home-php #footer
{
	text-align: center;
}
/*SEARCH BAR*/
#searchform INPUT
{
	background-color: #FFFFFF;
	border: 1px solid #C2C2C2;
	font-family: Helvetica, Arial, sans-serif;
	color: #787878;
	padding: 10px;
}
#searchform INPUT.submit
{
	background-color: #0085BF;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}
#searchform INPUT.submit:hover
{
	background-color: #0E94D3;
	color: #FFFFFF;
	border: none;
}
