@charset "UTF-8";
/* CSS Document */

/*
Theme Name:		Amethyst Mine Panorama
Description:	Wordpress theme designed by M. Bond from Modo Communication
Version:		1.0 
Author:			M. Bond
Author URI:		http://www.modocom.ca

*/

html,body {height:100%;}/* reference for wrapper min-height*/

body {
    margin:0;
    padding:0;
    background:url('images/bg-final.jpg') #5F5F5F repeat-x 0 -20px;
    font:12px/18px Arial, Helvetica, sans-serif;
    color: #333;
}
h1 {
    font:normal 28px/40px Georgia, "Times New Roman", Times, serif;
}
h2 {
    font:normal 20px/30px Georgia, "Times New Roman", Times, serif;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    border: none;
}
a {
    text-decoration: none;
    color: #93C;
}

/*=== Sticky Footer Bug Fixes (Do Not Alter These!) ===*/
body:before {/*Opera min-height 100% Fix*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/*eliminate need for inner non clearing element (Erik.J)*/
}
#wrapper:after { /* #wrapper:after for IE8 min-height:100% Fix*/
    clear:both;
    content:"";
    display:block;
    height:1%;/*fix IE8 min-height:100% bug*/
    font-size:0;
}


/*=== Begin Layout ===*/
#wrapper {
    background:url('images/wrapper-bg.jpg') repeat-y;
    width: 960px;
    min-height: 100%;
    margin:-20px auto 0;
}

#wrapper-splash {
    
    width: 960px;
    min-height: 100%;
    margin:-20px auto 0;
}

* html #wrapper {height:100%;} /*IE6 min-height*/

#nav {
    height:127px;
    background:url('images/navbar.jpg') repeat;
    font:bold 14px/17px Helvetica, Arial, sans-serif;
    border-top:20px solid #fff; /* soak up negative margin and allows header to start at top of page*/
}
    a#logo {
        float: right;
        border: none;
        padding-right: 1px;
    }
    #nav ul {
        text-transform: uppercase;
    }
    #nav li {
        display:inline;
        background: url('images/navbar-rollover.jpg') no-repeat -9999px 0; /*preload a:hover*/
    }
    #nav li a {
        float: left;
        text-decoration: none;
        color: #FFF;
        padding:55px 27px; /*127px total height w/ 17px line-height*/
    }
    
    #nav li a:hover{
        background: url('images/navbar-rollover.jpg') repeat-x;
    }
    #nav li a:visited{
        color:#FFF;
    }

#SplashPage {
    margin-top: -12px;
    padding-left: 1px;
}

#main-content {
	float: left;
	width: 670px;	
}

#home-slider {
	padding-top: 1px;
	width: 100%;
	height: 450px;
	
}

.entry {
	padding-left: 30px;
	padding-right: 30px;
}

#sidebar {
	float: right;
	width: 290px;
}

.sidebar-content {
	padding-left: 25px;
	padding-right: 25px;
}

#sidebar a {
	text-decoration: none;
	color: #333333;
}

#sidebar a:hover {
	text-decoration: none;
	color: #93C;
}


#footer{
    width:960px;
    height:20px;/* must match negative margin of #wrapper */
    margin:0 auto;
    overflow:hidden;
    /*background: #000;BG color for testing*/
    text-align:center;
    color:#FFF;
}
