
body {
	background-color:#ccffee;

}
/*_________________WRAPPERS_______________ */
#wrap1 {
    width: 900px;
	background-color:#0072A8;
}

#wrap2 {
   background: #fff url('jpg/klingon.jpg') no-repeat 0 155px;
  
}

#wrap3 {
	background: url('jpg/watermark.jpg') no-repeat bottom left;
}

/*_________________HEADER_______________ */
#header {
    background: url('jpg/header.jpg') ;
    height: 155px;
    padding: 0;
}


#header h1, #header h2 {
        display: none;
    }


/*_________________INNER H TAGS_______________ */

#inner  h1 {
	color: #61A417;
	background: none;
}

#inner h2 {
	color: #1259A9;
	background: none;
}
#inner  h3 {
	color: #005900;
	background: none;
}
/*_________________NAV_______________ */
#nav {
	width: 750px;
	margin-left: 150px;
background: transparent;
}


#nav li a {
	color: #808080;

text-decoration: none;
}
#inner{
	padding-top: 24px;
	}
#inner a {
text-decoration: none;
color: #005100;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inner a:hover {
text-decoration: underline;
color:#FF0000;

}



/*_________________NAV_BG_HOVER_____ */

#nav ul li:hover,       #nav ul li.sfhover       { /*background: url('../png/nav-active-bg.png') no-repeat;*/ }
	

/*_________________FOOTER_______________ */


#footer {
 background:  url('png/footer.png') repeat-x 0 20px;
}

#footer a {
text-decoration :  none;
color: #fff;
}

#footer div {
    background: url('png/watermark.png') no-repeat bottom right;
    border-top: none;
    line-height: 20px;
    padding: 5px;
    color: #fff;
}


/*_________________PAGE MISSING_______________ */

body.page-page-not-found #inner {
    background: url('png/404/404.png') no-repeat 50% 50%;
    min-height: 400px;
}

/*_________________SHOP CART HIDE_______________ */

#inner #cart {
        display: none;
    }
	


/*_________________ADMIN_______________ */


#inner .chunk .tabs { margin-left: -469px; }
#inner .chunk .tabs span { border: none; }
.move-page-tab {
    margin-left: -400px;
    margin-top: 0;
}

.delete-page-tab {
    top: 16px;
    margin-left: 426px;
}

.move-page-tab,
.delete-page-tab,
.chunk .tabs span,
#add-chunk div,
#add-page div {
    border: none;
}

#add-chunk div { margin-left:  0; }
#add-page  div { margin-right: 0; } 

