/*
Theme Name: Deadwood
Theme URI: http://www.graphpaperpress.com/
Description: A Wordpress magazine theme based on the Blueprint CSS Framework.
Version: 1.0
Author: Thad Allender for Graph Paper Press
Author URI: http://www.graphpaperpress.com/
Credits: http://code.google.com/p/blueprintcss/
*/

/* IMPORTANT - PLEASE READ
This theme uses the Blueprint CSS framework for
default positioning, typography, form styling, etc.
The styles below are specific for this theme
only. Feel free to edit them as necessary. Generally
speaking, you will will likely never need to edit
the Blueprint CSS stylesheets, which are located in:
wp-content/themes/name-of-this-theme/css/
*/

body {
	font: 11px Arial, Verdana, Sans-Serif;
        margin: 0;
	padding: 2em 0;
	background: url('images/repeatingtile.jpg') repeat #fff;
	color: #434e4d;
}

.container {
	padding: 2em;
	background: #fff;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('images/quote.png') .5em top no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	color: #5f8984;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #5f8984;
}

body a {
	color: #1c96ac;
	text-decoration: none;
}


a:active, h2 a:active, h3 a:active {
	color: #5f8984;
	text-decoration: none;
}

a:hover, h2 a:hover, h3 a:hover {
	color: #c33e1f;
	text-decoration: none;
}

blockquote p {
	padding: 0 20px 0 30px;
}

hr {
	width: 100%;
        background: #CCC;
	height: 1px;
}

img {
	margin: 0;
}

.photo_align_left {
	float: left;
	padding: 0 1.5em .5em 0;
}

a.button {
	float: left;
}

/* Fix for buttons */

input {
	padding-left: 0;
	border: 1px solid #CCCCCC;
}

textarea {
	height: 200px;
	width: 500px;
}

.small {
	font-size: .9em;
}

.nomargin {
	margin: 0;
}

a.button, button {
	font-weight: normal;
}

dl.small dd {
	font-size: .9em;
}

.activ-col-home {
float: left;
width: 150px;
background: #fff;
margin: 0 50px 0 0;
padding: 0;
}

.activ-col-home-last {
float: left;
width: 150px;
background: #fff;
margin: 0;
padding: 0;
}

#five-posts {
float: left;
background: #fff;
margin: 0;
padding: 0;
}

.spacer {
	float: left;
        display: block;
        color: #fff;
        background: #fff;
	width: 950px;
        height: 6px;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;	
}

#maincontent {
float: left;
width: 950px;
background: #fff;
margin: 0;
padding: 0;
}

#maincontent ul li, .bottombar ul li, .sidebar ul li {
	list-style-image: none;
	background-repeat: no-repeat;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#maincontent h2, .profiles-left h2, #right-sidebar h2, #five-posts h2 {
	border-bottom: 1px dotted #5f8984;
        font-size: 1.4em;
        text-transform: uppercase;
        margin-bottom: 10px;
}


.post_first {
	background: #fff;
	padding: 1em;
}

.post_alt {
	background: #eee;
	padding: 1em;
}

span.meta_align_right {
	color: #ccc;
	font-size: .6em;
	float: right;
}

span.meta_align_right a {
	color: #ccc;
}

span.meta_align_right a:hover {
	color: #000;
}

.linkcat {
	list-style: none;
}

.meta {
	color: #a3a3a3;
	font-size: .8em;
	line-height: 1.875em;
	font-family: Arial;
        float: left;
}

.meta a {
	color: #00BBDD;
}

.meta a:hover {
	color: #c33e1f;
}

.meta_list, .meta_list a, ul.meta_list {
	color: #ccc;
	list-style-image: none;
}

.meta_list li {
	border-bottom: 1px dotted #ccc;
	list-style-image: none;
}

h3.byline {
	text-transform: uppercase;
	color: #ccc;
	font-size: 1em;
	float: right;
}

.byline {
	color: #ccc;
	font-size: .8em;
	line-height: 1.875em;
}

.byline a {
	color: #00BBDD;
	text-decoration: none;
	line-height: 1.875em;
}

.byline a:hover {
	color: #c33e1f;
}


h2 a {
	color: #5f8984;
	text-decoration: none;
}

a {
	color: #00bbdd;
	text-decoration: none;
}


#feature h3 {
	margin-bottom: 0;
	padding: 0;
}

#feature p img {
	margin: 7px 0 2em 0;
}

.feature_text {
	margin-top: 2em;
}

.home-excerpt p {
	font-size: 2em;
	color: #ccc;
	font-style: italic;
	text-align: right;
}

#home_right {
	padding: 0;
}

#home_right .entry {
	padding: 0 0 2em 0;
}

#five-posts h3 {
	margin-bottom: 0;
	padding: .5em 0 .5em 0;
}

#five-posts h3 a {
	text-transform: uppercase;
}

#five-posts h6, #five-posts h4 {
	text-transform: uppercase;
	margin: 0;
	padding: .5em 0 .5em 0;
}


.left h6 {
	padding: 0;
}

#five-posts h4 a, #five-posts h6 a {
	text-transform: uppercase;
}

.author img {
	float: left;
	padding: 0 1em 1em 0;
}

.author p {
	margin-left: 8em;
}

.author h6 {
	margin-left: 7em;
	border-bottom: 1px #000 dotted;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.entry {
	padding-bottom: 25px;
}

/* HEADER */

#header {
	height: 50px;
	width: 950px;
	padding: 4px 0 0 0;
}

#header h1, #header .description {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.navigation {
        height: 3px;
        padding: 5px 0;
        border-top: 1px dotted #5f8984;
}

/* NAVIGATION IN POSTS */

.entry #nav .content {
	padding: 0;
	margin: auto;
}

.entry #nav {
	margin-bottom: 15px;
	background: #FFF;
}

.entry #nav li a {
	color: #FFF;
	border-right: 1px solid #AAA;
	background: #666;
}

.entry #nav li.last a {
	border-right: none;
}

.entry #nav li a:hover {
	background: #333;
	color: #FFF;
}

/* FOOTER */

#footer {
	width: 950px;
        font-size: 1em;
	margin: 0;
}

#footer a {
	text-decoration: none;
}

/* SEARCH */

#search {
	float: left;
        padding: 0;
}

#search #s {
	float: left;
        margin: 0 4px 0 0;
        width: 162px;
	color: #CCCCCC;
	font-size: 1em;
}

#searchform {
	float: left;
        margin: 0;
        border: 0;
	padding: 0;
}

#searchsubmit {
	float: left;
        margin: 0;
        border: 0;
	padding: 0;
}

#search #s:hover {
	color: #000;
}

.search-excerpt {
	margin: 0;
}

/* COMMENTS */

.commentlist li {
	padding: 8px 15px;
}

.comments-alt {
	background: #EEE;
}

/* LISTS */

ol {
	margin-left: 35px;
}

label {
	font-weight: normal;
}

.sidebar h4.widgettitle {
	text-transform: uppercase;
	margin: 0;
	color: #555;
	padding-bottom: 3px;
        margin-bottom: 7px;
        border-bottom: 1px dotted #999;
}

#sidebar-box {
        float: left;
        width: 150px;
        padding: 0;
        margin: 0;
}

.widgettitle h4 {
	text-transform: uppercase;
	margin: 0;
	color: #555;
	padding-bottom: 3px;
        margin-bottom: 7px;
        border-bottom: 1px solid #999;
}

.bottombar h2, sidebar h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin: 1em 0 1em;
}

.bottombar ul, .sidebar ul, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #555;
}


ul li {
	background-repeat: no-repeat;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
        list-style-type: none;
}

ul li a {
	color: #555;
}

/* COMMENT STYLES */

#comments {
	width: 100%;
}

dl#comment_list {
	margin: 0 0 0 0;
}

dl#comment_list dt {
	padding: 0 0 10px 0;
	background: url('images/comment_top.gif') 0 100% no-repeat;
	font-size: 1.1em;
	line-height: 1.8182em;
	color: #999;
}

dl#comment_list dt.author {
	background: url('images/comment_author_top.gif') 0 100% no-repeat;
}

dl#comment_list dt .comment_num {
	padding: 0 0.3636em 0 0;
}

dl#comment_list dt .comment_num a, dl#comment_list dt .comment_num a:visited {
	color: #999;
}

dl#comment_list dt .comment_num a:hover {
	color: #a90000;
}

dl#comment_list dt strong {
	font-size: 1.4545em;
	color: #000;
}

dl#comment_list dt strong a, dl#comment_list dt strong a:visited {
	color: #000;
	border-bottom: 1px dotted #999;
}

dl#comment_list dt strong a:hover {
	color: #000;
	border-bottom: 1px solid #a90000;
}

dl#comment_list dd {
	padding: 10px;
	margin: 0 0 1.5385em;
	background: #dfdfdf;
}

dl#comment_list dd.author {
	background: #0099cc url('images/comment_author_bottom.gif') 0 100% no-repeat;
}

dl#comment_list dd.entry p, dl#comment_list dd.entry ul, dl#comment_list dd.entry ol, dl#comment_list dd.entry blockquote {
	margin-bottom: 1.1538em;
}

/* COMMENT FORM */

#comment_form {
	padding: 0;
        width: 750px;
	margin: 0 0 10px 0;
}

#comment_form a:hover {
	text-decoration: underline;
}

#comment_form p {
	padding: 0.7692em 0;
}

#comment_form label {
	padding: 0 0 0 0.83333em;
	font-size: 1em;
}

#comment_form .text_input {
	width: 750px;
        height: 10em;
	padding: 0;
	color: #a90000;
	font: 1em Verdana, sans-serif;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 0.07692em solid #eee;
	border-bottom: 0.07692em solid #eee;
}

#comment_form .text_input:focus {
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

#comment_form .text_area {
	width: 750px;
}

#comment_form p.subscribe-to-comments {
	font-size: 1.3em;
}

#comment_form p.subscribe-to-comments label {
	font-size: 1.0em;
}

#comment_form .form_submit {
	padding: 0.5em;
	background: url('images/submit_bg.gif') repeat-x;
	color: #555;
	border: 0.21429em double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	font: bold 1.4em/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

#comment_form .form_submit:hover {
	color: #0099cc;
}

/* NEW CLASSES FOR THIS THEME */

#top {
	width: 950px;
	margin: 0 auto;
}

#title {
        height: 18px;
}

#title h3 a {
	color: #7d9c99;
	font-size: .7em;
        letter-spacing: 3px;
        font-weight: normal;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

#title h3 a:hover {
	color: #c33e1f;
}

.topright {
}

.topright ol {
	font: italic 3em Georgia, Times, serif;
	color: #eee;
	margin: .5em 0 .5em 1.5em;
}

.topright ol li {
	padding: .1em;
	border-bottom: 1px dotted #eee;
}

.topright ol li a {
	color: #555;
}

.topright ol li:hover {
	background: #eee;
	color: #555;
}

.topright ol li a:hover {
	color: #555;
}

.topright ol p {
	margin: .2em 0;
	font: normal .35em Arial, Helvetica, sans-serif;
	color: #555;
}

.sidebar-left {
}

.sidebar-right {
	padding-left: 30px;
}

.alignright {
	text-align: right;
}

.page-wide {
	float: left;
        display: block;
        background: #fff;
	width: 950px;
        margin: 0 !important;
        border: 0 !important;	
}
     


hr.break {
	background: #434e4d;
	height: 2px;
        margin: 8px 0;	
}

hr.space {
	background: #fff;
	width: 100%;
        height: 6px;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;	
}

hr.dotted {
	width: 100%;
        height: 1px;
        border-bottom: 1px dotted #5f8984;	
}

hr.break2 {
	background: #fff;
	width: 100%;
        height: 10px;
	margin: 1em 0;	
}

.main {
        margin-bottom: 5px;
}

#random-header {
	margin: 0 0 .6em 0;
}

#bottom-widgets {
	float: left;
	margin: 0;
        padding: 0;
        width: 950px;
}

#bottom-widgets h4 {
        margin-bottom: 8px;
}

.bottom-widget {
	float: left;
	margin: 0 30px 6px 0;
        padding: 0;
        width: 215px;
}

.bottom-widget-last {
	float: left;
	margin: 0 0 6px 0;
        padding: 0;
        width: 215px;
}


#bottom-widgets a {
	color: #009999;
	text-decoration: none;
}

#bottom-widgets a:hover {
	color: #006666;
	text-decoration: none;
}

.profile hr {
	display: block;
        height: 0;
}

.profile li ul li, .popular li ul li {
	border-bottom: 1px solid #666;
	color: #666;
	list-style-image: none;
}

.profile li ul li a, .popular li ul li a {
	color: #666;
	list-style-image: none;
}

.profile {
	background: #e8e6de;
}

.pad-left {
	padding: 0 5px 0 5px;
}

.banner  {
       width: 468px;
       border: 1px solid #fff;
       margin-bottom: 0px;
}

.slideshow  {
       display:block;
       width: 470px;
       height: 260px;
       margin: 0 0 15px 0;
}


.home-post {
	padding:0;
        margin: 0 0 1px 0;
        border-bottom: 1px dotted #5f8984;
}

.clear {clear: both;}

.shifter {
	display:block;
        height: 20px;
}

.spacer {
       width: 2px;
       height: 12px;
}

/* PROFILES */

.profiles-left {
	padding: 0 0 10px 0;
	margin: 0 10px 0 0;
	float:left;
        display: block;
        width: 150px;
}

.profiles-archive {
	float:left;
        display: block;
        width: 150px;
        padding: 0;
	margin: 15px 20px;
        background: #c33;
}

.profile-content {
        float:left;
        width: 575px;
        color: #45504f;
	font-size: 1em;
}

/* WATCHING */

.watching-archive {
	float:left;
        display: block;
        width: 200px;
        padding: 0;
	margin: 15px 18px;
        background: url('images/tv_bg.jpg') no-repeat;
}

.photo-watching {1
	width: 150px;
        height: 100px;
	padding: 0;
        margin: 25px;
}

.under-watching {
	float:left;
        width: 190px;
        height: 25px;
        padding: 5px 0;
        margin: 0;
        text-align:center;
}

.watching-title, a, a:hover {
        font-size: 1em;
        color: #476352;
}

.drawing-archive {
	float:left;
        display: block;
        width: 200px;
        padding: 0;
	margin: 15px 18px;
        background: url('images/tv_bg_art.jpg') no-repeat;
}

.coloring-archive {
	float:left;
        display: block;
        width: 200px;
        padding: 0;
	margin: 15px 18px;
        background: url('images/tv_bg_color.jpg') no-repeat;
}

/* PLAYING */

.activities-archive {
	float:left;
        display: block;
        width: 445px;
        height: 120px;
        padding: 0;
	margin: 15px;
        border-bottom: 1px dotted #5f8984;
        border-top: 1px dotted #c33e1f;
}

.activities-archive-descr {
	float:left;
        width: 255px;
        padding: 10px 10px 0 0;
	margin: 0;
}

.activities-archive-pic {
	float:left;
        width: 150px;
        height: 100px;
	padding: 0;
        margin: 10px 10px 10px 0;
        background: #EEE;
}

.activities-archive-descr h3 {
	margin-bottom: 3px;
}

.profile-from, a, a:hover {
        font-size: .9em;
        color: #476352;
}

.under-profile {
	background: #EEE;
        padding: 4px 5px;
        margin: 0;
        border-bottom: 1px solid #5f8984;
}


.under-playing {
	background: #f7f7f7;
        padding: 5px;
        margin: 0;
}

.content-box {
	float:left;
        width: 590px;
        padding: 0;
        margin: 0;
}

#left-col-home {
        float: left;
        width: 150px;
        padding: 0;
        margin: 0;
}

#mid-col-home {
        float: left;
        width: 470px;
        padding: 0 25px 0 25px;
        margin: 0 24px 0 24px;
        border-left: 1px solid #d9e2e1;
        border-right: 1px solid #d9e2e1;
}

#right-col-home {
        float: left;
        width: 230px;
        padding: 0;
        margin: 0 0 0 0;
}

.widget {
        margin: 0 0 10px 0;
}

.widget a {
	color: #009999;
	text-decoration: none;
}

.widget a:hover {
	color: #006666;
	text-decoration: none;
}

/* BLOG */

#left-col-box {
	float:left;
        width: 750px;
        padding: 0 24px 0 0;
        margin: 0 25px 10px 0;
        border-right: 1px solid #d9e2e1;
}


.blog-content {
	color: #45504f;
	font-size: 1em;
}

.blog-entry {
	float:left;
        line-height: 160%;
        width: 750px;
        padding: 0;
        margin: 0 0 20px 0;
        border-bottom: 1px dotted #5f8984;
}



.blogmeta {
	color: #989898;
	font-size: .8em;
	font-family: Arial;
        margin-bottom: 5px;
}

.home-post h6 a {
	text-transform: uppercase;
	font-size: 1em;
        margin: 0;
	padding: 0;
}

.home-post-text {
	margin: 0;
	padding-top: 4px;
}

/* EVENTS */

.events-entry {
	float:left;
        line-height: 160%;
        width: 750px;
        padding: 0;
        margin: 0 0 20px 0;
        border-bottom: 1px dotted #5f8984;
}

.labl {
  color: #989898;
  font-size: 0.9em;
}

.red-label a {
        color: #de3a16;
}

.photo-basic-left {
	float:left;
        width: 150px;
        height: 100px;
	padding: 0;
        margin: 0 10px 10px 0;
        background: #EEE;
}

.photo-basic {
	width: 150px;
        height: 100px;
	padding: 0;
        margin: 0;
        background: #EEE;
}


.pic_pic {
	padding: 0;
        margin: 0;
        border: 0;
}

.like-this {
	float: left;
        width: 560px;
	height: 25px;
        padding: 0;
        margin: 5px 0 10px 0;
        vertical-align: middle;
}

.share-this {
	float: right;
        width: 150px;
	height: 16px;
        text-align: right;
        padding: 4px 1px;
        margin: 0;
        vertical-align: middle;
}

/* ######### Navigation ######### */


.chromestyle {
width: 950px;
margin: 0;
text-transform: uppercase;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul li {
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
float:left;
display: inline;
}

.chromestyle ul li a {
height: 26px;
color: #494949;
background-color: #e8f1e4;
padding: 2px 46px 2px 9px;
margin: 0 2px;
text-decoration: none;
border-top: 2px solid #00bbdd;
border-bottom: 2px solid #c33e1f;
}

.chromestyle ul li a:hover { 
background-color: #f0cf5a;
}

#chromemenu a:visited#current, a:link#current, a:hover#current {
color: #494949;
background-color: #fff;
padding: 2px 46px 2px 9px;
margin: 0 2px;
text-decoration: none;
border-top: 2px solid #00bbdd;
border-bottom: 2px solid #e2eddc;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
border: 2px solid #c33e1f; /*THEME CHANGE HERE*/
text-transform: uppercase;
border-bottom-width: 0;
line-height:16px;
z-index:100;
background-color: white;
width: 99px;
visibility: hidden;
margin-top: -3px;
}

.dropmenudiv a {
width: 100%;
display: block;
border-bottom: 2px solid #c33e1f; /*THEME CHANGE HERE*/
text-indent: 7px;
padding: 2px 0;
text-decoration: none;
color: #494949;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
}