* {
	border-color: transparent;
	border-width: 0;
	margin: 0;
	padding: 0;
}

h1 {
	background-color: #CFC;
	width: 520px;
	-moz-border-radius: 5px;
	font-size: 14px;
	padding: 3px;
}

p {
    padding-bottom: 10px;
}

h3 {
	color: #036;
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.codeHeading {
	padding: 5px;
	width: 530px;
	background-color: #D4D3D8;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

table.centertable {margin-left:auto; margin-right:auto;}

.codeList {
	width: 530px;
	padding: 5px;
	background-color: #E5E4E9;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.codeList img {
	margin-top: 10px;
}
.codeList td{
	height: 30px;
}
.codeList p {
	margin-bottom: 20px;
}
.downloadallbar {
	background-color: #80b17e;
	color: white;
	text-align: center;
	width: 540px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	height: 25px;
	display: table-cell;
	vertical-align: middle;
}
#content .downloadallbar a {color: white;}

#navbar a {
	text-decoration: none;
	color: #888;
	padding: 10px;
	display: block;
}

#navbar a:hover {
	color: #0CF;
}

.aboutpicl {
	float: left;
	margin-right: 10px;
	width: 150px;
}
.aboutpicl p {
	font-size: 10px;
	color: black;
}

body {
	background: #1A1B1F url(bg.jpg) no-repeat;
	font-family: 'Lucida Grande',sans-serif;
	font-size: 0.75em;
	color: #666;
}

.post_title {
	font-weight: bold;
	border-bottom: 1px solid #555;
	margin-bottom: 5px;
	color: #036;
}
.post_date {
	color: #06F;
	font-weight: normal;
	font-size: 11px;
	float: right;
}

.posting {
	width: 535px;
	background-color: #E5E4E9;
	-moz-border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
}

#content a {
	color: #069;
}

.channelposting {
	width: 535px;
	height: 200px;
	background-color: #DEC;
	-moz-border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
}
.channelposting img {
	float: left;
	margin-right: 10px;
	border-right: solid 1px #555;
}
.stat {
	color: #030;
	font-weight: bold;
	font-size: 11px;
}

.webtitle {
	font-weight: bold;
	color: #069;
}
.webposting {
	width: 535px;
	height: 200px;
	background-color: #E5E4E9;
	-moz-border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
}
.webposting img {
	float: left;
	margin-right: 10px;
	border-right: solid 1px #555;
}

hr {
	background-color: #666;
	height: 2px;
}

#header {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background-color: #41352d;
	-moz-border-radius: 10px;
	font-size: 16px;
	color: #888;
}

#container {
	margin: 0px auto 20px auto;
	position: relative;
	text-align: left;
	width: 700px;
}

#navlogo {
	height: 115px;
	text-align: right;
	padding: 0 5px 0 5px;
}
#navlogo img {
	float: left;
}

#navbar {
	width: 110px;
	min-height: 1020px;
	float: right;
	background-color: #252429;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
}

#textholder {
	width: 550px;
}

#content {
	width: 570px;
	min-height: 1000px;
	background-color: #FFF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	padding-left: 20px;
	padding-top: 20px;
}

#navmenu {
	color: #888;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#navmenu li {
	border-bottom: 1px solid #181A1E;
	background-color: #252429;
}

#navmenu .menu_selected {
	background-color: #FFF;
	font-weight: bold;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #555;
}

.tabwrap {
	background-color: #E1E5E9;
	-moz-border-radius: 7px;
	padding: 10px;
	width: 520px;
	margin-bottom: 20px;
}

.projtitle {
	font-weight: bold;
	color: #336;	
	font-size: 14px;
	margin-left: 10px;
}

.projvid {
	padding: 10px;
	background-color: black;
	-moz-border-radius: 10px;
	text-align: center;
	display: none;
	margin-top: 10px;
}
.projimg {
	background-color: black;
	padding: 5px;
	width: 110px;
	-moz-border-radius: 7px;
	text-align: center;
}
.projlink {
	cursor: pointer;
	color: white;
	background-color: #000;
	font-weight: bold;
	margin-left: 25px;
	padding: 3px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	text-decoration: underline;
	width: 70px;
	text-align: center;
}

.projlink:hover {
	color: #0CF;
}
.projdescr {
	color: #333;
	width: 100%;
}
