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

/*RESET CSS*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END OF RESET CSS*/




/*GLOBAL*/
body {
	background: #191919; /* for non-css3 browsers */
	/*margin-top: 150px;*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393939', endColorstr='#191919'); for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#393939), to(#191919)) #191919 no-repeat; /* for webkit browsers */
background: -moz-linear-gradient(top,  #393939,  #191919) #191919 no-repeat; /* for firefox 3.6+ */
}

body, img, div { 
	behavior: url(iepngfix/iepngfix.htc);
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a8ff00;
	padding-bottom: 10px;
}

p, a, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}

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

comment {
	text-decoration: none;
	border: 0px;
}

.contact-icon {
	width: 20px;
	height: 20px;
	border: 0px;
	padding-right: 10px;
}

.encompass {
	background: url(images/logo.png) no-repeat center top;
	padding-top: 100px;
	width: 774px;
	height: 100%;
	margin: 0px auto;
}

/*PANDAZOOKA COLUMN*/
.pzk {
	width: 74px;
	height: 390px;
	float: left;
	background: url(images/pandazooka.png) no-repeat left top;
}

.middle {
	width: 626px;
	height: 390px auto;
	padding-bottom: 20px;
	float: left;
}


/*END OF GLOBAL*/




/*NAVIGATION ROW*/
.navigation {
	width: 673px;
	height: auto;
	padding-bottom: 20px;
}

.navigation p, .navigation ul, .navigation li, .navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	text-align: right;
	text-decoration: none;
}

.navigation a:hover {
	color: #a8ff00;
	text-decoration: none;
}

.homeButton {
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-image:url(images/home.png)
}

.navigation li {
	display: inline;
	padding-left: 15px;
}

/*END OF NAVIGATION ROW*/






/* THUMBNAIL ROW*/
.thumbrow {
	width: 100%;
	height: 195px auto;
	padding-bottom: 27px;
	float: left;
	background: transparent;
}

.thumbrow img{
	width: 170px;
	height: 195px;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}

.thumbrow a{
	padding-left: 27px;
	padding-right: 0px;
	text-decoration: none;
}




/*MORE BUTTON*/
.more {
	width: 74px;
	height: 123px;
	margin-top: 50px;
	float: right;
	border: none;
}

.more a{
	text-decoration: none;
}

.more img{
	width: 69px;
	height: 123px;
	margin-left: 0px;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
	border: none;
}


/*END OF MORE BUTTON*/



/*SHORT BIO*/
.bio {
	width: 367px;
	height: 168px;
	float: left;
	margin-left: 27px;
}

.bio p{
	line-height: 1.5;
}

.mini-contact {
	width: 170px;
	height: 186px;
	float: right;
	margin-right: 27px;
}

.mini-contact p,
.mini-contact a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.mini-contact a:hover{
	color: #a8ff00;
}

.mini-contact table{
	width: 100%;
	height: auto;
	border: 0px;
}

.mini-contact table td{
	width: auto;
	height: 30px auto;
	border: 0px;
	padding: 7px 0px;
	vertical-align: middle;
}

.mini-contact-email {
	font-size: 12px;
	font-weight: normal;
}

/*FOOTER*/
.footer {
	width: 570px;
	height: auto;
	margin: 0px auto;
}

.footer p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
}