/*
Theme Name: Trust The Dawn Theme
Theme URI: http://www.glenscottmusic.com/
Description: Trust The Dawn theme built by the famous <a href="http://www.femtontre.se/">Femtontre Webbproduktion</a>.
Version: 1.0
Author: Richard Brattlund
Author URI: http://www.femtontre.se/
Tags: black, fixed width, two columns, widgets, shit long
*/


/* structure & design */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font: normal 11px "courier new",courier,times,serif;
	line-height: 18px;
	color: #ABA6A2;
}

#page {
	width: 748px;
	margin: 40px auto 600px auto;
}

#header {
	width: 748px;
	height: 666px;
	margin: 0px 0px 500px 0px;
	padding-top: 59px;
	background-image: url("http://www.glenscottmusic.com/wp-content/themes/trustthedawn/images/cover.gif");
}

#menu {
	margin: 0px 0px 12px 0px;
	text-align: center;
}
	#menu a {
		font-size: 11px;
		text-decoration: none;
		margin-right: 31px;
/*		margin-right: 38px;*/
	}

#mp3-player {
	float: left;
	margin: 10px 0px 0px 210px;
}

/* The pages */

#news {
	height: 600px;
	overflow: auto;
}
	#news .post {
		font-size: 11px;
	}
	#news h2 {
		font-size: 16px;
	}

#top-rss {
	font: 0.9em 'Courier New', Courier, serif;
	margin: 30px 0px 0px 0px;
	padding-left: 14px;
	background: transparent url(http://www.glenscottmusic.com/wp-content/themes/trustthedawn/images/feed-icon-10x10.png) no-repeat left center;
	}

#gear {
	background-image: url("http://www.glenscottmusic.com/wp-content/themes/trustthedawn/images/gastation.jpg");
	padding: 0px 10px 0px 15px;
}
	#gear .column {
		float: left;
		width: 220px;
		padding: 25px 10px 25px 10px;
		color: #fff;
	}

#discography {
	height: 600px;
	overflow: auto;
}
	#discography td {
		vertical-align: top;
	}
	#discography td img {
		margin-right: 10px;
	}
	#discography tr {
		margin-top: 15px;
	}

#guestbook {
	background: url("http://www.glenscottmusic.com/wp-content/themes/trustthedawn/images/bg_guestbook.jpg") no-repeat top left;
	height: 637px;
	overflow: auto;
	color: #565656;
}


/* html-tags */

a {
	color: #ABA6A2;
	text-decoration: underline;
}
	a:hover {
		color: #ABA6A2;
		text-decoration: none;
	}
	a img {
		border: 0px;
	}

h2 {
	margin: 0px;
	padding: 0px;
	font: bold 11px "courier new",courier,times,serif;
	text-transform: uppercase;
}

small {
	margin: 0px;
	padding: 0px;
}


/* classes */

.adminLogin {
	float: right;
	margin-top: 7px;
}

.alignright {
	float: right;
}
	img.alignright {
		margin: 0px 0px 10px 28px;
	}
.alignleft {
	float: left;
}
	img.alignleft {
		margin: 0px 28px 10px 0px;
	}

.buy {
	padding-left: 52px;
	padding-top: 3px;
	background: transparent url(http://www.glenscottmusic.com/wp-content/themes/trustthedawn/images/buy.gif) no-repeat left center;
}
	a.buy {
		text-decoration: none;
	}

.centered {
	text-align: center;
}

.clearer {
	clear: both;
}

.content {
	margin: 20px 0px 20px 0px;
}

.entry {
	margin: 0px;
	padding: 0px;
}
	.entry p {
		margin: 0px 0px 10px 0px;
	}

.horisontal_line {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dashed #313131;
}

.post {
	float: left;
	width: 350px;
}
	.no1 {
		margin: 0px 14px 0px 0px;
	}
	.no2 {
		margin: 0px 0px 0px 14px;
	}

.post_hl {
	float: left;
	margin: 0px 0px 20px 0px;
	padding-top: 20px;
}
/*.headlining {
	margin: 0px 0px 20px 0px;
	padding-top: 20px;
	text-align: top;
}*/
.headlining_text {
	float: right;
	display: block;
	margin: 20px 0px 10px 0px;
/*	margin: 0px 0px 0px 15px;*/
}

.sectionLink {
	padding-top: 20px;
	margin: 20px 0px 0px 5px;
}

.tdmarginwidth {
	width: 20px;
}

.tdtext {
	width: 233px;
}

.tdtext_wpadding {
	padding: 0px 0px 0px 25px;
}

.trmarginheight {
	height: 15px;
}

/* forms */

input,textarea {
	width: 200px;
	margin: 0px 0px 25px 0px;
	font: normal 11px "courier new",courier,times,serif;
	color: #ABA6A2;
	background-color: #000;
	border-bottom: 1px dashed #ABA6A2;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	}
textarea {
	width: 280px;
	height: 125px;
	border: 1px solid #ABA6A2;
}
input:focus,textarea:focus {
	background-color: #000;
}
.submit {
	float: right;
	width: 100px;
	padding: 2px;
	font-weight: bold;
	background-color: #ABA6A2;
	color: #000;
	border: 2px solid #fff;
}
.submit:focus {
	background-color: #fff;
}

#contact #newsletterBox #submit {
	clear: both;
}

#guestbook input {
	background-color: transparent;
	border: 0px;
	color: #000;
}
#guestbook textarea {
	background-color: transparent;
	color: #000;
}
#guestbook .submit {
	border: 2px solid #000;
	background-color: #fff;
}
#lnk_guestbook {
	margin: 5px 0px 25px 50px;
}

/* gallery (this code is supposed to be in wp-includes/media.php under gallery_shortcode() but then it messes with html validation) */

.gallery {
	display: none;
	visibility: hidden;
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: {$itemwidth}%;			}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}
