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

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

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

 .header {
   height: 150px;
   padding-top: 30px;
 }
.header img {
   width: 280px;
 }
 .footer {
   border-top: 7px solid black;
   border-bottom: 2px solid gray;
   height: 57px;
   padding-top:7px;
   margin-bottom:3em;
 }

 .navigation {
   border-top: 7px solid black;
   border-bottom:1px solid black;
   height: 40px;
   padding-top:20px;
   font-size:20px;
   letter-spacing: 1px;
   text-transform: uppercase;
 }


 #query {
   background-image:url(../images/search.gif);
   background-position:right;
   background-repeat:no-repeat;
 }

 .searchbar {
   border-bottom: 4px solid black;
}

h2 {
  font-weight:bold;
  margin-top:12px
}

 .connect {
   float: right;
 }
/* #Page Styles
================================================== */
 .content {
/*   border-bottom: 2px solid black; */
   padding-top:1em;
   padding-bottom:1em;
 }
 .sidebar {
   padding-top: 15px;
 }
/* #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) {}

	/* 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: 'Gotham-Black';
	    src: url('../fonts/Gotham-Black.eot');
	    src: url('../fonts/Gotham-Black.woff') format('woff'),
	         url('../fonts/Gotham-Black.ttf') format('truetype'),
	         url('../fonts/Gotham-Black.svg') format('svg');
	    font-weight: normal;
	    font-style: normal; 
    }

	@font-face {
	    font-family: 'Gotham-Book';
	    src: url('../fonts/Gotham-Book.eot');
	    src: url('../fonts/Gotham-Book.woff') format('woff'),
	         url('../fonts/Gotham-Book.ttf') format('truetype'),
	         url('../fonts/Gotham-Book.svg') format('svg');
	    font-weight: normal;
	    font-style: normal; 
    }

html, h2 {
		font-family: 'Gotham-Book';
  }
	
.footer-nav {
  padding-top:15px;
}
.footer ul {
  display:inline;
}

.footer li {
  font-size: small;
}

.description,
.pager a,
.footer a,
.listing-quote, h2,.navigation, .content {
  text-decoration:none;
}

.description {
  font-weight:bold;
  padding-top:1em;
}

.pager {
  padding-bottom: 1em;
}

.counter {
  display:inline;
  padding-bottom: 10px;
}

h5,h3 {
  font-family:'Gotham-Black';
}

h5 {
  margin-top:1em;
}
.content-title h3 {
  font-family:'Gotham-Book';
}

strong {
  margin-top:12px;
}

.navigation a {
  text-decoration:none;
}

.body-interviews .nav-interviews,
.body-home .nav-home,
.body-enabout .nav-enabout {
  font-family:'Gotham-Black';
}




