html {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
h1, h2{
	font-family: Georgia, Times, serif;
}
h3, input, textarea, select, span.timestamp {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
p, div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	margin: 50px 0px 40px;
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	width: 100%;
}
h2 a:link, h2 a:visited{
	text-decoration:none;
}
a:link {
	color: #000;
}
a:hover {
	color: #fff;
	background-color: #f720db;
}
h1 a:hover {
	color: #000;
	background-color: #fff;	
}
h1 {
	font-size: 20px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 14px;
	font-weight: bold;
}
input, select {
	padding: 1px;
}
fieldset {
	margin: 5px 0px;
}
textarea {
	font-size: 12px;
	width: 100%;
}
h1.title {
	margin-top: 0px; 
	position: relative;
	overflow:hidden; 
}
h1.title a {
	position: absolute; 
	height: 0;
	width: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}
h1#title {
	height: 36px; 
}
h1#title a {
	padding-top: 36px;
	background-image: url("images/replacement/title.png");
}
#maincolumn {
	float: left;
	width: 615px;
}

#header {
	margin: 50px 15px 0px 50px;
	padding-top: 10px;
	height: 60px;
}
div#description {
    padding: 13px 0px 0px 0px;
    overflow: hidden;
    background-image: url("images/replacement/description.png");
    background-repeat: no-repeat;
    
    height: 0px;
}
#seachnavigation {
	display: inline-block;
	margin: 30px 15px 0px 30px;
	padding-top: 5px;
}
#sidecolumn {
	margin-left: 615px;
	padding: 150px 0px 0px 35px;	
	width: 280px;
}
#articles{
	margin: 50px 15px 0px 50px
}
#articles h2 {
	margin-top: 50px;
}
#articles h2:first-child {
	margin-top: 0px;
}
#articles .toppost {
	margin-top: 30px;
}
#articles p, #articles ul, #articles ol{
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 15px;
}
#articles code {
	font-size: 12px;
	display: block;
	margin: 15px 0px;
}
#articles table code {
	display:inline;
	margin: 0px;
}
#articles table .notes {
	padding-bottom: 15px;
	font-size: 11px;
}
#articles table .property {
	text-align:center;
}
#articles table th {
	padding: 15px 10px;
	font-weight: bold;
	text-align: center;
}
#articles table tr {
	padding: 15px 0px;
}
#articles table td {
	vertical-align: top;
	padding: 0px 4px;
}
#articles table img {
	padding-left: 5px;
}
#articles ul li {
	list-style-type: circle;
	list-style-position: inside;
}
#articles ol li {
	list-style-type:decimal;
	list-style-position: inside;
}
#footer{
	text-align: center;
	margin: 50px 0px 10px 50px;
}
#sidecolumn h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px 5px;
}
#sidecolumn h3 {
	font-family: Georgia, Times, serif;
	font-size: 12px;
}
#sidecolumn a, #sidecolumn li{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#sidecolumn p,  #sidecolumn ul{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 25px;
}
#sidecolumn li{
	margin: 1px 0px;
}
#theauthor div:first-child {
	float:left;
	display:inline;
}
#theauthor {
	margin-bottom: 50px;
}
#comments h3, #respond h3{
	margin: 40px 0px 10px;
}
#comments a, #comments p, #comments ul, #comments ol{
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 8px;
}
#comments li{
	margin-top: 25px;
}
#comments li:first-child{
	margin-top: 15px;
}
table .ten {
	width: 10%;
}
table .fifteen {
	width: 15%;
}
table .twenty {
	width: 20%;
}
table .twentyfive {
	width: 25%;
}
table .thirty {
	width: 30%;
}
table .thirtyfive {
	width: 35%;
}
table .forty {
	width: 40%;
}
table .fifty {
	width: 50%;
}
.commentlink {
	margin-bottom: 25px;
}
.disclaimer {
	font-size: 10px;
}
.extras {
	margin: 8px 0px 25px;
}
.icon {
	margin-right:5px;
	vertical-align: -2px;
	display:inline;
}
.iconlink {
	margin: 0px 30px 0px 0px;
	display:inline;
}
.extras img {
	margin-left: 30px;
}
.extras img:first-child {
	margin-left: 0px;
}
img.portrait {
	margin-left: 35px;
	display:inline;
}

span.timestamp {
	margin-left: 15px;
	font-size: 11px;
	color: #777;
}
.timestamp span {
	color: #f720db;
}