﻿body {
	background-color: black;
	background-image: url('pracSpace.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-size: 11pt;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #AAAAAA;
}

#sidebarpic {
	/*background-image: url('BlueMoon.jpg');
	width: 282px;
	height: 365px;*/

	background-image: url('molecule.jpg');
	width: 282px;
	height: 254px;
}

#faces {
	background-image: url('about/normalFaces.jpg');
	height: 537px;
	width: 358px;
	margin-left: auto;
	margin-right: auto;
}

#faces:hover {
   background-image: url('about/goofyFaces.jpg');
}

a:link, .pageLink {
	color: #D00000;
	text-decoration: none;
}

a:visited {
	color: #A00000;
	text-decoration: none;
}

a:hover, .pageLink:hover {
	color: #F00000;
	text-decoration: none;
}

a:active, .pageLink:active {
	color: #FF0000;
	text-decoration: none;
}

img {
	border: 0;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: white;
}

h1{
	color: white;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 50px;
	padding-bottom: 15px;
	display: inline;
	font-weight: bold;
}

h2 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h3, .venue {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
#page {
	width: 944px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		background-color: black;
		color: white;
		width: 100%;
		height: 62px;
		position: fixed;
		z-index: 5000;
		top: 0;
		left: 0;
	}

	#headertext {
		text-align: center;
		white-space: nowrap;
	}

	.linkBar {
		font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
		font-size: 24px;
		color: white;
		margin: 4px;
		padding-left: 8px;
		padding-right: 8px;
		position: relative;
		top: -11px;
	}

	.linkBar:hover {
		cursor: pointer;
	}

	.pageLink:hover {
		cursor: pointer;
	}

	#main {
		margin-top:100px;
		margin-bottom: 30px;
	}

	#content {
		float: left;
		width: 640px;
	}

	.show {
		display: table-row;
	}

	.left, .middle, .right {
		display: table-cell;
		padding: 0px 8px 0px 8px;
		vertical-align:top;
	}

	.middle {
		width: 250px;
	}

	.row {
		display: table-row;
	}

	.box {
		padding: 2px;
		display: table-cell;
	}

	#sidebar {
		float: right;
		width: 282px;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.86);
		border: 5px black solid;
		margin: 0px 0px 12px 12px;
	}

	#footer {
		padding: 10px 0;
		text-align: center;
		line-height: normal;
		margin: 0;
		font-size: .9em;
	}

	#store_icons {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		width: 143px;
	}

#content div.post {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.86);
	border: 5px black solid;
	padding: 0px 8px 8px 8px;
	margin: 0px 0px 12px 0px;
}

	div.post p.newsDate, div.post p.showDate {
		width: 64px;
		height: 36px;
		text-align: center;
		z-index: 5;
	}

	div.post p.newsDate {
		position: relative;
		float: left;
		color: #B00000;
	}

	div.post p.showDate {
		color: white;
	}

	.post .newsDate .day, .post .showDate .day {
		display: block;
		font-size: 36px;
		line-height: 32px;
	}

	.post .newsDate .month, .post .showDate .month {
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
	}

	div .by {
		font-style: italic;
	}

/* Site Title
----------------------------------------------------------*/
#header .site-title {
	float: left;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: white;
	border: none;
	line-height: 2em;
	font-size: 32px;
}

 /* Information and errors
----------------------------------------------------------*/
.message {
	clear: both;
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 15px;
}

.info {
	background: #bde5f8;
	color: #00529b;
}

.error {
	background: #ffe4e4;
	color: #be3e16;
}

.success {
	background: #dff2bf;
	color: #4f8a10;
}

input[type="text"].error-field, input[type="password"].error-field {
	border: solid 1px #be3e16;
	background-color: #ffe4e4;
}

.validation-error {
	display: inline;
	color: #be3e16;
	font-weight: bold;
	font-size: 1.1em;
}

	.validation-error:before {
		content: "»";
	}

