/*
	Theme Name: Go Daddy Vint Age
	Theme URI: http://godaddy.com
	Description: A Vintage WordPress Theme
	Author: CyberChimps
	Author URI: http://cyberchimps.com
	Version: 1.2
	License: Proprietary
*/

/********************************************************************************************************************/
/********************************************** FONTS ***************************************************************/
/********************************************************************************************************************/

@import url(http://fonts.googleapis.com/css?family=Monoton);
@import url(http://fonts.googleapis.com/css?family=Norican);
/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('webfonts/leaguegothic-italic-webfont.eot');
    src: url('webfonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/leaguegothic-italic-webfont.woff') format('woff'),
         url('webfonts/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('webfonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;
}
/* Italic */
@font-face {
    font-family: 'League Gothic';
    src: url('webfonts/leaguegothic-regular-webfont.eot');
    src: url('webfonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('webfonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('webfonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('webfonts/leaguegothic-condensed-regular-webfont.eot');
    src: url('webfonts/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('webfonts/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('webfonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('webfonts/leaguegothic-condensed-italic-webfont.eot');
    src: url('webfonts/leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/leaguegothic-condensed-italic-webfont.woff') format('woff'),
         url('webfonts/leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
         url('webfonts/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
    font-weight: normal;
	font-style: italic;
}

/********************************************************************************************************************/
/******************************************** MAIN HTML STYLES ******************************************************/
/********************************************************************************************************************/
body {
	color:#555;
	background: grey url('images/index_background.png');
	padding: 0!important;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: 400;
}
a{
	color:#975748;
}
a:hover{
	color:#975748;
	text-decoration:underline;
}
table .label {
  background: none;
  padding: 7px;
  line-height: normal;
  text-shadow: none;
}
tr {
  border-bottom: 1px solid #ccc;
}
td { 
	padding: 5px 20px;
}
dt {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 26px; 
}
dd {
  margin-bottom: 15px;
  margin-left: 26px;
}
ul, ol { 
	margin: 0 0 10px 0;
}
ol, ul {
  list-style-position: inside;
  margin-left: 21px;
}
pre {
  -moz-border-radius: 0;
  border-radius: 0;
}
code {
	white-space: pre-wrap;
}
header {
	margin-top: 15px;
  margin-bottom: 15px;
}
.clear{
  clear: both;
}
.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}

/********************************************************************************************************************/
/******************************************** HEADER ****************************************************************/
/********************************************************************************************************************/

.container-full.top-header {
	margin-bottom: 30px;
	padding-bottom: 5px;
	background: #904f41 url( 'images/img-navbar.png' );
	-webkit-box-shadow:  0px 5px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 5px 1px 1px rgba(0, 0, 0, 0.1);
}


/*======================================= SOCIAL ==============================================*/

#social a {
	display: inline-block;
	padding: 0;
  margin-right: 3px;
	zoom: 1;
	*display: inline;
}
#social a img {
	margin-top: -8px;
}
@media (max-width: 979px) {
	.nav-collapse #social {
		margin: 20px 0 0 10px;
	}
}

/*======================================= DETAILS =============================================*/

header#cc-header {
	margin-top: 5px;
	margin-bottom: 30px;
	padding-bottom: 3px;
}
#cc-header .span7{
	width:100%;
}
header#cc-header h1.site-title  a{
	color:black;
}
header#cc-header h1.site-title a:hover {
	text-decoration: none;
}
header#cc-header h1.site-title {
	font-family: 'Monoton', cursive;
	text-transform: lowercase;
	text-align: center;
  font-size: 6em;
	margin-bottom: 5px;
	line-height: 1em;
}
#cc-header .span7 #logo {
	text-align: center;
}
#cc-header .site-description {
	font-size: 2em;
	width: 100%;
	margin-left: 0;
	text-align: center;
}
@media (max-width: 767px) {
	header#cc-header h1.site-title {
		font-size: 4em;
  }
	#cc-header .site-description {
		font-size: 1.5em;
	}
}

/*======================================= SEARCH =============================================*/
header #search.span5 {
	width: 100%;
	text-align: cen