/*  
Theme Name: The Sunny Spot
Theme URI: http://thesunnyspot.com/
Description: The Sunny Spot Blogs 2008
Version: 1.0
Author: Robert Annal
Author URI: http://isafetech.com/
*/

body {
   font-family: Tahoma, verdana, sans-serif;
   font-size: 11px;
   line-height: 20px;
 }
 
 a {
   color: #000;
 }
 
 img {
   border: 0;
 }
 
 #wrapper {
   width: 750px;
   margin: 0 auto;
 }
 
 #rotater img {
   float: left;
   width: 228px;
 }

 ul#rotater {
   margin: 0;
   padding: 0;
 }

 ul#rotater li {
   list-style-type: none;
   margin: 0;
   padding: 0;
 }
 
 
 #artists {
   background-image: url('images/topbg.jpg');
   height: 237px;
 }
 
 #artist_txt {
   background-color: #FFF;
   float: right;
   color: #FFF;
 }
 
 #artist_txt a {
   color: #FFF;
 }
 
 a.spotlight {
   text-decoration: none; 
   color: #14528b; 
   font-weight: bold; 
   display: block; 
   width: 104px; 
   padding: 0 2px; 
   background-color: #8bbbe7; 
   border: 1px solid #597895;
 }
 
 #leftmenu {
   background-image: url('images/topbg.jpg');
   background-repeat: repeat-x;
   background-color: #597aa3;
   padding: 20px;
   color: #FFF;
   line-height: 20px;
 }
 
 #leftmenu a, #leftdiv a {
   color: #FFF;
   text-decoration: none;
 }
 
 #leftmenu a:hover {
   text-decoration: underline;
 }
 
 #leftdiv {
   background-image: url('images/topbg.jpg');
   background-repeat: repeat-x;
   background-color: #597aa3;
   color: #FFF;
   border-top: 1px solid #FFF;
   border-bottom: 1px solid #FFF;
   padding: 20px;
   line-height: 20px;
 }
 
 #leftads {
   background-color: #ffc100;
   color: #333;
   border-bottom: 1px solid #FFF;
   padding: 10px 3px;
   text-align: center;
 }
 
 #homemain {
   padding: 0;
   background-color: #FFF;
 }
 
 #footer {
   background-image: url('images/2.jpg');
   background-repeat: no-repeat;
   width: 750px;
   height: 27px;
   padding-top: 18px;
   text-align: center;
 }
 
 div.main {
   margin-bottom: 40px;
   padding: 10px;
   line-height: 20px;
   clear: both;
   border: 3px solid #597aa3;
 }
 
 
 div.leftad {
   text-align: center;
   margin: 10px 0;
 }
 
 #isafe {
   text-align: center;
   background-color: #FFF;
   padding-top: 3px;
 }
 
.post {
  border: 1px solid #C3C1D3;
  padding: 0 10px;
  margin-bottom: 20px;
  background: #ECEFFF;
}

.post-meta {
  border-top: 1px solid #C3C1D3;
  border-bottom: 1px solid #C3C1D3;
  padding: 3px 0;
}

.comment-text {
  font: 11px Tahoma, verdana, sans-serif;
  border: 1px solid #999;
  padding: 3px;
  width: 200px;
}

.comment-textarea {
  font: 11px Tahoma, verdana, sans-serif;
  border: 1px solid #999;
  padding: 3px;
  width: 400px;
  height: 100px;
  
}

.comment-submit {
  font: 11px Tahoma, verdana, sans-serif;
  border: 1px solid #999;
  padding: 3px;
  cursor: pointer;
}

#respond {
  margin-top: 30px;
}

.alt {
  background-color: #EEE;
}

.comment-content {
  font-style: italic;
}

.commentlist li {
  padding: 10px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.boxtop {
  background-image: url("images/boxtop.jpg");
  background-repeat: no-repeat;
  height: 40px;
}
.boxbg {
  background-image: url("images/boxbg.jpg");
  background-repeat: repeat-y;
  padding: 10px 40px;
}

.post-title {
  font-size: 16px;
}

h3#comments {
  font-size: 14px;
}