/*

	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

*/

/* This controls the width of the fluid width layouts */

div.fluid
{
	width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
	width: 950px !important;
}

/* Basic Stuff */

*
{
	margin: 0em;
	padding: 0em;
}

body
{
	background-color: #212329;
	color: #585858;
/*	font-size: small; */
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(images/ausdotted.png);
}

#page {
	min-width: 1000px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.widget h2 {
	margin-bottom: 0.5em;
	font-size: 1.0em;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	letter-spacing: -1px;
}

h3,h4,h5,h6
{
	color: #562F00;
}

h1 span
{
	font-weight: bold;
}

h3 span
{
	font-weight: bold;
}

h4 span
{
	font-weight: bold;
}

br.clear
{
	clear: both;
}

img
{
	padding: 3px;
	border: solid 1px #e1e1e1;
}

img.floatTL
{
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

a
{
	text-decoration: none;
	color: #CC6C0C;
	padding: 2px;
}

a:hover
{
	background-color: #CC6C0C;
	color: #fff;
}

#next_prev li {
	list-style-type: none;
}

ul.links
{
	list-style: none;
}

ul.links li
{
	line-height: 2em;
}

ul.links li.first
{

}

p
{
	line-height: normal;
}

/* Header */

.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
 	font-size: 0;
 }

.clearfix {
	display: block;
}

.clearfix {height: 1%;}

#header
{
	width:100%;
}

#searchmenu {
	margin-top: 12px;
	padding: 5px;
	float: right;
}

/* Logo */

#logo
{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100px;
	background-image: url(images/ausrobotics_header.png);
	background-repeat: no-repeat;
}

#logo h2
{
	display: inline;
	padding-left: 0.5em;
	color: #E0D7CC;
	font-size: 1.0em;
}

/* Menu */

#menu
{
	float: left;
	width: 100%;
	background-image: url(images/navbg.png);
}

#menu ul
{
	list-style: none;
}

#menu li
{
	float: left;
}

#menu li a
{
	margin-left: 6px;
	margin-right: 1px;
	
	display: block;
	padding: 1.1em 1.4em 1.0em 1.4em;
	color: #616161;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: lowercase;
	text-decoration: none;
}

#menu li a:hover
{
	margin-left: 5px;
	margin-right: 0px;

	background: #f5f6ab url('images/navbg_on_yellow.png') repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #777;
	border-left-color: #777;
}

#home #nav-home a,
#forums #nav-forums a
{
	margin-left: 5px;
	margin-right: 0px;
	
	background: #CC6C0C url('images/navbg_on.png') repeat-x;
	color: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #777;
	border-left-color: #777;
}

.comment-title {
	font-weight: bold;
}

.commentblock h3 {
	background-color: #efefef;
	padding: 2px;
}

.widget li {
	margin-left : 0;
	padding-left : 0;
	list-style-type: none;
	margin-bottom: 0.2em;
}

li.widget {
	margin-left : 0;
	padding-left : 0;
	list-style-type: none;
	margin-bottom: 1.0em;
}

.widget ul li {
	font-size: small;
	border-bottom: dotted 1px #efefef;
	padding-bottom: 0.2em;
}

.widget ul li a {
	display: block;
}

.widget h2 {
	border-bottom: dotted 1px #ddd;
}

/* Main */

#main
{
	background-image:url(images/topgradient.png);
	background-repeat:repeat-x;
	background-color: #fff;	
}

#main_inner p
{
	text-align: justify;
	margin-bottom: 1.0em;
}

#main_inner ul
{
	margin-bottom: 2.0em;
}

#main_inner
{
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding-top: 3.5em;
}

#main_inner h3,h4
{
/*	border-bottom: dotted 1px #E1E1E1;*/
	position: relative;
}

#main_inner h3
{
	font-size: 2.1em;
	padding-bottom: 0.1em;
/*	margin-bottom: 0.8em;*/
}

#main_inner h4
{
	font-size: 1.2em;
	padding-bottom: 0.175em;
	margin-bottom: 1.4em;
	margin-top: 0.95em;
}

#main_inner .post
{
	position: relative;
	font-size: 0.9em;
	margin-bottom: 2.0em;
}

#main_inner .post h3
{
	position: relative;
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#main_inner .post .post_info
{
	font-size: 0.9em;
	background-color: #efefef;
	padding: 0.4em;
}

#main_inner .post .post_info .comments
{
	font-weight: bold;
	float: right;
}

#main_inner .post .post_header
{
	margin-bottom: 1.0em;
}

/* Footer */

#footer
{
	background-color: #111;
	text-align: center;
	clear: both;
	padding: 5px;
	margin-bottom: 1.0em;
	color: #efefef;
}

/* Search */

input.button
{
	background: #CC6C0C url('images/n3.gif') repeat-x;
	color: #fff;
	border: solid 1px #AA7036;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 0.8em;
	height: 2.0em;
}

input.text
{
	border: solid 1px #F1F1F1;
	font-size: 1.0em;
	padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
	position: relative;
	width: 100%;
	margin-bottom: 2.0em;
}

#search input.text
{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 9.5em;
}

#search input.button
{
	position: absolute;
	top: 0em;
	right: 0em;
	min-width: 2.0em;
	max-width: 2.5em;
}

/* Main content */

#maincontent
{
	position: relative;
	margin-right: 34em;
}
	
#columnleft
{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	margin-bottom: 20px;
}
	
/* Nav content */

#navcontent
{
	float: right;
}

#navcolumn1
{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
}

#navcolumn2
{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
}