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;
}

:focus {
	outline: 0;
}

ins, a {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #000 url('images/bg.jpg') no-repeat top center;
	color: #FFF;
	font: 14px Tahoma, "Arial Narrow", Arial, Verdana, Sans-Serif;
}

a, a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

h1 {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
}

input {
	border: solid 1px #464243;
	background: #000;
	color: #464243;
	font-size: 16px;
}

#page {
	margin: 0 auto 0 auto;
	width: 1000px;
}

#header {
	padding: 0 50px;
}

	#header form {
		float: right;
		padding: 85px 25px 0 0;
	}

	#header form input[type=submit] {
		border: none;
		background: url('images/subscribe.jpg') no-repeat;
		width: 97px;
		height: 37px;
		cursor: pointer;
	}
	
	#header form input[type=text] {
		padding: 4px;
	}
	
	#header #banner {
		padding: 0 25px;
	}
	
#content {
	margin: 20px 0;
}

	#content #content-title {
		background: url('images/diag.jpg');
		height: 97px;
		max-height: 97px;
		overflow: hidden;
	}
	
		#content #content-title h1 {
			font-size: 42px;
			padding: 20px 0 0 40px;
		}
	
	#content .column {
		float: left;
		padding-bottom: 30px;
	}
	
	#content #left-side,
	#content #right-side {
		margin: 0 15px;
		width: 185px;
		max-width: 185px;
	}
	
	#content .nav {
		
	}
	
		#content .nav  li {
			font-weight: normal;
			background: url('images/nav-shim.jpg') repeat-x;
			border-top: solid 1px #333132;
			border-right: solid 1px #4A4647;
			border-bottom: solid 1px #000;
			padding: 8px 0 0 10px;
			height: 28px;
		}
	
	#content #connect {
		margin: 10px 0px;
	}
	
		#content #connect li {
			display: inline;
		}
		
		#content #connect img {
			opacity:
		}
	
	#content #inner-page {
		margin: 0 25px;
		width: 520px;
	}
	
.posts {
	
}
	
	.posts li {
		border-top: dotted 4px #fff;
		padding: 20px 0;
		clear: both;
	}
		.posts li img {
			max-width: 200px;
			float: left;
			margin: 0 20px 20px 0;
		}
		.posts li a {
			display: block;
			width: 100%;
			text-align: right;
		}
		
		.posts li .writeup {
			padding: 0 20px;
		}
	
			.posts li .writeup h1 {
				font-weight: bold;
				font-size: 24px;
			}
			
			.posts li .writeup h2 {
				font-weight: bold;
				font-size: 18px;
				color: #898989;
			}
			
			.posts li .writeup p {
				font-size: 16px;
				color: #898989;
			}
			
#galleries-mostrecent {
	
}
	
	#galleries-mostrecent li {
		width: 100%;
	}
		#galleries-mostrecent li li {
			width: 85px;
			max-width: 85px;
			height: 85px;
			max-height: 85px;
			float: left;
			margin: 0 2px;
			text-align: center;
		}
		
			#galleries-mostrecent li li img {
				vertical-align: middle;
				
			}
		
			#galleries-mostrecent li li a {
				vertical-align: middle;
				height: 85px;
				width: 85px;
				display: table-cell;
				border: solid 1px #333132;
			}
		
			#galleries-mostrecent li li a:hover {
				border: solid 1px #fff;
			}
		
		#galleries-mostrecent li a {
			font-size: 10px;
		}
		
#gallery-images {
	margin: 20px 0;
	width: 100%;
}

	#gallery-images td {
		padding: 5px;
		text-align: center;
		vertical-align: middle;
	}
		#gallery-images a {
			width: 128px;
			height: 128px;
			border: solid 1px #333132;
			display: table-cell;
			vertical-align: middle;
		}
		
		#gallery-images a:hover {
			border: solid 1px #fff;
		}
		
#event-archive {
	margin: 20px 0;
	width: 100%;
}
	
	#event-archive td {
		padding: 5px;
		text-align: center;
	}

	#event-archive img {
		border: solid 1px #333132;
	}
	
	#event-archive img:hover {
		border: solid 1px #fff;
	}
	
#functions {

}

	#functions h1 {
		margin-bottom: 15px;
	}
	
#login {
	margin: 40px 0 0 0;
}
	
	#login td {
		padding: 0 10px 10px 0;
	}

	#login span {
		display: block;
	}

#register {
	margin: 40px 0 0 0;
}	
	
	#register th {
		width: 150px;
		font-weight: normal;
	}
	
.clear {
	clear: both;
}				
			
#footer {
	clear: both;
}

	#footer .nav {
		border-top: solid 2px #464243;
		border-bottom: solid 2px #464243;
		color: #828282;
		padding: 15px 0;
		text-align: center;
	}
		#footer .nav a {
			color: #828282;
			margin-right: 5px;
		}
		
		#footer .nav a:hover {
			color: #fff;
		}

		
		#footer .nav li {
			display: inline;
		}
	
	#footer .shim {
		background: url('images/diag.jpg');
		height: 97px;
		max-height: 97px;
	}
	
/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbCaption a {
	color: #666;
}

#lbCaption a:hover {
	color: #000;
}
