/*
Theme Name:     Dane Certificate Theme
Description:    Dane's theme
Author:         Andrew "Knockout" Phillips
Template:       twentyeleven
Version:        1
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */


body {
	background-color: #171414;
	background-image: url('/wp-content/themes/dane/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
}

h1, h2, h3, h4 {
	color: #977e5a;
	font-family: 'Arial Narrow', "din-condensed-web", Arial, sans-serif;
}

h2 {
	font-family: "din-condensed-web", sans-serif;
	font-size: 2.2em;
}

strong {
	font-weight: bold;
	color: #fff;
}

a, a:visited {
	color: #977E5A;
}

#header {
	text-align: center;
}

#logo {
	color: #000000;
	margin: 65px auto 65px auto;
	line-height: 0.85em;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

#logo a:hover {
	color: #977E5A;
}

#home_video {
	text-align: center;
	margin: auto auto 110px auto;
	width: 100%;
}

.video-wrapper {
	width: 350px !important;
	margin: auto !important;
}

#home_heading, #home_subheading {
	text-transform: uppercase;
}

#home_heading {
	font-size: 1.4em;
}

#home_subheading {
	font-size: 0.902em;
}

.event_grid {
	float: left;
}

.event_grid div {
	height: 197px;
	margin-bottom: 20px;
}

#past_events_link {
	text-align: center;
}

.mosaic-block{ width:300px; height: 220px; border: 0;}
.details{ margin:15px 20px; }	
.details h4 {
	color: #fff;
	font-family: "din-condensed-web", 'Arial Narrow', Arial, sans-serif;
}

.mosaic-block a, .mosaic-block a:visited {
	text-decoration: none !important;
	color: #fff;
}

.fancy {
	text-align: center;
	margin: 20px auto 20px auto;
}

.fancy h2 {
    text-align: center;
    display: table;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
}
.fancy h2 > span, .fancy h2:before, h2:after {
    display: table-cell;
}
.fancy h2:before, .fancy h2:after {
    background: url('/wp-content/themes/dane/images/border.jpg') repeat-x center;
    width: 50%;
    content: ' ';
}

#ie6 .fancy h2, #ie7 .fancy h2 {
	border-bottom: 1px solid #977E5A;
}

.fancy h2 > span {
    white-space: nowrap;
    padding: 0 27px;
}

.entry-content {
	text-align: left;
	background-color: #000;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#home_heading {
			font-size: 0.5em;
		}

		.event_grid div {
			margin-top: 20px;
		}

		.details {
			margin: -70px 0 0 0 !important;
			background-color: black;
			opacity: 0.8;
			padding: 10px;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#home_heading {
			font-size: 0.5em;
		}

		.event_grid div {
			margin-top: 20px;
		}

		.details {
			margin: -70px 0 0 0 !important;
			background-color: black;
			opacity: 0.8;
			padding: 10px;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/