/*   
Theme Name: Basement Vinyl 2010 A Thematic Child Theme
Theme URI: 
Description: Custom design for BasementVinyl.com
Author: Annie Boccio
Author URI: http://pixelcurrents.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body {
	background: url(images/bodyback2.jpg) repeat fixed;
}
body, input, textarea {
    color:#000;    
    font: 16px/20px "Courier New", Courier, mono;
}
a:link, a:visited {
	color:#e26d68;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
	font-family: "Times New Roman", Georgia, Times, serif;
}
#wrapper {

}
/** menu **/
#access {
	height: 60px;
	border-bottom: none;
	background: #060426;
	color: #fff;
}
#menu {
	padding-top:1px;
	height: 50px;
	width: 980px;
	margin: 0 auto;

}
#menu ul {
	margin-left: 0px;
}
#menu li {
	list-style: none;
	float: left;
}
#menu li a {
	font-size: 18px;
	line-height: 20px;
	margin: 8px 0 0 27px;
	height: 50px;
	float: left;
}

/*home*/
#menu li a.homelink
{
	text-indent:-9999px;
	width: 120px;
	background: url(images/nav/home2.png) no-repeat;
	background-position: 0 -42px;
}
#menu li a:hover.homelink
{
	background: url(images/nav/home2.png) no-repeat;
}
#menu li.current_page_item a.homelink
{
	background: url(images/nav/home2.png) no-repeat;
}
/*shows*/
#menu li a.showslink {
	text-indent:-9999px;
	width: 120px;
	background: url(images/nav/shows2.png) no-repeat;
	background-position: 0 -42px;
}
#menu li a:hover.showslink
{
	background: url(images/nav/shows2.png) no-repeat;
}
#menu li.current_page_item a.showslink
{
	background: url(images/nav/shows2.png) no-repeat;
}
/*about*/
#menu li a.aboutlink
{
	text-indent:-9999px;
	width: 120px;
	background: url(images/nav/about2.png) no-repeat;
	background-position: 0 -42px;
}
#menu li a:hover.aboutlink
{
	background: url(images/nav/about2.png) no-repeat;
}
#menu li.current_page_item a.aboutlink
{
	background: url(images/nav/about2.png) no-repeat;
}
/*contact*/
#menu li a.contactlink
{
	text-indent:-9999px;
	width: 125px;
	background: url(images/nav/contact2.png) no-repeat;
	background-position: 0 -42px;
}
#menu li a:hover.contactlink
{
	background: url(images/nav/contact2.png) no-repeat;
}
#menu li.current_page_item a.contactlink
{
	background: url(images/nav/contact2.png) no-repeat;
}
/*the bin*/
#menu li a.binlink
{
	text-indent:-9999px;
	width: 130px;
	background: url(images/nav/bin2.png) no-repeat;
	margin-left: 125px;
	background-position: 0 -42px;
}
#menu li a:hover.binlink
{
	background: url(images/nav/bin2.png) no-repeat;
}

#branding {
	width: 1000px;
	height: 300px;
	background: url(bvheader-red.png) no-repeat;
	padding: 0;
	margin-top: 0px;
}
#header {
	border-bottom: 10px solid #060426;
}
#blog-title {
	display: none;
}
#blog-description {
	display: none;
}
#main {
	padding-top: 10px;
	/*width: 1000px;*/
	/*border-left: 1px solid #060426;
	border-right: 1px solid #060426;*/
}
#container {
	background: url(contentback-paper2.jpg) repeat;
	padding-top: 30px;
	/*width: 640px;*/
}
#content {
	/*width:620px;*/
}
#footer {
	background: #060426;
}
blockquote {
	background: url(images/quote-top.png) no-repeat left top;
	border-left: none;
	border-top: 2px dashed #c1c1c1;
	border-bottom: 2px dashed #c1c1c1;
	padding-left: 100px;
	margin: 0;
	font-style: italic;
	color: #6b6b76;
}
blockquote a {
	color: #000;
}

.entry-title {
	text-align: center;
	padding:0 0 7px;
	font: normal normal 30px/30px "Times New Roman", Georgia, Times, serif;
}
.entry-title a {
	color:#000000;
	text-decoration:none;
}
.entry-title a:hover {
	color:#6b6b76;
	text-decoration:none;
}
.entry-meta {
	text-align: center;
}
.single .meta-prep-entry-date {
	display: none;
}
.single .meta-sep-entry-date {
	display: none;
}
.single .entry-date {
	display: none;
}
.single .entry-utility {
	display: none;
}
.entry-content h1, .entry-content h2 {
padding:28px 0 14px;
	font: normal normal 19px "Times New Roman", Georgia, Times, serif;
}

/***** sidebars + asides *****/
.aside ul li ul li{
	list-style: none;
	margin-bottom: 8px;
}
.main-aside {
	width: 340px;
}
.aside h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	color: #e26d68;
}
#secondary.aside h3 a {
	color: #e26d68;
}
#secondary li{
	font-size: 15px;
}
#secondary.aside ul {
	background: url(images/widget-back2.jpg) repeat;
	color: #fff;
}
#secondary a:link, #secondary a:visited {
	color: #cecee3;
	text-decoration: none;
}
#secondary a:hover, #secondary a:active {
	text-decoration: underline;
}
#secondary.aside h3 {
	margin-bottom: 8px;
}
#primary {
	border: 0px solid #060426;
	margin-bottom: 10px;
}
#primary.aside ul li {
	list-style: none;
}
#primary.aside h3 {
	color: #000;
}
#subscribe h3 {
	display: none;
}
/* search */
li#search h3.widgettitle {
	display: none;
}
form#searchform {
	text-align: center;
}
#primary.aside ul {
	background: transparent;
}
.widgetcontainer {
	padding-top: 5px;
	padding-bottom: 5px;
}
.home #content .sticky {
	border:0px solid #CCCCCC;
	margin:0 0 66px;
	padding:22px 20px 0;
}	
/***flickr ***/
#flickr_badge_source_txt {
	padding:0; font: 11px Arial, Helvetica, Sans serif; color:#ffffff;}
			#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
			#flickr_icon_td {padding:0 5px 0 0 !important;}
			.flickr_badge_image {text-align:center !important;
			height: 103px;	
			width: 103px;
	background: transparent url(images/shadow2.png) no-repeat;
}
			.flickr_badge_image img {margin-left:3px;margin-right:3px;margin-top:0;
}
			#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
			#flickr_badge_uber_wrapper a:hover,
			#flickr_badge_uber_wrapper a:link,
			#flickr_badge_uber_wrapper a:active,
			#flickr_badge_uber_wrapper a:visited {text-decoration:none !important;}
			#flickr_badge_wrapper {border:0; margin: 0;}
			#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#ffffff !important;}	

#photo_box {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: 5px solid #060426;
}
table#flickr_badge_uber_wrapper {
	border: none;
	margin: 0;
}
table#flickr_badge_uber_wrapper tr{
	border: none;
}

/* featured posts */
ul#featured-posts {
    float: left;
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    color: #111;
    font-size: 11px;
    line-height:14px;
    font-family: Helvetica, Arial, sans-serif;
}
#featured-posts li {
    float: left;
    width: 135px;
    padding: 12px 10px 10px 10px;
    margin-right: 15px;
    min-height: 260px;
    background:#f1f1f1;
    border:3px double #ccc;
}

#featured-posts li p {
    margin: 0;
    padding: 0;
}

#featured-posts li:hover {
    background:#fff;
}
#featured-posts li h4 a {
    font-family:Georgia, Times, sans-serif;
    font-size: 12px;
    line-height: 13px;
    display: block;
    padding: 5px 1px;
    color: #111;
    font-weight: bold;
}

/* slidershow */
.gallery .nav-next {
	float: none;
	width: 25px;
	text-align: none;
}
#photos{
	margin: 0 auto;
}
.gallery {
	border: #060426;
}
a.rsswidget img {
	display: none;
}
#content .aside h3 {
	color: #000;
	font-weight: normal;
	font-style: normal;
	font-family: "Courier New", Courier, mono;
}
#content .aside a:link, #content .aside a:visited {
	text-decoration: none;
}
.aside a:hover,.aside a:active {
	text-decoration:underline;
	color: #cecee3;
}
#siteinfo {
	color: #fff;
}
#siteinfo a {
	color: #fff;
}
#siteinfo a:active, #siteinfo a:hover {
	color: #e26d68;
}
.drop_cap {
	font-size: 32px;
	color: #060426;
	padding: 0.04em 0.1em 0 0;
}
#subscribe_sidebar_list img {
	border:0 none;
	display:inline;
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}
h1.cat-title {
	color: #000;
	font: 28px "Courier New", Courier, mono;
	border-bottom: 1px solid #060426;
	margin-bottom: 8px;
}
h1.tag-title {
	color: #000;
	font: 28px "Courier New", Courier, mono;
	border-bottom: 1px solid #060426;
	margin-bottom: 8px;
}
.coda {color:#e26d68;}

#container { -moz-box-shadow: -4px 5px 8px #777; /* FF3.5+ */
  -webkit-box-shadow: -4px 5px 8px #777; /* Saf3.0+, Chrome */
          box-shadow: -4px 5px 8px #777; /* Opera 10.5, IE9, Chrome 10+ */ margin-left:10px;}
#secondary.main-aside {width:320px;-moz-box-shadow: -4px 5px 8px #777; /* FF3.5+ */
  -webkit-box-shadow: -4px 5px 8px #777; /* Saf3.0+, Chrome */
          box-shadow: -4px 5px 8px #777; /* Opera 10.5, IE9, Chrome 10+ */ margin-left:10px;}
#secondary.aside ul.xoxo {margin-bottom:0}