body.custom {background: #44443f;}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
    font-weight:normal;
}

.custom #header { background: url('images/header1.gif') no-repeat; text-indent: -9999px; border-bottom: none; }

/*SKIN COLOR SETTINGS for Different Backgrounds
To switch the skin background, replace the default (gray) background image  code (bg.jpg) 
in the body.custom declaration with the code for the background you want to use:

Blue - (bg-blue.jpg)
Aqua - (bg-aqua.jpg)
Purple - (bg-purple.jpg)
Red - (bg-red.jpg)
Green - (bg-green.jpg)
Brown - (bg-brown.jpg)
Orange - (bg-orange.jpg)
Pink - (bg-pink.jpg)
*/

body.custom {background: #fff url(bg.jpg) repeat-x;}
/*Edit the Above Line of Code with the background image code referenced above to modify your site's background*/

/***SIDEBAR AND WIDGETS***/
.custom li.widget {list-style: none; font-weight:normal; text-indent: 0; margin-bottom:0.1em; margin-top:.8em; padding-left:-.1em; margin-left:-.1em; padding-right:1em; margin-right:1em;}
li.widget h3 {color:#666; font-size:20px; font-family: georgia; margin-bottom:0.1em; margin-top:.8em; background: #FFF0DA url(subscribe-bg.png) no-repeat; width: 100%; border-bottom: 1px solid #bbb; border-top: 1px solid #bbb;}

.custom #multimedia_box {margin-bottom:0;}
.custom .sidebar ul.sidebar_list {position:relative; padding:0; margin:0;}

.custom div.subscriber {text-indent:0; background: #FFF0DA url(subscribe-bg.png) no-repeat; border-bottom: 1px solid #bbb; border-top: 1px solid #bbb; padding:1em; margin-left:-1em; margin-right:1em;}
.custom div.subscriber h3{text-indent: 0; }

.custom div.bluefader {text-indent: 0; padding:1em; background: #E5F2FF url(blue-bg.gif) repeat-x; border-bottom: 1px solid #bbb; margin-left:-1em; margin-right:1em;}
.custom div.bluefader h3{text-indent: 0; }

.custom div.grayfader {text-indent:0; padding:1em; background: #fff url(fade.gif) repeat-x; border-bottom: 1px solid #bbb; margin-left:-1em; margin-right:1em;}
.custom div.grayfader h3{text-indent:0;}

.custom div.sblist1 a {font-weight:normal; list-style:none; color:#000000; margin-left:-0.1em; margin-right:-0.1em; padding-left: -0.1em; padding-top: -.5em; padding-bottom: -.5em; font-family:georgia; text-decoration: none; font-size: 11px;}
.custom div.sblist1 a:hover {background-color: #eee; color: #000; text-decoration: underline;}
/***SIDEBAR AND WIDGETS END***/

/***FOOTER***/
.custom #footer_area, #footer_area .page{background: #black;} 
.custom #footer_area {color: #2492df; margin-top:2em; padding-top: 3em; text-align:left; border-top: 3px solid #2492df;} 
.custom #footer {border-top:none; text-align:right;} 
.custom #footer a:hover {color: #red; text-decoration: none; } 
.custom #footer_1 {text-align:right; border-bottom: 1px solid #2492df; }
.custom #footer_1 ul.sidebar_list li.widget {text-indent:0; color: #eee; width:23%; margin-right:0%; float:left;}
.custom #footer_1 ul.sidebar_list li.widget h3 {text-indent:0; padding-top:0.2em; color:#ccc; font-size:22px; font-family:georgia;}
.custom #footer_1 ul.sidebar_list li.widget a {color: #fff; border-bottom:0; padding:0.2em;}
.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#ccc; padding:0.2em;}
/***FOOTER END***/