/*  
Theme Name: Greybird
Theme URI: http://www.deadofwinterstudios.com/
Description: The Grey DeathBird Theme.
Version: 1.0
Author: Taylor Gauge
Author URI: http://www.deadofwinterstudios.com/

*/

/* ---------------------------- reset - start ---------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

/* ----------------------------- main ----------------------------- */

html, body {
	height: 100%;
}

body {
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}

#overflow {
	overflow: hidden !important;
}

body > #container {
	height: 100%;
}

#wrap {
	margin-left: 80px;
/*	padding-bottom: 51px; */
/*	position: absolute; */
	width: 1019px;
	height: auto;
	min-height: 100%;
}

#leftbar {
	width: 275px;
	height: 100%;
	background-image: url(images/bg_leftbar.png);
	background-repeat: repeat-y;
	background-position: center top;
/*	position: absolute; */
	float: left;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#leftbarinsert {
	width: 275px;
	height: 700px;
	background-image: url(images/img_leftbar.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	width: 744px;
	float: right;
	clear: none;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#mast {
	padding-top: 224px;
	width: 744px;
	height: 126px;
	background-image: url(images/img_mast.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#main {
	padding: 0px 13px 0px 5px;
	width: 421px;
	float: left;
}

#sidebar {
	margin-right: 3px;
	padding: 0px 13px;
	width: 274px;
	float: right;
	clear: none;
	border-left: solid 1px #5b5153;
	border-right: solid 1px #5b5153;
}

textarea {
	width: 421px !important;
}

#blog {
	width: 187px;
	height: 187px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/img_blog_trans.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* ------------------------------ nav ------------------------------- */

#nav {
	padding-bottom: 40px;
	width: 744px;
	height: 29px;
	background-image: url(images/bg_navbar_blank.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav ul {
	padding-left: 5px;
}

#nav ul li {
	padding-top: 10px;
	height: 29px;
	color: #fff;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	display: block;
	clear: none;
	float: left;
}

#nav ul li a, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #a9d2ff;
	text-decoration: none;
}

#nav ul li.first {
	width: 123px !important;
}

#nav ul li.second {
	width: 131px !important;
}

#nav ul li.third {
	width: 143px !important;
}

#nav ul li.fourth {
	width: 156px !important;
}

#nav ul li.fifth {
	width: 118px !important;
}

#nav ul li.sixth {
	width: 61px !important;
	text-align: right !important;
}

/* ----------------------------- main post ----------------------------- */

#main .post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	clear: both;
}

#main .titlemeta {
	padding-bottom: 6px;
	width: 100%;
}

#main .title, .title a, .title a:hover, .title a:visited, .title a:active {
}

#main .postmeta {
	padding-top: 6px;
	color: #5b5153;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#main .post p {
	color: #393233;
	text-align: justify;
}

#main .post a {
	color: #9f8d90;
}

#main .thumbnail {
	height: 80px;
	width: 80px;
	float: left;
	margin: 0px 6px 10px 0px;
/*	border: 1px solid #9f8d90; */
}

#main .postimg {
	float: left;
	margin: 0px 6px 10px 0px;
/*	border: 1px solid #9f8d90; */
}

img {
	border: 1px solid #9f8d90;
}

.ser {
	margin-top: 12px;
	border: 1px solid #9f8d90;
}

.para {
	margin-top: 12px;
}

/* ----------------------------- audio page --------------------------- */

.audiopost {
	margin-top: 10px;
	padding: 10px;
	width: 400px;
	height: 140px;
	float: left;
	clear: both;
	background-color: #fff;
	border: 1px solid #221e1f;
}

.audiodata {
	width: 250px;
	height: 140px;
	color: #221e1f;
	font-size: 12px;
	text-align: left;
	float: right;
	clear: none;
}

.audioplayer {
}

.audiothumbnail img {
	width: 140px !important;
	height: 140px !important;
	float: left;
	clear: none;
}

/* ----------------------------- comments ----------------------------- */

.commentgravatar {
	float: left;
	margin: 0px 6px 10px 0px;
}

.commentdata {
	padding-top: 12px;
	float: left;
	clear: none;
}

.commenttitle {
}

.commentmeta {
	padding-top: 6px;
	color: #5b5153;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.commenttext {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #a9d2ff;
}

/* ----------------------------- page nav ----------------------------- */

.pagenav {
	margin: 0px 0px 5px 0px;
	padding:5px 0px;
	text-align:Center;
}

/*
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #a9d2ff;
	color: #a9d2ff;
	background-color: #fff;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #a9d2ff;
	color: #a9d2ff;
	background-color: #fff;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #9f8d90;
	color: #9f8d90;
	background-color: #fff;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #a9d2ff;
	color: #a9d2ff;
	background-color: #fff;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #393233;
	border: 1px solid #393233;
	background-color: #fff;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #393233;
	color: #393233;
	background-color: #fff;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #393233;
	color: #393233;
	background-color: #fff;
}

added directly into plugin*/

/* ----------------------------- footer ----------------------------- */

#footer {
	clear: both;
	position: relative;
/*	left: 0px;
	bottom: 0px; */
	z-index: 10;
	height: 51px;
	margin-top: -51px;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#footerwrap {
	margin-left: 80px;
	width: 1019px;
	height: 51px;
}

#footerleft {
	width: 275px;
	height: 51px;
	background-image: url(images/img_footer.png);
	background-repeat: repeat-y;
	background-position: center top;
	position: absolute;
	float: left;
	clear: none;
}

#footerright {
	width: 744px;
	float: right;
	clear: none;
}

.copyright {
	padding: 26px 0px 0px 5px;
	width: 440px;
	float: left;
	clear: none;
	text-align: left;
}

.meta {
	padding: 26px 5px 0px 0px;
	width: 260px;
	float: right;
	clear: none;
	text-align: right;
}

/* ----------------------------- sidebar ----------------------------- */

#sidebarint {
	width: 254px;
}

#searchform {
	padding: 10px;
	width: 100%;
	background-color: #221e1f;
}

#searchsubmit {
	padding-left: 10px;
}

#s {
	width: 222px;
	text-align: center;
}

.sidebarblocks {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 100%;
	background-color: #221e1f;
	clear: both;
}


#sidebarint p {
	margin: 10px 0px;
	text-align: justify;
}

.sidebarad {
	width: 254px;
	height: 254px;
}

.sidebarrecent {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 100%;
	background-color: #221e1f;
	clear: both;
}

#twitters ul {
	width: 254px;
}

#twitters ul li {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 234px;
	background-color: #fff;
	text-align: justify;
	clear: both;
}

#twitters a {
	color: #5b5153;
}

.imgstudio {
	margin: 10px 0px;
}

/* ----------------------------- style ----------------------------- */

p {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

a, a:hover, a:active, a:visited {
	color: #a9d2ff;
	text-decoration: none;
}

h1, h1 a, h1 a:hover, h1 a:active, h1 a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #221e1f;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 6px;
}

h2, h2 a, h2 a:hover, h2 a:active, h2 a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #221e1f;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

h3, h3 a, h3 a:hover, h3 a:active, h3 a:visited {
	margin: 10px 0px;
	padding: 6px 0px 6px 6px;
	background-color: #5b5153;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #fff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	clear: both;
}

h4, h4 a, h4 a:hover, h4 a:active, h4 a:visited {
/*	padding: 0px 0px 10px 0px; */
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	clear: both;
}

h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #fff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h6 a:hover {
	color: #fff;
	text-decoration: none;
}

.search-terms {
	text-transform: capitalize;
}

.red {
	color: #c00900;
}

.blue {
	color: #a9d2ff;
}

.grey {
	color: #5b5153;
}

.lowercase {
	font-size: 12px;
	text-transform: lowercase;
	color: #221e1f;
}

.border {
	border-top: 1px solid #a9d2ff;
	clear: both;
}

.topborder {
	margin: 10px 0px;
	border-top: 1px solid #a9d2ff;
	clear: both;
}

.upperborder {
	margin: 0px 0px 24px 0px;
	border-top: 1px solid #a9d2ff;
	clear: both;
}

.bottomborder {
	margin: 20px 0px 10px 0px;
	border-top: 1px solid #a9d2ff;
	clear: both;
}