  @media only screen and (max-width: 959px) {}
  @media only screen and (max-width: 767px) {
	.error404 {
		overflow:visible!important;
		background:#000!important
	}
  }

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

#top, #logo, 
#search,
#tagline, #latest {
	text-align:center
}

#top {
	height:5px;
	background:url(images/top-bckg.jpg) repeat;
}

#top #social {
	padding-top:5px
}

#logo img {
	width: 336px;
	height: 198px;
}

.home #logo img {
	width: 336px;
	height: 198px;
}

strong {
	color: #888!important
}

.grey {
	color:#888!important
}

a:hover {
	text-decoration:none
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px;
	min-height: 100%;
}


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

.page #logo img {
	margin-top: -9px;
}

#page-content {
	#margin-top:25px;
	margin-bottom:125px;
	position:relative;
	z-index:1
}

#page-content h2 {
	font-family: Share, Arial;
	font-size: 32px;
}

#page-content h5.subtitle {
	font-size: 12px;
	color: #888!important;
	margin-bottom: 25px;
	margin-top: -14px;
	text-transform: uppercase
}

#page-content h5 {
	margin-bottom: 15px
}

.post_404 {
	text-align:center;
	#margin-top:79px
}

.error404 {
	background:#111111;
	overflow:hidden
}

.error404 h2 {
	color: #979797!important;
	font-size: 48px!important;
	font-weight: bold;
	letter-spacing: -2px
}

.error404 p {
	font-size: 21px;
	line-height: 31px;
	color: #575757;
	margin-top: 25px
}

.error404 #logo {
	margin-top: -10px;
}

.error404 a {
	color:#D95A2C
}

.error404 #birds, .error404 #butterflies, .error404 #top {
	visibility:hidden
}

.error404 #copy {
	color:#555
}
