/*
Theme Name: Tarnish
Theme URI: http://www.tarnishandgold.org/
Description: Custom Wordpress Theme built for Tarnish and Gold Gallery in Minneapolis, Minnesota.
Version: 1.0
Author: Kyle Strash
Author URI: http://www.kylestrashdesign.com
Tags: 
*/


/* ---OVERALL--- */

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

/*
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* UTILITY */

.floatLeft {
	float: left;
}

.floatRigtht {
	float: right;
}

.clear {
	clear: both;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #585951;
	background: #e0dbad repeat 0 0;
	background-image: url(images/bg_texture.png)
}


#container {
	width: 1042px;
	min-width: 1042px;
	/*background: #FFF;*/
	height: auto  !important;
	margin: 0 auto 60px auto;
}

/*-----START HEADER-----*/

#header{
	width: 1042px;
	height: auto;
	margin: 0 auto;
}

h1#logo {
	margin-left: 120px;
	width: 665px;
	height: 324px;
	background-image:url(images/logo_img.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
}

/*-----START JOIN-----*/

#join {
	margin: 5px 20px -80px 0;
	float: right;
	width: 290px;
	height: 196px;
}

h3 {
	margin-bottom: 10px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #585951;
}

.break {
	margin: 0 0 5px 22px;
	width: 230px;
	height: 3px;
	background-image:url(images/line_break.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
}

.dots {
	height: 3px;
	background-image:url(images/dots.png);
	background-repeat: repeat-x;
	text-indent: -9999999px;
	overflow: hidden;
	margin: 10px 0;
}

#help {
	margin-right: 10px;
	line-height: 22px;
	float: right;
	height: 80px;
	width: 125px;
}

.email_field {
	margin-top: 1px;
	margin-bottom: 20px;
	float: left;
	width: 154px;
	height: 20px;
	padding: 8px 5px 5px 5px ;
	font-size: 14px;
	color: #585951;
	background: transparent url(images/entry_field.png) no-repeat;
	overflow: hidden;
	border: 0;

}

.signup_btn {
	float: right;
	margin-right: 15px;
	width: 95px;
	height: 36px;
	background-image:url(images/signup_btn.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}

.signup_btn:hover {
	background-position: 0 -36px;
}

#donate a {
	margin: 20px 0 0 20px;
	float: left;
	width: 119px;
	height: 36px;
	background-image:url(images/donate_btn.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0 none;
}

#join a:hover {
	background-position: 0 -36px;
}

#thanks {
	margin-top: 20px;
}

/*-----START SOCIAL-----*/


#social {
	margin: 0 0 5px 130px;
	height: 45px;
	width: 150px;
}


#social li {
	display: inline; /* Prevents "stepdown" */
}

h5 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #585951;
}
/*
#rss a {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 28px;
	height: 26px;
	background-image:url(images/rss_off.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0;
}*/

#facebook a {
	float: left;
	width: 28px;
	height: 26px;
	background-image:url(images/facebook_btn.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0;
	margin-top: 5px;
	margin-right: 3px;
}

#twitter a {
	float: left;
	width: 28px;
	height: 26px;
	background-image:url(images/twitter_btn.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0;
	margin-top: 5px;
	margin-right: 3px;
}

#social a:hover {
	background-position: 0 -26px;
}

/*
#flickr a {
	position: absolute;
	left: 95px;
	top: 18px;
	width: 28px;
	height: 26px;
	background-image:url(images/flickr_off.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0;
}*/

/*-----START NAVIGATION-----*/


#nav {
	margin-left: 130px;
	/*
	left: 130px;
	top: 190px;*/
	width: auto;
	height: auto;
}

#nav a:link, #nav a:visited, #nav a:focus, #nav a:active {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #585951;
	text-decoration: none;
	margin-right: 10px;
	border-bottom: 0;
}

#nav li {
	margin-bottom: 5px;
	float: left;
	display: inline; /* Prevents "stepdown" */
}

#nav a:hover {
	border-bottom: dotted #585951;
}

.current {
	border-bottom: dotted #585951;
}}

/*-----START CONTENT------*/

#content {
	width: 808px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 120px;
}

#main {
	width: 375px;
	float: right;
	margin: 40px 250px 0 0;
}

#sidebar {
	width: 360px;
	float: left;
	margin-top: 30px;
}

#searchform {
	margin-left: 40px;
}

img {
	margin-bottom: 20px;
}

.comment-author img {
	margin-bottom: 0;
}

h2 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #585951;
}

.small_caps {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #585951;
	margin: 10px 0 -10px 0;
}

p {
	margin: 0 0 15px 0;
}

em {
	font-style: oblique;
	font-weight: bold;
}

a:link {
	color: #585951;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px dotted #585951;; 
}

a:visited {
	color: #585951;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px dotted #585951; 
}

a:focus {
	color: #585951;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px dotted #585951; 
}

a:hover {
	color: #585951;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
}

a:active {
	color: #585951;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
}

h2 a:link, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active {
	border-bottom: none;
}

#artists a:link, #artists a:visited, #artists a:focus, #artists a:active {
	display: block;
	background-image:url(images/visualartists_btn.png);
	width: 153px;
	height: 46px;
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0;
	margin: 20px 0 0 100px;
}

#musicians a:link, #musicians a:visited, #musicians a:focus, #musicians a:active {
	display: block;
	width: 153px;
	height: 46px;
	background-image:url(images/musicians_btn.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0;
	margin: 20px 0 0 100px;
}

#organizations a:link, #organizations a:visited, #organizations a:focus, #organizations a:active {
	display: block;
	width: 153px;
	height: 46px;
	background-image:url(images/organizations_btn.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0;
	margin: 20px 0 0 100px;
}

#artists a:hover, #musicians a:hover, #organizations a:hover {
	background-position: 0 -46px;
}

/*-----START BLOG------*/

#blog {
	height: auto;
	width: 300px;
	background: #e6df7c url(images/blog_bg.jpg) repeat 0 0;
	font-size: 12px;
	float: right;
	padding: 45px 40px 30px 700px;
	_padding: 45px 40px 30px 20px; /* Fixes IE6 */
	*padding: 45px 40px 30px 20px; /* Fixes IE7 */
	margin-bottom: 40px;
}

.author {
	font-weight: bold;
}

#blog_content {
	width: 250px;
	height: auto;
	float: right;
	margin-top: 10px;
}

h4 {
	font-weight: bold;
	font-size: 21px;
}

#author {
	font-weight: bold;
}

#date {
	width: 35px;
	height: 65px;
	text-align: center;
	color: #5a4e28;
	float: left;
}

#month {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}

#day {
	font-size: 25px;
	font-weight: bold;
	line-height: 15px;
}

#year {
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
}

.commentlist li {
	background-color: #cdd0a1;
	border: 1px solid #b6b8a7;
	margin-bottom: -1px;
	padding: 15px;
}

.commentlist {
	margin-bottom: 20px;
}

.comment-meta {
	color: 
}

.fn {
	font-size: 18px;
}

/*----- START CALENDAR------*/

#calendar a:link, #calendar a:visited, #calendar a:active {
	width: 268px;
	height: 86px;
	background: url(images/calendar_btn.png);
	text-indent: -999999px;
	float: right;
	margin-right: 30px;
	border-bottom: 0;
}

#calendar a:hover {
	background-position: 0 -86px;
}

#event_main {
	width: 500px;
	float: right;
	margin: 40px 120px 0 0;
}

.event {
	background-color: #cdd0a1;
	padding: 20px 10px;
}

.event_date {
	width: 50px;
	height: 80px;
	text-align: center;
	color: #5a4e28;
	float: left;
	padding-right: 20px;
}

.event_month {
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
}

.event_day {
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
}

.event_year {	
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

.event_description {
	float: left;
	width: 400px;
}

.event_name {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #585951;
}

.event_dots {
	height: 3px;
	background-image:url(images/dots.png);
	background-repeat: repeat-x;
	text-indent: -9999999px;
	overflow: hidden;
	margin: 0;
}

/*-----START FOOTER-----*/


#footer {
	bottom: 0;
	padding: 0;
	height: auto;
	min-height: 284px;
	width: 100%;
	background-color: #67654f;
	background-image:url(images/footer_bg.png);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #fffbdb;
	position: relative;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:active {
	text-decoration: none;
	color: #fffbdb;
	border-bottom: dotted #fffbdb 2px;
}

#footer a:hover {
	border-bottom: none;
}

#footer li {
	line-height: 18px;
}

h6 {
	font-size: 21px;
	font-weight: bold;
	color: #fffbdb;
	letter-spacing: .1em;
}

#footer_content {
	width: 882px;
	height: auto;
	min-height: 235px;
	padding: 50px 48px 20px 132px;
	margin: 0 auto;
}

#footer_logo {
	width: 157px;
	height: 123px;
	margin-bottom: 10px;
	background-image:url(images/footer_logo.png);
	text-indent: -999999px;
}

#footer_col1 {
	width: 272px;
	margin-right: 15px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

#footer_col2 {
	width: 336px;
	margin-right: 50px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

#footer_col3 {
	width: 186px;
	margin-right: 10px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.address {
	font-weight: bold;
}

.name_field, .email_field_wide {
	/*position: absolute;
	top: 40px;
	left: 0px;*/
	margin-top: 5px;
	margin-bottom: 10px;
	width: 326px;
	height: 20px;
	padding: 8px 5px 5px 5px ;
	font-size: 14px;
	color: #585951;
	background: transparent url(images/text_line.png) no-repeat;
	overflow: hidden;
	border: 0;
	
}

.message {
	/*position: absolute;
	top: 40px;
	left: 0px;*/
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #585951;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 326px;
	height: 168px;
	padding: 8px 5px 16px 5px ;
	font-size: 14px;
	color: #585951;
	background: transparent url(images/text_field.png) no-repeat;
	overflow: hidden;
	border: 0;
	
}

.submit_btn {
	/*position: absolute;
	top: 39px;
	left: 180px;*/
	width: 117px;
	height: 36px;
	background-image:url(images/submit_btn.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
	margin: 15px 0 20px 109.5px;
}

.submit_btn:hover {
	background-position: 0 -36px;
	
}

#paypal_donate {
	/*position: absolute;
	top: 39px;
	left: 180px;*/
	width: 117px;
	height: 36px;
	background-image:url(images/donate_btn.png);
	background-repeat:no-repeat;
	text-indent: -9999999px;
	overflow: hidden;
	border: 0;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
	margin: 15px 0 20px 109.5px;
}

#paypal_donate:hover {
	background-position: 0 -36px;
	
}

.footnote {
	font-size: 12px;
	margin-bottom: 0;
}

/*

#footer p {
	font-size: 10px;
	color: #bdbebd;
	text-align: right;
	margin: 10px 20px 5px 67px;	
}
	
#footer a:link {
	color: #bdbebd;
	text-decoration: none;
	border-bottom: 1px dotted #bdbebd; 
}

#footer a:visited {
	color: #bdbebd;
	text-decoration: none;
	border-bottom: 1px dotted #bdbebd; 
}

#footer a:focus {
	color: #bdbebd;
	text-decoration: none;
	border-bottom: 1px dotted #bdbebd; 
}

#footer a:hover {
	color: #bdbebd;
	text-decoration: none;
	border-bottom: 0px;
}

#footer a:active {
	color: #bdbebd;
	text-decoration: none;
	border-bottom: 0px;
}
*/