/*
Theme Name: MySign
Theme URI: http://www.almostanything.com.au
Description: That guy on it reminds me of the Fonz.... eeeey!
Version: 1.0
Author: Almost Anything Web and Graphic Design
Author URI: http://www.almostanything.com.au
*/

/*
 * COLOURS
 * blue					:	#2D4162 - #31589A
 * yeller				:	#FFCC00
 * other blue			:	#435472
 * 
 * LAST EDIT
 * by		:	jason
 * date		:	23 May 08
 * what		:	changing flyouts to superfish
 * 
 * CONTENTS
 * 1.Header and Body
 * 2.NaviGREATion (*hahahaha!*)
 * 6.News
 */

/*
 * 1.Header and Body
 */
 
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.9em;
	background: #31589A;
	margin:0;
	padding:0;

}
.widthlimiter {
		background:#FFCC00;
}

#header {
background: #31589A url(/images/layout/bg.jpg) repeat-x scroll left top;
position:relative;
height:200px;
}
#header #description {
	text-indent:-999em;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#header form {
	display:none;
}
#menu {
	position:absolute;
	top:180px;
	left:0;
	width:100%;
}
#header h1 {
	width:845px;
	height:200px;
	margin:0 auto;
	background:#2D4162 url(/images/layout/top.jpg) center no-repeat;
	text-indent:-999em;
}
#content {
	width:570px;
	padding:30px 255px 30px 20px;
	background:transparent url(/images/layout/legs.jpg) no-repeat scroll right top;
	margin:0 auto;
}

#footer {
	background: #31589A url(/images/layout/shadow.jpg) repeat-x top left;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	color:#8a9cbb;
	text-align:right;
	padding:10px;
}

#footer p, #footer a {
	color:#8a9cbb;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
}
.postdate{
	font-size:80%;
	font-style:italic;
}


/*
 * 2.NaviGREATion
 */

.nav {	
	margin:0 auto;
	padding:0;
	width:845px;
}
.nav * {
	display:inline;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-family:Lucida Sans Unicode, sans-serif;
}
.nav li {
	padding:0 1em;
}
.nav a:hover {
	color:#fc0;
}

/*
 * 3.Linkage
 */
 a {
 	color:#000;
 }
 a:hover {
 	color:#31589A;
 }
