/* 
Theme Name: TAW2013
Theme URI: taw.duke4.net
Description: Theme specific to 'the abandoned workshops' 
Author: Ryan Rouse 
Author URI: taw.duke4.net 
Version: 1.0 
*/

/* General */

html { }

body { 
	background: #151515;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #bcbcbc;
}

* { margin: 0; padding: 0; }

p { }

/*
p:empty {
	display: none;
}
*/

ul, ol { }
ul, li { }

blockquote, q { }
blockquote:before, blockquote:after, q:before, q:after { } 

del { }

a {
	color: #77c092;
	text-decoration: none;
}

img { }
a img { }

/* Headings */

h1, h2, h3, h4, h5, h6, b, strong { font-family: Arial, Helvetica, sans-serif; }
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light { font-family: Arial, Helvetica, sans-serif; }
h1 { }
h2 { }
h3 { font-size:120%; font-weight: bold; font-family: Signika, Arial, sans-serif; }
h4 { font-size:110%; font-weight: bold; font-family: Signika, Arial, sans-serif; }
h5 { font-size:90%; font-weight: bold; font-style:italic; }
h6 { font-size:80%; font-weight: bold; font-style:italic; }

/* Architecture */

#wrapper {
	width: 970px;
	margin: 0 auto;
	background: #353535;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}

#container { width: 100%; }

#access {
	width:100%;
	height:25px;
}

#header { 
	height: 110px;
	width:100%;
	background-image:url(images/ban.jpg);
	background-repeat:no-repeat;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

#header h1 {	display:none; }

#allowed {
	width:100%;
	height:25px;
}

#content { overflow: hidden; }

#pagination {
	width: 700px;
	float: left;
}

#sidebar  { 
	float: left;
	width: 200px;
	padding: 10px;
	margin: 0 20px 0 15px;
	background: #232323;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 5px #151515;
	-webkit-box-shadow: 0px 5px 5px #151515;
	box-shadow: 0px 5px 5px #151515;

}

#sidebar ul {
	margin: 0px 0 0px 10px;
	padding:0 0 5px 0;
	list-style: none;
	font-size: 70%;
	line-height: 1.2;
}

#sidebar ul a {
	color: #bcbcbc;
	display: block;
}

#sidebar ul a:hover {
	color: #77c092;
	background-color: #353535;
}

#footer {
	clear: left;
	width: 100%;
	padding: 25px 0 25px 0;
}

/* Content */

.post {
	width: 680px;
	padding: 10px;
	background: #232323;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 5px #151515;
	-webkit-box-shadow: 0px 5px 5px #151515;
	box-shadow: 0px 5px 5px #151515;
}

.sticky { }

.sticky-tag {
	float: left;
	margin-right: 5px;
	font-size: 120%;
	font-family: Signika, Arial, sans-serif;
	font-weight: bold;
}

.entry-page {
	width: 680px;
	padding: 10px;
	background-color: #232323;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 5px #151515;
	-webkit-box-shadow: 0px 5px 5px #151515;
	box-shadow: 0px 5px 5px #151515;
}

.page-title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 120%;
	font-family: Signika, Verdana, sans-serif;
}

.entry-title { 
	font-weight: bold;
	font-size: 120%;
	font-family: Signika, Verdana, sans-serif;
}

.entry-title a { color: #77c092; }

.entry-title-listing {
	font-weight: bold;
	font-size: 80%;
	font-family: Arial, Verdana, sans-serif;
}

.entry-content {
	font-size: 80%;
	margin-top: 10px;
	overflow: hidden;
}

.entry-content p {
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 1.5;
}

.entry-content img {
	border: 1px solid #c3c3c3;
	padding:4px;
	margin-left:8px;
	margin-right:8px;
	margin-top:8px;
	margin-bottom:0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.entry-content ul { margin-left: 15px; }
.entry-content ul li { }

.entry-content-listing {
	font-size: 70%;
	line-height: 1.1;
	text-align: justify;
	overflow: hidden;
}

.meta-map-info {	 font-size: 70%; }

.more-link {
	font-weight: bold;
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	font-size:70%;
	float: right;
}

.entry-meta { 
	clear:both;
	font-size: 70%;
	padding-bottom: 5px;
	border-bottom: 1px solid #c3c3c3;
}

.entry-meta-low { 
	clear:both;
	font-size: 70%;
}

.entry-meta-category  a {	font-weight: bold; }

.entry-meta-page { 
	float: right;
	font-size: 70%;
	padding-bottom: 5px;
}

.navigation {
	font-size: 80%;
	clear:both;
	width:100%;
	margin-bottom:10px;
}

.floater-left {	float: left; }
.floater-right { float: right; }

div.floater-left a, div.floater-right a {
	color: #c3c3c3;
	padding:10px;
	background-color: #232323;
	display: block;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 5px #151515;
	-webkit-box-shadow: 0px 5px 5px #151515;
	box-shadow: 0px 5px 5px #151515;
}

div.floater-left a:hover, div.floater-right a:hover { color: #77c092; }

.meta-footer {
	font-size: 70%;
	text-align: center;
	padding: 10px 0 15px 0;
	background: #232323;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.category-description {
	width: 680px;
	height: 112px;
	font-size: 80%;
	text-align: justify;
	clear: left;
	padding: 10px;
	margin-bottom: 20px;
	background: #232323;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 5px #151515;
	-webkit-box-shadow: 0px 5px 5px #151515;
	box-shadow: 0px 5px 5px #151515;
}

.category-description img {
	border: 1px solid #c3c3c3;
	padding: 4px;
	margin: 4px 8px 4px 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cat-des-feed {
	font-size: 85%;
	float: right;
}

/* Widgets */

.sidebar-title  {
	font-weight: bold;
	font-size: 80%;
	font-family: Signika, Verdana, sans-serif;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}

/* Comments */

#comments {}

.comment {
	font-size: 80%;
	line-height: 1.5;
}

.comments {	padding:8px; }

#comments-list {
	margin-bottom: 10px;
	border-bottom: 1px solid #c3c3c3;
}

.avatar {
	float:left;
	margin:0 10px 5px 0;
	padding:4px;
	border: 1px solid #c3c3c3;
}

.comment-body p { 
	padding: 0 0 12px ; 
	margin: 0 0 0 68px;
}

.comments ol { list-style: none; }
.comments ol li { padding: 8px; }

.comments ol li.bypostauthor {
	background-color:#353535;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.comment-author { font-weight: bold; }
.comment-author a { color:#bcbcbc; }
.bypostauthor .comment-author  { color: #77c092; }

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
	color:#E09CA2;
}

#respond { padding:8px; }
	
.formcontainer { }

.comment-notice {
	font-size: 80%;
	text-align: justify;
	margin-bottom: 10px;
}

#gasp_p {
	font-size: 90%;
	margin-bottom: 10px;
}

/* Other Forms */

.form-label {
	font-size: 90%;
	margin-bottom: 2px;
}

.form-input, .form-textarea { margin-bottom: 5px; }

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input { width: 280px; }

.form-textarea textarea { width: 350px; }

.form-input input:hover { background-color: #FFFFFF; }

.form-submit input { padding: 2px 5px; }

input#s, input#author, input#email, input#url, textarea#comment{
	color: #bcbcbc;
	border: 1px solid #151515;
	background-color: #353535;
	width:160px;
}

input#searchsubmit {
	vertical-align:middle;
	padding:0 5px;
}

textarea#comment {
	width:350px;
	height:150px;
}

/* Lightbox */

#cboxTitle  {
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#cboxCurrent  {
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#lightbox img
{ 
	width: auto; height: auto;
	border: 0px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}

#lightbox a img {	border: none; }

/* Big Review Tables */

tbody { vertical-align: top; }