/*  
Theme Name: End Up Theme
Theme URI: http://endup.org/
Description: Theme for endup.org
Version: 1.0
Author: Pascal
Author URI: http://pascal.com/
*/

body {
	margin: 0;
	margin-right: 10px;
	background-color: #e3c7a8;
	text-rendering: optimizeLegibility;
}

body, th, td {
	font-family: Georgia, Times, Serif;
	font-size: 13px;
	line-height: 18px;
}

.sans {
	font-family: Futura, Tahoma, Sans-Serif !important;
}

.small {
	font-size: 90% !important;
}

.aired {
	line-height: 200% !important;
}

.first {
	margin-top: 0px;
}

a {
	color: #716353;
	text-decoration: none;
}

a:hover {
	color: #251c13;
	text-decoration: underline;
}

a.contact {
	background-image: url(images/email-icon.gif);
	background-position: 5px 60%;	
	background-repeat: no-repeat;
	padding-left: 25px;
}

.entry a {
	color: #5A3030;
}

a.important {
	color: #8A3030;
}

a.unimportant {
	color: #b1a393;
}
a.unimportant:hover {
	color: #251c13;
}

hr {
	border: 0;
	color: #716352;
	background-color: #716352;
	height: 1px;
	margin: 1em 0;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

a img {
	border: 0;
}


.structure {
	margin: auto;
	/*height: 100%;*/
}

.structure-content {
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
}

.structure-pad {
	height: 15px;
}

.structure-sidebar {
	padding-top: 40px;
	padding-left: 10px;
	padding-bottom: 280px;
	vertical-align: top;
}

.structure-logo {
	padding-top: 5px;
	padding-bottom: 6px;
	padding-right: 20px;
	height: 259px;
	vertical-align: bottom;
}

.endup-logo {
	position: absolute;
	bottom: 46px;
	left: 66px;
	display: block;
	text-decoration: none;
	background-image: url(images/endup-logo.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 259px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.endup-logo-small {
	clear: both;
	float: right;
	display: block;
	text-decoration: none;
	background-image: url(images/endup-logo-small.gif);
	background-repeat: no-repeat;
	width: 78px;
	height: 163px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-top: 5px;
	margin-right: 20px;
}

.endup-logo-large {
	float: right;
	display: block;
	text-decoration: none;
	background-image: url(images/endup-logo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 125px;
	height: 259px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	margin-bottom: 20px;
	margin-right: 20px;
}

.structure-contact {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 16px;
	vertical-align: bottom;
	color: #453c33;
	height: 40px;
	background-color: #EBD8C1;
}
.structure-contact a {
	color: #453c33;
}

.contactinfo {
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #e3c7a8;
}

.stage {
	width: 805px; 
	vertical-align: top;
	background-color: #EBD8C1;
	font-family: Georgia, Sans-Serif;
}

.htmlemail .structure,
.htmlemail .structure-stage,
.htmlemail .stage {
	width: auto;
}


.htmlemail .stage-top,
.htmlemail .stage-bottom {
	width: auto;
}


.stage-corner {
	height: 20px;
	background-repeat: no-repeat;
}

.stage-corner-TL { background-image: url(images/stage-corner-TL.gif); background-position: top left; }
.stage-corner-TR { background-image: url(images/stage-corner-TR.gif); background-position: top right; }
.stage-corner-BL { background-image: url(images/stage-corner-BL.gif); background-position: bottom left; }
.stage-corner-BR { background-image: url(images/stage-corner-BR.gif); background-position: bottom right; }

.stage-corner-BL {
}

div.stage-content {
	position: relative;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 10px;
	width: 740px;
}

.rightcolumn {
	float: right;
	width: 380px;
	padding-left: 20px;
}

.leftcolumn {
	float: left;
	width: 380px;
	padding-right: 20px;
}

.headertext {
	text-align: right;
	padding-right: 15px;
	padding-top: 8px;
}

.button {
	display: inline-block;
	display: -moz-inline-box;
	padding: 3px 11px 4px;
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 14px;
	line-height: 16px;
	border: 2px solid #000;
	border: 2px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 13px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 14px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	color: #fff !important;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 1px;
	cursor: pointer;
}

.button:hover {
	text-decoration: none;
	border: 2px solid rgba(0,0,0,0.5);
}

.button:active {
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 0px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.smallbutton {
	padding: 2px 10px 2px;
	font-size: 10px;
	line-height: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.buybutton {
	background-color: #393;
}
.buybutton:hover {
	background-color: #0a0;
}

.downloadbutton {
	background-color: #396AEB;
}
.downloadbutton:hover {
	background-color: #295AFB;
}

.playbutton {
	background-color: #D85021;
}
.playbutton:hover {
	background-color: #c84031;
}


.clear {
	clear: both;
}

.clearleft {
	clear: left;
}


.subfeatures {
	margin-top: 20px;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
	line-height: 14px;
	padding-left: 25px;
}

.subfeatures b {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif !important;
	font-family: Futura, Tahoma, Sans-Serif !important;
	font-weight: normal;
	margin-bottom: 2px;
}

a.subfeature {
	display: block;
	float: left;
	border: 1px solid #E4C7A7;
	padding: 12px;
	text-decoration: none;
	color: #8A3030;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	outline: none;
}

a.subfeature:hover {
	text-decoration: none;
	border: 2px solid #8A3030;
	padding: 11px;
	background-color: #f1e4d4;
}

a.subfeature .cover {
	display: block;
	border: 1px solid #595341;
}

a.subfeature span {
	display: block;
	margin-top: 8px;
	margin-bottom: 0;
}

a.subfeature h2 {
	font-size: 72px;
	line-height: 72px;
	color: #e5d2ba;
	margin: 0;
}

.subfeature-divider {
	float: left;
	width: 1px;
	height: 225px;
	background-color: #E4C7A7;
}

.subfeature-link {
	cursor: pointer;
}

.subfeature-link:hover {
	color: #251c13;
	text-decoration: underline;
}

.footertext {
	font-family: Futura, Tahoma, Sans-Serif;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #554c43;
}

.mainfeature {
	margin-left: 60px;
}

.mainfeature .cover {
	float: left;
	margin-right: 20px;
}

.mainfeature .blurb {
	padding-top: 50px;
}

.mainfeature p {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 6px;
}

.entry .cover {
	margin-bottom: 10px;
}


.gallery {
	margin-top: 10px;
}

.gallery a {
	display: block;
	float: left;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #BAA994;
	margin: 1px 8px 8px 1px;
}

.gallery a:hover {
	border: 2px solid #000;
	margin: 0px 7px 7px 0px;
}

.gallery img {
	display: block;
	border: none;
	height: 85px;
}

.customgallery img {
	height: auto;
}

.sidebar {
	float: right;
	clear: both;
	font-size: 10px;
	line-height: 14px;
	font-family: Futura, Tahoma, Sans-Serif;
	background-color: #EBD8C1;
	width: 200px;
}
* html .sidebar {
	font-size: 9px;
}


.sidebar-content {
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.sidebar-corner {
	background-repeat: no-repeat;
}

.sidebar-corner-TL { background-image: url(images/stage-corner-TL.gif); background-position: top left; }
.sidebar-corner-TR { background-image: url(images/stage-corner-inverted-BR.gif); background-position: top right; }
.sidebar-corner-BL { background-image: url(images/stage-corner-BL.gif); background-position: bottom left; }
.sidebar-corner-BR { background-image: url(images/stage-corner-inverted-TR.gif); background-position: bottom right; }

.sidebar-corner-TR,
.sidebar-corner-BR {
	background-color: #e3c7a8;
	height: 16px;
}


.homepage .linkcat,
.homepage .poweredby {
	display: none;
}

.sidebar ul.admin {
	margin-top: 10px;
}


.sidebar h3 {
	margin-top: 0;
	padding: 0;
	padding-left: 5px;
	font-weight: normal;
	font-size: 12px;
}

.sidebar h3 a {

}

.sidebar h2 {
	font-size: 1.5em;
	margin-top: 12px;
	margin-bottom: 0px;
	font-weight: normal;
}

.sidebar ul {
	padding: 0;
	padding-left: 5px;
	list-style-type: none;
	margin: 0;
}

.sidebar ul ul {
	padding-left: 0px;
}

.sidebar ul ul li {
	font-family: Georgia, Sans-Serif;
	font-size: 1.4em;
	line-height: 19px;
}

.sidebar ul ul ul {
	padding-left: 16px;
}

.sidebar ul ul ul li {
	font-size: 0.86em;
	line-height: 16px;
}

.sidebar ul ul ul ul li {
	font-size: 0.9em;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.sidebar li.current_page_item > a {
	color: #100F0C;
}

.sidebar ul ul ul li ul {
	display: none;
}

.sidebar ul ul ul li.current_page_parent ul,
.sidebar ul ul ul li.current_page_item ul {
	border-left: 1px solid #C7B7A2;
	padding-left: 6px;
	margin-bottom: 4px;
	margin-left: 10px;
	display: block;
}


.poweredby {
	color: #817363;
	margin-top: 20px !important;
	padding-left: 5px;
	font-size: 1em;
	line-height: 16px;
}

.getfirefox {
	display: none;
	padding-top: 20px !important;
}

* html .getfirefox {
	display: block;
}

#searchform {
	margin-bottom: 10px;
}

#footer {
	font-size: 11px;
}

#whatamidoing {
	font-size: 14px;
}

.navigation .previous { text-align: left; padding-right: 10px; }
.navigation .next { text-align: right;  padding-left: 10px; }

.navigation {
	margin-left: -6px;
	padding-left: 6px;
	margin-right: -6px;
	padding-right: 6px;
}

.navigation-top {
	border-bottom: 1px solid #9F8F7B;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

.navigation-bottom {
	border-top: 1px solid #9F8F7B;
	padding-top: 4px;
	margin-top: 40px;
}

.navigation table {
	width: 100%;
}

.navigation td {
	font-family: Futura, Tahoma, Sans-Serif !important;
	text-transform: lowercase;
}

.navigation-top td {
	vertical-align: bottom;
}

.navigation-bottom td {
	vertical-align: top;
}



.blogcontent {
	padding-top: 10px;
	padding-left: 10px;
}

h1 {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

h2 {
	font-family: Futura, Tahoma, Sans-Serif;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
}

.newsletter {
	width: 620px;
}

.newsletter h2 {
	margin-top: 40px;
}

h3 {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 6px;
	font-weight: normal;
}

h4 {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 4px;
	font-weight: normal;
}


h5 {
	font-family: Georgia, Times, Serif;
	font-size: 13px;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
}


.post {
	font-size: 14px;
	margin-bottom: 30px;
	clear: both;
}

.homepage .post {

}

.post .byline {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 8px;
}

.post .postmetadata {
	clear: both;
	margin-top: 8px;
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 11px;
	background-image: url(images/post-divider-shadow-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: -15px;
	padding-left: 15px;
	padding-bottom: 25px;
}

.posts .post:last-child .postmetadata {
	background-image: none;
	padding-bottom: 10px;
}



.singlepost .post {
	margin-bottom: 20px;
}

.singlepost .post .postmetadata {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}


.comments h3,
.commentform h3 {
	margin-top: 10px;
}

ol.commentlist {
	margin: 0;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0;
	margin-left: -6px;
	list-style-type: none;
}
* html ol.commentlist {
	margin-left: 0px;
}

ol.commentlist li {
	margin-bottom: 15px;
}

.comment-balloon {
	background-color: #F5ECDF;
}

.comment-balloon-TL,
.comment-balloon-TR,
.comment-balloon-BL,
.comment-balloon-BR {
	background-repeat: no-repeat;
}

.comment-balloon-TL { background-image: url(images/comment-balloon-TL.gif); background-position: top left; }
.comment-balloon-TR { background-image: url(images/comment-balloon-TR.gif); background-position: top right; }
.comment-balloon-BL { background-image: url(images/comment-balloon-BL.gif); background-position: bottom left; }
.comment-balloon-BR { background-image: url(images/comment-balloon-BR.gif); background-position: bottom right; }

.comment-number {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 30px;
	line-height: 30px;
	color: #DFCDB6;
	float: left;
	padding-left: 12px;
	padding-top: 6px;
	font-weight: bold;
}

.comment-number a {
	color: #DFCDB6;
	text-decoration: none;
}

.comment-number a:hover {
	color: #BCAD99;
}


.comment-content {
	margin-right: 100px; 
}

.comment-citation {
	padding-top: 20px;
	background-image: url(images/comment-balloon-wedge.gif);
	background-repeat: no-repeat;
	background-position: 18px 0px; 
	margin-left: 22px; /* margin-left and bg-position-x should add up to 40px */
}
* html .comment-citation {
	margin-top: -4px;
}

.comment-citation cite {
	font-family: Futura, Tahoma, Sans-Serif;
	text-transform: capitalize;
	font-style: normal;
	margin-right: 10px;
	color: #3E3932;
}

.comment-citation cite a {
	color: #8A3030;
}


.comment-text {
	padding: 6px 20px 8px 0px;
	margin-left: 40px;
}

.comment-text p {
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.comment-moderation {
	font-style: italic;
	font-size: 11px;
	margin-left: 20px;
}

.commentform {
	background-image: url(images/post-divider-shadow-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: -15px;
	padding-left: 15px;
	padding-top: 10px;
}

.commentform .comment-citation {
	background-position: 40px 0px; 
	margin-left: 0px; /* margin-left and bg-position-x should add up to 40px */
	padding-top: 15px;
}

#commentform {
	margin-top: 15px;
	margin-left: -21px;
	padding-left: 15px;
	padding-bottom: 30px;
}

.pagetitle {
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	margin-left: -6px;
	margin-right: -10px;
	padding-left: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #9F8F7B;
	margin-bottom: 30px;
	color: #716352;
}

form.embedcode {
	margin: 0;
}

a.pressphoto-padded img {
	border: 8px solid #fff;
}

img.pressphoto-padded {
	border: 8px solid #fff;
}

div.alignleft { float: left; margin: 6px 12px 8px 0px; }
div.alignright { float: right; margin: 6px 0px 8px 8px; }

img.alignleft { float: left; margin: 6px 12px 8px 0px; }
img.alignright { float: right; margin: 6px 0px 8px 8px; }

div.spacer {
	height: 30px;
	clear: both;
}

div.staffprofile {
	padding-bottom: 30px;
}

p.editentry {
	clear: both;
	padding-top: 40px;
}

.adminmessage {
	width: auto !important;
}

a.mp3player {

}

a.mp3playerembed {
	display: inline-block;
	padding: 3px 0px 4px;
	border: none;
	background-color: transparent;
	margin: 0;
}


img.shadowed {
	border: 1px solid #5A4E41;
	border-left: 1px solid #817362;
	border-top: 1px solid #817362;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.albumcredits {
	padding-top: 10px;
	padding-left: 10px;
}

ol.tracklist {
	margin-left: 0;
	padding-left: 30px;
}

.artistlinks {
	font-family: Futura, Tahoma, Sans-Serif !important;
	font-size: 90% !important;
	padding-top: 50px;
}

.playlist {
	margin: 10px 0px;
	display: inline-block;
	padding: 10px 10px 2px;
	font-family: Futura, Tahoma, Sans-Serif;
	font-size: 14px;
	line-height: 16px;
	border: 2px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 13px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	background-color: #D85021;
	color: #fff !important;
}

.playlist h3 {
	margin: 0;
}

.groupbox {
	margin: 20px 0px 10px -15px;
	display: inline-block;
	padding: 10px 15px 10px 13px;
	border: 2px solid rgba(255,255,255,0.5);
	-webkit-border-radius: 13px;
	background-color: rgba(255,255,255,0.2);
}

.groupbox :first-child {
	margin-top: 0;
}

.pressphoto {
	margin: 12px 0px 6px 0px;
}

.imgset a {
	display: none;
}

.imgset a:first-child {
	display: inline;
}

img#wpstats {
	visibility: hidden;
}

table.endupskus th,
table.endupskus td {
	padding: 2px 10px;
	font-family: Helvetica, Arial, Sans-Serif !important;
	font-size: 12px;
	border-bottom: 1px solid #9F8F7B;
	text-align: left;
}

ul.todolist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 1em;
	font-family: Helvetica, Arial, Sans-Serif !important;
	font-size: 11px;
}

ul.todolist li {
	margin: 0.1em 0;
}


body.purchaselog {
	padding: 20px;
}

table.purchaselog th,
table.purchaselog td {
	text-align: left;
	border-bottom: 1px solid #CAB094;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 5px 8px 4px;
	white-space: nowrap;
}


/* hidden edit link */
div.hiddeneditlink a {
	display: none;
}
