/*
Theme Name: Sanwest
Theme URI: http://www.sanwest.com.au
Description: The default WordPress theme for <a href="http://www.sanwest.com.au">Sanwest</a>.
Version: 1.1
Author: Good Good
Author URI: http://www.goodgood.com.au/
*/

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a {text-decoration: none; color:#242424; }
a:hover { text-decoration:underline; }

/* Generic */

body {
	background:url('images/global_greyBack.gif') left top repeat #d6d6d6;
	font:12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color:#666;
}
#page {
	width:795px;
	margin:0 auto;
}
#page .container {
	background:url('images/page_tile.gif') left top repeat-y;
}
.clear {
	clear:both;
}

#header .logo {
	width:795px;
	height:64px;
	background:url('images/home_headerPic.gif') left top no-repeat;
}
#header .logo a {
	width:795px;
	height:65px;
	display:block;
}
#header .logo span {
	display:none;
}
#header .mainmenu-banner,
.content {
	margin:1px 0 0 0;
	clear:both;
	padding:0 0 0 10px;
}
#header .menu {
	float:left;
	width:233px;
	height:192px;
	background-color:#3450A2;
}
#header .menu ul {
	list-style:none;
	margin:0.6em 0.45em 1em 0.45em;
}
#header .menu li {
	border-bottom:1px dashed #b1b6c4;
	padding:0.1em 0 0.1em 1.5em;
}
#header .menu li a {
	text-transform:uppercase;
	color:#cdd4e8;
	font-weight:bold;
	font-size:11px;
	background:url('images/dot-normal.gif') left center no-repeat;
	padding:0 0 0 18px;
	text-decoration:none;
	letter-spacing:1px;
}
#header .menu li a:hover {
	background:url('images/dot-hover.gif') left center no-repeat;
	color:#fff;
}
#header .menu ul ul {
	margin:0.1em 0 0.2em 0.8em;
}
#header .menu li li {
	border-bottom:none;
}
#header .menu li li a {
	text-transform:none;
	font-weight:normal;
	font-size:12px;
	background:none;
	padding:0 0 0 1.5em;
	letter-spacing:0;
	color:#fff;
	background:url('images/radio-normal.gif') left center no-repeat;
}
#header .menu li li {
	padding:0;
	margin:0 0 0 1em;
	line-height:15px;
}
#header .menu li li a:hover {
	background:url('images/radio-hover.gif') left center no-repeat;
}
#header .banner {
	float:left;
	width:552px;
	height:192px;
}

/* Home styles */

.content .home-container {
	width:775px;
	background-color:#fff;
}
.content-container {
	/* margin:0 10px 0 0; */
	background:url('images/content_tile.png') left top repeat-y;
	display:block;
	width:775px;
}
.content #sidebar2 {
	float:left;
	width:233px;
	background-color:#fff;
}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
.content .home-content {
	float:left;
	width:542px;
	background-color:#fff;
	padding:0 0 2em 0;
	font-size:11px;
}
.content .home-content .post {
	margin:0 10px;
}
.content .home-content h1 {
	display:block;
	width:340px;
	height:25px;
	background:url('images/title_home.gif') left top no-repeat;
	margin:1.2em 0 0.5em 0;
}
.content .home-content h1 span {
	display:none;
}
.content .home-content strong {
	color:#000099;
}
.content .home-content table {
	margin:0.5em 0 0 0;
	border-top:1px solid #000;
}

/* Subpage styles */

.content .submenu {
	float:left;
	width:163px;
	background-color:#3450A2;
	font-size:11px;
	line-height:1.4em;
}
.content .submenu .breadcrumb {
	font-weight:bold;
}
.content .submenu .breadcrumb,
.content .submenu ol {
	margin:1em;
}
.content .submenu ol {
	list-style:none;
}
.content .submenu a {
	color:#fff;
	
}
.content .submenu .subpages ol {
	list-style:disc !important;
	padding:0 0 0 1em !important;
}

.content .page-content {
	float:left;
	width:612px;
	background:url('images/global_blueCurve.gif') left top no-repeat #fff;
	padding:2em 0 0.2em 0;
}
.content .home {
	margin:1em 0 0 0;
	text-align:right;
}

/* Content styles */

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; /* 24-10-05 */
	color:#000;
	line-height:1.2em;
	margin:10px;
}
#content h1 {
	margin:0 0 1em 0;
}
#content h2, #content h3 {
	margin:1em 0;
}
#content h4, #content h5, #content p {
	margin:0.5em 0;
}
#content h1 {
	font-weight: bold;
	font-size: 12pt;
	color: #990000;
	font-family: Verdana;
}
#content h2 {
	font-size: 12pt;
	color: #990000;
	font-family: Verdana;
	font-weight: normal; /* 24-10-05 */
}
#content h3 {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#content ul, #content ol {
	margin:0 0 0 2em;
}
.entry .image-links ul {
	margin:0 !important;
	padding:0 !important;
	list-style:none;
}
.entry .image-links li {
	margin:0 !important;
	padding:0 !important;
	float:left;
}

.entry img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
.entry img.alignright {
	float:right;
	margin:0 0 1em 1em;
}

/* Footer styles */

#footer .left {
	float:left;
	width:161px;
}
#footer .right {
	float:left;
	width:634px;
}

#footer_links {
width: 755px;
text-align: center;
clear:both;
float:left;
padding:5px 20px;
background: #fff url('images/page_tile.gif') left top repeat-y;

}

#footer_links_ul {
list-style:none;
background-color: #fff;
}

#footer_links_ul li {
list-style:none;
margin:0px;
padding:0px;
display:inline;
text-align: center;
}

#footer_links_ul li a {
padding: 0px 5px;
border-right: 1px solid #666;
text-align: center;

}

#sidebar-blog {
padding-top: 10px;
}

#sidebar-blog ul {
list-style:none;
padding: 0px 0px 10px 0px;
}

#sidebar-blog h3 {
list-style:none;
color: #fff;
font-weight: bold;
font-family: 'Arial';
font-size: 13px;
}

#sidebar-blog #s {
color: #666;
font-size: 12px;
padding: 1px;
margin-top: 2px;
}

#sidebar-blog #searchsubmit {
border: none;
margin-top: 5px;
color: #333;
padding: 0px 4px;
background-color: #eee;
}

#latest-news h2 {
font-size: 13px;
font-family: arial;
font-weight: bold;
margin:10px 0px 0px 0px;
padding:0px;
}


.post-info {
color: #666;
font-size: 11px;
}


hr {
border: none;
border-top: 1px solid #ddd;
margin: 20px 0px;
}

#latest-news {
line-height: 1.5;
}

#latest-news  .entry a {
text-decoration: underline;
color: #3450A2;
}

#focus-cats-table td {
width: 185px;
vertical-align: top;
border: 1px solid #ccc;
padding: 0px;
}

#focus-cats-table ul {
}

#focus-cats-table li {
list-style:none;
margin:0px;
margin:0px 0px 0px 0px;
padding:0px 0px 3px 10px;
text-align: left;
border-bottom: 0px solid #ddd;
}

#focus-cats-table li a {
padding: 0px;
border-right: 0px solid #666;
text-align: left;
color: #92b8f7;

}

#focus-cats-table h3 {
background-color: #3450A2;
margin:0px;
color: #fff;
font-size: 13px;
font-family: arial;
padding: 3px 0px;
}







