/*  

Theme Name: Sitelet Theme
Theme URI: http://avalanche.com.au/
Description: Avalanche Sitelet Theme
Version: 1.0.0
Author: Luke Moulton
Author URI: 
 
	
*/

/*
----------------------------------------------------------------------------- 
Standard
-----------------------------------------------------------------------------*/
html { height: 100%; margin-bottom: 1px; }
body { margin: 0; padding: 0; font: 76% Arial, Helvetica, sans-serif; color: #444;  background: #fff url(images/bg.png) repeat-x scroll top left; }
body * { margin: 0; padding: 0;	}
p,ul,ol,dl,blockquote,pre { margin-bottom: 1.0em; line-height: 1.4em; }
h1 { margin-bottom: 0.5em; }
h2 { margin-bottom: 0.4em; }
a { color: #4e7a92; }
img { border: 0; }
acronym,abbr { border: 0; text-decoration: none; }
address { font-style: normal; }
hr { height: 0; color: #fff; background-color: #fff; border: 0; border-top: 1px solid #aaa; margin-bottom: 0.3em; }
fieldset { border: 0; }

ul { padding-left: 1.6em; margin-left: 1em; list-style-type: square; }
ul li { margin-left: 0; padding-left: 0; padding-bottom: 0.4em; }
	
dl { margin-left: 0.3em; }
dd { margin: 0 0 0.5em 0.5em; }
	
ol { padding-left: 1.6em; margin-left: 1em; }
ol li { margin-left: 0; padding-left: 0; padding-bottom: 0.4em; }

blockquote { background: #f4f4f4; padding: 5px; margin: 0 0 1em 2em; border-left: 6px solid #ddd;  }


/*
----------------------------------------------------------------------------- 
Text Formatting
-----------------------------------------------------------------------------*/
.shaded { color: #888; }
.cen { text-align: center; }
.r { text-align: right; }
.l { text-align: right; }
.alignleft { float: left; margin: 0 1em 1em 0; }
.alignright { float: left; margin: 0 1em 1em 0; }
.rfloat { float: right; margin: 0 0 1em 1em; }
.lfloat { float: left; margin: 0 1em 1em 0; }
.line { white-space: nowrap; }
.clear { clear: both; }
.bumper { clear: both; font-size: 0.1.em; height: 1px; }

h1 { font-size: 1.7em; font-weight: normal; color: #e9b53d; text-decoration: none; font-family: "Trebuchet MS",Trebuchet,Verdana,sans-serif; margin: 0 0 3px 0; }
h2 { font-size: 1.3em; font-weight: normal; color: #e9b53d; text-decoration: none; font-family: "Trebuchet MS",Trebuchet,Verdana,sans-serif; margin: 0 0 0.5em 0; border-bottom: 1px solid #e4e4e4;}
h3 { font-size: 1.2em; font-weight: bold; color: #333333; text-decoration: none; font-family: "Trebuchet MS",Trebuchet,Verdana,sans-serif; margin: 1em 0 0 0; }


/*
----------------------------------------------------------------------------- 
Shine Styles
-----------------------------------------------------------------------------*/

#construct { width: 779px; margin: 0 auto; background: #fff url(images/bg-m.png) repeat-y top left; }

	#pgbg { background: transparent url(images/bg-t.png) no-repeat top left; }

		#header { width: 759px; height: 80px; margin: 0 auto; background: #fff; border-top: 3px solid #999;}
		
			#header #title { float: left; margin: 13px 0 0 20px; display: inline; }
			#header h1 a {color: #B60400; font: 1.2em "Trebuchet MS",Trebuchet,Verdana,sans-serif; letter-spacing: -.05em; 
						font-weight: bold; text-decoration:none; padding:0; margin:0;}
			#header .description {font-size: .9em; }
		
			#header ul {  display: inline; float: right; font-size: 11px; list-style: none; margin: 57px 0 0 0; padding: 0 15px 0 0; font-family: "Trebuchet MS",Trebuchet,Verdana,sans-serif; }
			#header ul li { list-style: none; display: inline; float: left; height: 23px; margin: 0 6px 0 0; padding: 0 5px 0 0; background: #f9cd46 url(images/nav-r.png) no-repeat scroll top right;  _width: 60px; }
			#header ul li:hover, #header ul li.current_page_item { background: #6aa9cc url(images/nav-on-r.png) scroll top right; }
			#header ul li a { text-decoration: none; color: #777; display: block; height: 20px; padding: 3px 6px 0 11px; background: transparent url(images/nav.png) no-repeat scroll top left;  }
			#header ul li:hover a, #header ul li.current_page_item a { color: #fff; background-image: url(images/nav-on.png); }
			
			#header .bumper { display: none; }
		
		#mast { width: 534px; float:right; height: 150px; background: #6AA9CC url(images/mast.png) no-repeat bottom left; border-bottom: 2px solid #6AA9CC; clear:both;}

		#body { width: 759px; margin: 0 auto; padding: 0 0 41px 0; border-bottom: 5px solid #B60400; border-top: 3px solid #F9CD46;}

			#main { width: 534px; float: right; margin: 0;  display: inline; }
		
			#main .padder {padding: 10px 20px;}	
			#sponsor {float: right; margin: 30px 0px 10px 10px;}
			#sidebar { width: 200px; float: left; display: inline; margin:10px; }
			
				div.widget { width: 176px; margin: 22px auto 0 auto; color: #777; font-size: 0.85em; }
		#footer {font-size:0.8em; width: 759px; margin: 0 auto; padding: 7px 10px 41px 20px; color:#999999; }
		
		.clr {clear:both;}