/*
Theme Name: WWDO Theme
Theme URI: http://www.dallasandjosh.com/
Description: Default Theme for WendyWebb.org
Version: 1.0
Author: Joshua L. Thompson
*/

body {
   background-image: url(images/bg_green.jpg); 
   color: #009966;
   margin : 10px; 
   padding : 5px;
   font-family: "Times New Roman";
   font-size: 12pt;
   font-weight: bold;
   }

a {
   color: #009966;
   text-decoration: underline;
   font-weight:bold;
   }

a:link { 
   color: #009966; 
   text-decoration: underline; 
   font-weight: bold;
   }

a:visited { 
   color: #0BAB4B; 
   text-decoration: underline; 
   font-weight: bold; 
   }

a:hover { 
   color: #FFFF00; 
   text-decoration: underline; 
   font-weight: bold;
   }

table {
   width: 740px;
   color: black;
   background-image: url(images/bg_tan.jpg);
   background-color: tan;
   padding: 0pt;
   border: solid black 2pt;
   empty-cells: hide;
   font-family: "Times New Roman";
   font-size: 12pt;
   font-weight: bold;
   }

table.clear {
   width: 500px;
   background-image: transparent;
   background-color: transparent;
   border: 0pt;
   vertical-align: top;
   }

table.sidebar {
   width: 230px;
   background-image: transparent;
   background-color: transparent;
   border: 0pt;
   }

td { 
   vertical-align: top;
   border: 0pt;
   padding: 5pt;
   }

td.clear { 
   vertical-align: top;
   border: 0pt;
   padding: 0pt;
   }

h1 {
   font-size: 20pt;
   font-weight: bold; 
   }

h2 {
   font-size: 18pt;
   font-weight: bold; 
   }

h3 {
   font-size: 16pt;
   font-weight: bold; 
   }

ul {
   padding-left: 0;
   margin-left: 0;
   list-style-type:none;
   }

.page_item {
   margin-left: 0;
   padding-left: 0;
   list-style-type: none;
   }

.current_page_item {
   margin-left: 0;
   padding-left: 0;
   list-style-type: none;
   }

#menu_list {
   margin-top: -15px;
   padding-left: 0;
   margin-left: 0;
   }