@charset "UTF-8";
html {
	background-color: #3f3f3f;
}
/* CSS Document */

body {
	background-color: #3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/main_bgr.png);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	color: #09F;
	margin-top: 20px;
	margin-bottom: 0px;
}
h2 {
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	color: #CCC;
	margin-bottom: 0px;
}
h4 {
	font-size: 15px;
	line-height: 18px;
	color: #09F;
	margin-bottom: 5px;
}
a:visited h2{
	text-decoration: none;
	color: #CCC;
}
a:hover h2 {
	text-decoration: none;
	color: #CCC;
}
a:active h2{
	text-decoration: none;
	color: #09F;
}
#main {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-top: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#main #nav ul li {
	display: inline;
	vertical-align: baseline;
	font-size: 17px;
	text-transform: capitalize;
	color: #09F;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 0px;
}
#nav {
	padding-top: 15px;
	text-align: right;
}
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding-top: 10px;
	margin-bottom: 20px;
}
#nav ul li a:link {
	text-decoration: none;
	color: #09F;
}
#nav ul li a:visited {
	text-decoration: none;
	color: #09F;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
}
#nav ul li a:active {
	text-decoration: none;
	color: #09F;
}
.thumb {
	display: block;
	padding-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a:link {
	text-decoration: none;
	color: #09F;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #09F;
}
.dottedBreak {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bullet {
	margin-bottom: 0px;
}
.heliumLogo {
	margin-bottom: -3px;
}
#wrapper .grid_4.suffix_2 ul {
	line-height: 16px;
	list-style-type: circle;
	list-style-position: inside;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-bottom: 8px;
	margin-top: 8px;
}
#wrapper .grid_4 img {
	display: inline;
	vertical-align: bottom;
	margin-right: 5px;
	margin-bottom: 5px;
}
#wrapper .grid_4.prefix_2 h1 {
	display: inline;
	font-size: 24px;
}
#wrapper .grid_4.suffix_2 h1 {
	display: inline;
	font-size: 24px;
}
.entry {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #FFF;
}
#posts {
	overflow-y: hidden;
	overflow-x: auto;
}
p .alignleft {
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right:10px;
	border: 1px solid #09F;
}
p .alignright {
	display: block;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	border: 1px solid #09F;
}
.indexPage .tooBig {
	max-width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.blogPost {
	display: block;
	padding-top: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	margin-bottom: 10px;
}
.blogPost h2 {
		color: #FFF;
	height: auto;
margin-bottom: 0px;
}
.workEntry {
	margin-top: 10px;
	margin-bottom: 20px;
}

