/* =============================================================================
   Base
   ========================================================================== */

body { 
	color:#595959;
}
.right-align {text-align:right;}
@font-face {
    font-family: 'League';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
a {
	color: #222;
}

/* =============================================================================
   Header
   ========================================================================== */

#banner { }

/* Fixed Topbar Navigation */




/* =============================================================================
   Content
   ========================================================================== */

#content { }



/* =============================================================================
   Primary Content
   ========================================================================== */

#main { }



/* =============================================================================
   Sidebar
   ========================================================================== */

#sidebar { text-align: right; }
.cats {
	text-align: right;
}
.page_item {
	list-style: none;
}
.cats a, .page_item a {
	color:#999;
}
.cats a:hover, .page_item a:hover, .current_page_item a, .current-cat>a {
	color:#595959;
}
.cats>li, .page_item {
	padding-bottom: 12px;
}
.cats>li>a, .page_item a {
	text-transform: uppercase;
}
.cat-posts>li>a {
	font-family: Georgia, serif;
	font-size: 0.9em;
}
.cat-posts>li>.current-page {
	font-style: italic;
	color:#595959;
}
.cat-posts {
	padding-top: 12px;
	margin: 0;
	display: none;
}
.current-cat .cat-posts {
	display: block;
}



/* =============================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer { }
.gallery, .gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	min-height: 500px;
	height: auto;
}
.gallery li, .gallery-home li {
	text-align: center;
	display: block;
	width: 100%;
}
.photo-meta {
	margin: 10px auto 40px auto;
}
.gallery li p, .gallery li h2 {
	text-align: left;
	margin: auto;
}
.gallery-nav {
	display: block;
	text-align: center;
	height: 60px;
	margin-top: -60px;
}
.gallery-nav img {
	padding: 0 10px;
}
.nav-desc {
	font-size: 80%;
}
h2.gallery-title {
	font-size: 1em;
	font-weight: normal;
	font-family: Georgia, serif;
	font-style: italic;
	color:#595959;
}
.page-text {
	float: left;
	width: 480px;
}
.page-image {
	float: right;
}


/* =============================================================================
   Footer
   ========================================================================== */

#content-info { }



/* =============================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



#container {
	width: 100%;
	max-width: 1100px;
	min-width: 768px;
	min-height: 100%;
	margin: 0;
}

#sidebar {
	margin: 0 2.8% 0 5.5%;
	width: 12.5%;
	display: block;
	float: left;
}

#content {
	margin: 0 5.5% 0 0;
	width: 73.7%;
	display: block;
	float: left;
}

#mainheader, #mainfooter {
	width: 94%;
	padding-left: 6%;
	display: block;
	clear: both;
}

#mainheader {
	height: 70px;
	padding-top: 50px;
}

#mainheader .brand {
	display: block;
	width: 13%;
}



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

@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body.top-navbar {
    padding-top: 0;
  }
}