@charset "UTF-8";
/* CSS Document */

/* The purpose of this document is to set the style of All JOOMLA STANDARD MODULE CLASSES for the comedy template. */

/******************************************/
/*** Standard Module ***********************/
/*****************************************/

div.moduletable,
div.moduletable_text {
   padding: 3px 3px 10px 3px;
   margin-bottom: 15px;
   background: url('http://www.joshsneed.com/templates/josh_sneed/images/modbrown.jpg') repeat;
   background-color: #634221;
   width: 290px;
   }

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
     background: url('http://www.joshsneed.com/templates/josh_sneed/images/modbrown.jpg') repeat;
     background-color: #634221;
     border-bottom: 10px solid #634221;   
   color: #fff;
   font-family: "Arial Black", Arial, sans serif;
   text-transform: uppercase;
   font-size: 10pt;
   font-weight: 100;
   height: 25px;
   width: 99%;
   margin: 0px 0px 0px -3px;
   padding: 5px 0px 0px 9px;
   text-align: left;
   }

#left div.moduletable h3 {
   width: 96%;
   }

.moduletable ul {
   text-align: left;
   list-style: none;
   }

div.moduletable ul.menu {
   margin-left: 20px;
   }

div.moduletable ul.menu a {
   font-size: 9pt;
   }

.moduletable li {
   margin-left: 0px;
   text-decoration: none;
   }

.moduletable a, .moduletable a:visited {
   text-decoration: none;
   font-size: 9pt;
   color: #ffff99;
   font-weight: bolder;
   }

.moduletable a:hover {
   color: #cccc99;
   }

