body {background:#F3F3F3;background:url(/images/bg.png)}
a {text-decoration: none}
h1, h2, h3, h4, h5, h6 {font-family: "LeagueGothicRegular", Times, serif;color: #474a42;}

header#top {
	display: table;
	width: 100%;
	background: #fff url(/images/design/ssfs_paper_texture_9.png);
	background-size:300px;
	padding: .5em 0;
	margin: 0;
	border-bottom: 6px solid #474a42;
}
	section#top-container {
		width: 960px;
		margin: 0 auto;
	}

	/** Main Title, table-cell **/
	header#top h1 {
	margin: 0;padding: .1em 0 0 0;
	display: table-cell;
	width:50%;
	}
	header#top h1 a {
	font-family: "LeagueGothicRegular", Arial, sans-serif;;
	text-shadow: 0 0 1px white;
	text-transform: uppercase;	
	font-size:1.2em;
	margin: 0;
	padding: 0 0 0 1.2em;	
	color: #474a42;
	background: url(/images/letterpressedicons/signal.png) 0 -2px no-repeat;
	background-size:50px;
	}
	
	/** Top right navigation, table-cell **/
	header#top nav#main_nav {
	display: table-cell;
	width: 50%;
	padding: 0 10% 0 0;
	text-align: right;
	}
	header#top nav#main_nav a {
	font-family: "LeagueGothicRegular", Arial, sans-serif;
	color: #474a42;
	font-size: 2em;
	padding:1.2em .4em .4em .4em;
	text-shadow: 0 0 1px white;
	}
	header#top nav#main_nav a:hover {
	border-bottom: 2px solid #474a42;
	background: #474a42;
	color: #f2f2f2;
	text-shadow: 0 0 1px black;
	}
	header#top nav#main_nav a:hover {
	font-size:1.9em
	}	
#content {margin-top: 6em}
#content p, #content ul {color:#7D7C7B}

/*** Homepage ***/
#homepage {
	width: 960px;
	margin: 5em auto;
	display: table;
}
#homepage .entry {
	float: left;
	width: 310px;
	margin: 0 5px;
	min-height:375px;
	display:block;
}
#homepage img.frontpageimage {
	position: relative;
	width:94%;
	margin:0 auto;
	background: #1B1B1B;
	padding: 3%;
	max-height:193px;
	z-index: 3;
	-webkit-transition: all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-trasntitino:all .2s ease;
	transition: all .2s ease;
}
	#homepage img.frontpageimage:hover,
	#homepage img.frontpageimage:focus 
	{background: #a8b9a4}

	#homepage img.frontpageimage:active
	{backgroundr:#a8b9a4;box-shadow:inset 0 0 6px #717d6e}
		
	img.more {width: 25px;margin:-2em 0 0 0;position:absolute}



#homepage #searchby p {
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
#homepage {margin-top: 6em}
#homepage p, #homepage ul {color:#7D7C7B}
/** Entry Page **/
img.big_image {width:98%;background: #101010;padding: 1%}
p.gallery img {margin: 0;width:31%;background: #101010;padding: 1%}
#entry_description a {color:#7D7C7B;text-decoration:none}
#entry_description a:hover {text-decoration: underline}
audio {width:100%}
video {
	width: 97%;
	margin-bottom:1em;
	padding: 1.5%;
	background:#141414;
	border-radius: 5px;
}
section#comments-private p {color: #874649}

/*** About ***/
.fancybox_image {
	padding: 4px;
	border: 1px solid rgba(36,36,36,0.15);
}
.about #content {
	padding: 0 2em;
}

/** Relationships **/
p#related_images img {
	width: 24.3%;
	max-height:101px;
	border:1px solid #EFEFEF;
}
p#related_images a:hover img  {
	border-color:#242533;
}

/** Footer **/
section#footer_info {padding:2em 3em 2em 3em;margin:0 auto;text-align:center}
section#footer_info p {margin: 0;padding: 0;}
.social {margin:2px 0 2px 0;opacity: .5;}
.social:hover {opacity: 1}
.social:active {margin-top:4px;margin-bottom:0}