/*
Theme Name: The Jim and Dan Show
Theme URI: http://ionxaffiliates.com/
Version: 1.0
Author: Rob McFadden
*/

* { margin: 0px; padding: 0px; }
html { border: none; }
img { border: none; }

body { font-family: "Arial"; background: #c0c0c0; }

#wrapper {
   width: 1000px;
   position: relative;
   left: 50%;
   margin-left: -500px;
   background: url(images/background.gif);
   }

#header { background: #ffffff; }
#header form { float: right; padding: 10px 10px 0px 0px; }
#header form label { display: none; }
#header form #searchsubmit { position: relative; top: 5px; }

.sidebar {
   float: left;
   width: 190px;
height: 500px;
   padding: 0px 15px;
   }

.sidebar ul { list-style-type: none; }
.sidebar ul ul { padding: 0px 0px 15px 15px; font-size: 13px; line-height: 13px; }
.sidebar ul ul li { border-bottom: none; padding: 4px 0px; }
.sidebar ul ul a { color: #3333CC; text-decoration: none; }
.sidebar ul ul a:hover { color: #33CC33; }

.sidebar h2 { color: black; padding: 5px 0px 5px 35px; font-size: 18px; }
.sidebar .widget_categories h2 { background: url(images/welcome.jpg) left center no-repeat; }
.sidebar .widget_pages h2 { background: url(images/welcome.jpg) left center no-repeat; }
.sidebar .widget_archive h2 { background: url(images/welcome.jpg) left center no-repeat; }
.sidebar .widget_links h2 { background: url(images/welcome.jpg) left center no-repeat; }
.sidebar .widget_recent_entries h2 { background: url(images/welcome.jpg) left center no-repeat; }

#content {
   float: left;
   width: 530px;
   padding: 0px 15px;
   }

#content h2 {
   text-decoration: none;
   color: #339933;
   padding-top: 10px;
   font-size: 24px;
   line-height: 32px;
   }

#content small {
   display: block;
   font-size: 13px;
   line-height: 18px;
   padding-bottom: 15px;
   }

#content p, #content ol, #content ul {
   font-size: 13px;
   line-height: 18px;
   padding-bottom: 15px;
   }

#content ol, #content ul {
   padding-left: 25px;
   }

textarea { width: 530px; }

#footer { text-align: center; font-size: 11px; padding: 15px 0px; }
