/*
Theme Name: SI WA
Theme URI: http://www.insilico.com.au
Description: Wordpress theme for SI WA
Version: 1.0
Author: insilico
Tags: SI WA, yellow

*/

/*-----------------------------------------
	0. MAIN
	1. Generic
	2. Text, headers
	3. Links
	4. Areas, Divs
	5. Tables
	6. Forms
	7. Images
	8. Lists
	9. Menus
-----------------------------------------*/

/*-----------------------------------------
	0. MAIN
-----------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, sans-serif;
	color: #222;
	background: #fff;
	font-size: 75%; /* Default font size. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
	line-height: 1.5; /* Default line height. (12px * 1.5 = 18px) */
	background: #fff url("images/bg.jpg") center top repeat-x;
	text-align: center;
}

/*-----------------------------------------
	1. LAYOUT
-----------------------------------------*/

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.a-justify {
	text-align: justify;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.hide, .errorlabels {
	display: none !important;
}

.out-of-view {
	position: absolute;
	left: -9999px;
}

.green-color {
	color: #0c0;
}

.green-confirmation {
	padding: 3px 5px;
	color: #fff;
	background: #1e901c;
}

.blue-color {
	color: #153693;
}

.red-color {
	color: #f00;
}

.red-bg {
	background: #fff0f0;
	border: 1px solid #f00;
}

/*-----------------------------------------
  2. TYPOGRAPHY
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #222;
	letter-spacing: 0;
}

h1 { 
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 { 
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 { 
	font-size: 1.5em; 
	line-height: 1;
	margin-bottom: 1em;
}

.widget_slideshow h3 {
	display: none;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	text-transform: uppercase;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 1.5em;
	text-align: justify;
}

div.search-result p {
	margin: 0 0 0 0;
	padding: 10px 0;
}

span.event-details {
	color: #888;
}

blockquote { 
	margin: 0 0 1.5em;
	color: #666; 
	font-style: italic;
}

strong { 
	font-weight: bold;
}

small {
	font-style: italic;
	font-size: 0.8em;
}

em { /* emphasis */
	font-style: italic;
	font-size: 1.1em;
}

dfn { /* definition term */
	font-weight: bold;
	font-style: italic;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address { 
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	text-decoration: line-through;	
}

pre { 
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	color: #81c14e;
	font-family: 'lucida console', monospace;
}

hr {
	background: #003867;
	color: #003867;
	border: none;
	height: 1px;
	margin: 0 0 1.4em;
}

.indent {
	padding: 0 0 0 1.5em;
}

div#twitter_div span {
	display: block;
	font-style: italic;
}

div#quote-wrapper-bottom p {
	padding: 40px 70px 40px 70px;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #153693;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

table#wp-calendar td a {
	display: block;
	background: #fff490;
}

table#wp-calendar td#showit a {
	display: none;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div#print-logo {
	display: none;
}

div#header-wrapper {
	width: 100%;
	min-width: 960px;
	height: 190px;
	background: transparent url("images/header-bg.jpg") center top no-repeat;
	z-index: 80;
}

div#header {
	position: relative;
	width: 960px;
	height: 190px;
	margin: 0px auto;
	text-align: left;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 620px;
	height: 90px;
}

div#branding {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 50px;
	line-height: 30px;
}

div#banner {
	position: absolute;
	top: 90px;
	left: 0px;
}

div#menu {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	left: 0px;
	z-index: 90;
}

div#search {
	position: absolute;
	bottom: 7px;
	right: 20px;
	z-index: 95;
}

div.search-result {
	border-top: 1px solid #eee;
}

div#content-wrapper {
	width: 100%;
	min-width: 960px;
	border-top: 1px solid #e1e1e1;
	background: #fff url("images/content-bg.jpg") center top no-repeat;
	z-index: 10;
}

div#content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

div#left-column {
	display: inline;
	float: left;
	width: 600px;
	margin: 0 0 0 20px;
}

div#right-column {
	display: inline;
	float: right;
	width: 280px;
	margin: 0 20px 0 0;
}

div.highlight-box {
	padding: 10px;
	margin: 0 0 1.5em;
	background: #f9f4d4 none repeat scroll 0 0;
	border: 1px solid #d8ba15;
}

div#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #f9e036;
	font-size: 0.9em;
}

div#footer-left {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	width: 600px;
	text-align: left;
}

div#footer-right {
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	width: 300px;
	text-align: right;
}

div#quote-wrapper-outside {
	background: #fff url("images/twitter-bg.jpg") top left repeat-y;
}

div#quote-wrapper-inside {
	background: transparent url("images/twitter-top.jpg") top left no-repeat;
}

div#quote-wrapper-bottom {
	background: transparent url("images/quote-bottom.jpg") bottom left no-repeat;
}

div#twitter_div {
	min-height: 100px;
	background: transparent url("images/twitter-bottom.jpg") bottom left no-repeat;
	overflow: hidden;
}

div.ngg-widget {
	margin: 0 0 1.5em 0;
}

div#flash-slideshow-widget {
	padding: 1px;
	border: 2px solid #bbb;
	margin: 0 0 0.5em;
}

div#captchaImgDiv {
	margin: 0 0 1.5em;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

caption {
	text-align: left;
	text-transform: uppercase;
	color: #222;
	font-weight: bold;
}

col {
	background: #eff2ff;
}

col.alternate {
	background: #e8edff;
}

tr:hover {
	background: #eee;
}

th, td {
	border: 1px solid #fff;
	padding: 5px;
	font-size: 1em;
}

th {
	font-weight: bold;
	background: #d0dafd;
	padding: 10px 5px;
}

td {
}

table#wp-calendar th, table#wp-calendar td {
	border: 1px solid #eee;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

form {
}

fieldset {
	border: 0px;
	margin: 0 0 1.5em;
}

fieldset div {
	width: 300px;
	margin: 0 0 1.5em;
}

legend {
	float: left;
	text-transform: uppercase;
	color: #003867;
	margin: 0 0 1.5em;
}

label {	
}

input {
	padding: 2px 1px;
	background: #f4e46f;
	border-color: #dfc61d;
	border-style: solid;
	border-width: 1px;
}

textarea {
	background: #f4e46f;
	border-color: #dfc61d;
	border-style: solid;
	border-width: 1px;
}

input.button {
	padding: 0 7px 1px;
	margin: 5px 0 0;
	border-color: #dfc61d;
	border-style: solid;
	border-width: 1px;
	background: #fadc00;
	color: #444;
	font-weight: bold;
	text-align: center !important;
	white-space: nowrap;
	cursor: pointer;
}

input.button:hover {
	background: #dfc61d;
}

textarea {
	padding: 2px 1px;
}

select {	
}

input:focus, textarea:focus, select:focus {
	background: #fff4a5;
}

input.search {
	background: transparent url("images/search-bg.jpg") no-repeat scroll 0 0;
	border: medium none;
	color: #444;
	font-size: 11px;
	height: 18px;
	padding: 8px 0 0 28px;
	width: 183px;
}

form#contact legend {
	display: none;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: none;
}

/*-----------------------------------------
  8. Lists
-----------------------------------------*/

ul, ol { 
	margin: 0 1.5em 1.5em 1.5em;
}

li ul, li ol {
	margin: 0 1.5em;
}

dl { 
	margin: 0 0 1.5em 0; 
}

dl dt { 
	font-weight: bold;
}

dd {
	margin: 0;
}

ul#left-column-widgets {
	margin: 0;
	list-style-type: none;
}

div#twitter_div ul {
	margin: 0 150px 0 70px;
	padding: 30px 0 30px 0;
	list-style-type: none;
	overflow: hidden;
}

div#twitter_div ul li {
	width: 380px;
	overflow: hidden;
}

div#twitter_div ul li span {
	overflow: hidden;
}

li.widget_text, li#customized-calendar, li#ajax-calendar-1 {
	margin: 0 0 1.5em;
}

ul.lcp_catlist li {
	margin: 0 0 0.5em;
}

/*-----------------------------------------
  9. Menus
-----------------------------------------*/

#dropmenu, #dropmenu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 300;
	/* width: 100%; */
	width: auto;
	font-weight: bold;
}

#dropmenu a {
	display: inline-block;
	height: 40px;
	padding: 0 7px 0 8px;
	color: #444;
	text-decoration: none;
	background: transparent url("images/menu-divider.jpg") top right no-repeat;
	line-height: 40px;
}

#dropmenu a:hover {
	color: #fff;
}

#dropmenu li {
	float: left;
	position: relative;
	width: auto;
}

#dropmenu ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 39px;
	left: -1px;
}

#dropmenu ul a {
	border-left: 1px solid #c3a30f;
	background: #f9db01;
	line-height: 25px;
}

#dropmenu li ul {
	border-top: 1px solid #c3a30f;
	width: 14.1em;
}

#dropmenu li ul a {
	width: 12em;
	height: auto;
	float: left;
	border-bottom: 1px solid #c3a30f;
}

#dropmenu ul ul {
	top: auto;
}

#dropmenu li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display: none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display: block;
}


/*-----------------------------------------
  10. Home Page clubs listing
-----------------------------------------*/

#australia{
	width:600px;
	height:410px;
	background:url(images/home-australia-background.png) no-repeat;
	position:relative;
}

#australia h2{
	margin:0;
	text-indent:20px;
}

#australia a:hover{
	text-decoration:underline;
}

#perth{
	margin-top:165px;
	margin-left:3px;
	width:340px;
	float:left;
}

#perth p{
	margin:0;
	padding:0;
}

#perth td{
	padding:0px;
	border:none;
}

#perth ul{
	list-style:none;
	margin-left:0.5em;
	margin-right:0.5em;
}

#perth li{
	margin:0px;
	padding:0px;
	display:inline;
}


#perth a{
	background:url(images/bullet.png) left no-repeat;
	display:block;
	text-indent:20px;
	font-size:14px;
	line-height:24px;
	text-decoration:none;
	color:black;
	margin:0px;
	padding:0px;
}

#perth tr:hover{
	background:none;
}

#australia .albany{
	position:absolute;
	top:335px;
	left:450px;
	font-size:14px;	
	text-decoration:none;
	color:black;
}

#australia .margaret-river{
	position:absolute;
	top:375px;
	left:350px;
	font-size:14px;	
	text-decoration:none;
	color:black;
}

#australia .busselton{
	position:absolute;
	top:357px;
	left:343px;
	font-size:14px;	
	text-decoration:none;
	color:black;
}

#australia .mandurah{
	position:absolute;
	top:338px;
	left:348px;
	font-size:14px;	
	text-decoration:none;
	color:black;
}

#australia .geraldton{
	position:absolute;
	top:280px;
	left:415px;
	font-size:14px;	
	text-decoration:none;
	color:black;
}

#australia .carnarvon{
	position:absolute;
	top:230px;
	left:400px;
	font-size:14px;	
	text-decoration:none;
	color:black;
}

#australia .karratha{
	position:absolute;
	top:150px;
	left:430px;
	font-size:14px;	
	text-decoration:none;
	color:black;
}

#australia .port{
	position:absolute;
	top:129px;
	left:468px;
	font-size:14px;	
	text-decoration:none;
	color:black;
}

/* President address fix */

.wp-image-588 {
    padding-bottom: 2.5em;
}

