
/*
Theme Name: Sports Medicine Australia
Theme URI: http://sportsmedicineaustralia.com.au
Description: Custom theme for Sports Medicine Australia based off Sports Medicine Australia 1.0 
Version: 1.1
Author: Avalde
Author URI: http://www.zoogroup.com.au
Tags: SMA

*/



/* --------------------------------------
USUAL TAGS 
--------------------------------------*/

body {
	font-size: 10px;	
	font-family: Arial, verdana,  'Lucida Grande',  Sans-Serif;
	background: #ffffff;	
	color: #000000;
	text-align: left;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	}
	
td {padding:10px;}

h1 {
	font-size: 40px;
	line-height: 38px;
	margin: .2em 0em 0.6em;
	padding: 0;
	color: #00a4e8;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -.05em;
	}	
	
h2 {
	font-size: 19px;
	margin: 1.5em 0em .5em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -.05em;
	color: #0059a1;
	}
	
h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	margin: 1.5em 0em .5em;
	font-weight: bold;
	color: #0059a1;
	}

h3.pagetitle {
	font-size: 1.8em;
	margin-bottom: 0px;
	margin-top: 45px;
	}

h4 {
	font-size: 1em;
	margin: 20px 0px 5px;
	font-weight: bold;
	color: #0059a1;
	}
	
p {margin: 1em 0em;}

a, h2 a:hover, h3 a:hover {	color: #0059a1;	}

a:hover {	color: #cd2732;	}	
	
code {	font: 1.1em 'Courier New', Courier, Fixed;	}	

acronym, abbr, span.caps
{
	font-size: 0.9em;
	cursor: help;
	}

acronym, abbr {	border-bottom: 1px dashed #999;	}

blockquote {
	margin: 1em 1em 1em 1em;
	padding-left: 20px;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

a img {	border: none;	}

.entry p a:visited {color: #000000;}

hr {
	height: 1px;
	border: 0px;
	color: #e5ddd5;
	background-color: #e5ddd5;
	margin: 1.5em 0em;
	clear: left;	
}

ul {
list-style-type: circle;

}



form, input {margin: 0px; padding: 0px;}


/* --------------------------------------
SMALL CLASSES
--------------------------------------*/
.postmetadata {	clear: both;}
.clear {clear: both;}	
.center {text-align: center;}
.left {float: left;}
.right {float: right;}
.hidden {display: none;	}
.link-list a {text-decoration: none;}
.link-list a:hover {text-decoration: underline;}



/* --------------------------------------
Left Navigation Menu
--------------------------------------*/
.on { color:#000000; text-transform:uppercase; }
.on23 { color:#000000; text-transform:capitalize; }

div.menu
{
	background:#b8ecfa url(images/nav_h_bg.jpg) no-repeat scroll 0 0;
	float: left;
	margin: 0;
	padding: 10px 20px;
	width: 155px;
}

ul#menu
 {
	float: left;
	list-style-type:none;
	padding: 0;
	margin: 0;
	width: 155px;
	overflow: hidden;
	
}

#menu li
{
	display: block;
	margin:0 0 -1px 0;	
}

#menu li li
{
}

#menu li.current_page_item a, #menu li.current_page_ancestor a, #menu a:hover {
color:#000000;
}
#menu li a {
	clear:left;
	color:#0059A1;
	display:block;
	font-family:arial,verdana,sans-serif;
	font-size: 15px;
	letter-spacing: -.03em;
	padding: 9px 0px 8px;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:1px solid #BEC5CB;
}
#menu li li a
{
}
#menu li.last a
{
    border-bottom: 0;
}

#menu li li, #menu li li a {
list-style-type:none;
margin: 0 0 0 0;
padding: 2px;
}




#menu li li a { text-transform: capitalize; } 


#menu  ul li ul li, #menu ul li ul li a {
list-style-type:none;
margin: 0 0 0 0;
padding: 2px;

}
#menu ul li ul li a { text-transform: capitalize;} 

#menu li ul {
	display: none;
	padding-left: 10px;
	margin: 0;
}

#menu li.current_page_ancestor ul, #menu li.current_page_item ul {
	display: block;
}

#menu li.current_page_ancestor ul li a:hover {
	color: #555;
}

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

#menu li.current_page_ancestor ul ul, #menu li.current_page_item ul ul {
	display: none;
}

#menu li.current_page_ancestor ul li.current_page_ancestor ul, #menu li.current_page_ancestor ul li.current_page_item ul {
	display: block;
}

/* --------------------------------------
SECTIONS
--------------------------------------*/

#container{
	position:relative;
	margin: 0px auto;
    width: 840px;
	padding: 0;
}
	
#header {
	position:relative;
	background: url(images/header_bg.jpg) no-repeat;
	height: 130px;
	border-bottom: 1px solid #b2b2b2;
    margin-bottom: 9px;
}

#header a
{
    margin: 0;
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 205px;
    height: 120px;
}	

#logo {
	border: 0px;
	float: left;
}

#tagline {
	margin-top: 22px;
}


#search {
	text-align: right;
	float: right;
	width: 210px;
	padding: 33px 0px 0px 0px;
}


#main {
	clear: both;
	font-size: 1.4em;
}

#side {
    width: 210px;
	float: left;
    overflow: hidden;
    padding: 0 0 15px 0;	
}

#content {
    width: 630px;
    float: left;
    overflow: hidden;
    padding: 0 0 15px 0;	
}

#footer {	
	clear: both;
	margin: 0;
	padding: 0;
	width: 850px;
}

#footer .left img {
	margin: 0;
	float: left;
}

#footer p {
	text-align: left;
	font-size: 1.1em;;
	color: #858585;
	margin: 0;
	clear:  both;	
}

#footer .left {
	padding: 5px 0 0;
	margin: 0 auto 0 0;
}

#footer .right p {
	padding-left: 20px;
}

#footer ul#lower-menu {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

#footer ul#lower-menu li {
	background: url(images/footer-bullet.gif) no-repeat scroll 100% 50%;
	display: block;
	float: left;
	margin: 0;
	padding:0 34px 0 0;
}

#footer ul#lower-menu li a {
	font-size: 13px;
	text-decoration: none;
	color: #858585;
	float:left;
	height: 20px;
	line-height: 20px;
}

#footer ul#lower-menu li a:hover {
	color: #000;
}

#footer ul#lower-menu li.zoo {
    padding: 0;
    background: none;
}

#footer ul#lower-menu li.zoo img {
	display: block;
	margin: 5px 0;
}


/* home page */

#content .home-content {
	color: #fff;
	padding: 5px 230px 0px 5px;
	height: 183px;
	overflow: hidden;
	}

#content .img-1 {
	background: url(images/beach.jpg) no-repeat;
}
#content .img-2 {
	background: url(images/bike.jpg) no-repeat;
}
#content .img-3 {
	background: url(images/boats.jpg) no-repeat;
}
#content .img-4 {
	background: url(images/hotel.jpg) no-repeat;
}
#content .img-5 {
	background: url(images/island.jpg) no-repeat;
}
#content .img-6 {
	background: url(images/night.jpg) no-repeat;
}
#content .img-7 {
	background: url(images/shed.jpg) no-repeat;
}

#content .home-content div.post
{
	padding:12px 18px 0 15px;
}

#content .home-content p {
	line-height: 1.25;
	height: 8.75em;
	overflow: hidden;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}

#content .home-content h1 {
	color: #fff;
	margin: 0px;
	font-size: 38px;
}

#content .home-content p {
	margin: 0px;
}

div#wrap-features {
	float: left;
	margin: 15px -15px 0 0;
}


div#wrap-features .feature {
	width: 200px;
	height: 275px;
	float: left;
	margin: 0 15px 15px 0;
	overflow: hidden;
}

div#wrap-features .news
{
	background: #CAE2EE url(images/news_bg.jpg) bottom left no-repeat;
}

div#wrap-features .news h2 {
	color: #fff;
	background: #e40084 url(images/h_news.gif);
   	width: 200px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}	

div#wrap-features .news ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 190px;
	height: 233px;
    background: url(images/news_bg.jpg);
}




div#wrap-features .news li {
	display: block;
    width: 162px;
    list-style-type: none;
	margin: 0;
	padding: 8px 0 0 14px;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: -.03em;
	text-align: left;
	background: url(images/news_bullet.png) no-repeat 0 10px;
}


div#wrap-features .news li a {
	padding: 0;
	text-decoration: none;
    font-weight: bold;
}


div#wrap-features .news a:active,
div#wrap-features .news a:hover,
div#wrap-features .news a:link,
div#wrap-features .news a:visited
{
    color: #0159a1;
}
div#wrap-features .news a
{
	text-decoration: underline;
}
div#wrap-features .news .date {
	font-size: 11px;
}
div#wrap-features .news h3 a:hover {
	text-decoration: underline;
}
div#wrap-features .news a {
	padding: 0;
	text-decoration: none;
    font-weight: bold;
}
div#wrap-features .news a:hover {
	text-decoration: underline;
}

div#wrap-features .events {
	background: #A0DEEB url(images/events_bg.jpg) bottom left no-repeat;
}
div#wrap-features .events h2 {
	background: #0093c1 url(images/h_events.gif) ;
   	width: 200px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;	
}
div#wrap-features .events ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 190px;
	height: 233px;
    background: url(images/events_bg.jpg);
}
div#wrap-features .events li {
	display: block;
    width: 162px;
    list-style-type: none;
	margin: 0;
	padding: 8px 0 0 14px;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: -.03em;
	text-align: left;
	background: url(images/event_bullet.png) no-repeat 0 10px;
}
div#wrap-features .events a
{
	padding: 0;
	text-decoration: none;
    font-weight: bold;
}
div#wrap-features .events a:active,
div#wrap-features .events a:hover,
div#wrap-features .events a:link,
div#wrap-features .events a:visited
{
    color: #0091bf;
}

div#wrap-features .events a:hover
{
	text-decoration: underline;
}

/*** feature boxes ***/
div#wrap-features div.feature-box
{
	float:left;
	height:149px;
	margin:0 15px 15px 0;
	padding:0;
	width:200px;
}
div#wrap-features div.homebox1
{
	background: #ff6633;
}
div#wrap-features div.homebox2
{
	background: #ffec00;
}
div#wrap-features div.homebox3
{
	background: #00a4e8;
}

/*** small features ***/
div.small-features {
	width: 200px;
	height: 79px;
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
}
div.small-features a {
	
}
div.small-features img {
}

div.poll {
	width: 200px;
	height: 172px;
	background: silver;
	float: right;
	margin-right: 15px;
}


#login {
	border: 1px solid red;
	margin-top: 10px;
}

#login a {

	}
	
.textwidget div#quotes {
	width: 195px;
	height: 197px;
	margin: 0;
	padding: 3px 0;
	background: url(images/bg-quotes.jpg) top left no-repeat;
	min-height: 0;
	overflow: hidden;
}

.textwidget div#quotes p {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 10px;
}

.textwidget div#quotes blockquote {
	padding: 0;
	margin: 30px 5px 0 10px;
}

.textwidget div#quotes blockquote p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
}

#text-400101511 {
	display: none;
}


/* --------------------------------------
SIDEBAR 
--------------------------------------*/
div#sidebar {
	clear: left;
	float: left;
	width: 195px;
	padding:15px 0 0;
	margin: 0px;
}

#sidebar ul {
margin: 0px; 
padding: 0px; 
list-style-type: circle;
}


#sidebar li {
margin: 0px; 
padding: 0px; 
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: circle;
	}

#sidebar ul li li, #sidebar ul ol li {
list-style-type: none;
	margin: 3px 0 0;
	padding: 0;
	font-size:10px;
	}



#sidebar h2.widgettitle {display: none;}

#sidebar #sidebar-login {
background: #02141E url(images/login_bg.jpg) top left no-repeat;
color: #fff;
padding: 15px;
margin-top: 12px;
}

#sidebar #sidebar-login input.mid {
font-size: 1em;
width: 11em;
background: #fff;
border: 0px;
padding: .3em;
}

#sidebar #sidebar-login input#wp-submit {
	color: #fff;
	background: transparent;
	border: 0px;
	font-size: 1em;
	font-weight: normal;
	font-family: arial;
}

#sidebar #sidebar-login a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	border-top: 1px solid #767f89;
	padding-top: 1em;
}


#sidebar #sidebar-login a:hover {
	text-decoration: underline;
}

/* --------------------------------------
FORMS 
--------------------------------------*/

#side .delegate-signin,
#side .committee-signin
{
    float: left;
    margin-top: 15px;
    padding: 0;
    width: 195px;
}
#side .delegate-signin
{
    background: #ff6633;
}
#side .committee-signin
{
    background: #00a4e8;
}
#side .delegate-signin label,
#side .committee-signin label
{
    display: block;
    margin: 0;
    text-indent: -1000em;
    width: 195px;
    height: 29px;
}
#side .delegate-signin label
{
    background: url(images/h_delegate_hd.gif) no-repeat 0 0;
}
#side .committee-signin label
{
    background: url(images/h_committee_hd.gif) no-repeat 0 0;
}
#side .delegate-signin input.imagebutton,
#side .committee-signin input.imagebutton
{
    
    margin: 0 0 4px 15px;
    border: 0;
    padding: 0;
    vertical-align: bottom;
    text-indent: -1000em;
    font-size:1px;
    width: 45px;
    height: 20px;
	cursor: pointer;
}
#side .delegate-signin input.imagebutton
{
    color: #ff6633;
    background: url(images/h_del_submit.gif) no-repeat 0 0;
}
#side .committee-signin input.imagebutton
{
    color: #00a4e8;
    background: url(images/h_com_submit.gif) no-repeat 0 0;
}
#side input.textbox
{
    margin: 12px 0 8px 15px;
    padding: 2px 6px;
    width: 148px;
    height: 16px;
    line-height: 16px;
    background-color: #fff;
    border-top: 1px solid #8c8c8c;
    border-left: 1px solid #8c8c8c;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color:#000000;
    font-family:Arial,verdana,'Lucida Grande',Sans-Serif;
    font-size:12px;
    text-decoration:none;
}


/* --------------------------------------
STATE PAGES 
--------------------------------------*/


.state-act #header {
	background: url(images/header_act_bg.gif) no-repeat;
}

.state-nt #header {
	background: url(images/header_nt_bg.gif) no-repeat;
}

.state-qld #header {
	background: url(images/header_qld_bg.gif) no-repeat;
}

.state-nsw #header {
	background: url(images/header_nsw_bg.gif) no-repeat;
}

.state-sa #header {
	background: url(images/header_sa_bg.gif) no-repeat;
}

.state-wa #header {
	background: url(images/header_wa_bg.gif) no-repeat;
}

.state-tas #header {
	background: url(images/header_tas_bg.gif) no-repeat;
}

.state-vic #header {
	background: url(images/header_vic_bg.gif) no-repeat;
}

.states ul#menu {
background: #c3e4f0 url(images/menu_state_bg.jpg) no-repeat;
}

.states ul#menu li a {
	color: #0093c1;
}

.states ul#menu li.current_page_item a,
.states ul#menu li.current_page_ancestor a,
.states ul#menu li a:hover{ 
color: #000;
	}

/* sbmenu */

#submenu {
background: #ccddeb url(images/submenu_bg.jpg) no-repeat;
width: 170px;
padding: 15px;
float: right;
}

#submenu h2 {
font-size: .9em;
color: #0059a1;
text-transform: uppercase;
margin: 0px;
border-bottom: 1px solid #bec5cb;
margin-bottom: 5px;
}

#submenu ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#submenu ul li {
margin: 0px;
}


#submenu ul li a {
text-decoration: none;
font-size: .9em;

}



/* --------------------------------------
SEARCH FORM
--------------------------------------*/
#header #searchform {
	float: right;
}

#searchform .button {
	background: none;
	border:0 none;
	color:#000000;
	display:block;
	float:left;
	font-family:Arial,verdana,'Lucida Grande',Sans-Serif;
	font-size:12px;
	height:16px;
	line-height:16px;
	margin:0;
	padding:2px 0;
	text-align:right;
	text-decoration:none;
	width:28px;
	cursor: pointer;
}

#searchform input#s {
	border: 1px solid #B2B2B2;
	background-color:#FFF;
	color: #000;
	text-transform: none;
	font-weight: normal;
	height:16px;
	line-height:16px;
	padding:2px 6px;
	float: left;
	font-family:Arial,verdana,'Lucida Grande',Sans-Serif;
	font-size:12px;
	display:block;
	text-decoration:none;
	width:148px;
}
	
	
	
	
	

ul.paging { list-style: none; padding: 0; font-weight: bold; }
ul.paging li { float: left; margin: 0 6px 6px 0; }
ul.paging li a, ul.paging li.active { display: block; padding: 3px 6px; background-color: #f5f5f5; border: 1px solid #ccc; text-decoration: none; }
ul.paging li.active { background-color: #0059A1; border-color: #0059A1; color: #fff; }

ol.searchResults {
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}
ol.searchResults li {
	margin: 10px 0;
	padding: 0;
}

ol.searchResults li h1,
ol.searchResults li h2 {
	display: none;
}

ol.searchResults li p {
	margin: 0;
	padding: 0;
}

/*div.entry h1 {
	font-size: 14px;
}*/	

/* --------------------------------------
BLOG ENTRIES
--------------------------------------*/

.navigation  {
	display: block;
	font-size: .8em;
	margin: 10px 0px 50px;
	}

.post h2.post-title a {text-decoration: none;
font-size: 1.3em;
}

.post {
	clear: both;
	margin: 0 0 30px;
	text-align: left;
	line-height: 1.4;
	padding: 6px 18px 0;
}



.cat {
	font-size: .8em;
	margin: 0em 0em 1em
	}




/* --------------------------------------
IMAGES
--------------------------------------*/

.entry img {
	border: 4px solid #fff;
	}

.entry img.wp-smiley {border: 0px;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {	float: right;	}

.alignleft {	float: left;	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.thankyou {
	text-align: center;
	margin-top: 75px;
}

.dbem-calendar-table {
	float: right;
	background-color: #eee;
}

.dbem-calendar-table {
	float: right;
}

.dbem-calendar-table th, .dbem-calendar-table td  {
	font-size: 12px;
}

.dbem-calendar-table a {
	text-decoration: none;
}

