/*
Theme Name: USA Motorcycle Trip 2
Theme URI: http://usamotorcycletrip.com/
Description: Custom theme developed by Nate Emerson for Nathaniel Rowe and Ryan Moritz for use on their road trip website.
Version: 1.5
Author: Nate Emerson
Author URI: http://nateemerson.com/
Tags: two columns, widgets, grunge, orange, motorcycle

*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EEEEEE;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: none;
}
a:link {
	color: #ff7200;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:active {
	color: #ff7200;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:hover {
	color: #f1b824;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
li a:link, li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
li a:hover {
	color: #f1b824;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#container {
	position: relative;
	width: 979px;
	margin: 0 auto 0 auto;
}
#header {
	position: relative;
	height: 158px;
	background: url(images/header.jpg) no-repeat;
}
#nav {
	position: relative;
	height: 32px;
}
#body {
	position: relative;
	/*background: url(images/content-bg.jpg) repeat-y;*/
		background-color: #000000;
	width:977px;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
}
#left {
	position: relative;
	float: left;
	width: 615px;
}
/*#post1 {
	position: relative;
	width: 616px;
	height: 340px;
	background: url(images/home_post1.jpg) no-repeat;
	overflow: hidden;
}
#post2 {
	position: relative;
	width: 616px;
	height: 496px;
	background: url(images/home_post2.jpg) no-repeat;
	overflow: hidden;
}
*/
/*POST FORMATTING*/
.post {
	line-height: 13pt;
	position: relative;
	float: left;
	margin: 28px 25px 28px 25px;
	width: 534px;
	padding: 15px;
	background-color: #121110;
}
small, small a:link, small a:active, small a:hover, small a:visited {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	line-height: 10pt;
}
.center {
	text-align: center;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/*POST TEXT*/
h2 a:link {
	color: #ff7200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 34px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
h2 a:active {
	color: #ff7200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 34px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
h2 a:visited {
	color: #ff7200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 34px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
h2 a:hover {
	color: #f1b824;
}
#rightnav {
	position: relative;
	float: left;
	width: 362px;
	min-height: 948px;
	background: url(images/right-nav.jpg) no-repeat;
}
.widget {
	margin: 0 37px 0 33px;
}
#rightnav ul {
	position: relative;
	margin: 0 35px 0 35px;
}
#rightnav-text {
	position: relative;
	margin: 0px 0px 0px 0px;
}
#rightnav ul{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#rightnav li{
	margin-top: 4px;
}
#post1-text {
	position: relative;
	width: 544px;
	height: 286px;
	margin: 35px 12px 65px 54px;
	overflow: hidden;
}
#post2-text {
	position: relative;
	margin: 35px 12px 35px 54px;
}
#body-footer {
	position: relative;
	float: left;
	width: 616px;
	height: 112px;
	background: url(images/home_more.jpg) no-repeat;
	overflow: hidden;	
}
#footer {
	position: relative;
	width: 979px;
	height: 76px;
	background: url(images/footer.jpg) no-repeat;
}
#footer-text {
	height: 20px;
}
#footer-links {
	float: right;
	margin: 20px 35px 0px 0px;
}
#footer-text a:link, a:visited, a:active {
	color: #ff7200;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
}
#copy {
	float: left;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	margin: 20px 0px 0px 55px;
}
#footer-text a:hover {
	color: #ffae00;
	text-decoration: none;
}
.clear {
	clear: both;
}
#comment {
	width: 450px;
}
#commentsholder {
	width: 400px;
	margin: 0;
	padding: 0;
}
#rightnav-text {
	list-style: none;
}
#rightnav-text h2 {
	}