/*
Theme Name: ComicPress BlueStar Blues
Theme URI: http://bluestarblues.com/
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Joshua Jericho, Philip M. Hofer
Author URI: http://frumph.net/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

@import url("../comicpress/style.css");

/* STANDARD TAGS */

body {
             
         background: #152041 url(/site/1/background2.jpg) top center no-repeat;

}

a:link {
         color: #4876FF;
}

a:visited {
         color: #000033;
}

#header {
	
        background: url(/site/1/bsb-logo-3.jpg) top center no-repeat;
	height: 130px;
}

#logo {

        float: left;

}

#leader {

        float: left;
}


#points img{
 
        float: right;
        padding-bottom: 20px;

}

#links {

         text-align: center;
         margin-left: auto;
         margin-right: auto;
}

#links img{

         padding-bottom: 10px;

}

#comic {
        background: #d1cebb;
        padding-top: 10px;
}

#comic-foot {
        background: #d1cebb;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

#subcontent-wrapper {
        background: url(/site/1/blog-bground.jpg);
} 

#sidebar-left {

         width: 190px;
         text-align: center;
         padding-bottom: 10px;
         padding-top: 15px;
         margin: auto;
}

#radio {

         background: #000033;
         padding: 8px;
         margin: auto;

}

#chug img{

         padding-bottom: 20px;
         padding-top: 5px;

}

#gamertag img{

          padding-bottom: 20px;
          padding-top: 20px;

}

#ink {
          padding-bottom: 10px;
          padding-top: 10px;
}

#google {
          padding-bottom: 10px;
          padding-top: 10px;
}

#content {

         background: #d1cebb;
         width: 575px;
}


#sidebar-right {

         width: 180px;
}

#footer {
         background: #d1cebb;
         border-top-style: solid;
         border-top-width: 5px;
         border-top-color: #855E42;
}
