/*

    Theme Name: ImpreZZ

    Description: ImpreZZ is a wordpress theme by <a href="http://www.productivedreams.com">ProductiveDreams</a>

    Version: 1.0
	
	Tags: custom header, fixed width, two columns, widgets

*/



/* -----CSS RESET----- */

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, 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;
	vertical-align: baseline;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #232d30;
	line-height: 24px;
}
body {
	line-height: 1;
	background: #171b1c url(images/bodybg.jpg) no-repeat fixed center 100px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: none;
}

/* -----LAYOUT----- */


.primarynav {
	width:1004px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
	height: 45px;
}
/*.primarynav * {
	list-style: none;
}
.primarynav li.current_page_item a, .primarynav li a.current_page_item {
	color: #FFF;
}
.primarynav li.pagenav {
	overflow:hidden;
	width:545px;
}
.primarynav ul {
	top:22px;
	left: 0;
	list-style: none;
}
.primarynav ul li {
	float: left;
	list-style: none;
}
.primarynav a {
	font-size: 24px;
	text-transform:lowercase;
	color: #3f514a;
	padding-right: 25px;
	letter-spacing: -1px;
	text-decoration: none;
}
.primarynav a:hover {
	color: #77959b;
}
.primarynav a.topnav_rss {
	background:transparent url(images/rss.jpg) repeat scroll 0 0;
	color:#FFFFFF;
	padding:0 10px 0 30px;
	position:absolute;
	right:0;
	top:0;
}
.primarynav h2 {
	display: none;
}*/
#toplogo {
	background: url(images/logo_large.png) 30px 0 no-repeat;
	position: relative;
	height: 100px;
}
#donate {
	position: fixed;
	right: 10px;
	top: 10px;
}
.bgimage {
	width:1004px;
	margin: 0px auto;
	background: #FFF url(images/sidebarbg.gif) repeat-y 511px 0px;
}
#page {
	background: transparent url(images/wrapperbg.jpg) repeat-x center top;
	width:959px;
	margin: 0px auto;
	overflow: hidden;
	padding: 0px 15px 0px 30px;
	position: relative;
	z-index: 999;
}
#sidebar {
	width:285px;
	float: left;
	background: transparent url(images/sidebarbg.gif) repeat-y center top;
	_margin-left:-18px;
}
#sidebar a:hover {
	color: #FFF;
}
#sidebar h1.logo {
	margin: 0px auto;
	padding: 0;
	width: 250px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	border-top:6px solid #111f22;
}
#menu-sidebar-menu li {
	padding: 5px 10px 10px 10px;
	background: url(images/heads.png) no-repeat top center;
}
#menu-sidebar-menu li a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#menu-sidebar-menu li ul {
	width:80%;
	margin: 0px auto;
	margin: 10px auto 0px auto;
}
#menu-sidebar-menu li ul li {
	padding: 0;
	background: none;
	border-top:1px solid #1F2A2C;
	display: block;
	padding-top: 10px;
}
#menu-sidebar-menu li ul li a {
	font-weight: normal;
	color: #888d8f;
	font-size: 13px;
}
#menu-sidebar-menu li ul li.current_page_item a, #sidebar ul li ul li.current-cat a {
	color: #FFFFFF;
}
#menu-sidebar-menu li ul li.current_page_item ul li a {
	color: #888d8f;
}
#menu-sidebar-menu li ul li.current_page_item ul li a:hover {
	color: #FFFFFF;
}
#menu-sidebar-menu li ul li ul {
	margin-top: 0;
}
/*#sidebar ul li ul.top_commenters {
	margin: 0px auto;
}
#sidebar ul li ul.top_commenters li {
	padding-top: 10px;
}
#sidebar ul.top_commenters li {
	float: left;
	padding-left: 15px;
}
#sidebar ul.top_commenters li span img {
	border: 3px solid #101C1F;
	overflow: hidden;
	display: block;
	width:32px;
	height:32px;
}
#sidebar ul.top_commenters li span img:hover {
	border: 3px solid #FFF;
}
#sidebar .description {
	width:230px;
	margin: 0px auto;
	color: #a8acad;
}
#sidebar .searchfield {
	width:250px;
	margin: 0px auto;
	overflow:hidden;
	clear: both;
	padding: 5px 0px 3px 0px;
}
#sidebar .searchfield span, #sidebar .searchfield label {
	display: none;
}
#sidebar .searchfield input#searchsubmit {
	border: none;
	width:55px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	line-height: 0;
	float: left;
	background: #0d1618 url(images/search_btn.gif) no-repeat center;
	cursor: pointer;
}
#sidebar .searchfield input {
	border: none;
	color: #ededed;
	background: #101c1f;
	float:left;
	height:16px;
	padding:6px;
	width:183px;
}*/
.sidebar-right {
	width:175px;
	float: left;
	padding-top: 75px;
	margin-left: 12px;
}
.sidebar-right a {
	text-decoration: none;
}
.sidebar-right div {
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
}
.sidebar-right a#contact {
	font-size: 36px;
}
.sidebar-right a.side_text:hover {
	color: #666;
}
.sidebar-right a#productions {
	display: block;
	height: 28px;
	background: transparent url(images/productions_sidebar.jpg) no-repeat 0 0;
}
.sidebar-right a#productions:hover {
	background-position: 0 -28px;
}
.sidebar-right a#facebook {
	margin-top: 15px;
	display: block;
	height: 43px;
	background: transparent url(images/facebook_badge.jpg) no-repeat 0 0;
}
.sidebar-right a#facebook:hover {
	background-position: 0 -43px;
}
.sidebar-right img.side_image {
	border: 2px solid transparent;
}
.sidebar-right img.side_image:hover {
	border: 2px solid #999;
}
.entry {
	padding: 10px 0px;
}
.entry p, .entry ol, .entry ul {
	padding-bottom: 20px;
}
.narrowcolumn .post {
	padding-right: 30px;
	position: relative;
	padding-bottom: 0px;
	padding-top: 113px;
	_overflow: hidden;
	_width: 468px;
}
.innerpage .post {
	padding-top: 40px !important;
}
.narrowcolumn h2.pagetitle {
	margin-top: 30px;
	text-transform: uppercase;
	_margin-top:70px;
}
.innerpage .post .entry a {
	text-transform: uppercase;
	color: #339966;
	font-weight: bolder;
	text-decoration: none;
}
.innerpage .post .entry a:hover {
	color: #666;
}
.narrowcolumn ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
}
.narrowcolumn ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 30px;
}
.narrowcolumn ol li, .narrowcolumn ul li {
	font-size: 14px;
	font-weight: bolder;
	padding-bottom: 5px;
}
.narrowcolumn #post-78 .bio {
	border-bottom: dashed 1px #333;
}
.narrowcolumn #post-78 img {
	float: left;
	padding: 15px 10px 5px 0;
}
.narrowcolumn #commentform label {
	display: block;
	float: left;
	text-align: left !important;
	width:130px;
}
.narrowcolumn #commentform {
	margin: 0px auto;
	_margin-left:20px;
	overflow: hidden;
	height: 1%;
}
.narrowcolumn #commentform label small {
	text-transform: uppercase;
	letter-spacing: -1px;
}
.narrowcolumn .add_comment h3#respond {
	font-size: 20px;
	text-transform: uppercase;
	padding:10px;
	margin: 10px 0px;
	color: #293538;
	border-bottom: 2px solid #293538;
	text-align: right;
	position: absolute;
	top:-10px;
	left: 0px;
	letter-spacing: -1px;
	width: 430px;
}
.narrowcolumn .add_comment {
	position: relative;
	padding:55px 10px 40px 10px;
	margin: 10px 0px;
}
.narrowcolumn #commentform #author, .narrowcolumn #commentform #email, .narrowcolumn #commentform #url {
	border:2px solid #CCC;
	background: #f9f9f9;
	font-size: 12px;
	padding:5px;
	width:300px;
}
.narrowcolumn textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:2px solid #CCC;
	background: #f9f9f9;
	width:385px;
	font-size: 12px;
	padding: 5px;
	_width:375px;
}
.narrowcolumn #commentform #author:focus, .narrowcolumn #commentform #author:hover, .narrowcolumn #commentform #email:focus, .narrowcolumn #commentform #email:hover, .narrowcolumn #commentform #url:focus, .narrowcolumn #commentform #url:hover, .narrowcolumn textarea:focus, .narrowcolumn textarea:hover {
	background:#FFFFFF;
	border: 2px solid #000;
}
.narrowcolumn #commentform p {
	clear: both;
	overflow: hidden;
	padding: 5px 0px;
	height: 1%;
}
.narrowcolumn, .widecolumn {
	float: left;
	padding-top:40px;
	width:480px;
}
.narrowcolumn .post {
	padding-right: 30px;
	position: relative;
	padding-bottom: 0px;
	padding-top: 113px;
	_overflow: hidden;
	_width: 468px;
}
p.postmetadata {
	padding-bottom: 20px;
	display: none;
}
.comments a {
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	background: #DDDDDD url(images/comments.gif) no-repeat scroll 99% 50%;
	display: block;
	margin-left: -15px;
	padding-right: 25px;
	width:460px;
	text-align: right;
	margin-bottom: 20px;
}
.narrowcolumn .post .comments a span {
	font-size: 12px;
}
.PostHead {
	left:-30px;
	position:absolute;
	top:30px;
}
.PostHead h2, .innerpage .post h2 {
	float: left;
	width:380px;
	_width:360px;
	padding-top: 5px;
	padding-left: 11px;
	font-size: 30px;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-decoration: none;
}
.innerpage .post h2 {
	float: none;
	padding-left: 0px;
	width: auto;
	padding-bottom: 15px;
}
.innerpage .post h3 {
	text-transform: uppercase;
	padding-bottom: 10px;
}
.PostHead h2 a {
	font-size: 30px;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-decoration: none;
}
.PostTime {
	float:left;
	overflow:hidden;
	width:100px;
}
.PostHead small.PostDet, .PostHead small.PostDet a {
	font-size: 12px;
	text-decoration: none;
}
.PostHead small.PostDet {
	clear:both;
	display:block;
	left:10px;
	position:absolute;
	top:-26px;
	height: 23px;
	width:395px;
	overflow: hidden;
	display: none;
}
.PostTime b {
	background: #339966 none repeat scroll 0 0;
	clear:both;
	color:#FFFFFF;
	display:block;
	font-size:62px;
	font-weight:bold;
	height:54px;
	line-height:58px;
	overflow:hidden;
	padding:0;
	text-align:right;
	width:95px;
	z-index:999;
}
.PostTime pm {
	background: #293538;
	color: #FFF;
	padding:0px;
	display: block;
	width:95px;
	left: 0;
	font-size: 14px;
	text-align: right;
}
/*div.twitter {
	background:#FFFFFF url(images/twitter.gif) no-repeat scroll left top;
	margin-left:-14px;
	overflow:hidden;
	padding-top:20px;
	width:200px;
}
div.twitter-content {
	border-top:medium none;
	overflow:hidden;
	padding:0px 15px 0px 35px;
	height: 135px;
}
div.twitter-content * {
	font-size: 12px;
	line-height: 18px;
	width: 100%;
}
div.twitter-content li {
	padding-top: 2px;
}
div.twitter-content li span {
	clear: both;
	display: block;
	width:131px;
}*/
a.followme {
	display: block;
	width: 175px;
	padding: 0 0 10px 0;
	text-indent: -999px;
	letter-spacing: -1px;
	color: #AB3730;
	text-decoration: none;
}

/* -----COMMENTS----- */

ol.commentlist li {
	padding: 10px;
	background: #DDDDDD;
	margin-bottom: 15px;
	border: 2px solid #CCCCCC;
	height: 1%;
	border-top: none;
	font-size: 14px;
	clear: both;
}
ol.commentlist li cite a {
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}
.authordiv {
	padding-bottom: 5px;
	background: transparent url(images/author.gif) no-repeat left bottom;
	overflow:hidden;
	padding:13px 0px 13px 73px;
	_height: 48px;
}
.authordiv img {
	float: left;
	border: 1px solid #000000;
}
li.authorli {
	padding: 0px !important;
	margin: 0px !important;
	background: none !important;
	border: none !important;
}
.authordiv cite {
	padding-left: 10px;
	float: left;
	font-size: 13px;
	width: 200px;
}
.authordiv small {
	float: left;
	width:330px;
}
.authordiv small a {
	font-size: 13px;
	padding-left: 10px;
	text-decoration: none;
}
.authordiv cite a {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.CommWidth h3#comments {
	background: #242f31;
	color: #FFF;
	padding-left: 10px;
	margin: 10px auto;
}
#commentform input#submit {
	float: right;
}
h3#respond {
	background: transparent !important;
}
input#submit {
	border:1px solid #7BA2AD;
	padding: 10px;
	background: #242f31;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 1%;
}
#footer {
	width:100%;
	background: none;
	padding: 10px 0px;
	/*border-top: 1px solid #333333;*/
}
.footerwrap, .footerwrap * {
	width:1000px;
	font-size: 10px;
	margin: 0px auto;
	color: #666;
	text-align: center;
}
.footerwrap a {
	color: #999;
	text-decoration: none;
}

/* -----CONTACT FORM STYLING----- */

#gb_form_div { 
  padding-top: 20px;
}
#gb_form_div a, span.whythis {
  color : #339966;
  text-decoration: none;
  text-transform: uppercase;
}
#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #666;
}
#gb_form label { 
  text-transform: uppercase;
  letter-spacing: -1px;
}
#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  padding : 4px; 
  border : 2px solid #CCC;
  background-color : #f9f9f9;
  width : 300px;
  margin-bottom: 15px;
  font-size: 12px;
}
#gb_form input.short {
  width : 90px;
  margin-right: 10px;
}
#gb_form textarea.textbox {
  width : 400px;
}
#gb_form select.med {
  width : 250px;
}
* html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}

/* NOTE: .hover and .focus classes IE JS */

#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  color : #444;  
  padding : 4px; 
  border : 2px solid #000;
  background-color : #fff;
}
span.whythis a, #gb_form small {
	font-size: .8em;
}
input.button {
  margin-top : 20px;
  float: right;
  border:1px solid #7BA2AD;
  padding: 10px;
  background: #242f31;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
}
span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

/* NOTE: .abbr class is for IE */

.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}
dl#result_dl_blockq blockquote {
  margin-left : 0;
}
dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}
#gb_form_div span.items {
  font-weight : bold;
  color : #339966;
}
