/*
Theme Name: We Are Workers
Theme URI: http://weareworkers.com/
Description: Workers Child Theme for Thematic
Author: Andrew Cochran
Template: thematic
Version: 1.0
*/
 
@import url('../thematic/style.css');

 
/* =Global Elements
-------------------------------------------------------------- */

body {
    background: #e9752b url(images/background-medium.jpg) top left repeat;
    font-family: Helvetica, Arial, sans-serif;
    color: #fff;
}
#wrapper {
    border-top:0;
}
a:link, a:visited {
    color:#2bc9f6;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
input, textarea {
    font-family: Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    color:#ffecd5;
}

/* =Header
-------------------------------------------------------------- */

#header {
    background: #e9752b url(images/background.jpg) top left repeat;
}
#blog-title {
    padding:0;
    margin:0;
    border-bottom:0;
}
#blog-title a {
    width: 540px;
    height: 226px;
    display: block;
    background: transparent url(images/logo.png) top left no-repeat;
    text-indent: -9999px;
}
#blog-description {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    background:#2bc9f6;
    border-top:0;
    margin-top:0px;
}
#menu {
    padding:8px 0 8px 0;
}
#menu a {
    background:transparent;
    color:#ffecd5;
    border-top:1px solid #2bc9f6;
    text-decoration:none;
    text-transform: uppercase;
}
#menu a:hover {
    background:#ffecd5;
    color:#2bc9f6;
    border-color:#ffecd5;
}
#menu .current_page_item a {
    background:transparent;
    color:#ffecd5;
    border-top:1px solid #2bc9f6;
}
#menu a:focus {
    background:#4887BD;
    color:#fff;
    border-color:#2772B3;
}

#menu li.page-item-64 {
	float: right;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding:54px 0;
    overflow:visible;
}

#content {
}

.hentry {
    margin:9px 0 0 0;
    padding:44px 1px 36px 1px;
    border-top:1px solid #e0e0e0;
}
.p1 {
    margin:0;
    padding:0 0 36px 0;
    border:none;
}
.page-title {
    font-size:14px;
    font-weight:bold;
    padding:18px 0;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
    font-size:24px;
    line-height:26px;
    padding:8px 0 2px 0;
    font-weight:bold;
    color:#ffecd5;
}
.entry-title a {
    text-decoration:none;
    color:#2bc9f6;
}

.entry-meta,
.entry-utility {
	color: #2bc9f6;
}

.entry-meta a,
.entry-utility a {
	text-decoration: underline;
}

.entry-utility a:hover {
    color:#ffecd5;
}


.nav-previous a, 
.nav-next a {
	font-weight: bold;
}

.nav-previous a:hover, 
.nav-next a:hover {
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    background: #e9752b url(images/background-dark.jpg) top left repeat;
    color:#ffecd5;
    border-top:0;
}

#footer a {
    color:#ffecd5;
}

#siteinfo {
	padding-top:0;
}

#search h3 {
	display:none;
}

#bleeding-death {
	display: block;
	float: left;
    width: 180px;
    height: 30px;
    background: transparent url(images/bleeding-death-records.gif) top left no-repeat;
    text-indent: -9999px;
}


/* =Sidebar
-------------------------------------------------------------- */

li#rss-links ul li a, 
li.gigpress-list-rss a {
	background: transparent url(images/feed-icon-10x10.png) no-repeat scroll left center;
	padding-left: 14px;
	position: relative;
	left: -14px;
}

/* =Sidebar
-------------------------------------------------------------- */

iframe#ifmCalendar {
	width: 100%;
	height: 300px;
	background: transparent;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    background: #e9752b url(images/background-dark.jpg) top center repeat;
    border-top:1px solid #2bc9f6;
    color:#ffecd5;
}
#comments li {
    background:#87B5DD;
    border-top:1px solid #6DA5D6;
}
#comments a {
}
#comments li.byuser {
    background: #e9752b url(images/background-extra-dark.jpg) top center repeat;
    border-color:#3B86C7;
}
#comments .fn a {
    color:#fff;
}
#comments-list .comment-meta a {
    font-style:italic;
    color:#fff;
}
#trackbacks-list .comment-author a {
    color:#fff;
}
#respond {
    background: transparent;
    border-top: 0;
}


/* =Primary Aside
-------------------------------------------------------------- */

div#primary {
	position: absolute;
	top: -250px;
	right: 10px;
}

#text-345784971 {
	margin: 0;
}

#text-345784971 h3 {
	display: none;
}

a#rss-link {
	background: transparent url(images/Feed_48x48.png) top left no-repeat;
	width: 48px;
	height: 48px;
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

a#myspace-link {
	background: transparent url(images/MySpace_48x48.png) top left no-repeat;
	width: 48px;
	height: 48px;
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

a#facebook-link {
	background: transparent url(images/FaceBook_48x48.png) top left no-repeat;
	width: 48px;
	height: 48px;
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}


