

body {
	margin: 0;
	background: transparent url(images/back1.jpg) center fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}
/* Welcome to auslog text colour*/
a {
	color: #3F3F3F;
}
a:link {
	text-decoration: none;
	color: #bb1131;
}

a:hover {
	background: none;
	color: #7d0b21;
	text-decoration: underline;
}

a:visited { 
	text-decoration: none;
	color: #D80F40;
}
a:visited hover{
	background: none;
	color: #E4A0AD;
	text-decoration: underline;
}


/* Header */

#header {
	background:#000000 url(images/Auslogo5.png) repeat-y top left;
	width: 860px;
	height: 210px;
	align: center;
	margin: 0 auto;
	/*background: #155c00;*/
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	float: left;
	margin-left: 40px;
	padding-top: 85px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 102px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: .2em;
	font: bold 1.2em Arial, Helvetica, sans-serif;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 86px;
}

#search form {
	width: 200px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	border: 1px #000000 solid;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000000;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	z-index: 99;
	width: 940px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 10px;
	margin-left: 100px;
	padding: 16px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 1px;
	padding: 5px 20px;
	background: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D80F40;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 40px;

}

/* Content */

#content {
	float: left;
	width: 600px;
}

.post {
}

.post .title {
	padding: 7px 10px 7px 10px;
	border: 1px solid #D3D3D3;
	background: #eaeaea;
	text-align: center;
	font-weight:bold;

}

.post .title a {

	background: none;
}

.post .meta {
	padding: 2px 10px;
	background: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
}

.post .entry {
	padding: 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {

	float: right;
	
	width: 230px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #D3D3D3;
	background: #EAEAEA;
		text-align: center;
	font-color: black;
	
}

#sidebar ul {
	margin: 0;
	padding: 20;
	list-style: none;

}

#sidebar li {
/*
border-top:1px solid #EAEAEA;
border-bottom:1px solid #EAEAEA;
border-right:1px solid #EAEAEA;
border-left:1px solid #EAEAEA;*/
padding:7px 7px 7px 7px}

}


#sidebar li ul {
	padding: 20px;
	background: #d4d4d4;
	font-weight:bold;
}



#sidebar h2 {
	padding: 5px 10px;
	background: #000000;
	font-size: 1.2em;
	
}

#sidebar p {
	padding: 10px;

}

#sidebar a:link {
	color: #373737;
	
	/*text-decoration: underline;*/
}
#sidebar a:hover {
	text-decoration: underline;
	color: #373737;

}


#sidebar a:visited {

	color: #373737;
}

#sidebar a:hover {
	color: #D80F40;
}



/* Footer */

#footer {
font-color: white;
	width: 860px;
	margin: 0 auto;
	padding: 20px 0;
	background: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer a:link, #footer .current_page_item a {
	color: #FFFFFF;
}
#footer:link {text-decoration:underline; color:#ffffff;}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	
	text-transform: uppercase;
	text-align: center;
}