/*Transparent PNG Fix for IE6 */

html, body {
	behavior:url(<?php bloginfo('stylesheet_directory'); ?>/cssHoverFix.htc);
	background:#003485;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
	line-height:normal;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
}
body {
	background:#003485 url(images/bg-body.jpg) no-repeat center top;
}
#container {
	background:url(images/watermark.png) bottom right no-repeat;
	min-height:100%;
	position:relative;
	text-align:left;
}
#topnav {
	background:url(images/bg-topnav.png) repeat-x scroll 0 0;
	text-align:center;
}
#searchform {
	float:right;
	padding-right:6px;
}
input
{
color: #fff;
background: #333;
border: 1px solid #ccc
}

#header {
	width: 750px;
	height:150px;
	margin:0 auto;
	background:url(images/bg-header.png) no-repeat bottom center;
	padding:10px;
}
#intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#body {
	width: 750px;
	margin:5px auto;
	padding:10px;
	padding-bottom:60px;	/* Height of the footer */
}
#sidebar {
	background:url(images/bg-trans.png);
	float:right;
	margin-bottom:60px;
	padding:15px 5px;
	width:200px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid #000734;
}
#mainContent {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:url(images/bg-trans.png);
	border:1px solid #000734;
	margin:0 230px 0 0;
	padding:5px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;			/* Height of the footer */
	text-align:center;
	_border-top:1px solid #000734;
	background:url(images/bg-footer.png) repeat-x;
}
#copyright {
	width:750px;
	margin:0 auto;
}
/* Navigation */
#navigation {
	margin:0 auto;
	padding-left:6px;
	width:744px;
	height:25px;
	background:#000;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-size: 0.7em;
}
#navigation ul {
	margin:0px;
	padding:0px;
	border-left:1px solid #fff;
}
#navigation ul li {
	display:inline;
	float:left;
	list-style:none;
	height:25px;
	_margin-left:15px;
	font-weight:bold;
	padding-top:4px;
	position:relative;
	
}
#navigation li a {
	color:#c0dafb;
	padding: 4px 5px 6px 5px;
	text-decoration:none;
	border-right:1px solid #fff;
}
#navigation li a:hover {
	color:#003a9e;
	background:#c0dafb;
	text-decoration:underline;
}
#navigation li ul {
	margin:0px;
	padding:0px;
	display:none;
	position:absolute;
	left:0px;
	top:25px;
	background:#000;
	border-bottom:1px solid #000734;
	border-left:1px solid #000734;
	border-right:1px solid #000734;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

}
#navigation li:hover ul {
	display:block;
	width:160px;
}
#navigation li li {
	list-style:none;
	display:list-item;
}
#navigation li li a {
	color:#c0dafb;
	text-decoration:none;
	line-height:.5em;
	padding-left:5px;
	margin:0;
	border-right: none;

}
#navigation li li a:hover {
	color:#c0dafb;
	background:none;
	text-decoration:underline;
}
/* End Navigation */


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* other non-essential CSS */
.table {
	display:table;
}
.row {
	display:table-row;
}
.cell {
	display:table-cell;
}


#header p, #header h1 {
	margin:0;
	padding:10px 0 0 10px;
}
#copyright p {
	line-height: 1.5em;
	font-size: 0.7em;
	margin:0;
	padding:10px;
	color:#DEE9FB;
}
h1, h1 a:link {
	color:#007F62;
	font-size:1.2em;
}
h2, h2 a:link, h2 a:visited {
	color:#007F62;
	font-size:1.1em;
	margin:0;
}

h3, h3 a:link, h3 a:link {
	color:#007F62;
	font-size:1em;	
	margin:0;
}
#intro p {
	line-height: 1.5em;
	font-size: 0.85em;
}
#mainContent p, #sidebar p, #sidebar li {
	font-size: 0.8em;
	line-height:1.25em;
}
#sidebar ul{
	margin:5px;
	padding:0px;
}
#sidebar li {
	list-style:none;
}
#sidebar .widget_twitter li {
	margin: 10px 0;
}
.entry-content {
}
.entry-meta {
	font-size:0.75em;
}
.hidden {
display:none;
}
a:link, a:visited {
	color:#155FD2;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.broken_link, a.broken_link {
	text-decoration: line-through;
}


/* Add an external-link icon to absolute links */

#mainContent a[href^="http:"] {
        background: url(images/external.png) right center no-repeat;
        padding-right: 12px;
}

#mainContent a[href^="http:"]:hover {
        background: url(images/external.png) right center no-repeat;
}

/* ...but not to absolute links in this domain... */

#mainContent a[href^="http://www.w3d.com.au"] {
        background: transparent;
        padding-right: 0px;
}

#mainContent a[href^="http://www.w3d.com.au"]:hover {
        background: transparent;
}

/* ...or to the "google for $postTitle" link for each entry */

#mainContent a[href^="http:"].googlelink {
        background: transparent;
        padding-right: 0px;
}

#mainContent a[href^="http:"].googlelink:hover {
        background: transparent;
}