body
{
	background-color: #000000;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

img
{
	display: block;
}

img.thumb
{
	border: 1px solid #EEEEEE;
	float: right;
	margin-left: 10px;
	padding: 4px;	
}

h1
{
	color: #003399;
	margin: 0 0 20px 0;
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

h2, h2 a
{
	color: #000000;
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
	line-height: 110%;
	text-decoration: none;
}

h2 a:hover
{
	color: #A7A7A7;
}

h3
{
	color: #000000;
	margin: 0 0 10px 0;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

p, ul, span
{
	color: #000000;
	font-family: arial;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

ul
{
	list-style-image: none;
	list-style-type: square;
	margin: 0 0 10px 20px;
	padding: 0;
}

ul.share li
{
	padding: 2px 0 2px 0;
}

ul.share span
{
	float: left;
	margin-right: 5px;
}


p
{
	margin: 0 0 10px 0;
}

p a, ul a
{
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}

p a:hover, ul a:hover
{
	color: #FF9900;
}

p.tags
{
	color: #A7A7A7;
	font-weight: bold;
}

span.code
{
	background-color: #EEEEEE;
	font-family: courier new;
	font-size: 1.0em;
}

span.info
{
	color: #FF9900;
	font-family: arial;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 130%;
	margin: 0;
	text-decoration: none;
}

span.title
{
	color: #000000;
	font-family: arial;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

span.title a
{
	color: #0000FF;
	text-decoration: none;
}

span.title a:hover
{
	color: #FF9900;
}

blockquote
{
	border-left: 5px solid #EEEEEE;
	margin: 15px 30px 10px 10px;
	padding-left: 20px;
}

blockquote p
{
	color: #777777;
}

#pageContainer
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	text-align: left;
	width: 1030px;
}

#mainContainer
{
	float: left;
	width: 830px;
}

#headerContainer
{
	background-image: url('../images/header.jpg');
	height: 170px;
	width: 830px;
}

#header
{
	height: 75px;
	padding: 75px 270px 0px 90px;
	width: 470px;
}

#connect
{
	float: right;
	height: 60px;
	padding: 60px 10px 0 0;
	width: 200px;
}

#menu
{
	clear: both;
	height: 20px;
	padding-right: 8px;
}

#menu ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li
{
	background-color: #003399;
	display: inline;
	float: right;
	height: 18px;
	margin: 0 5px 0 0;
	padding: 2px 8px 0 8px;
}

#menu ul li a
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #FF9900;
}

#menu ul li.selected
{
	background-color: #FFFFFF;
}

#menu ul li.selected a
{
	color: #000000;
}

#menu ul li.selected a:hover
{
	color: #FF9900;
}

#contentContainer
{
	background-color: #FFFFFF;
	clear: both;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	width: 810px;
}

#content
{
	float: left;
	padding: 0 10px 0 0;
	width: 500px;
}

#sidebar
{
	background-color: #FFFFFF;
	float: left;
	width: 300px;
}

#footer
{
	height: 40px;
	padding: 5px;
	text-align: right;
}

#footer span
{
	color: #EEEEEE;
	font-family: verdana;
	font-size: 0.8em;
}

#footer img
{
	border: 0;
	float: left;
	margin-left: 5px;
}

#bioContainer
{
	float: left;
	height: 91px;
	margin: 5px 5px 0 0;
	width: 70px;
}

#bioContainer img.bio
{
	height: 70px;
	width: 70px;
	margin-bottom: 5px;
}

#bioContainer img.connect
{
	float: right;
	height: 16px;
	margin-left: 5px;
	width: 16px;
}

#shareContainer
{
	float: left;
	padding-bottom: 10px;
	width: 140px;
}

#relatedPostsContainer
{
	float: left;
	padding: 0 0 10px 10px;
	width: 350px;
}

#commentsContainer
{
	clear: both;
	padding-bottom: 10px;
}

.sideContainer
{
	float: left;
	height: 400px;
	width: 100px;
}

.hidden
{
	display: none;
	visibility: hidden;
}

.container
{
	clear: both;
	overflow: auto;
}

.padding
{
	padding-bottom: 10px;
}

.titleContainer
{
	border-bottom: 5px solid #003399;
	padding: 3px 5px 3px 5px;
}

.paddedContainer
{
	clear: both;
	overflow: auto;
	padding: 5px 5px 0 5px;
}

.windowContainer
{
	border-bottom: 1px solid #A7A7A7;
	clear: both;
	padding: 5px 5px 0 5px;
}

.greyWindowContainer
{
	background-color: #EEEEEE;
	border-left: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
	border-right: 1px solid #A7A7A7;
	clear: both;
	padding: 5px 5px 0 5px;
}

.codeSnip
{
	height: 200px;
	overflow: auto;
}

.successContainer
{
	background-color: #EEEEEE;
	border: 1px solid #A7A7A7;
	padding: 5px;
	margin-bottom: 10px;
}

.errorContainer
{
	background-color: #FFDDDD;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
	padding: 5px;
}
