/*   
Theme Name: Ah Badabing!
Theme URI: http://ahbadabing.com
Description: This theme was made for Ah Badabing, the best pizza place in Shelton. They are located behind the clocktower downtown.
Author: Shawn Bird
Author URI: http://soaringbirdenterprises.com
.
Beware, over exposure to this theme may cause blindness from awesome.
.
*/

body {
background: #000;
margin: 0px;
padding: 0px;
}

#header {
background: url('images/header.jpg') no-repeat;
position: relative;
width: 860px;
height: 202px;
margin: 0px;
padding: 0px;
}

#homelink {
display: inline-block;
width: 860px;
height: 160px;
margin: 0px;
text-indent: -10000px;
}

#page {
width: 860px;
background: url('images/bgc.jpg') repeat-y;
text-align: left;
margin: 0px;
}

#footer {
padding: 10px;
font-size: .6em;
font-family: sans-serif;
color: #000;
}

#footer a {
color: #CE000C;
}

#linkbar {
position: absolute;
bottom: 12px;
left: 10px;
}

#linkbar a {
font-family: verdana, sans-serif;
font-size: 20px;
font-weight: normal;
color: #ccc;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
}

#linkbar a:hover {
color: #fff;
}

#topbits {
width: 710px;
margin-left: 20px;
}

#topimage {
background: url('images/pizza.jpg') no-repeat center center #D0D0D0;
float: left;
width: 450px;
height: 230px;
padding: 4px;
margin-top: 5px;
margin-left: 50px;
border: solid 2px #E6E6E6;
}

#quicklinks {
float: right;
width: 230px;
height: 250px;
margin-top: 15px;
margin-right: 25px;
}

#quicklinks .link{
font-family: verdana, sans-serif;
color: #262626;
text-align: left;
padding: 5px;
text-decoration: none;
font-size: 30px;
font-weight: normal;
display: block;
width: 230px;
height: 40px;
border: 2px solid #bfad35;
margin-bottom: 5px;
background-image: url('images/qlinksbg.jpg');
background-color: #F3EA4D;
background-repeat: repeat-x;
background-position: top left;
}

#quicklinks .link:hover {
background-position: bottom left;
}

.entry img {
margin: 4px;
border: solid 2px #000; 
}

#comment {
width: 400px;
}

.pagetitle {
font-size: 24px;
font-weight: normal;
color: #262626;
border-bottom: 1px #262626 solid;
width: 400px;
margin-left: 10px;
margin-top: -6px;
}

#content {
float: left;
width: 550px;
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
padding-bottom: 10px;
}

.post {
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
font-family: verdana, sans-serif;
font-size: .8em;
color: #262626;
width: 460px;
}

.post a {
color: #CE000C;
text-decoration: none;
}

.post a:hover {
text-decoration: underline;
}

.post h2 a, .post h2, .post h1 a, .post h1 {
font-family: times, serif;
font-weight: normal;
}

#sidebar {
color: #ddd;
float: left;
width: 240px;
font-size: 14px;
font-family: verdana, sans-serif;
margin-left: 15px;
padding: 4px;
}

#sidebar li {
margin-left: -30px;
list-style-type:none;
}

#sidebar h2 {
color: #fff;
font-weight: normal;
margin-left: -50px;
padding-left: 50px;
background: url(images/sidebar_header.png) no-repeat left center;
}

#sidebar a {
color: #fff;
text-decoration: none;
}

#sidebar a:hover {
color: #EDE248;
text-decoration: underline;
}

.clear {
clear: both;
}

