/*
Theme Name: JN Balmer
Theme URI: 
Description: Theme for Balmer website
Version: 0.1
Author: John Nastos
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 96%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************************************************/

/* General style, layout */

body {
	font-family: Lucida Grande, Verdana;
}

a {
	color: #900;
}

h1 {
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 20px;
}

/* End general */

div#canvas {
	width: 900px;
	margin: 20px auto;
	min-height: 550px;
	height:auto !important;
	height:550px;
}

div.content {
	line-height: 1.4em;
}

div.content p {
	margin-bottom: 10px;
}

span.vvqbox {
	padding-bottom: 10px;
}

div#page_content {
	margin-left: 40px;
	margin-top: 40px;
	padding: 40px;
	background: #eee;
	border-right: 20px solid #222;
}

/* Header */

div#logo {
	text-transform: uppercase;
	color: #900;
	font-weight: bold;
	letter-spacing: 4px;
	float: right;
}

div#general_head {
	margin-bottom: 20px;
}

div#general_head ul.site_menu {
	display: block;
	background: #eee;
	float:right;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	border-right: 20px solid #222;
}

div#general_head ul.site_menu a {
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: .85em;
}

div#general_head ul.site_menu li {
	display: inline-block;
	float: left;
	margin-right: 6px;
}

img.bg_img {
	width: 300px;
	height: 500px;
	position: absolute;
	z-index: -1;
}

/* end header */

/* Home */

div#home {
	min-height: 650px;
	height:auto !important;
	height:650px;
}

img#home_logo {

	width: 900px;
	height: 608px;
}

div#home h1 {
	position: absolute;
	z-index: 100;
	color: white;
	font-size: 5em;
}

div#home_upcoming_gigs {
	position: absolute;
	margin-top: 90px;
	margin-left: 600px;
	background: white;
	padding: 10px;
	opacity: 0.7;
	width: 250px;
}

div#home_upcoming_gigs ul li {
	margin-bottom: 6px;
}

div#home_upcoming_gigs h2 {
	margin-bottom: 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 4px;
}

div#home_upcoming_gigs h2 a {
	color: black;
	text-decoration: none;
}

div#home_upcoming_gigs a#cal_link {
	display: block;
	float: right;
	font-size: .8em;
	text-decoration: none;
}

div#home ul.site_menu {
	display: block;
	position: absolute;
	margin-top: 80px;
	margin-left: 30px;
}

div#home ul.site_menu li {
	padding: 4px;
	background: white;
	margin-top: 20px;
	display: block;
	position: relative;
	text-align: center;
	opacity: .7;
}

div#home ul.site_menu li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

div#home ul.site_menu li:first-child {
	display: none;
}

div#home_audio_player {
	position: absolute;
	margin-top: -120px;
	margin-left: 30px;
	background: white;
	padding: 10px;
}

div#social_icons {
	position: absolute;
	margin-top: 470px;
	margin-left: 550px;
	width: 300px;
	height: 60px;
	background: white;
	padding: 10px;
	opacity: 0.7;
}

div#social_icons img {
	vertical-align: middle;
	height: 45px;
	width: 45px;
}

div#social_icons a {
	text-decoration: none;
	margin-right: 20px;
}

div#social_icons span {
	display: block;
	font-size: .9em;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

span#tag_line {
	position: relative;
	bottom: 0px;
	width: 880px;
	height: 20px;
	padding: 10px;
	background: #aaa;
	color: black;
	display: block;
	margin-top: -40px;
	letter-spacing: 2px;
	font-size: 1.2em;
	font-style: italic;
	opacity: 0.7;
}


/* Footer */

div#footer {
	width: 900px;
	margin: 30px auto 20px;
	font-size: .9em;
	color: #666;
	text-align: center;
}

/* End footer */


/* Calendar */

div.main_calendar_event {
	margin-bottom: 14px;
}

span.event_date {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	margin-bottom: 5px;
	float: left;
	width: 14em;
}

span.event_date.multiple {
	float: none !important;
	width: 100% !important;
}

span.event_title {
	letter-spacing: 2px;
	font-size: 1.3em;
	display: block;
	float: left;
}

div.event_info {
	margin: 10px 20px;
	font-size: 1.2em;
	float: left;
}

span.event_location {
	font-weight: bold;
}

/* Music */

div.music_file {
	margin-bottom: 20px;
	width: 500px;
}

div.music_file h3 {
	margin-bottom: 4px;
	float: left;
	margin-right: 10px;
}

a.download_link {
	display: block;
	font-size: .8em;
}

span.album_name, span.album_ensemble {
	font-size: .9em;
	margin-bottom: 6px;
	display: block;
}

img.album_art {
	float: right;
	width: 80px;
	height: 80px;
}

/* Video */

div.video h3 {
	font-size: 1.2em;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

div.video span.video_ensemble {
	font-style: italic;
}

/* Utility */


br.clear_both {
	clear: both;
	display: block;
	height: 0px;
}

.alignleft {
	display: block;
	float: left;
	padding: 4px;
	margin-right: 10px;
}

.alignright {
	display: block;
	float: right;
	padding: 4px;
	margin-left: 10px;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 4px auto;
}

hr {
	width: 90%;
	border: 0px;
	height: 2px;
	background: #999;
	margin: 20px auto;
}

/* End utility */