﻿/**
 * Copyright (c) Sepia Records.
 * All rights reserved.
 *
 * This software is the confidential and proprietary information of
 * Sepia Records. You shall use it only in accordance
 * with the terms of the license agreement you entered into with
 * Sepia Records.
 */
 
/******************************************************************************
								Font Definitions

 Note: See http://www.fontsquirrel.com for additional fonts.
 *****************************************************************************/
 
@font-face 
{
	font-family: 'BebasNeueRegular';
	src: url('../font/BebasNeue-webfont.eot');
	src: url('../font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/BebasNeue-webfont.woff') format('woff'),
		 url('../font/BebasNeue-webfont.ttf') format('truetype'),
		 url('../font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/******************************************************************************
									Elements
 *****************************************************************************/
 
html, 
button, 
input, 
select, 
textarea
{
	color: #222;
}

a:link, a:active, a:visited
{
	color: #d2d1d1;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #d2d1d1;
	font-weight: normal;
	text-decoration: none;
}

body
{
	background-color: #323b4e;
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 90%;
	color: #edefef;
	letter-spacing: .1em;
	line-height: 1.4;
}

div
{
	position: relative;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

footer
{
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: .75em;
	font-weight: normal;
	text-align: center;
	color: #666A73;
	padding: 20px 0px 15px 0px;
	width: 100%;
}

h1, 
h2, 
h3, 
h4
{
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	color: white;
	margin: 0px 0px 2px 0px; 
	padding: 0px;
	text-align: center;
}

h1:before, 
h2:before, 
h3:before, 
h4:before
{
	content: "..:: ";
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-weight: normal;
}

h1:after, 
h2:after, 
h3:after, 
h4:after
{
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	content: " ::..";
}

h1
{
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

h3
{
	font-size: .925em;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

h4
{
	font-size: .925em;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

hr
{
	display: block;
	height: 1px;
	border: 0px;
	border-top: 1px solid #ccc;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

input, 
select, 
textarea
{
	border-style: solid;
	border: 1px;
	border-color: #666A73;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	
	/* Adds curved edges to form control */
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
}

input[type=text], 
input[type=password], 
textarea
{
	width: 98%;
}

img
{
	vertical-align: middle;
}

nav
{
	padding: 3px 8px 3px 0px;
	text-align: right;
	
	/* Background Gradient for Navigation controls. */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(20,6,0,1) 49%, rgba(80,52,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(49%,rgba(20,6,0,1)), color-stop(100%,rgba(80,52,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(20,6,0,1) 49%,rgba(80,52,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(20,6,0,1) 49%,rgba(80,52,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(20,6,0,1) 49%,rgba(80,52,48,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(20,6,0,1) 49%,rgba(80,52,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#503430',GradientType=1 ); /* IE6-9 */
}

nav a, 
nav a:link, 
nav a:active, 
nav a:visited
{
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: white;
	text-decoration: underline;
}

nav a:hover
{
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: white;
	text-decoration: none;
}

nav li + li:before 
{
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 1.2em;
	content: " :: ";
}

nav li  
{
	display: inline;
}

nav ul
{
	margin: 0;
	padding: 0;
}

nav ul:before
{
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 1.2em;
	content: "..:: ";
}

nav ul:after
{
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 1.2em;
	content: " ::..";
}

textarea
{
	resize: vertical;
}

ul
{
	text-indent: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

::-moz-selection
{
	background: #b3d4fc;
	text-shadow: none;
}

::selection
{
	background: #b3d4fc;
	text-shadow: none;
}


/******************************************************************************
							Navigation Classes
 *****************************************************************************/

body.dashboard nav li.dashboard:before,
body.home nav li.home:before
{
	content: " [ ";
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 1.2em;
}

body.editNews nav li.editNews:before,
body.editShows nav li.editShows:before,
body.editVenues nav li.editVenues:before,
body.editContent nav li.editContent:before,
body.editUsers nav li.editUsers:before,
body.shows nav li.shows:before,
body.news nav li.news:before,
body.media nav li.media:before,
body.music nav li.music:before,
body.pictures nav li.pictures:before,
body.videos nav li.videos:before,
body.contact nav li.contact:before
{
	content: " :: [ ";
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 1.2em;
}

body.dashboard nav li.dashboard:after,
body.editNews nav li.editNews:after,
body.editShows nav li.editShows:after,
body.editVenues nav li.editVenues:after,
body.editContent nav li.editContent:after,
body.editUsers nav li.editUsers:after,
body.home nav li.home:after,
body.shows nav li.shows:after,
body.news nav li.news:after,
body.media nav li.media:after,
body.music nav li.music:after,
body.pictures nav li.pictures:after,
body.videos nav li.videos:after,
body.contact nav li.contact:after
{
	content: " ] ";
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 1.2em;
}

nav.pager
{
	text-align: right;
	background: #000000;
	padding: 2px; 
	margin: 0px;
}

/******************************************************************************
									Classes
 *****************************************************************************/

a.bold,
.bold
{
	font-weight: bold;
}

.bebas-neue
{
	font-family: 'BebasNeueRegular', Arial, sans-serif;
}

.chromeframe
{
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.date
{
	color: #d2d1d1;
	font-weight: normal;
}

.debug
{
	border: 1px solid red;
}

div.gallery img 
{
	border: solid 1px white;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

.controls
{
	border-top: 1px solid #d1d1d1;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.ellipsis 
{
	/* See -- http://stackoverflow.com/questions/536814/insert-ellipsis-into-html-tag-if-content-too-wide */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.indent
{
	margin-left: 20px;
}

.label
{
	margin: 10px 0px 0px 0px;
}

.panel
{
	color: #787878;
	border-color: #292929;
	border-style: solid;
	border-width: 1px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	margin: 3px 0px 12px 0px;
	text-align: left;

	/* Adds curved edges to panel */
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
}

.texuredBackground
{
	background: url(../img/texured-background.png);
	background-repeat: repeat;
}

.oneQuarter
{
	width: 25%;
}

.oneThird
{
	width: 33%;
}

.oneHalf
{
	width: 50%;
}
 
.threeQuarters
{
	width: 75%;
}

.oneWhole
{
	width: 100%;
}

.center
{
	text-align: center;
	margin: auto;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.medium
{
	font-size: .85em;
}

.small
{
	font-size: .75em;
}

.underline
{
	text-decoration: underline;
}

.white
{
	color: white !important;
}


/******************************************************************************
 *									IDs
 *****************************************************************************/

/** 
 *	Main container that occupies the entire viewport.
 */
#container
{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/** 
 *	This container contains the main page content
 *	below the Masthead and Nav.
 */
#content
{
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 10px 15px 15px 15px;
}

footer#socialMedia
{
	padding: 0px;
	margin: 0px;
}

#gallery
{
	margin: auto;
	background-color: #000; 
	max-width: 750px; 
	overflow: hidden;
	margin-bottom: 10px;
}

/** 
 *	Band Info panel on the Home page.
 */
#home
{
	background-image: url(../img/home.jpg);
	background-repeat: repeat-y;
	width:		340px;
	margin-right: 0px;
}

/** 
 *	This container is the centered page box 
 *	containing the Masthead, Nav, and Content containers.
 */
#innerContainer
{
	border: 1px solid #666A73;
	background-color: black;
	margin: 0px auto;
	padding:  0px;
	text-align: left;
	width: 760px;
	overflow: auto;
	
	-moz-border-bottom-right-radius:	20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius:			20px;
	
	-moz-border-bottom-right-radius:	20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-left-radius:			20px;
	
	-moz-box-shadow:	0 10px 30px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 1);
	box-shadow:			0 10px 40px rgba(0, 0, 0, 1);
}

/** 
 *	Defines the masthead image area.
 */
#mastHead
{
	background: url(../img/mast-head-760x252.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 252px;
	width: 100%;
	padding: 0px;
	
	/* Adds a drop-shadow under the masthead logo */
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow:    0px 3px 5px rgba(0, 0, 0, 0.65);
	box-shadow:         0px 3px 5px rgba(0, 0, 0, 0.65);
}

/** 
 *	News teaser panel on the main page.
 */
#news
{
	background-image: url(../img/news.jpg);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	padding: 10px;
	width: 340px;
	
}

/** 
 *	Shows teaser panel on the main page.
 */
#shows
{
	background-image: url(../img/shows.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	width: 340px;
}

/** 
 *	Social Media Navigation.
 */
#socialMedia
{
	float: left;
	text-align: right;
}

#vertical-ticker
{
	height: 78px;
	overflow: hidden;
	margin: 0; 
	padding: 0;
		
}

#vertical-ticker li
{
	padding: 0px;
	display: block;
}


/******************************************************************************
 *								Media Queries
 *****************************************************************************/

@media only screen and (max-width: 775px)
{
	nav
	{
		font-size: .869em;
		text-align: right;
		padding: 5px 0px 0px 0px;
	}

	nav#top
	{
		padding: 5px 2px 5px 0px;
		font-size: .69em;
	}
		
	#home
	{
		float: none;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
	/** 
	 *	This container is the centered page box 
	 *	containg the Masthead, Nav, and Content containers.
	 */
	#innerContainer
	{
		width: 90%;
	}
	
	/** 
	 *	Defines the masthead image area.
	 */
	#mastHead
	{
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		height: 0;
		
		/* Padding is determined by calculating the aspect ratio. */
		/* Divide the height by the width (252/760) to determine  */
		/* padding percentage.                                    */
		padding-top: 33.15%;
	}
	
	/** 
	 *	News teaser panel on the main page.
	 */
	#news
	{
		float: none;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	/** 
	 *	Shows teaser panel on the main page.
	 */
	#shows
	{		
		float: none;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 599px)
{	
	nav
	{
		font-size: .8em;
		padding: 5px;
	}
	
	nav#main ul:before
	{
		content: "";
	}

	nav#main ul:after
	{
		content: "";
	}

	nav#main
	{
		text-align: center;
		padding: 5px 0px 0px 0px;
	}
}


/******************************************************************************
 *								Helper Classes
 *****************************************************************************/

.ir
{
	background-color: transparent;
	border: 0;
	overflow: hidden; 
	*text-indent: -9999px;
}

.ir:before
{
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden
{
	display: none !important;
	visibility: hidden;
}

.visuallyhidden
{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible
{
	visibility: hidden;
}

.clearfix:before, 
.clearfix:after
{
	content: " ";
	display: table;
}

.clearfix:after
{
	clear: both;
}

.clearfix
{
	*zoom: 1;
}


/******************************************************************************
 *								ALL: IE Fixes
 *****************************************************************************/
.ie7 .title
{
	padding-top: 20px;
}


/******************************************************************************
 *								Print Styles
 *****************************************************************************/
 
@media print 
{
	* 
	{
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited 
	{
		text-decoration: underline;
	}

	a[href]:after 
	{
		content: " (" attr(href) ")";
	}

	abbr[title]:after 
	{
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after 
	{
		content: "";
	}

	pre, 
	blockquote 
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead 
	{
		display: table-header-group; /* h5bp.com */
	}

	tr, 
	img 
	{
		page-break-inside: avoid;
	}

	img 
	{
		max-width: 100% !important;
	}

	@page 
	{
		margin: 0.5cm;
	}

	p, 
	h2, 
	h3 
	{
		orphans: 3;
		widows: 3;
	}

	h2, 
	h3 
	{
		page-break-after: avoid;
	}
}
