/*
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: "Trebuchet MS", Arial, sans-serif; background: #c0c0c0; }

#wrapper {
   width: 1000px;
   position: relative;
   left: 50%;
   margin-left: -500px;
   background: url(images/background.gif);
   }

#header { background: #EAEAEA; }
#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;
   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: 1px dotted black; padding: 2px 0px; }
.sidebar ul ul a { color: black; text-decoration: none; }
.sidebar ul ul a:hover { color: #fcb01d; }

.sidebar h2 { color: #fcb01d; 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_text 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 a {
   text-decoration: none;
   color: black;
   font-size: 20px;
   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; }