/*
Theme Name: Secret Mountain
Theme URI: http://www.secretmountain.org
Description: A totally rad theme!
Version: 1.0
Author: Eric Carl
Author URI: http://www.sans-concept.com
Tags: two columns, grid, music
*/

/* Links */

a:link {
	color:#f45137;
	text-decoration:none;
}
a:visited {
	color:#f45137;
	text-decoration:none;
}
a:hover {
	color:#f45137;
	text-decoration:underline;
}
a:active {
	color:#f45137;
	text-decoration:none;
}


/* Layout */

html, body {
	height:100%;
	background-color:#ebebeb;
}
body {
	color:#636363;
}
#container {
	width:920px;
	padding:20px 0 0 0;
	margin:0 0 0 20px;
}
body p {
	font-size:85%;
	margin-bottom:1em;
}
h1 {
	background-image:url(images/title_logo.gif);
	width:254px;
	height:79px;
	margin:0 0 20px 0;
	text-indent:-2000px;
}
h1 a {
	display:block;
	width:254px;
	height:79px;
	overflow:auto;
}
h2 {
	font-weight:bold;
	margin-bottom:1em;
	text-transform:capitalize;
	color:#464646;
	font-size:93%;
}
#mainColumn {
	float:left;
	width:604px;	
	margin:0 20px 0 0;
}
#subColumn {
	float:left;
	width:296px;
}
#subColumn p {
	line-height:1.4em;
}
.subscribe a {
	padding:0 0 0 20px;
	background-image:url(images/feed_icon.gif);
	background-repeat:no-repeat;
	color:#636363;
}
.viewAllSongs {
	font-weight:bold;
}

/* Post */

.post {
	background-color:#fff;
	background-image:url(images/post_top_bg.gif);
	background-repeat:no-repeat;
	margin:0 0 10px 0;
}
.postBottomBG {
	padding:10px;
	background-image:url(images/post_bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.songArt {
	float:left;
	margin:0 10px 0 0;
}
.songDetails {
	float:left;
	width:415px;
}
.post h3 {
	font-size:108%;
	margin-bottom:4px;
	color:#c2c2c2;
}
.post h4 {
	font-weight:bold;
	font-size:138.5%;
	margin-bottom:8px;
	color:#f45137;
}
.audioplayer_container {
	margin-bottom:8px;
}
.post .horRule {
	border-top:1px solid #ccc;
	margin-bottom:8px;
}
.downloads {
	font-weight:bold;
	font-size:108%;
	margin-bottom:8px;
	color:#898989;
}
.downloads a {
	color:#898989;
}
.downloads .pipe {
	font-weight:normal;
	margin:0 4px;
	color:#b7b7b7;
}
.downloadMp3 a {
	color:#898989;
}
.addComment {
	margin-bottom:0;
	font-size:108%;
}

/* Pagination */

.pagination {
	background-image:url(images/pagination_bg.gif);
	clear:both;
	padding:9px 0 0 10px;
	margin:0 0 20px 0;
	height:23px;
	width:594px;
	font-size:85%;
}
.pages {
	font-weight:bold;
	margin-right:5px;
}
.pagination p {
	margin-bottom:0;
}
.pagination a {
	color:#636363;
	position:relative; /* To fix IE's anchor padding */
	background-color:#ebebeb;
	padding:4px 8px 4px 8px;
	margin:0 5px 0 0;
}
.pagination a:hover {
	background-color:#f45137;
	color:#FFFFFF;
	text-decoration:none;
}
.pagination .current {
	background-color:#d7d7d7;
	color:#898989;
	padding:4px 8px 4px 8px;
	margin:0 5px 0 0;
}

/* Single Post Page */

.pageNote {
	border-bottom:1px solid #E8E8E8;
	padding-bottom:8px;
	margin-bottom:.85em;
}
.commentDetails {
	width:150px;
	margin-right:11px;
	text-align:right;
	float:left;
}
.commentContainer {
	float:left;
	width:415px;
}
.post .commentsHeader {
	margin-bottom:8px;
	color:#898989;
	font-weight:bold;
}
.commentAuthor {
	color:#a1a1a1;
	margin-bottom:.3em;
}
.commentAuthorName {
	color:#636363;
	font-weight:bold;
}
.commentDate {
	color:#a1a1a1;
}
.commentlist li {
	border-bottom:1px solid #e8e8e8;
	margin-bottom:.85em;
}

/* Comments Form */

#commentform input, #commentform textarea {
	padding:4px;
	color:#636363;
	border:1px solid #ccc;
}
#author, #email, #url {
	margin-right:8px;
}
#commentform label {
	color:#898989;
}
.submitButton {
	margin-bottom:0;
}
#comment {
	width:572px;
}

/* Misc */

.clear {
	clear:both;
}
.horRule {
	height:1px;
	border-top:1px solid #cacaca;
	margin-bottom:1em;
}
.horRule hr {
	display:none;
}
strong {
	font-weight:bold;
}

/* Thickbox */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://www.secretmountain.org/wp-content/themes/secretmountain/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#ebebeb;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background:#fff;
	z-index: 102;
	display:none;
	border: 4px solid #fff;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
}

#TB_caption{
	float:left;
}

#TB_closeWindow{
	float:right;
	padding:4px 4px 2px 4px;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

object, embed	{ outline:none; }