html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal .98em arial, sans-serif;
  background: #F6F4F0 url(pattern.png);
  color: #47433F;}

p
{ padding: 0 0 10px 50px;
  line-height: 1.5em;}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ color: #362C20;
  padding: 0 0 5px 0;}

h1, h4
{ font: normal 200% serif, arial;
  margin: 0 0 15px 0;
  padding: 15px 20px 5px 0;
  border-bottom: 1px dotted #CCC;
  color: #000;}

h2, h5
{ padding: 0 0 5px 20px;
  font: normal 120% arial;
  text-transform: uppercase;
  letter-spacing: 0;}

h3, h6
{ color: #888;
  font: normal 95% arial;
  letter-spacing: 0;
  padding: 0 0 15px 0;}

h4
{ color: #362C20;}

h5, h6
{ color: #129991;}

a, a:hover
{ outline: none;
  text-decoration: none;
  color: purple}

a:hover
{   text-decoration: underline;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 0 0 8px 8px;
  padding: 0 0 0 50px}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 0px 5px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header
{ 
 background: url(back.png) repeat-x; 
  height: 215px;}

#logo
{ width: 865px;
    position: relative;
    height: 155px;
  }
  
#header-inner
{ background-image: url("cuttlefishgamesheader.png");
    background-position: left top; 
    width: 747px; 
    min-height: 156px; 
    height: 156px; 
    background-repeat: no-repeat;}
            

#logo #logo_text 
{ position: absolute; 
  top: 0px;
  left: 5px;
  text-shadow: 5px 5px 5px #000000;
  }

#logo h1, #logo h2
{ font: normal 300% "century gothic", arial, sans-serif;
    border-bottom: 0;
    text-transform: none;
    letter-spacing: 0.1em;
    margin: 0;
  }

#logo_text h1
{ padding: 15px 0 0 0;
  color: #FFF;}

#logo_text h2
{ font-size: 120%;
  padding: 4px 0 0 0;
  color: #A8AA94;}

#menubar
{ width: 100%;
  height: 42px;
  padding-top: 0px;
  padding-left: 5px;
  background:#404040;
  } 

#site_content
{ width: 1024px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 5px 0;} 

.sidebar
{ float: left;
  width: 208px;
  padding: 0 30px 0 4px;}

.sidebar ul
{ width: 178px; 
  padding: 4px 0 0 0; 
  margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none; 
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 25px;
  display: block;
  background: transparent url(link.png) no-repeat left center;} 

.sidebar li a.selected
{ color: #444;} 

#content
{ text-align: left;
  width: 583px;
  float: left;
  padding: 0 0 0 20px;}

#footer
{ width: 100%;
  font-family: serif;
  height: 33px;
  padding: 20px 0 4px 0;
  margin-bottom: 20px;
  text-align: center; 
  background: #3B3B3B;
  color: #A8AA94;
  border-top: 1px solid #FFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;}

#footer a
{ color: #A8AA94;
  text-decoration: none;}

#footer a:hover
{ color: #FFF;
  text-decoration: none;}

.yellow
{ color: #F7C015;}

.blue
{ color: #05A4D1;}

.orange
{ color: #FF7A0F;}

.red
{ color: #C80500;}

.purple
{ color: #AB0FFF;}

.qpurple
{ color: #8B0FDF;}

.green
{ color: #A4AA04;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 6px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 215px; 
  height: 36px;
  padding: 5px;
  cursor: pointer; 
  background: #444; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 304px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
  
table
{ margin: 10px 0 30px 0;}

table tr th, table tr td
{ text-align: center;
  background: #595959;
  color: #FFF;
  padding: 7px 20px;}
  
table tr td
{ background: #CCCCCC;
  color: #47433F;
  border-top: 1px solid #FFF;}


/*----- Menu Outline -----*/
.menu-wrap {
    width:100%;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
    background:#404040;
}
 
.menu {
    width:1000px;
    margin:0px auto;
}
 
.menu li {
    margin:0px;
    list-style:none;
}
 
.menu a {
    transition:all linear 0.15s;
    color:#919191;
}
 
.menu li:hover > a, .menu .current-item > a {
    text-decoration:none;
    color:#ededed;
}
 
.menu .arrow {
    font-size:13px;
    line-height:0%;
}

.menu ul {
    padding: 0px 0px 0px 200px
}
 
/*----- Top Level -----*/
.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
    font-size:19px;
}
 
.menu > ul > li > a {
    padding:10px 40px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
 
.menu > ul > li > ul {
    padding: 0px 0px 0px 0px
}
 
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background:#202020;
}

/* ------ Hover Sub-Menu ------ */
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
 
.sub-menu {
    width:140%;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#2e2728;
}


.sub-menu li {
    display:block;
    font-size:16px;
}
 
.sub-menu li a {
    padding:10px 30px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#404040;
}