/*
 * StyleSheet for TriskeleMusic.com
 * Written by David Druckenmiller
 */

body {
	background-image: url('i/gradient2.png');
	background-repeat: repeat-y;
	background-position: top center;
	/*background-color: #042D00;*/
	background-color: #40933C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link,
a:visited {
    text-decoration: none;
    cursor: pointer;
    color: blue;
}

a:hover,
a:active {
    text-decoration: underline;
    cursor: pointer;
}

#container {
	margin: 0px auto;
	position: relative;
	top: 3px;
	width: 800px;
	max-width: 800px;
	min-width: 800px;
	background-color: #FFFFFF;
	background-image: url('i/triskele_bg.png?q=2014102300');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 600px;
}

@media (max-width: 800px) {

	#header-image img {
		max-width: 100%;
	}

	#container {
		max-width: unset;
		min-width: 300px;
		width: 100%;
	}

	.band-picture img {
		max-width: 100%;
	}
}

#content {
	width: 100%;
	min-height: 300px;
}

#header-menu {
	position: relative;
	top: -20px;
	right: 10px;
	width: 600px;
	min-width: 600px;
	max-width: 600px;
	text-align: right;
}

#header-image {
	margin:0px auto;
}

#cdcoverimage {
	text-align:center;
	height:475px;
}

.draw-attention {
	text-align:center;
	font-weight:bold;
}

.band-picture {
	padding:10px 0px;
}

.home-description {
	text-align:justify;
	width:85%;
    text-indent: 1em;
}

.strong {
	font-weight:bold;
}

div.subheading {
	font-weight:bold;
	text-align:left;
	margin:0px auto;
	width:90%;
}

h5.subheading {
    text-indent: 10px;
    text-align: left;
    width: 90%;
}

#footer {
	color:white;
	background-color: #003000;
	position:absolute;
	width:100%;
	bottom:0px;
}

#footer tr {
	/*background-image:url("i/footer-center.png");
	background-repeat:repeat-x;*/
}

#footer a {
	color:white;
}

td.footer-left {
	text-align:left;
	/*background-image:url("i/footer-left.png");
	background-repeat:no-repeat;
	background-position:top left;*/
	padding:10px 0px;
}

td.footer-right {
	text-align:right;
	/*background-image:url("i/footer-right.png");
	background-repeat:no-repeat;
	background-position:top right;*/
	padding:10px 0px;
}

a.header-link {
	text-decoration: none;
	color: #000000;
	font-size: large;
	padding-left: 30px;
	cursor: pointer;
}
a.header-link:visited {
}
a.header-link:hover {
	text-decoration: underline;
}
a.header-link:active {
}

.box {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:15px;
	margin-bottom:5px;
}

#linktosamplemusic {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

#newslist li {
    text-indent: 0;
}
#newslist li .cd-location {
    font-size: 12px;
}
ul.newslist { text-align: left; }
ul.newslist li {
	padding: 0.33em 0;
}

.t-clearfix {
	clear: both;
}

.t-login {
	margin-top: 1em;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #000;
	width: 300px;
}

.t-confirm {
	width: 400px;
	padding: 0.5em 1em;
	border: 1px solid #ccc;
}

.t-input-help-short{
	color: #888;
	font-style: italic;
	font-size: 0.75em;
}

.t-notice {
	padding: 0.25em 0.5em;
	border: 1px solid #666;
	background-color: #ffffd6
}

.t-notice-success {
	background-color: #66ff66;
}

.t-notice-error {
	background-color: #FF4D4D;
}

/* Footer */
.t-footer {
	position: relative;
	padding: 0 0px;
	font-size: 0.75em;
}
.t-footer-copyright {
	float: left;
}
.t-footer-login {
	float: right;
}

/* Events */
.t-events-heading {
	font-size: 1.5em;
	font-weight: bold;
}
.t-event-table {
	border: 1px solid lightgray;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	margin: 1em auto;
}
.t-event-table th,
.t-event-table td {
	border-bottom: 1px solid lightgray;
	border-left: 1px solid lightgray;
}
.t-event-table th:first-child,
.t-event-table td:first-child {
	border-left: 0;
}
.t-event-table tr:last-child td {
	border-bottom: 0;
}
.t-event-table,
.t-event-field-title,
.t-event-item-field {
/*	border: 1px solid #bbb;*/
}
.t-event-field-title {
	padding: 0.25em;
}
.t-event-item-field {
	text-align: center;
	padding: 0.25em;
}
.t-event-item.t-event-past {
	font-style: italic;
	color: #999;
}
