/* http://dry.sailingissues.com/linux-equivalents-verdana-arial.html */

body {
	background-color: #ffffff;
	margin: 0px;
}

a.link {
	color: #101010;
	text-decoration: none;
}

a.link:hover {
	color: #707070;
}

a.menu {
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

a.menu:visited {
	color: #bbbbbb;
}

div {
	color: #000000;
	font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	font-size: 12px;
}

div.title {
	position: absolute;
	left: 50px;
	top: 50px;
	
	color: #c6c6c6;
	font-size: 160px;
	font-weight: bold;
}

div.blog {
	position: absolute;
	left: 50px;
	top: 300px;
}

div.blogComment {
	background-color: #f9f9f9;
	color: #747474;
	font-size: 12px;
	width: 500px;
	border: #000000 0px solid;
	border-left: #d0d0d0 5px solid;
	margin: 5px;
	padding: 5px;
}

div.blogDate {
	color: #747474;
	font-size: 18px;
	font-style: italic;
	text-align: right;
	width: 650px;
}

div.blogTitle {
	color: #101010;
	font-size: 36px;
	font-weight: bold;
	width: 650px;
}

div.blogMsg {
	color: #747474;
	font-size: 12px;
	width: 650px;
	text-align: justify;
}

div.by {
	position: absolute;
	left: 774px;
	top: 210px;
		
	color: #c6c6c6;
	font-size: 15px;
	font-weight: bold;
}

div.menu {
	position: absolute;
	left: 800px;
	top: 300px;
}

div.menuTitle {
	color: #101010;
	font-size: 12px;
	font-weight: bold;
}

div.menuButton {
	color: #747474;
	font-size: 12px;
	text-indent: 10px;
	width: 200px;
}

div.menuCommunity {
	color: #747474;
	font-size: 12px;
	width: 200px;
}

div.site {
	position: relative;
	width: 1000px;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -500px;
}

input, textarea {
	background-color: #f0f0f0;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 5px;
	border-left-color: #000000;
	color: #a0a0a0;
	font-family : Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
	height: 26px;
	width: 500px;
}

input.btn {
	color: #f0f0f0;
	border: #777777 0px solid;
	background-color: #777777;
}

li.listBit101 {
	list-style-image: url( '../images/bit-101_small.gif' );
}

li.listBlender {
	list-style-image: url( '../images/blender_small.gif' );
}

li.listBlenderNation {
	list-style-image: url( '../images/blendernation_small.gif' );
}

li.listDEFCON {
	list-style-image: url( '../images/defcon_small.gif' );
}

li.listEGP {
	list-style-image: url( '../images/egp_small.gif' );
}

li.listGamesBlogNl {
	list-style-image: url( '../images/gamesblognl_small.gif' );
}

li.listGitHub {
	list-style-image: url( '../images/github_small.gif' );
}

li.listHackADay {
	list-style-image: url( '../images/hackaday_small.gif' );
}

li.listIndieGames {
	list-style-image: url( '../images/indiegames_small.gif' );
}

li.listJoystiq {
	list-style-image: url( '../images/joystiq_small.gif' );
}

li.listMakezine {
	list-style-image: url( '../images/makezine_small.gif' );
}

li.listiPhoneClub {
	list-style-image: url( '../images/iphoneclub_small.gif' );
}

li.listTinyCartridge {
	list-style-image: url( '../images/tinycartridge_small.gif' );
}

li.listTouchArcade {
	list-style-image: url( '../images/toucharcade_small.gif' );
}

li.listTweakers {
	list-style-image: url( '../images/tweakers_small.gif' );
}

li.listTwitter {
	list-style-image: url( '../images/twitter_small.gif' );
}

li.listVimeo {
	list-style-image: url( '../images/vimeo_small.gif' );
}

li.listYouTube {
	list-style-image: url( '../images/youtube_small.gif' );
}

li.listZeroPunctuation {
	list-style-image: url( '../images/zero_punctuation_small.gif' );
}

ul {
	margin-left: 9px;	/* IE */
	padding-left: 9px;	/* Firefox */
}

pre {
	color: #300000;
}
