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

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

body {
    background-color: #111;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}

body, h1, h2, h3, h4, h5, h6 {
    color: #5e605f;
    font-family: "AppleLiGothicMedium";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 100%;
}

a, a:visited, a:hover, a:focus { text-decoration: none; }

a, a:visited { color: #5e605f; }
a:hover, a:focus { color: #e7e7e7; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 20px !important; }
.add-bottom { margin-bottom: 40px !important; }

.remove-top { margin-top: 0 !important; }
.half-top { margin-top: 20px !important; }
.add-top { margin-top: 40px !important; }
.double-top { margin-top: 60px !important; }


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

.container.gallery {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

h3 a.banner {
    font-size: 40px;
}

h1.banner {
    font-size: 70px;
    margin-right: 40px;
    text-height: font-size;
}

#title {
    padding-left: 185px;
    padding-bottom: 5px;
}

#title > h1 {
    font-size: 160px;
    letter-spacing: -0.035em;
}

#menu-top, #menu-bottom {
    padding-left: 20px;
    margin-left: 0;
}

#menu-top > a, #menu-bottom > a {
    font-size: 24px;
}

#menu-top {
    width: 95%;
    height: 33px;
    background-image: url(../images/menu-line.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    padding-top: 5px;
}

#menu-bottom {
    padding-top: 2px;
}

#gallery {
    padding-top: 20px;
}

#gallery p {
    padding-left: 75px;
    font-size: 25px;
    line-height: 100%;
    font-weight: normal;
}

#gallery p a, #gallery p a:visited { color: #979797; }
#gallery p a:hover, #gallery p a:focus { color: #e7e7e7; }

#gallery ul li a img {
    max-width: 100%;
}

/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 991px) {}
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {}
	
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
	

/* #Font-Face
================================================== */
@font-face {
    font-family: 'AppleLiGothicMedium';
    src: url('./fonts/c36gothic-webfont.eot');
    src: url('./fonts/c36gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/c36gothic-webfont.woff') format('woff'),
         url('./fonts/c36gothic-webfont.ttf') format('truetype'),
         url('./fonts/c36gothic-webfont.svg#AppleLiGothicMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}