/*

Theme Name: 	Bob Baker Custom
Theme URI: 		http://websitesforrockstars.com
Description: 	Websites for Rockstars Theme
Version: 		1.0
Author: 		Scott James
Author URI: 	http://websitesforrockstars.com

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
list-style-type:square;	
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {font-weight:700;}
em {font-style:italic;}

/* Foundation */

body {
background:#eee center fixed no-repeat;
text-align:center;
Font-family:Verdana, sans-serif;
line-height: 1.4;
font-size:12pt;
}

#container {
margin:20px auto;
padding:0 20px;
text-align:left;
width:1024px;
background:#fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/* Structure */

#header {
width:1024px;
position:relative;
background:url('img/header.jpg') top center no-repeat;
height:220px;
}

#full {
width:984px;
padding:20px;
}

#main {
width:654px;
padding:0px 20px 30px 0px;
float:left;
clear:left;
}

#sidebar {
 float:left;
  padding:10px 20px 10px 19px;
border-left:1px solid #ddd;
  width:310px;
}

#footer {
width:984;
clear:both;
padding:20px 5px 20px;
border-top:4px solid #045ea3;
}

#home-widget-container {
width:634px;
float:left;
}
#home-widget-left {
width:300px;
float:left;
margin-right:15px;
}
#home-widget-right {
width:299px;
float:left;
}

/* Header */



/* Text */

h1,h2,h3,h4,h5,h6 {
color:#cc0000;
font-weight:bold;
}

h1 {font-size:30px; padding:12px 0 12px 0;}
h2 {font-size:22px; padding:10px 0 12px 0; color:#045EA3 !important;}
h3 {font-size:22px; padding:8px 0 18px 0;}
h4 {font-size:20px; padding:6px 0 12px 0; color:#045EA3 !important;}
h5 {font-size:18px; padding:6px 0 12px 0;}
h6 {font-size:16px; padding:6px 0 12px 0;}

#main h2, #full h2 {
margin-top:0;
padding-top:0;
}

p, #main ul, #full ul {margin-bottom:22px;}

#main li, #full li {margin:0 0 12px 20px}

#sidebar li {margin-bottom:12px;}
#sidebar ul, #sidebar ol {list-style:none;}
.smalltext {font-size:12px;}

/* Links */

a:link, a:visited {color:#045ea3;
text-decoration:none;
}

a:hover {
color:#cc0000;
}

/* Menu */

.menu-main-container {
padding:4px 0px;
margin-bottom:20px;
background:#000;
text-align:center;
font-size:18px;
}

.menu {
}

ul.menu {margin-bottom:0 auto;
width:984px;
text-align:center;
}

.menu li {
display: inline;
line-height: 30px;
margin:0;
padding:0 15px;
}

.menu li a {
display:inline-block;
}

.menu-main-container li a {color:#fff;}

.menu-main-container li a:hover {color:#045ea3;}

.menu ul ul {
display: none; 
position: absolute;
top: 30px; 
}

.menu ul ul li {
float: none;
width: 200px;
}

.menu ul ul li a {
padding: 5px 15px;
}

.menu ul li:hover > ul {
	display: block; 
}

/* Sidebar */

.widget {
	float:left;
  	padding-bottom:10px;
	clear:both;
}
.widgettitle {

}

/* Footer */

#footer .menu {
font-size:15px;
}

#copyright {
margin-bottom:20px;
clear:both;
font-size:12px;
padding:15px 15px 0;
}

/* Posts */

#main .post, #main .page, #full .post, #full .page {
clear:left;
float:left;
width:604px;
padding:10px 20px 10px 0;
border-bottom:1px solid #999;
margin-bottom:20px;
}

.post-text {font-size:90%;}

.post-cat {margin-top:10px;}

p.meta {
font-size:10px; 
margin:0 0 8px 0;
}
.post-cat a {margin-top:10px;
text-decoration:underline;
}
.attachment-post-thumbnail, .post-thumb {
float:left;
margin:0 20px 4px 0;
border:1px solid #444444;
}

.post-thumb img {display:block;}

.readmore {
float:right;
background:#045ea3;
padding:2px 6px;
margin-top:0px;
}

.readmore a {color:#fff;}

.readmore:hover {background:#cc0000;}

.post-text h4 {padding:0 0 8px 0; margin:0;}

.sticky {background:#eee;}

.button {
background:#045ea3;
color:#fff;
width:100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align:center;
font-weight:bold;
font-size:28px;
padding:6px auto;
}

.button:hover {
background:#cc0000;
}

/* Forms */

label {display:block;}
#main input[type=text], #full input[type=text]{margin-bottom:16px;}
#sidebar #s {margin-bottom:4px;
float:left;
width:230px;
} 
input[type=submit]{
float:left;
background:#045ea3;
padding:6px 6px;
color:#fff;
border:none;
} 
input[type=submit]:hover {
background:#cc0000;
cursor:pointer;
}

input {padding:4px;
font-size:15px;
}
textarea {
font-size:15px;
height:180px;
width:595px;
}
/* -------------------------------------------------------------- 
   
   WP Generated Classes 
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}

.gallery-item img{
border:2px solid #444 !important;
}

.sidebar-icon {
width:50px;
margin-right:6px;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* Widgets */

.textwidget {float:left;

}

.widget li {
margin-left:0 !important;
padding-left:0 !important;
}

.tweets li {
font-size:90%;
}

/* Yahoo Player */

.ywp-page-audio {
font-size:120%;
line-height:2;
}

/* Artist Data Press */

.adpw_date_time {

}

div#slushman_adp {
font-size:90% !important; 
}

.adp_classic_col1 {
padding:4px 0.5% !important;
}

.adp_classic_col2 {
width:38% !important;
padding:4px 0.5% !important;
}

.adp_classic_col3 {
width:30% !important;
padding:4px 0.5% !important;
}

/* ShareDaddy */

.sharedaddy {
margin-top:50px !important;
}vv