/*
©2008 Bam Creative

Title : style.css
Author : Daniel Brouse | Bam Creative
URL : www.virtualobserver.com.au

Description : Stylesheet

notes:
danielb@bam.com.au: refer to /templates/reset.css
*/

/*---------------------------------------------- GLOBAL SETTINGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* dont control the font-size here - leave it for the 
	element you want to control. This sets the base text size to 16px */
	text-align: center;
	background-color: #ebebeb;
}



/*-------------------------------------------------------- LINK */


a {
	color: #3592c0;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
}


a#findout-more {
	width: 90px;
	height: 22px;
	background: url(/art/find-out-more-btn.gif) 0 0 no-repeat;
	display: inline;
	float: right;
	margin: 8px 18px 0 0;
}

a#findout-more:hover {
	background-position: 0 -22px;
}

a#findout-more span {
	position: absolute;
	margin: 0 -999em 0 -999em;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	color: #000;
}

#footer a.bam {
	color: #3399cc;
}


/*-- buttons --*/

a.form-btn {
	margin: 17px 0 0 0;
	float: right;
	background: url(/art/login-btn-bg.gif) 0 0 no-repeat;
	display: block;
	width: 51px;
	height: 17px;
	text-align: center;
	font-size: 0.688em;
	color: #666;
	text-decoration: none;
	padding-top: 3px;
}

a.form-btn:hover {
	background-position: 0 -20px;
	cursor: pointer;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
font-weight:normal;
margin:0pt;
padding:0pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.2em;
	color: #666;
	line-height: 2.2em;
}

h2 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.8em;
	color: #999;
	width: 100%;
}

h3 {
	color: #3592c0;
	font-size: 0.875em;
	font-weight: 600;
	line-height: 1.4em;
}

h4 {
	font-weight: bold;
	font-size: 0.80em;
	line-height: 1.2em;
	color: #666;
}

h5 {
	color: #3592c0;
	font-size: 0.6875em;
	line-height: 1.4em;
	font-weight: 600;
}

h6 {
	color: #999;
	font-style: italic;
	font-size: 0.6875em;
	line-height: 1.4em;
	font-weight: 600;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 0.75em;
	line-height: 1.6em;	
	color: #666;
}

.mceContentBody { /* for tinyMCE editable area to match */
	font-size: 100%;
}

p#breakout-text {
	width: 233px;
	height: 141px;
	background: url(/art/breakout-body-text.jpg) 0 0 no-repeat;
	margin: 8px 0 0 18px;
	padding: 0;
	display: block;
}

p#breakout-text span {
	position: absolute;
	margin: 0 -999em 0 -999em;
}

#footer p {
	color: #666;
	font-size: 0.688em;
}
	
hr {
	background:#ccc;/*NS FF OP */
	color:#ccc;/*IE*/
	border:none;/*FF NS OP*/
	height:1px;/*FF NS OP*/
	width: 98%;
}

/*----------------------------------------------------- BULLETS */

#content ul li, .mceContentBody ul li { /* make sure you reference ul via the container it's in - i.e. #content */
	font-size: 0.75em; /* try and match the <p> font-size for consistency */
	line-height: 1.4em;
	list-style:circle;
	color: #666;
}
/* For sitemap bullet styles edit /templates/cms/cms_styles.css lin 250 */


/*------------------------------------------------------ LAYOUT */


#container {
	margin: 0 auto 0 auto; 
	position: relative;
}

#top-bar-100 {
	height: 61px;
	width: 100%;
	background: url(/art/top-bar-bg.gif) 0 0 repeat-x;
	clear: both;
}

#top-bar {
	width: 865px;
	margin: 0 auto;
	height: 61px;
	text-align: left;
}

#login-box {
	width: 260px;
	height: 41px;
	float: right;
	background: url(/art/login-box-bg.jpg) 0 0 no-repeat;
	margin: 6px 0 0 0;
	padding: 3px 8px;
}

#login-box .column {
	float: left;
	width: 101px;
	padding: 0 2px 0 0;
	margin: 0 auto;
}

#header-100 {
	width: 100%;
	background: url(/art/header-bg.jpg) top center no-repeat #1a282e;
	margin: 0 auto;
	padding: 0;
	clear: both;
	height: 219px;
}

#header {
	margin: 0 auto;
	width: 865px;
	height: 219px;
}
#right-header-box {
	width: 274px;
	height: 219px;
	padding: 0;
	float: right;
	text-align: left;
	background: url(/art/header-breakout-box-bg.jpg) 0 0 no-repeat;
}

#middle-bar-1 {
	width: 100%;
	height: 28px;
	clear: both;
	background: url(/art/middle-bar-1-bg.gif) 0 0 repeat-x #ccc;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#middle-bar-2 {
	width: 100%;
	height: 32px;
	clear: both;
	background-color: #dfdfdf;
	border-bottom: 1px solid #c8c8c8;
	margin: 0 auto;
	padding: 0;
}

#content {
	margin: 0 auto;
	padding: 0;
	clear: both;
	background-color: #ffffff;
	border: 1px solid #fff; /* needed for IE6 for some weird reason :s */
}

#page, #page-2col {
	width: 827px;
	min-height: 500px;
	height:auto !important;
	height:500px;
	margin: 0 auto;
	text-align: left;
	padding: 32px 27px 0 27px;
	background: url(/art/page-bg.gif) top center no-repeat;
}

#page-2col {
	background-image: url(/art/page-2col-bg.gif);
}
	
#page-content { /* all bamCMS content goes inside here */

}


#footer-100 {
	width: 100%;
	height: 69px;
	background: url(/art/footer-bg.gif) top center repeat-x;
	margin: 0 auto;
	clear: both;
}

#footer {
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 865px;
}

.footer-left {
	float: left;
	background: url(/art/footer-3d-indent.gif) 0 0 no-repeat;
	padding-left: 10px;
	padding-top: 3px;
}

.footer-right {
	float: right;
	padding-top: 3px;
	background: url(/art/footer-3d-indent.gif) top right no-repeat;
	padding-right: 10px;
}


/*-- error login box --*/
#errormsg-box {
	width: 400px;
	background-color: #FFFFFF;
	border: 6px solid #e2e8eb;
	margin: 0 auto;
	padding: 14px;
}


/*-- 2 column page layout additions --*/
#left-col {
	width: 540px;
	float: left;
	min-height: 300px;
	height:auto !important;
	height:300px;
}

#right-col {
	width: 235px;
	float: right;
	min-height: 300px;
	height:auto !important;
	height:300px;
} 

/*-- adds borders to columns if in TINYMCE --*/
.mceContentBody #left-col, .mceContentBody #right-col {
	border: 1px dashed red;
}


/* -- sitemap styles --*/

ul#site_map li.depth2 {
	margin-left: 20px;
}

ul#site_map li.depth3 {
	margin-left: 40px;
}


/*------------------------------------------------------ TABLES */


/*------------------------------------------------------- FORMS */

form label {
	font-size: 0.75em;
}

form input {
	font-size: 0.688em;
}


/*--login form--*/

#login-box form label {
	width: auto;
	color: #666;
	font-size: 0.688em;
	line-height: 1.4em;
}

#login-box form input {
	width: 92px;
	border: 1px solid #adadad;
	padding: 3px;
	color: #999;
	font-size: 0.688em;
}
#login-box form input:focus, #login-box form input.input_focus  {
	background-color: #ebebeb;
}






/* contact form */
form#contactform {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form#contactform ol {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

form#contactform ol li{
	display: block;
}

form#contactform label {
	color: #999999;
	margin: 2px 0;
	display: block;
	font-weight: bold;
}

form#contactform input {
	margin: 4px 0;
	color: #4b4b4b;
	width: 220px;
	padding: 5px;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form#contactform input:focus, form#contactform input.input_focus {
	background-color: #eef1f3;
}

form#contactform textarea {
	font-size: 0.688em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 220px;
	margin: 4px 0;
	padding: 3px;
	border: 1px solid #ccc;
	color: #4b4b4b;
}

form#contactform textarea:focus, form#contactform textarea.input_focus {
	background-color: #eef1f3;
}

form#contactform a#submit {
	background: url(/art/submitbtn.gif) 0 0;
	width: 68px;
	height: 20px;
	display: block;
	margin: 10px 0 0 0;
	float: right;
}
form#contactform a#submit:hover {
	background: url(/art/submitbtn.gif) 0 -20px;
}



/*----------------------------------------------------- CLASSES */

.clear {
	clear: both;
}


img.logo {
	margin-left: 18px;
}

.underlined {
	border-bottom: 3px solid #e8e8e8;
	width: 100%;
}