/* Configurable: These are the styles that change when you switch stylesheets == These are the custom.css settings */

/* Styles below are using the Stark settings.  Edit and add new styles as desired.  Additional styles will override core */

body{background-color: #49482A;}
#primary-nav{background:#ffffff;}

/* #footer {background:#cec7b5;} */

/* #footer{
    /* fallback (Opera) */
    background: #cec7b5;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #9a9587, #cec7b5);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#9a9587), to(#cec7b5));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#9a9587', EndColorStr='#cec7b5', GradientType=0);
  }
*/

#content{border-color: #ccc; border-width: 0px}

/* Added below for Gothic Past */
#wrap{

    /* Mozilla: */
	-moz-box-shadow: 0 0 7px 7px #36361f;
	/* Chrome, Safari: */
	-webkit-box-shadow: 0 0 7px 7px #36361f;
	/* MSIE */
	box-shadow: 0 0 7px 7px #36361f;
}

#site-title, #content{
opacity:1; 
filter: alpha(opacity = 100);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; 
-webkit-border-radius: none;
-moz-border-radius: none;
border-radius: none; }
