

/* ---[ Adjustments for Rust Color Scheme ]--- */

#header {
	background-color: #591E00;
	background-image: url(images/rust/rust-head-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#header #logo {
	background-color: #591E00;
	background-image: url(images/rust/rust-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:404px;
	height:150px;
	}

a, a:link, a:visited, .post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover, #my-glider .controls li.feat-head  {
	color: #996633;
	}

a:hover, a:active {
	color:#000;
	}

#my-glider {
	background-color: #591E00;
	background-image: url(images/rust/rust-head-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 -182px;
	}

#sidebar ul ul {
	background-color: #591E00;
	background-image: url(images/rust/rust-side-box-bottom.gif);
	background-repeat: repeat;
	background-position: 0 0;
	}

#sidebar li .widgettitle {
	background-color: #591E00;
	background-image: url(images/rust/rust-title-bg-rt.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color:#996633;
	}

#sidebar .sidebox {
	background-color: #591E00;
	background-image: url(images/rust/rust-side-box-bottom.gif);
	background-repeat: repeat;
	background-position: 0 0;
	}

#sidebar li ul.tabs {
	background-color: #591E00;  
	background-image: url(images/rust/rust-title-bg-rt.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	}

#sidebar li ul.tabs li a.on {  
	background-color:#993300;    
	}

#searchform #submitbutton {
	background-color: #591E00;
	background-image: url(images/rust/rust-search-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#searchform #submitbutton:hover {
	background-color: #591E00;
	background-image: url(images/rust/rust-search-button.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	}

#topnav li a:hover, #topnav li a:active, #nav a:hover, #nav a:active  {
	background-color:#993300;
	}

#my-glider .controls li, #sidebar ul ul, #sidebar li li, #sidebar li .widgettitle, #sidebar .sidebox, #sidebar li ul.tabs {
	border-color:#732600;
	}

