/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
.custom #footer { text-align: center;}

/*
removing the border below the header,
*/
.custom #header { border-bottom: 0; padding: 10px;}


/*
adding a background image
*/
body { background-image: url(http://img824.imageshack.us/img824/7951/addedsat2.png); 
	background-attachment: fixed;
	

	}


/* 
making the menu background transparent

.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
     filter:alpha(opacity=95); opacity:0.95;

}
*/

/* 
to remove the border on the left of the menu

.custom .menu { border-left: 0; padding: 0px; 
}
*/

/*
new nav menu
*/

.custom .menu { border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #dddddd; border-top: solid; border-top-width: 1px; border-top-color: #dddddd; background:#fff; height:40px; font-family:georgia; font-size:1.2em; }
	.custom .menu > li { margin-right: 5px; margin-left: 5px; }
                .custom .menu li > a { background: #ddd; text-shadow:1px 1px #eee; color:#888; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:7px 11px; margin-top:4px; letter-spacing:0px; text-transform:capitalize; }
                    .custom .menu > li.current > a { background: #eee; color:#000; }
                    .custom .menu > li a:hover { background: #eee; color:#000; }

.menu, .menu a, .menu li ul { border: none;}




/*
to round the menu buttons


.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {-moz-border-radius: 5px; border-radius: 5px; ;

}
*/

#container {
        -webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.5);
        box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.5);
        }
.custom .menu > li.current > a { color: #000;}
.custom .menu > li.current > a:hover { color: #000;}
.custom .menu li > a {color: #660000;} 
.custom .menu li > a:hover {color: #660000;}

.custom .menu {border-top: solid 1px #610000; border-bottom: solid 1px #610000;}
