/*
Theme Name: PSA Consultants
Theme URI: http://www.psaconsult.org/
Description: The default WordPress theme for PSAConsult.com.au
Version: 1.0
Author: Chris Vincent
Author URI: http://www.chrisvincent.com.au/
*/

@import 'reset.css';

body {
	min-width: 905px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	line-height: 16px;	
	background: #ddd;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
}

small {
	font-size: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #ccc;
}

img.alignright {
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #ccc;
}

#page {
	width: 905px;
	max-width: 905px;
	margin: 0 auto;
	text-align: left;
	background: url('images/bg.png') top center repeat-y;
}

#page .container {
	overflow: auto;
	border-top: 1px solid #999;
}

#index div#page {
	width: 810px;
	max-width: 810px;
	background: url('images/front/bg.png') top center repeat-y;
}

#header h2 {
	background: url('images/logo_bg.png') bottom center no-repeat #ddd;
	padding: 15px 10px;
	margin: 0;
}

#headerImages {
	width: 885px;
	height: 220px;
	margin: 0 10px;
	background-color: #eee;
}

#headerImages .image {
	position: relative;
	width: 295px;
	height: 220px;
	float: left;
}

#headerImages .image img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	width: 295px;
	height: 220px;
}

#headerImages .image img.active {
	z-index: 10;
	opacity: 1.0;
}

#headerImages .image img.last-active {
	z-index: 9;
}

#headerImages .hidden {
	display: none;
}

#slideshow {
    position:relative;
    height:350px;
}

#index div#page div#header h2 {
	background: url('images/front/logo_bg.png') bottom center no-repeat #ddd;	
}

#homeImages {
	margin: 0 5px;
	overflow: auto;
}

#homeImages div {
	float: left;
} 

#menu {
	height: 25px;
	background: url('images/menu_bg.png') top left repeat-x #111;
	border-top: 1px solid #555;
	margin: 0 10px;
}

#menu ul {
	overflow: auto;
	margin: 0;
	margin: 0;
}

#menu ul li {
	float: left;
	margin: 0 9px 0 0;
}

#menu ul li a {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 4px 15px;
	display: block;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #ccc;
}

#menu ul li.current_page_item a {
	color: #BE0002;
}

#index div#page div#menu {
	height: 45px;
	background: url('images/front/menu_bg.png') left top repeat-x #fff;	
	padding: 0;
	margin: 0 5px;
	padding: 0 6px;
}

#index div#page div#menu ul {
	float: left;
}

#index div#page div#menu ul li {
	padding: 4px;
	color: #333;
	margin: 0;
}

#index div#page div#menu ul li a {
	color: #333;
	padding: 10px 4px 10px 0;
}

#index div#page div#menu ul li a:hover {
	color: #000;
}

#index div#page div#menu p {
	margin: 0;
	padding: 0;
}

#index div#page div#menu p a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 14px 5px 15px 0;
	margin: 0;
	color: #BE0002;
}

#index div#page div#menu p a:hover {
	text-decoration: none;
}

#content {
	float: right;
	width: 620px;
	border-top: 1px solid #bbb;
	padding: 20px 30px 20px 20px;
	background: url('images/content_bg.png') top left no-repeat;
}

#content .article h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #111;
}

#content .article h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 10px 0;
	color: #222;
	clear: both;
}

#content .article h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 25px 0 2px 0;
	color: #222;	
}

#content .article img {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

#content .article img.alignleft {
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #ccc;
}

#content .article img.alignright {
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #ccc;
}

#content .article ul,
#content .article ol {
	margin-bottom: 10px;
}

#content .article ul li {
	list-style: disc;
	margin: 0 0 0 20px;
	color: #555;
}

#content .article ol li {
	list-style: decimal;
	margin: 0 0 0 20px;
	color: #555;
}

#content .article p {
	padding: 0;
	margin: 0 0 10px 0;
	color: #555;
}

#content .article a {
	color: #BE0002;
}

#content .article strong {
	color: #333;	
}

#sidebar {
	float: left;
	width: 235px;
	border-top: 1px solid #bbb;
}

#sidebar ul li {
	border-bottom: 1px solid #aaa;
}

#sidebar ul li a {
	display: block;
	padding: 10px 5px 10px 25px;
}

#sidebar ul li a:hover {
	background: url('images/sidebar_hover_bg.png') right top repeat-y;
	text-decoration: none;
}

#sidebar ul li.current_page_item a {
	background: url('images/sidebar_current_bg.png') left center repeat-x #111;
	margin-left: 12px;
	padding-left: 13px;
	color: #ddd;
	font-weight: bold;
}

#footer {
	clear: both;
	height: 50px;
	padding: 25px 10px 0 10px;	
	background: url('images/footer_bg.png') top center no-repeat #ddd;
}

#footer p {
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 11px;
}

#footer p a {
	font-size: 11px;
	color: #BE0002;
}

#footer p.alignright a {
	color: #333;
}

#index div#page div#footer {
	padding: 6px 5px 0 5px;
	background: url('images/front/footer_bg.png') top center no-repeat #ddd;	
}
