/*
Theme Name:		SuperPumpTheme
Theme URL: 		http://www.joe-brooks.com
Version: 		Version 1 (Wordpress 2.7)
Description: 	This theme was built by Joe Brooks. Please visit joe-brooks.com to inquire about getting your own custom wordpress theme or email me at joebrooks+wp[at]gmail.com
Author: 		Joe Brooks
Author URI:		http://www.joe-brooks.com
Tags:			Custom Wordpress Theme, Wordpress, Custom Theme, New Theme

== Short-cuts for Joe ==
Link to to inside the image folder:  (Can only be used on the php files, not in CSS - DUH!
	<img src="<?php bloginfo('template_directory') ?>/images/headerbg.png">
*/

/* Reset Browser Defaults*/
@import url(library/styles/reset.css); 

/* Site Specific Styles */
@import url(css/screen.css);

/* Site Specific Styles */
@import url(css/wordpress-extras.css);

body {
background: url(images/bodybg.jpg) top repeat-x;
background-color:#6693c7;
font-family: Calibri, Georgia, Tahoma;
}
#wrapper {
margin:0 auto;
margin-bottom:15px;
width:961px;
}
#header {
background-image:url(images/headerbg.png);
background-repeat:no-repeat;
background-position:top;
height:340px;
}
#headerleft {
float:left;
}
#headerright {
float:right;
margin-right: 25px;
}
#headertitle {
float:left;
margin:10px 0 0 40px;
}
h2 {
color:#ffffff;
font-size:36px;
padding:0 5px 0 5px;
}
#headerdesc {
float:left;
margin:5px 0 0 40px;
color:#60ff2f;
padding:0 5px 0 5px;
}
#headernav {
background-image:url(images/fadedbluebg.png);
padding: 163px 20px 0 200px;
height:20px;
font-size:15px;
color:#a31a48;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#headernav a {
color:#a31a48;
font-weight:bold;
text-decoration:none;
padding-right:15px;
}
#headernav a:hover {
text-decoration:underline;
}
#contentwrapper {
background-image:url(images/contentbg.png);
}
#contentwrappertop {
background-image:url(images/contentwrappertop.png);
background-repeat:no-repeat;
background-position:top;
min-height: 100px;
}
#contentwrapperfooter {
background-image:url(images/contentfooter.png);
background-repeat:none;
height:54px; 
margin-bottom:10px;
}
#content {
float: left;
width:625px;
margin-left:45px;
}
.post {
width:625px;
margin-bottom:15px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.posttitle{
padding:5px;
}
h1 {
font-size:18px;
font-weight:bold;
color:#000000;
text-align: left;
text-transform: capitalize;
}
h1 a {
color:#000000;
text-decoration:none;
}
.posttext {
background: url(images/whitebg.png);
color:#000000;
font-size:13px;
padding:10px;
line-height:18px;
}
.posttext p{
padding-bottom:10px;
}
.posttext a{
color:#374f7a;
font-weight:bold;
text-decoration:none;
}
.posttext a:hover{
text-decoration:underline;
}
.posttext ul {
padding-left:40px;
padding-right:40px;
color:#ffffff;
margin-top:20px;
margin-bottom:20px;
}
.posttext ul li {
list-style-type:disc;
list-style-position:inside;
color:#ffffff;
margin-bottom:5px;
}
.posttext ol {
list-style-type:decimal;
padding-left:40px;
padding-right:40px;
color:#ffffff;
margin-top:20px;
margin-bottom:20px;
}
.posttext ol li {
list-style-type:decimal;
list-style-position:inside;
color:#666666;
margin-bottom:5px;
}
.postmeta {
color:#000000;
padding:2px 5px 0 0;
text-align:right;
font-size:12px;
}
.postmeta a{
color:#374f7a;
font-weight:bold;
text-decoration:none;
}
.postmeta a:hover{
text-decoration:underline;
}
#sidebar {
float:right;
width: 239px;
margin-right:42px;
}
.sidebarwidgetbg {
background-image:url(images/sidebarbg.gif);
background-position:top;
background-repeat:no-repeat;

}
.sidebarwidget {
padding:0 0 5px 0;
font-size:12px;
color:#3a4b5d;
}
h3 {
color:#ff9900;
font-size:16px;
background-color:#002641;
padding-top:10px;
padding-bottom:10px;
text-align:center;
font-weight:bolder;
}
h3 a {
color:#ff9900;
font-decoration:none;
}

.sidebarwidget a {
color:#3a4b5d;
font-weight:bold;
text-decoration:none;
}
.sidebarwidget a:hover {
text-decoration:underline;
}
.sidebarwidget ul {
list-style:none;}
.sidebarwidget li {
list-style:none;
border-bottom:#7f7f7f solid 1px;
display:block;
}
.sidebarwidget ul li:hover {
background-color: #bdbdbd;
}
.sidebarwidget ul li {
padding: 10px 3px 10px 3px;
list-style:none;}
.sidebarwidget ul li ul {
list-style:none;}
.sidebarwidget ul li ul li {
list-style:none;}

#footer {
background-color:#002641;
color:#FFFFFF;
min-height:100px;
padding:5px;
text-align:center;
font-size: 12px;
}
#footer a {
color:#FFFFFF;
font-weight:bold;
}

.call2action{
font-size:30px;
color:#FF0000;
font-weight:bold;
}

.call2action a {
font-size:30px;
color:#FF0000;
font-weight:bold;
}