@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:'Bebas Neue';
	src: url('bebasneue.otf');	
}

@font-face {
	font-family:'Neutra Text Alt';
	src: url('NEUTRATEXT-BOOKALT.TTF');
}

@font-face {
	font-family:'Neutra Text Alt Light';
	src: url('NEUTRATEXT-LIGHTALT.TTF');
	font-weight:light;	
}

@font-face {
	font-family:'Neutra Text Alt Bold';
	src: url('NEUTRA.TTF');
	font-weight:bold;	
}

body {
	background-color:#FFFFF7;
	margin:0px;
	width:100%;
	height:100%;
	position:absolute;
	overflow:visible;
}

#title {
	cursor:pointer;
	text-decoration:none;	
}

.mainlink {
	cursor:pointer;
	background-repeat:none;
	background-position:bottom center;
	height:100px;
}

.linkIcon {
	width:100px;
	height:100px;
	cursor:pointer;
}

h1 {
	color:#333;
	font-size:44px;
	display:inline;
}

a {
	color:inherit;
}

a:link {
	text-decoration:none;	
}

a:visited {
	text-decoration:none;	
}

a:hover {
	text-decoration:none;
	color:#000;	
}

a:active {
	text-decoration:none;
	color:#666;
}

#navContainer {
	width:435px;
	height:100%;
	position:fixed;
}

#navBlocker {
	width:435px;
	height:100%;
	float:left;
	border:solid;
}

#pageContent {
	overflow:auto;
	float:left;
	margin-left:435px;
}

.PGmobileIndent {
	overflow:auto;
	float:left;
	margin-left:435px;
	padding: 20px;
}

#titleNav {
	width:410px;
	height:100%;
	left:15px;
	float:left;
	min-height:660px;
	background-image:url('bishHeadBW.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

#subtitle {
	font-family:"Neutra Text Alt Light", Futura, Helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
	color:#353535;
	text-align:center;
	width:235px;
	margin-left:67px;
	float:left;
}

#title {
	margin-top:20px;
	margin-left:67px;
	float:left;
}

#links {
	float:right;
	width:100px;
	margin-top:20px;
}

#locator {
	font-family:"Neutra Text Alt Light", Futura, Helvetica, sans-serif;
	font-size:68px;
	color:#c7c8ca;
	letter-spacing:-4px;
	float:left;
	clear:left;
	text-transform:lowercase;
}

#locatorM {
	display:none;	
}

#mitreIcon {
	float:right;
	opacity:.5;
	margin-top:10px;
	margin-right:40px;
}

#lineBox {
	position:absolute;
	top:20px;
	left:440px;
	right:100px;
	overflow:hidden;
	z-index:0;
}

#twitDiv {
	margin-left:5px;
	float:left;	
	min-width:200px;
}

#blurbsBox {
	overflow:scroll;
	margin:0px 10px 0px 10px;
	float:left;	
}

#blogBlurbs {
	float:left;
	margin-left:15px;
	min-width:200px;
	background-color:#FFF;
	overflow:hidden;
	border:solid;
	border-width:1px;
	border-color:#ccc;
	border-radius:5px;
}

.blurbsHeader {
	font-family:"Neutra Text Alt Light", Futura, Helvetica, sans-serif;
	font-size:32px;
	color:#333;
	line-height:32px;
	text-align:left;
	width:100%;
	float:left;
	border-bottom:solid;
	border-width:1px;
	border-color:#ccc;
	padding:10px;
}

article {
	float:left;	
}

.entry-title {
	color:#333;
	font-family:"Bebas Neue", Impact, Trebuchet MS, Arial, sans-serif;
	font-size:44px;
	text-transform:uppercase;
}

.entry-date {
	color:#666;
	font-family:"Bebas Neue", Impact, Trebuchet MS, Arial, sans-serif;
	font-size:28px;
	text-transform:uppercase;
}

.entry-summary, .entry-content {
	color:#333;
	font-family:"Neutra Text Alt Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;	
}

.comments-link, .author {
	font-family:"Neutra Text Alt Light", Futura, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
	margin-left:25px;
	text-transform:lowercase;
}

.byline {
	display:none;	
}

.cat-links {
	display:none;	
}

#comments {
	font-family:"Neutra Text Alt Light", Futura, Helvetica, sans-serif;
	margin:15px 0px;
}

.comment-form {
	float:left;
	clear:both;	
}

li.comment {
	float:left;
	clear:left;
	margin-top:40px;
}

.comment-reply-title {
	display:none;	
}

 	
div.flashalbum .fluid-width-video-wrapper { height: 100%; }

td {
	border:solid;
	border-width:1px;
	border-color:#CCC;
	vertical-align:top;
	width:14.28%;
}

.gce-month-title {
	font-family:"Bebas Neue", Impact, Trebuchet MS, Arial, sans-serif;
	font-size:32px;	
}

th {
	font-family:"Bebas Neue", Impact, Trebuchet MS, Arial, sans-serif;
	font-size:24px;	
}

#infoDisplayBox {
	float:left;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:"Neutra Text Alt Light", Futura, Helvetica, sans-serif;
	display:none;
}