/*
Theme Name: GreyHaven
*/

* {
	margin:0; padding: 0;
	font:1em 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
}

/* ---------------------------------
- GENERIC GUFF (APPLIES SITE WIDE) -
--------------------------------- */

body {
	font-size:0.625em;
	_font-size:10px;
	text-align:center;
	/*background: url( images/bg_body.gif ) repeat-x top #84989F;*/

    background-color:#2e251c; /* slightly darker than interior background colors */
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.7em;
	font-weight:normal;
}

a {
	color:#496573;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
        outline:none;
}

a:hover {
	border:none;
	color:#3f362d;
}

a img {
	border:none;
}


strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.skipnav {
	position:absolute;
	top:-999px; left:-999px;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
	border:1px solid #84989F;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
	border:1px solid #84989F;
}
.alignright{
    float:right;
    clear:both;
}
.alignleft{
    float:left;
}
table, tr, td, th {
    margin:auto;
}

td, th {
	padding:8px;
	vertical-align:top;
}

th {
	font-weight:bold;
	background:#84989F;
}

td {
	border:1px solid #dde;
}

code, pre {
	font-family:monospace;
	font-size:1.3em;
	display:block;
	padding:10px;
	background:#84989F;
}

/* ------
- FORMS -
------ */

input, textarea {
	padding:2px;
	border-width:1px;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

#sidebar input, #sidebar textarea {
	width:110px;
}

.button, .passwordPost input {
	background:#024;
	border-color:#357 #002 #002 #357;
	color:#fff;
	padding:0; margin:0;
}

.passwordPost label input {
	background:#fff;
	border:1px solid #84989F;
	border-color:#84989F #84989F #84989F #84989F;
	padding:2px;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	background:#246;
	cursor:pointer;
}

.passwordPost label input:hover {
	background:#ffc;
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#68f;
}

#email{
    overflow:auto;
}
#email .input_label{
    float:left;
    width:100px;
    clear:left;
    text-align:right;
    margin:8px 2px 8px;
}
#email input{
    float:left;
    margin:8px 2px 8px;
}
#email textarea{
    float:left;
    width:80%;
}
#email #submit{
    clear:left;
    float:right;
    margin-right:25px;
}

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

#wrapper {
    width:955px;
    overflow:hidden;
    background-color:#fff;
    border:0px solid #fff;
    text-align:left;
    margin:10px auto;
    padding:2px;
}


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

#header {
    background-image:url(images/GH_Header.jpg);
	display:block;
	height:218px;
	color:#fff;
	position:relative;
	margin:0px auto 0 auto;
	text-align:right;
	border-bottom:5px solid #84989F;
}
#header ul li{
    list-style-type:none;
}

#header h1 {
	font-size:2.2em;
	margin:0; padding:45px 95px 0 0;
}

#header a#homeLink {
	text-indent:-999em;
	display:block;
	left:0;
	position:absolute;
	background:transparent;
	border:none;
	width:730px;
	height:100px;
	text-align:left;
	margin:0;
}

#header p {
	padding:0 95px 0 0;
}
#login{
    position:relative;
    top:200px;
    padding:6px;
}
#login a{
    color:white;
    border:none;
}

/* -----------
- NAVIGATION 
----------- */
/* WP Menu Manager plugin */
#menu{
    position:absolute;
	bottom:0; left:0;
	margin:0 0 0 16px;
}
#menu li, #menu ul li{
    float: left;
	margin:0 0.5em 0 0;
    list-style-type:none;
}
#menu li ul{
    position: absolute;
	display: none;
    font-size:.9em;
    z-index:100;
}
#menu li a, #menu ul li a{
	padding:6px 14px;
	border:none;
	text-transform:lowercase;
	color:#fff;
	background:#3f362d;
	border:1px solid ;
	border-bottom:none;
	border-color:#bbb #3f362d #3f362d #bbb;
	display:block;
}
#menu li a:hover, #menu ul li a:hover{
	background:#496573;
	text-decoration:none;
}
#menu .current_page_item a {
	color:#3f362d;
	background:#84989F;
	text-decoration:none;
	border-color:#bbb #496573 #496573 #bbb;
}
#menu .current_page_item ul a{
    color:#fff;
	background:#3f362d;}
#menu ul {display: none;  position: fixed; z-index:1000;}
#menu li:hover ul{display:block;}

/* -------------
- MAIN CONTENT -
------------- */

#content{
    width:650px;
    float:right;
    font-size:1.2em;
    border-left:12px solid #fff;
    border-bottom:20px solid #fff;
    padding-left:10px;
}
.leftAlign #content {
	float:right;
	border-right:12px solid #fff;
	border-bottom:20px solid #fff
}
#content p, #content li {
	color:#666;
}
#content p {
	margin:12px 0;
	line-height:1.5em;
}
#content h1{
    background-color:#84989F;
    padding:0 0 6px 8px;
    color:white;
    text-transform:lowercase;
    margin-bottom:10px;
}
#content h2 {
	font-size:1.6em;
	margin:10px 0 8px 0;
}
#content h2 em {
	font-size:0.7em;
	margin:0 0 0 1em;
	color:#84989F;
 	font-style:normal;
}
#content h2 a {
	color:#333;
	border:none;
}
#content h2 a:hover {
	color:#68f;
}
#content h3 {
	font-size:1.4em;
	color:#496573;
}
#content h4, #content h5, #content h6 {
	font-size:1.2em;
}
#content h3 a {
	color:#496573;
}
#content ol, #content ul, #content dl {
    position:relative;
    left:20px;
    float:left;
}
#content dt {
	font-weight:bold;
}
#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background:#84989F url( images/bg_blockquote.gif ) top left no-repeat;
}
#content .info {
	color:#84989F;
	font-size:0.8em;
	border-top:1px dotted #84989F;
	font-style:normal;
	display:block;
	padding:4px 0;
}
#content .info a {
	color:#84989F;
}
#content pre {
	background:#84989F;
	padding:20px;
}
#content .tags {
    padding:10px 15px;
    background:#84989F;
    margin:5px 0;
}
#content .tags a{color:white;}
#content .post_entry{
    border-bottom:1px dotted gray;
    margin:20px 20px 0 20px;
    clear:both;
}
#content .entry{
    clear:both;
}
#content .postmetadata, .facebook{
    clear:both;
}
.entry img, .post_entry img{
    padding:0 10px 10px 10px;
}

/****  ARTISTS INDEX ***/
#artists{
    padding-right:4px;
}
#artists li{
    margin:20px;
    padding:4px;
    float:left;
    width:64px;
    height:90px;
    text-align:center;
    background-color:#3f362d;

    -o-box-shadow:0px 0px 20px #3f362d;
    -icab-box-shadow:0px 0px 20px #3f362d;
    -khtml-box-shadow:0px 0px 20px #3f362d;
    -moz-box-shadow:0px 0px 20px #3f362d;/*#84989F;*/
    -webkit-box-shadow:0px 0px 20px #3f362d;
    box-shadow:0px 0px 20px #3f362d;
}
#artists li a{
    border:none;
    line-height:90%;
    display:block;
    color:white;
    text-shadow:0px 0px 3px white;
}
#artists li img{
    height:64px;
    width:64px;
    padding-bottom:2px;
}
/*** END ARTISTS INDEX **/

.widgets {
    clear:both;
    background:#84989F;
    padding:8px 4px !important;
    list-style-type:none;
    overflow:hidden;
    border-left: 4px solid #84989F;
    margin:0 0 4px 0 !important;
    _height:1%;

    border:none;
    background:none;
    margin:0 !important;
    padding:4px 0 !important;
}

.widgets a {
	color:#84989F;
	border:none;
}

.widgets .read {
	padding-left:16px;
	background: url( images/post_read.gif ) no-repeat left center;
}

.widgets .comments {
	padding-left:16px;
	background: url( images/post_comment.gif ) no-repeat left center;
}

.widgets a:hover {
	color:#68f;
}

.widgets li {
	float:left;
	padding:2px 8px;
	color:#84989F;
	border-right:1px dotted #84989F;
}

#post_information {
	clear:both;
	margin:0 !important;
	display:block;
	padding:4px !important;
	background:#84989F;
	overflow:hidden;
	color:#84989F;
	border-bottom:4px solid #fff;
	_height:1%;
}

#post_information a {
	color:#84989F;
}

#post_information li {
	display:inline;
	float:left;
	padding:0 4px;
}

#comments {
    float:left;
	clear:both;
    width:90%;
    padding:10px;
}
#comments dl{
    width:100%;
}

#comments h2 {
	margin:0;
}

#comments dl {
	margin:0; padding:0;
}

#comments dt {
	padding:8px 0 0 0;
	font-size:1.2em;
	font-weight:normal;
	border-top:1px dotted #84989F;
	color:#333;
}

#comments dt a {
	font-weight:bold;
}

#comments dt img {
	border:2px solid #fff;
	float:right;
	display:block;
	width:30px; height:30px;
	background: url( images/gravatar.gif );
}

#comments dt.highlighted {
	padding:8px;
	background:#84989F;
	border:4px solid #fff;
}

#comments dd.highlighted {
	background:#fff;
	padding:2px 8px;
}

#comments h3, #postComment h3 {
	padding:0; margin:0 0 15px 0;
}

#postComment {
    float:left;
	padding:15px;
    background-color:#84989F;
    width:90%;
}

#postComment label {
	width:120px;
	display:block;
	float:left;
	clear:both;
	margin:5px 0 0 0;
}

#postComment input, #postComment textarea {
	margin:5px 10px 0 0;
	width:100%;
}

#postComment textarea {
	height:160px;
}

#postComment .button {
	padding:5px;
	width:100px;
	margin:10px 0 0 0;
}

/* --------
- SIDEBAR -
-------- */

#sidebar, #sidebarBottom {
	width:230px;
	float:left;
	color:#84989F;
	line-height:1.5em;
	margin:20px 0 0 30px;
}
#sidebar{
    border: 2px solid #84989F;
    margin-bottom:10px;
}
.leftAlign #sidebar {
	border-left:12px solid #fff;
	border-right:none;
	float:left;
}

#sidebar h2 {
	clear:both;
	padding:16px 0 4px 0;
	font-size:1.4em;
}

#sidebar .col {
	width:100px;
	margin:0 10px 0 0;
	float:left;
}

#sidebar a {
	padding:3px;
	border:none;
	color:#888;
}

#sidebar a:hover {
	color:#496573;
}

#sidebar p {
	font-size:1.2em;
	margin:6px 0;
}

#sidebar ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#sidebar li {
	clear:both;
}
#sidebar ul ul {
	margin:0 0 0 16px;
	list-style-type:square;
}

#sidebar ul ul ul {
	list-style-type:none;
}

#sidebar #blogroll {
	list-style-type:none;
	margin:0; padding:0;
}

#sidebar #blogroll li {
	border-color:#fff;
	margin:0 0 0 0;
}

#sidebar #blogroll ul li {
	list-style-type:square;
	border-bottom:1px dotted #ddd;
}


#sidebar .widget_text {
	margin:20px;
}

#sidebar #about h2, #sidebar .widget_text h2 {
	padding:0; margin:0;
}

#sidebar form .button {
	/*width:40px;*/
}

#search {
	border:none;
	padding:5px 15px 5px 15px;
	background:#84989F;
	margin:0 0 8px 0;
}

#sidebar #search p {
	font-size:1em;
	margin:0; padding:0;
}

#sidebar #subpages {
	list-style-type:none;
	margin:16px 0 0 0;
	border:5px solid #84989F;
}

#sidebar #subpages a {
	border:none;
	display:block;
	font-size:1.2em;
	padding:8px;
}

#sidebar #subpages h2 {
	padding:8px; margin:0;
	color:#666;
	background:#84989F;
}

.post_list_title{
    font-size:1.5em;
    color:#84989F;
    text-transform:lowercase;
}
.post_list{
    margin:10px 0 0 10px;
    float:left;
}
.post_list ul{
    list-style-type:none;
}
.post_list ul li{
    margin:3px 0 3px 6px;
}


#search label {
	color:#333;
	margin:0 5px 0 0;
}

ul#feeds {
	clear:both;
	text-transform:uppercase;
	list-style-type:none;
	padding:8px;
	
	overflow:hidden;
	border-top:16px solid #fff;
	height:30px;
	margin:0;
}

#feeds li {
	float:left;
	border:none;
	margin:0;
	clear:none;
}

#feeds h3 {
	font-size:1em;
	padding:4px;
	margin:3px;
}

#feeds a {
	display:block;
	padding:4px 4px 4px 24px;
	margin:3px;
	color:#84989F;
	background: url( images/bg_feed.gif ) 3px center no-repeat;
}

#feeds a:hover {
	background-color:#fff;
}


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

#footer {
	display:block;
    background-color:#84989f;
	padding:1em 0 2.5em 8px;
	color:#fff;
	clear:both;
	list-style-type:none;
}

#footer li {
	float:left;
	padding:0 8px;
	border-right:1px solid #cce;
}

#footer li a {
	color:#fff;
	border-color:#3f362d;
}

/* ---------------------
-- Wordpress calendar --
--------------------- */

#wp-cal-container {
	border:5px solid #84989F;
	margin:12px 0 0 0;
}

#wp-calendar {
	width:220px;
	text-align:center;
	border-collapse: collapse;
}

#wp-calendar caption, #wp-calendar th {
	background:#84989F;
	color:#666;
	padding:4px;
}

#wp-calendar td {
	padding:1px;
	border:none;
}

#wp-calendar caption {
	font-weight:bold;
	background:#84989F;
}

#wp-calendar #today {
	background:#84989F;
	font-weight:bold;
	color:#666;
}

#wp-calendar a {
	color:#666;
	text-decoration:underline;
}

#pageNav {
	overflow:hidden;
	height:34px;
	margin:32px 0 0 0;
}

#pageNav a {
	display:block;
	font-size:1.1em;
	width:8em;
	float:left;
	text-align:center;
	padding:0.5em;
	border:none;
	background:#84989F;
	margin:0 5px 0 0;
	font-weight:bold;
	text-decoration:underline;
}

#pageNav a:hover {
	color:#333;
	text-decoration:none;
}


/* GREY HAVEN CUSTOM */

input,textarea {
border-width:1px;
padding:2px;
}

input:focus,textarea:focus,.passwordPost label input:focus {
background:#ffc;
}

#sidebar input,#sidebar textarea {
    width:110px;
}

#sidebar #about h2,#sidebar .widget_text h2 {
color:#758c92;
}

.button,.passwordPost input {
    background:#3f362d;
    color:#fff;
    border-color:#357 #002 #002 #357;
    margin:0;
    padding:0;
}

.passwordPost label input {
background:#fff;
border:1px solid #84989F;
padding:2px;
}

input:hover,textarea:hover {
background:#fff;
cursor:text;
}

.button:hover,.passwordPost input:hover {
background:#758c92;
cursor:pointer;
}

.passwordPost label input:hover {
background:#758c92;
cursor:text;
}

label:hover {
cursor:pointer;
color:#758c92;
}

#content .info {
color:#3f362d;
font-size:1em;
border-top:1px dotted #3f362d;
font-style:normal;
display:block;
padding:4px 0;
}

#content .info a {
color:#3f362d;
}

#content h2 {
font-size:1.6em;
margin:24px 0 4px;
}

#content h2 em {
font-size:.7em;
color:#758c92;
font-style:normal;
margin:0 0 0 1em;
}

#content h2 a {
color:#333;
border:none;
}

#content h2 a:hover {
color:#758c92;
}

/* end GREY HAVEN CUSTOM */

/* TagListPage Page Template */
.TagListPage li{
    padding-bottom:6px;
    text-transform:capitalize;
    list-style-type:georgian;
}


.editLink{
    /* Edit Page link shown when logged in */
    float:right;
}

.shadow{
    -o-box-shadow:0px 0px 20px #fff;
	-icab-box-shadow:0px 0px 20px #fff;
	-khtml-box-shadow:0px 0px 20px #fff;
	-moz-box-shadow:0px 0px 20px #fff;
	-webkit-box-shadow:0px 0px 20px #fff;
	box-shadow:0px 0px 20px #fff;
}


/* FLOWPLAYER CUSTOM */
div.flow{
    min-width:250px;
    max-width:350px;
    float:right;
}
.flowplayerdiv a{
    border:none;
}
.flowplayerplaylist{
    height:100%;
    width:100%;
    overflow:auto;
    background-color:#3f362d;/*#84989F;*/
}
.flowplayerplaylist a{
    border:none;
    border-bottom:1px solid #4f463d;
    color:#fff;
}
.flowplayerplaylist a:hover{
    background-color:#84989F;
}
.flowplayerplaylist a.playing{
    background-image:url("arrow.gif");
    background-repeat:no-repeat;
    background-position:center left;
    background-color:#496573;
}
.flowplayerplaylist a.even{
    /*background-color:gray;*/
}
.flowplayerplaylist a.odd{
    /*background-color:silver;*/
}
.flowplayerplaylist .track{
    display:inline-block;
    width:30px;
    font-size:0.8em;
}