/*
Theme Name: Blank B
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme B, 2 Columns, 1 Right Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===Rhythm's gonna get ya===*/
body {
	font-size: 12px;
	line-height: 1.5em;
}
h1 {
	font-size: 1.7em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}
h2, #content h1 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}
h3 {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
h4, blockquote {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}
p, ul, blockquote, pre, td, th, label, #content, .post {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
p.small, #footer, .wp-caption-text, #respond p, .underpost, #sidebar ul ul li, #sidebar ul .aktt_tweets ul li {
	margin: 0;
	font-size: 0.83em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

img {
	margin: 5px;
}

/*===START SECTION 1 - the main containers===*/
body {
	background: url(images/dosback.png) top right fixed no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #555555;
}
#wrapper {
	width: 960px;
	margin: 12px auto 20px auto;
	padding: 0px;
}
#header {
	height: 130px;
	width: 960px;
	margin: 0px;
}
#main {
	width: 960px;
}
#content {
	width: 515px;
	padding: 10px;
	float: left;
}
#sidebar {
	width: 340px;
	float: right;
	margin: 10px 5px 0 0;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	padding: 13px 0 0 0;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}

h2 a:link, h2 a:visited{
	color: #009090;
	text-transform: uppercase;
}

.post {
	padding: 5px;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	
}
#content .underpost a {
	text-decoration: none;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	color: #009090;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #009090;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 960px;
}
#menu ul {
	margin: 0 0 0 10px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link img, #menu li a:visited img{
	text-decoration: none;
	padding: 0px;
	border: 0;
}
#menu li a:hover {
	text-decoration: none;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 0px;
	padding: 0px;
	color: #000000;
}
#sidebar li a:hover {
	text-decoration: none;
}
#sidebar ul ul {
  margin-left: 0px;
}
#sidebar ul ul li {
   margin-left: 0px;
}

.widget {
	padding: 0px 0px 10px 0px;
}

div.ngg-widget {
	padding: 0 10px 0 10px;
}

.ngg-widget a:link img, .ngg-widget a:visited img {
	background: #fff;
	float:left;
	border: 1px solid #000;
	margin: 10px 4px 0 0;
	padding: 2px;	
}

#sidebar ul .aktt_tweets ul li {
	background: url(images/widgetback.png);
	color: #000;
	padding: 5px;
	margin: 5px;
}

#sidebar ul .aktt_tweets ul a:link, #sidebar ul .aktt_tweets ul a:visited {
	color: #000;
	font-weight: bold;
	display:inline;
}

#sidebar ul .aktt_tweets ul a.tweetlink:link, #sidebar ul .aktt_tweets ul a.tweetlink:visited {
	display: block;
	text-align: right;
}
h2.widgettitle { 
	width: 330px;
	padding: 5px;
	background: #009090;
	color: #fff;
}

#sidebar ul li.widget_recent_entries ul li,  #sidebar ul .widgetshows {
	margin: 5px 0px 5px 10px;
	font-weight: bold;
	font: 12px;
	letter-spacing: .5px;
	line-height: 16px;
}

#sidebar ul .widget_recent_entries ul, #sidebar ul .widgetshows {
background: url(images/widgetback.png);
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header a:link img.titleimg, #header a:visited img.titleimg {
	border: 0;
}

#content h1 {
	 
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.6em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/

/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {

}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font-family: sans-serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: 1.7em;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  margin: 0;
}

img.alignleft, img.aligncenter, img.alignright, img.alignnone {
border: 1px solid #009090;
} 
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

/* Search Form */
#searchform {
   width: 270px;
   margin: auto;
}

input#s {
   width: 200px;
   margin: inherit inherit inherit 20px;
   border: 1px solid #009090;
   padding: 2px;
   color: #666;
}

#searchsubmit {
   width: 50px
   padding: 2px;
   background: #999;
   color: #fff;
   border: none;
}

/* discography poop */
div.album {
margin: 20px 10px 0 10px;
padding: 10px;
background: #ccc;
min-height: 200px;
}

div.album ol {
float: left;
}

div.album p {
clear: both;
display: block;
}