/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.wrapper { width: 100%;
          padding: 40px 0; }

.wrapper-black {
  background-color: #212121;
  color: white; }

  .wrapper-black a, .wrapper-black a:visited, .wrapper-img a, .wrapper-img p a:visited {
    color: white;
    border-bottom: 1px solid #000;
    border-bottom-style: double; }

  .wrapper-black h2 { color: white; }

.wrapper-white { background-color: white; }

.wrapper-img   { background-color: black;
                 -webkit-background-size: 100%;
                 -moz-background-size: 100%;
                 -o-background-size: 100%;
                 background-size: 100%;

                 -webkit-background-size: cover;
                 -moz-background-size: cover;
                 -o-background-size: cover;
                 background-size: cover;
                 color: white; }

p.quote { font-weight: 500;
          font-size: 1.8em }

.schedule-separator {
  clear: both;
  border-bottom: 1px solid #E8E8E8;
  margin: 0 0 35px 297px;
  padding-top: 10px;
}

.omega > p {
  margin: 0;
}

.about-icon {
  width: 50px;
  margin: 0;
  padding-top: 0;
  opacity: 0.7;
}

.attribute {
  font-size: 0.9em;
}

.button-href {
  border: none;
  border-bottom: none;
  border-bottom-style: none;
}

/* #Page Styles
================================================== */

#footer-text {
  font-family: "Raleway";
  text-transform: Uppercase;
  padding-top: 20px;
}

#fb {
  background: rgba(66, 26, 252, 0.2);
}
  #fb:hover {
    background: white;
  }

#imageSwap {
  min-height: 300px;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

	  .schedule-separator {
	    margin: 0 0 35px 0px;
	  }

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	  .schedule-separator {
	    margin: 0 0 35px 240px;
	  }

	}

	/* 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) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

	}


/* #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; }
*/
