/*  
Theme Name: IE08
Theme URI: 
Description: Theme for the Australasian Conference on Interactive Entertainment '08.
Version: 1.0
Author: Shu-Min Heng and Dave Wallace
Author URI:
*/

a img {
	border: none;
}

body {
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	margin:0;
	padding:0;
}

div .hSeparater {
	clear:both;
	float:none;
	display:block;
	height:10px;
}

#shaddowborder {
	margin: 0 auto;
	overflow: auto;
	width:1076px;
	background-image:url(images/shaddowMiddle.png);
	background-repeat:repeat-y;
}
#shaddowBorder-bottom {
	clear:both;
	display:block;
	margin: 0 auto;
	height:18px;
	width:1076px;
	background-image:url(images/shaddowBottom.png);
	background-repeat:repeat-y;
}
#container {
	margin: 0 auto;
	padding-top:20px;
	width:1000px;
}
#header {
	position:relative;
	display:block;
	width:100%;
}
#headerGraphic a img {
	border:none;
	float:left;
}
#searchForm1 {
	text-align:right;
	width:100%;
	position:absolute;
	top:88px;
}
#searchForm2 {
	text-align:right;
	width:100%;
	position:absolute;
}
#bannerGraphic {
	padding-top:10px;
}
.clear {
	clear:both;
}
.hidden {
	visibility:hidden;
}
#sidebar-left {
	clear:both;
	float:left;
	width:25%;
	margin-top:10px;
}
/* This styles the unordered list element to remove bullets and align the text */
 ul#nav {
	list-style-type : none;
	text-align : left;
	background-color:#eeeeee;
}
/*
This styles the links. It’s a block-level link and the text is positioned
with padding. Other styles are defined: width, colors, text attributes, etc.
*/
ul#nav a, ul#nav {
	padding:5px;
	padding-right:0;
	margin:0;
	margin-bottom:2px;
	width:auto;
	height : auto;
	color : #999999;
	display : block;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:ligter;
	text-transform:uppercase;
	border-left: solid 1px transparent;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}

/* This removes the default left margin (indentation) */
ul#nav li {
	
}
/*
Now to offer some hover and focus styles. Further specification of focus/active styles
could be added but I didn’t do it in this example. I didn’t feel it was needed
*/
ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
	background-color : #ffffff;
	color : #636363;
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
/*
This style the single state of the “current_page_item” class link. Not needed for
the “rss” class link since that target page won’t display the menu
*/
ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover, ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
	background-color : #ffffff;
	color : #636363;
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

#content {
	margin-top:10px;
	display:block;
	float:right;
	width:74.8%;
	border: solid 1px #cccccc;
	min-height:400px;
}

#content .pagePost h2 {
	background-color:#4c4c4c;
	color:#ffffff;
	margin:0;
	margin-top:20px;
	padding:5px 80px 5px 20px;
	display:inline-block;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:18px;
	font-weight:lighter;
}

#content .pagePost .entry h3 {
	padding: 5px 5px 5px 20px;
	background-image:url(images/page_subheading_bg.jpg);
	background-repeat:repeat-y;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;	
	color:#ffffff;
}

#content .pagePost .entry {
	margin:5px 5px 5px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content .post h2 {
	background-color:#777777;
	color:#ffffff;
	margin:0;
	margin-top:0px;
	margin-left:0px;
	padding:5px 80px 5px 20px;
	display:block;
	width:auto;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:18px;
	font-weight:lighter;
}

#content .post small {
	padding:0 5px 2px 5px;
	margin-bottom:10px;
	float:right;
	display:block;
	background-color:#777777;
	color:#ffffff;
}

#content .post .entry {
	clear:both;
	margin:10px 20px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .post .postmetadata {
	margin:10px 20px;
	padding:2px 5px;
	background-color:#eeeeee;
	font-size:12px;
}

#spon {
	clear:both;
	margin:20px auto;  
	width:990px;
	background-color:#777777;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
}
#spon img{
	margin: 0px 10px;
	background-color: #ffffff;
	height: 60px;
	padding:5px;
	
}



