


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(/Templates/threerandomriders/pics/bgr_tile.gif);
	text-align: center; /* Hack for the IE5.x/Win */
	font-family: Arial, Helvetica, sans-serif;
}

/* Pseudo Classes */

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #603;
}

div#header a {
	display: block;
	width: 790px;
	height: 158px;
}

div.post h2 a {
	text-decoration: none;
	color: #fff;
}

/* BASIC BOX */

div#main_container {
	width: 822px;
	margin: 0 auto 40px auto;
	background: transparent url(/Templates/threerandomriders/pics/bgr_snow_822x228.gif) no-repeat;
}

div#container {
	width: 790px;
	text-align: left;
	margin: 0 auto;
}

div#header {
	width: 790px;
	height: 158px;
	background: url(/Templates/threerandomriders/pics/hdr_790x158.gif) no-repeat;
}

div#wrapper {
	width: 790px;
	background: #d0caba url(/Templates/threerandomriders/pics/bgr_main.gif) no-repeat;
	text-align: left;
}

div#content {
	width: 560px;
	float: left;
	margin: 32px 0 0 0;
}

div#sidebar {
	width: 230px;
	float: right;
	margin: 125px 0 0 0;
}

div.post, div#form_comment {
	width: 360px;
	margin: 0 0 18px 54px;
}

div#footer {
	clear: both;
	background: #d0caba url(/Templates/threerandomriders/pics/bgr_footer_790x29.gif) no-repeat;
	width: 790px;
	height: 29px;
}

/* TYPOGRAPHY AND MORE */

div#header h1 {
	display: none;
}

/* fonts for individual post */

div.post h2 {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	padding: 0 0 0 4px;
	width: 356px;
	background: #c06;
}

div.post h3 {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	padding: 0 0 0 4px;
	line-height: 19px;
}

div.post h4 {
	font-size: 12px;
	margin: 6px 0;
}

div.post h4 small {
	font-size: 11px;
	font-weight: normal;
}

div.post p {
	font-size: 12px;
	color: #300;
	margin: 11px 0 0 4px;
	line-height: 12px;
}

div.post p.comments {
	color: #666;
	font-size: 11px;
}

div.post ul.post_actions {
	list-style: none;
	margin: 0 0 0 3px;
}

div.post ul.post_actions li {
	display: inline;
	font-size: 11px;
	margin: 0 12px 0 0;
}

/* post table */

div.post table {
	margin: 12px 0 12px 3px;
	border-collapse: collapse;
}

div.post table tr td {
	padding: 0 3px 0 0;
}

/* prev & next links */

div.post ul#post_nav {
	list-style: none;
	text-align: center;
	margin: 10px 0;
}

div.post ul#post_nav li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

/* fonts for sidebar */

div#sidebar h4 {
	font-size: 12px;
	margin: 12px 0 0 0;
}

div#sidebar ul {
	list-style: none;
	margin: 8px 0 26px 0;
}

div#sidebar ul li {
	font-size: 12px;
	line-height: 14px;
}

div#footer p {
	font-size: 11px;
	color: #666;
	padding: 7px 0 0 560px;
}

/* COMMENTS */

div#form_comment p {
	font-size: 11px;
	margin: 4px 0 0 0;
}

div#form_comment h3 {
	font-size: 14px;
	margin: 8px 0 0 0;
}

div#form_comment p input {
	font-size: 12px;
	height: 16px;
	margin: 4px 0 0 0;
	padding: 0 0 0 2px;
	width: 240px;
}

div#form_comment p textarea {
	font-size: 12px;
	margin: 4px 0;
	padding: 2px;
	width: 360px;
	height: 240px;
}

div#form_comment p img {
	margin: 4px 0;
}

div#form_comment p#check input {
	width: 12px;
	height: 12px;
}

div#form_comment p#check label {
	margin: 0 0 0 8px;
}

div#form_comment div#buttoni input {
	width: 80px;
	height: 16px;
	margin: 8px 0;
	font-size: 12px;
	font-weight: bold;
}

div#form_comment {
	margin: 11px 0 18px 58px;
}

