* {
	margin: 0px;
	padding: 0px;
} 
html, body {
	min-width: 960px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #B0B0B0;
	background: #252525 url(gfx/background.png) repeat left top;
	font-family: sans-serif;
	font-family: verdana;
}
a {
	color: #4E84B4;
}
a:hover {
	color: #A8C3DC;
}
a img {
	border: none;
}
li {
	list-style: square outside;
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	font-size: medium;
	font-weight: bold;
}
hr {
	background: #2F3943;
	border: 0px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#wrap {
	min-height: 100%;
}

/* Header */
#header {
	clear: both;
	float: left;
	width: 100%;
	background-color: rgba(32,32,32,0.8);
/*
	background: -webkit-gradient(linear,left top, left bottom, from(#3B424A), to(#19100B));
	background: -moz-linear-gradient(left, #3B424A, #161616);
 */
}
#header p,
#header h1,
#header h2 {
	margin: 0px;
}
#header ul {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	background-color: rgba(220,220,220,0.1);
	color: #60A0DC;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
/*
	border-top: 1px solid rgba(220,220,220,0.1);
	border-bottom: 1px solid rgba(220,220,220,0.1);
 */
}
#header ul li {
	display: inline;
	list-style: none;
}
#header ul li a {
	display: block;
	float: left;
	text-align: center;
	position: relative;
	padding: 4px 24px 4px 24px;
	left: 20px;
	color: #60A0DC;
	text-decoration: none;
	font-weight: bold;
}
#header ul li a:hover {
	color: #C9EAFE;
	background-color: rgba(134,151,165,0.2);
}
#header ul li a.active,
#header ul li a.active:hover {
	color: #C9EAFE;
	background-color: rgba(96,160,220,0.2);
}

/* Sub menu */
#submenu {
	clear: both;
	padding: 4px 30px;
	text-align: right;
	text-shadow: #C74810 0px 0px 3px;
	color: #EB7E1A;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* Column container */
.colmask {
	overflow:auto;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 61px;		/* negative of the footer margin-top */
	border-top: 1px solid #363134;
/*
	border-top: 1px solid rgba(220,220,220,0.1);
 */
}

.colset .colleft {
	float: left;
	width: 200%;
	margin-left: -360px;
	position: relative;
	right: 100%;
}
.colset .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	left: 50%;
}
.colset .col1 {
	margin: 0 20px 0 380px;
	overflow: hidden;
}
.colset .col2 {
	float: right;
	width: 320px;
	position: relative;
	left: 340px;
}

/* Post */
.post {
	padding: 10px 0px 0px 0px;
}
.post .title {
	padding: 2px 4px 2px 4px;
	background-color: rgba(57,70,83,0.8);
	border: 1px solid #2F3943;
}
.post .meta {
	padding: 2px 30px 2px 30px;
	font-style:italic;
	color: #B0B0B0;
	background-color: rgba(31,31,31,1);
	border-left: 1px solid #2F3943;
	border-right: 1px solid #2F3943;
	border-bottom: 1px solid #2F3943;
}
.post .entry {
	padding: 2px 15px 2px 15px;
	background-color: rgba(31,31,31,1);
	overflow: hidden;
	line-height: 1.4em;
	border-left: 1px solid #2F3943;
	border-right: 1px solid #2F3943;
	border-bottom: 1px solid #2F3943;
}
.post .entry_pre {
	padding: 2px 15px 2px 15px;
	background-color: rgba(31,31,31,1);
	overflow: hidden;
	line-height: 1.4em;
	font-family: monospace;
	white-space: pre;
	border-left: 1px solid #2F3943;
	border-right: 1px solid #2F3943;
	border-bottom: 1px solid #2F3943;
}
.post .entry_man {
	padding: 2px 15px 2px 15px;
	background-color: rgba(31,31,31,1);
	overflow: hidden;
	line-height: 1.4em;
	font-family: monospace;
	border-left: 1px solid #2F3943;
	border-right: 1px solid #2F3943;
	border-bottom: 1px solid #2F3943;
}
.post .floatright:hover {
}
.post .floatright {
	float: right;
	width: 128px;
	height: 128px;
	margin: 3px 4px 3px 4px;
	clear: right;
}

.post .screenshot:hover {
	border: 1px solid #A8C3DC;
}
.post .screenshot {
	width: 160px;
	height: 100px;
	margin: 3px 4px 3px 4px;
	border: 1px solid #223341;
}

/* Footer */ 
#footer {
	position: relative;
	margin-top: -61px;		/* negative value of footer height */
	height: 60px;
	clear:both;
	background-color: rgba(32,32,32,0.8);
	border-top: 1px solid #30262D;
	font-size: small;
	
/*	
	background: -webkit-gradient(linear,left top, left bottom, from(#353231), to(#262323));
	background: -moz-linear-gradient(left, #353231, #262323);
 */	
}

#footer p {
}

#foot {
	border-top: 1px solid #000000;
	padding: 4px 4px 4px 19px;
/*
	border-top: 1px solid rgba(220,220,220,0.1);
 */
}
