/* CSS - style.css */

* {
    padding: 0;
    margin: 0;
}

#wrapper {
    width: 1160px;
    margin: 0 auto;
}

#header {
    float: left;
    background: #f1f1f1;
    margin: 10px 0 0 0;
    width: 100%;
    height: 150px;
    border-radius: 6px;
    /* background: url('imgs/ragged-03.png') no-repeat; */
    background: none;
}

#logo {
    background: url('imgs/plugins.jpg') no-repeat;
    opacity: 0.3;
    float: left;
    margin: 40px 0px 0 0px;
    width: 260px;
    height: 170px;
}

nav {
    margin: 60px 50px auto;
    font-size: 14px;
}

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: block;
}

nav ul {
    background: #efefef; 
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0 20px;
    border-radius: 10px;  
    list-style: none;
    position: relative;
    display: inline-table;
}

nav ul:after {
    content: ""; 
    clear: both; 
    display: block;
}

nav ul li {
    float: left;
}

nav ul li:hover {
    background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}

nav ul li:hover a {
    color: #fff;
}
								      
nav ul li a {
    display: block; 
    padding: 20px 40px;
    color: #757575; 
    text-decoration: none;
}

nav ul ul {
    background: #5f6975; 
    border-radius: 0px; 
    padding: 0;
    position: absolute; 
    top: 100%;
    width: 220px;
}

nav ul ul li {
    float: none; 
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a;
    position: relative;
}
 
nav ul ul li a {
    padding: 15px 40px;
    color: #fff;
}	

nav ul ul li a:hover {
    background: #4b545f;
}

nav ul ul ul {
    position: absolute; 
    left: 100%; 
    top: 0;
}

div#footer ul {
    list-style-type: square;
    margin: 10px;
    list-style-position: inside;
    color: #003;
}

div#sidebar ul {
    list-style-type: square;
    padding: 10px;
    margin: 10px;
    list-style-position: inside;
    color: #003;
}

body {
    font-family: Verdana, Menlo, Geneva, sans-serif;
    font-size: 12px;
    background: #a17f5e;
}

#main_content {
    float: left;
    margin: 10px 5px 10px 0;
    padding: 0 10px 10px 10px;
    width: 800px;
    height: auto;  /* 610px; */
    background: #fff;
    border-radius: 6px;
}

#main_content p, h2, li {
    line-height: 22px;
    padding: 2px;
}


#sidebar {
    float: right;
    margin: 10px 0 10px 0;
    background: #ccc;
    width: 324px;
    height: 550px;
    border-radius: 6px;
    background: #fff;
}

#footer {
    clear: both;
    float: left;
    background: #ddd;
    width: 100%;
    height: 100px;
    border-radius: 6px;
    background: #e0e0e0;
}

h1 {
   font-family: Helvetica;
   font-size: 18px;
   font-weight: bold;
   padding: 20px 0 10px 0;
}

h2 {
   font-family: Helvetica;
   font-size: 16px;
   font-weight: bold;
   padding: 20px 0 10px 10px;
}

h2.gray {
   font-family: Helvetica;
   font-size: 16px;
   font-weight: bold;
   padding: 20px 0 10px 10px;
   background: #eee;
}

h3 {
   font-family: Helvetica;
   font-size: 14px;
   font-weight: bold;
   padding: 10px 0 10px 0;
}

img.picright {
   margin: 5px 5px 5px 5px;
   float: right;
}

img.piccenter {
   display: block;	      
   margin-left: auto;
   margin-right: auto;
}

#flushright {
   margin: 20px 20px 20px 20px;
   float: right;
}

#highlight {
   color: #667788;
   line-height: 2;
}

img.screenshot {
   margin: 10px 10px 10px 10px;
   border: 1px solid black;
}

a {
   text-decoration: none;
}

ol { 
   margin-left: 30px;
}

ol.toc {
    margin-left: 30px;
}

ol.toc li {
  margin-left: 20px;
  margin-top: -1em;
  margin-bottom: 0;
}



#youtubelink {
    border-style: dotted;
    width: 160px;
    height: 160px;
    float: right;
    padding: 5px;
    margin: 5px;
}

.stdul {
    margin: 0px 0px 0px 20px;
    font-size: 10px;
}

.stdul li {
    margin: 0 0 -10px 0;
}


#note {
    width: 550px;
    margin: 10px 50px 10px 50px;
    padding: 5px;
    background: #ddd;
    border-radius: 10px;  
    line-height: 22px;
}
