/*
Theme Name: Taunbill
Theme URI: http://www.osite.com.au/
Author: O-Site Web Development
Author URI: http://www.osite.com.au/
Description: The 2015 theme for Taunbill
Version: 1.0
*/


body {
	margin:0;
	padding:0;
	background:#000000;
	font-family:Trebuchet MS;
	font-size: 14px;
	color:#ffffff;
}
#wrapper {
	width:990px;
	margin:0 auto;
}
#page {
	float:left;
	clear:left;
	width:990px;
}
a img {
	border:0;
	outline:none;
}
a {
	color:#ce9a35;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }




h1 {
	font-size:36px;
	color:#ce9a35;
}
h2 {
	font-size:20px;
	
}
h3 {
	font-size:16px;
	color:#ed1c22;
}
h4 {
	font-size:14px;
}




#header {
	clear: left;
    float: left;
    margin: 20px 0;
    width: 100%;
}
#logo {
	width:100%;
	text-align: center;
}







#navigation {
	clear: left;
    float: left;
    margin: 20px 0 0;
    width: 100%;
}
#access {
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
}
#access ul {
    font-size: 13px;
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
#access li {
    float: left;
    position: relative;
}
#access a {
    color: #EEEEEE;
    display: block;
    line-height: 3.333em;
    padding: 0 1.2125em;
    text-decoration: none;
}
#access ul ul {
    display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 3.333em;
    width: 188px;
    z-index: 99999;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px dotted #DDDDDD;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    width: 168px;
}
#access li:hover > a, #access ul ul:hover > a, #access a:focus {
    background: none repeat scroll 0 0 #ce9a35;
}
#access li:hover > a, #access a:focus {
    background: #ce9a35;
    color: #FFFFFF;
}
#access ul li:hover > ul {
    display: block;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
    background: none repeat scroll 0 0 #ce9a35;
	color: #FFFFFF;
}





#main {
	float:left;
	clear:left;
	margin:0 0 20px 0;
	width:100%;
}
#main-content {
	float:left;
	clear:left;
	width:100%;
}


table.table td {
	border: 1px solid;
    padding: 10px;
}



#footer {
	border-top: 1px solid #ffffff;
    clear: left;
    float: left;
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}




@media screen and (max-width:990px) {
	#wrapper {
		width:100%;
	}
	#page {
		margin: 0 5%;
    	width: 90%;
	}
	#access li {
		width:100%;
	}
}

@media screen and (max-width:400px) {
	#logo img {
		width:100%;
		height:auto;
	}
}