/**//**//**//*   CSS BY BRENDAN SLOAN    *//**//**//**/
/**//**//**//*        STEAL IT AND DIE          *//**//**//**/
/**//**//**//*        BODY AND HEADER        *//**//**//**/
html, body {
    height: 100%;
}


body {
	background:#000 url(img/bgtile1.jpg) repeat-y top center fixed;
	margin:0;
	font-size:100%;
	text-align:center;
}
.boxxor {
	margin:0 auto;
	width:750px;
	text-align:left;
	position:relative;
	min-height:100%;
}
#top {
	height:190px;
	background:#000;
}
.cam {
	z-index:1;
	float:left;
	position:absolute;
}
.logotxt{
	float:right;
	border:1px solid #FFF;
	padding-top:15px;
}
a
{
  outline: none;
}
/**//**//**//*   NAVIGATION    *//**//**//**/

.nav {
	height:47px;
	margin-bottom:5px;
}
.nav ul {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style-type:none;
	border-top:0;
}
.nav li {
	float:left;
	margin:0;
	color:#FFF;
	font-style:normal;
	width:148.5px;
	font-size:150%;
}
.nav a {
	width:100%;
	height:35px;
	border:3px solid #000;
	border-right:0;
	background:#2c2f2f;
	display:block;
	color:#666;
	text-align:center;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bold;
}
.nav a:visited {
	color:#000;
	text-decoration:none;
}
.nav a:hover {
	color:#000;
	text-decoration:none;
	background-color:#3d4645;
}
.vcenter {
	position:relative;
	top:3px;
}
/**//**//**//*        CONTENT BABY       *//**//**//**/

.cntnt {
	margin-left:3px;
	margin-right:3px;
	padding-bottom:110px;
}

.ihd {
	font-family:Verdana;
	height:20px;
	padding:0 0 2px 5px;
	border:#383A39 1px solid;
	background:#2B2D2C;
}
.title{
	color:#777;
	float:left;
	font-size:120%;
	font-variant:small-caps;
	text-decoration:underline;
	font-weight:bold;
	font-family:Georgia;
}
.date {
	color:#555;
	margin:7px 2px 0 0;
	font-size:70%;
	font-family:Verdana;
	position:relative;
	font-weight:bold;
	float:right;
}
.post{
	color:#666;
	border:#000 1px solid;
	padding:4px;
	background:#212121;
	margin-bottom:15px;
	font-size:75%;
	border-bottom:#222 1px solid;
	font-family:Verdana;
	height:100%;
}
.post p {
	margin-top:2px;
}

a {
	color:#888;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#AAA;
	text-decoration:underline;
}

a:visited {
	color:#888;
	text-decoration:none;
	font-weight:bold;
}
.right {
	font-family:Verdana;
	font-size:95%;
	position:relative;
	float:right;
}

.biopic {
	font-family:Verdana;
	border:2px solid #434343;
	padding:3px;
	display:block;
	float:left;
	margin-right:15px;
}
/**//**//**//*        MISCELLANEOUS       *//**//**//**/

/**//**//**//*        FOOTER       *//**//**//**/
.footer {
	background:#232323;
	border:2px solid #333;
	height:78px;
	width:748px;
	position:absolute;
	bottom:0;
	margin-bottom:10px;
}
.ftimg {
	float:left;
	position:absolute;
}
.footer p {
	color:#777;
	font-size:70%;
	font-variant:small-caps;
	margin:45px 0;
	float:right;
	width:440px;
}
.licence {
	margin:39px 0;
	position:absolute;
	left:653px;
	text-align:left;
	height:33px;
	}
.validations {
	position:absolute;
	margin:17px 0;
	left:350px;
	text-align:left;
	height:17px;
	width:290px;
}