body {
    background: #302b23;
    margin: 0;
    font-family: sans-serif;
    font-size: 14px;
    color: white;
}
p {
    margin: 0;
    color: white;
}

h1 {
    color: #882e02;
    font-size: 22px;
}

#content li,ul {
    list-style-position: outside;
    list-style-type: square;
    margin-left: 35px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #882e02;
    text-decoration: none;
}

img {
    border: none;
}

textarea {
    background: #231F1C;
    border: 2px;
    border-style: solid;
    border-color: #29241f;
    color: white;
}

select, option {
    background: #231F1C;
    border: 2px;
    border-style: solid;
    border-color: #29241f;
    color: white;
}

input {
    background: #231F1C;
    border: 2px;
    border-style: solid;
    border-color: #29241f;
    color: white;
}

.changer {
    margin-top: 5px;
}

.deviant {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    border: none;
    background: url('img/icons/deviant-off.png') no-repeat;
}

.deviant:hover {
    width: 125px;
    height: 50px;
    display: block;
    float: left;
    border: none;
    background: url('img/icons/deviant-on.png') no-repeat;
}

.rss {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    border: none;
    margin-left: 10px;
    background: url('img/icons/rss-off.png') no-repeat;
}

.rss:hover {
    width: 125px;
    height: 50px;
    display: block;
    float: left;
    border: none;
    margin-left: 10px;
    background: url('img/icons/rss-on.png') no-repeat;
}

.blog {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    border: none;
    margin-left: 10px;
    background: url('img/icons/blog-off.png') no-repeat;
}

.blog:hover {
    width: 125px;
    height: 50px;
    display: block;
    float: left;
    border: none;
    margin-left: 10px;
    background: url('img/icons/blog-on.png') no-repeat;
}

.twitter {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    border: none;
    margin-left: 10px;
    margin-top: 10px;
    background: url('img/icons/twitter-off.png') no-repeat;
}

.twitter:hover {
    width: 125px;
    height: 50px;
    display: block;
    float: left;
    border: none;
    margin-left: 10px;
    margin-top: 0px;
    background: url('img/icons/twitter-on.png') no-repeat;
}

#icons {
    width: 400px;
    height: 50px;
    display: block;
    position: absolute;
    top: 10px;
    left: 280px;
}

#break {
    width: 100%;
    height: 5px;
    float: left;
}

#page {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 800px;
    background: #302b23;
}

#header {
    width: 100%;
    height: 30px;
    float: left;
    display: block;
    background: url('img/bg.jpg');    
}

#headRight {
    width: auto;
    margin-right: 200px;
    line-height: 30px;
}

#sidebar {
    width: 230px;
    height: 100%;
    float: left;
    display: block;
    background: url('img/bg.jpg');
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-top: 30px;
    margin-left: 20px;
}

#content {
    width: 68%;
    height: ;
    min-height: 570px;
    float: left;
    display: block;
    margin-left: 20px;
    margin-top: 30px;
    background: url('img/bg.jpg');
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#attenNotice {
    width: 90%;
    height: 75px;
    margin-left: 5%;
    background: #d3a129;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
}

#attenNotice h2{
    text-align: center;
    font-size: 17px;
    margin-bottom: 5px;
}

#sliderold {
    width: 100%;
    float: left;
    height: auto;
}

#footerabove {
    float: left;
    margin-top: 30px;
    height: 60px;
    width: 100%;
    display: block;
    background: url('img/botbar.png') repeat-x;
}

#footer {
    float: left;
    height: 120px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    background: url('img/bg.jpg') #221d17;
    background-position: top;
    padding-top: 20px;
}

#tag {
    width: 180px;
    height: 150px;
    background: url('img/tag.png');
    position: absolute;
    left: 80%;
    top: 0px;
}

#spots {
    width: 250px;
    height: 200px;
    background: url('img/spots.png');
    position: absolute;
    bottom: 150px;
    z-index: 0;
}

#done {
    width: 90%;
    height: 30px;
    margin-left: 5%;
    background: #71aa0b;
    line-height: 30px;
    text-align: center;
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.howdy {
    font-size: 45px;
}

.smaller { 
    font-size: 22px;
    font-style: italic;
}


.large {
    padding: 40px;
    padding-right: 55px;
    font-size: 30px;
    text-align: justify;
    line-height: 50px;
    font-family: Arial Rounded; !important
}

.bigish {
    font-size: 38px;
}

.bigger {
    font-size: 42px;
}

/*BELOW IS FOR THE MENU ONLY*/

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:215px;
	height: 320px;
	margin:0;
	padding: 20px;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding: 5px 0;
	width:89%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:21px;
	height:30px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	width:150px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

li.nbutton a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:21px;
	height:30px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	width:150px;
}

li.nbutton a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.nbutton a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.nbutton a.blue{background:url(img/blue.png) repeat-x top left; color:#074384;}
li.nbutton a.blue span{ background:url(img/blue.png) repeat-x top right;}

li.button a.green{background:url(img/green.png) repeat-x top left; color:#436800;}
li.button a.green span{ background:url(img/green.png) repeat-x top right;}

li.button a.orange{background:url(img/orange.png) repeat-x top left; color:#882e02;}
li.button a.orange span{ background:url(img/orange.png) repeat-x top right;}

li.button a.red{background:url(img/red.png) repeat-x top left; color:#641603;}
li.button a.red span{ background:url(img/red.png) repeat-x top right;}

/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}
li.nbutton a:hover{ background-position:bottom left;}
li.nbutton a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#373128;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
}





/*BELOW IS FOR SLIDER*/

.scontainer,.titles{
	color:white;
	margin-top:30px;
	width:98%;
	overflow:hidden;
	
	background:url() ;
	padding:20px 10px 10px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.titles{
	width:140px;
	padding:10px 15px;
	height:55px;
}

.product{
	width:370px;
	height:150px;
	background:url() repeat-x;
	padding-top:10px;
	float:left;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.product .pic{
	float:left;
	width:178px;
	height:108px;
	padding:0 10px 5px;
	margin-top:-15px;
}

.product .link,.product .price{
	font-size:10px;
	text-transform:uppercase;
	padding:4px 0;
}

.product .price{
	color:#CCCCCC;
}

.product .title{
	font-size:16px;
	font-weight:bold;
}

/* BELOW IS FOR THE WORK PAGE ONLY*/

#thumbsHolder {
    width: 100%;
    height: auto;
    float: left;
}

#mainHolder {
    width: 250px;
    height: 320px;
    margin-right: 30px;
    float: left;
}

#hostHolder {
    width: 250px;
    height: 60px;
    margin-right: 30px;
    float: left;
}

#thumb {
    width: 250px;
    height: 150px;
    border: 2px;
    border-style: solid;
    border-color: black;
    margin-bottom: 20px;    
}		

#sliderHolder{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:636px;
		background:#fff;		
		margin-bottom:2em;
}

 /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

#slidercontent{
		position:relative;
}		

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:636px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:636px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(img/btn_prev.png) no-repeat 0 0;	
		}
   #prevBtn a:hover{  
		background:url(img/btn_prev_hover.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(img/btn_next.png) no-repeat 0 0;	
		}	
    #nextBtn a:hover{ 
		background:url(img/btn_next_hover.png) no-repeat 0 0;	
		}												

/* // Easy Slider */