/*   
Theme Name: Shame
Theme URI: 
Description: Full of contrast
Author: The Berrics
Author URI: http://theberrics.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('../thematic/library/styles/default.css'); */
@import url('shame_default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background-color: #000000;
	background-image: url('img/whitebg.png'); 
	background-repeat: repeat-y;
	background-position: center top;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width: 960px;
	padding: 24px 0 36px 0;
}

#content {
	margin: 0px;
	width: 640px;
}

/* HEADER IMAGE */
#blog-title a {
	background-image: url('img/header201.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent:-10000px;
	width: 960px;
	height: 200px;
}

#blog-title {
	width: 960px;
	margin-left: -10px;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#header-aside {
	width: 960px;
	height: 90px;
	margin: 0 auto;	
	padding: 20px 0 10px;
	z-index: 10;
}

#search {
}

/* POST */
h2.entry-title {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}

h1.entry-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
}

.entry-content {
	padding: 12px 0 4px;
}	

.entry-content p {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
}

.hentry {
	margin:4px 0 28px;
	background-color:#EFEFEF;
	padding:10px 8px 6px 8px;
}


/* POST META */

.entry-meta {
	font-size: 10px;
	color: #999999;
	font-style: normal;
	line-height: 14px;
}
.entry-meta a {
	color: #BF0000;
	text-decoration: none;
}
.entry-meta a:active, .entry-meta a:hover {
	color: #000000;
}

span.entry-meta-author a {
	color: #000000;
}
span.entry-meta-author a:active, span.entry-meta-author a:hover {
	color: #BF0000;
}


/* NAVIGATION */
.sf-menu .categories {
/*	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc; */
	border: 0 none;
	padding:9px 13px;
	text-decoration:none;
}

#branding {
	padding: 0px;
}

#access {
	border-bottom: 0 none;
	width: 960px;
	margin: 0 auto;
	background-color: #000000;
}

#footer {
	border-top: 0 none;
}

#s {
	width: 290px;
}

.entry-title {
	font-size: 1.675em;
}

/*
.menu {
	background-color: #000000;
	width: 940px;
}
.sf-menu {
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}	
.sf-menu, .sf-menu * {	
	background: #000000 url(img/menubg.png) repeat-x left top;
	border: 0 none;
	outline: 0 none;
}
*/

.menu {
	background: url(img/menubg.png) repeat-x fixed 0 0 black;
	background-color: #000000;
	overflow: auto;
	width: 960px;
}
.sf-menu a, .sf-menu {
	border: 0; /*Gets rid of menu border*/
}
.sf-menu a, .sf-menu a:visited{
	color: #CC0000; /*Sets top level font color*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
}
.sf-menu li { /* top level elements */
	background: #000000;
}
.sf-menu li li { /* second level elements */
	background:		green;
}
.sf-menu li li li { /*third level elements */
	background:		blue;
}
.sf-menu li:hover { /* still haven't found this one */
	background:	#000000;
	outline: 0 none;
}
.sf-menu li.sfHover { /* active level element */
	background:	#000000;
	outline: 0 none;
}
.sf-menu a:focus { /* current menu */
	background:	#000000;
	outline:	0 none;
}
.sf-menu a:hover { /* hovered element */
	background:	#000000;
	outline:	0 none;
}
.sf-menu a:active { /* click element */
	background:	#000000;
	outline:	0 none;
}


/* SIDEBAR */
#primary {
	border: none;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

ul.xoxo {
	padding: 0px;
}

.main-aside {
	right: 0px;
}

.aside h3, .aside h3 a {
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}


/*********** TWITTER WIDGET ***************/
/**
ul.twitter: the main ul (if list is activated)
li.twitter-item: the ul items (if list is activated)
p.twitter-message: each one of the paragraphs (if msgs > 1)
.twitter-timestamp: the timestamp span class
a.twitter-link: the tweet link class
a.twitter-user: the @username reply link class
**/

ul.twitter {
	list-style: none outside none;
	font-size: 12px;
	line-height: 15px;
}
ul.twitter li {
}
li.twitter-item {
	color: #000000;
	margin: 4px 0 8px 0;
}
li.twitter-item a {
	text-decoration: none;
}
a.twitter-link {	
	color: #BF0000;
}
a.twitter-user {
	color: #5588CF;
	text-decoration: none;
}
.twitter-timestamp {
	font-size: 10px;
	color: #999999;
}
.twitter-timestamp abbr {
	border: none;
	display: block;
}




/*********** REACTIONS PLUGIN ***************/

div.reaction_buttons_tagline {
	font-weight: normal;
	color: #666;
	display: inline;
	margin: 0 2px;
}
div.reaction_buttons {
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	color: #BF0000;
	font-weight: bold;
	margin-top: 10px;
	font-size: 0.7em;
	text-align: left;
}
div.reaction_buttons > span {
	line-height: 2em;
	padding: 3px;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 0 none;
}

div.reaction_buttons > span:hover {
	color: #000;
}
span.reaction_button_counts {
	color: #000;
	letter-spacing: 0.07em;
}

#sidebar div.widget_reaction_buttons h3 {
	margin: 0;
	margin-top: 4px;
	font-size: 1.1em;
}
#sidebar div.widget_reaction_buttons ol {
	margin-left: 25px;
}


/********** RECENT YOUTUBE PLUGIN **********/

div.my-recent-yt-widget {
	margin:7px 0 28px;
}



























