@charset "UTF-8";
/* CSS Document */

a, a:visited {
	color: #800;
	text-decoration: underline;
}
		
a:hover {
	text-decoration: none;
	color: #000;
}

body {
	margin: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}

#container {
	background-image:url(images/background.jpg);
	background-repeat: repeat-y;
	width: 760px;
	}
	
#header {
	width: 740px;
	height: 180px;
	background-image: url(images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
	
#new_header {
	width: 740px;
	height: 220px;
	background-image: url(images/new_header.png);
	background-position: center;
	background-repeat:no-repeat;
	}
	
#new_top_nav {
	padding-top: 192px;
	width: 740px;
	text-align: center;
	}

#top_nav {
	padding-top: 152px;
	width: 740px;
	text-align: center;
	}

#content_container {
	width: 740px;
	text-align: left;
	padding: 1em;
	}
	
.new_post_contain {
	width: 628px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #000;
	text-align: justify;
	}
	
.new_post_by {
	text-align: center;
	}
	
.new_post_content {
	width: 628px;
	}

.new_post_more {
	width: 628px;
	border-top: 1px dashed #000;
	text-align: right;
	margin-top: 1em;
	padding: .5em 0em;
	clear: both;
	}

.new_post {
	background-image: url(images/new_post.jpg);
	background-repeat: no-repeat;
	width: 628px;
	height: 69px;
	}
	
.image_content {
	width: 546px;
	padding-left: 41px;
	padding-right: 41px;	
	}
	
.contact_me {
	background-image: url(images/contactme.jpg);
	background-repeat: no-repeat;
	width: 628px;
	height: 69px;
	}
	
.my_rides {
	background-image: url(images/my_rides.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 130px;
	}

#footer {
	width: 740px;
	border-top: 1px solid #000;
	margin-top: -1px;
	font-size: .7em;
	clear: both;
	}
	
#attention {
	width: 628px -.5em;
	background-color: #F7E7E8;
	border: 1px dashed #800;
	color: #800;
	padding: .5em;
	text-align: center;
	margin-bottom: 1em;
	}
	
.top_nav_img {
	margin-top: 1px;
	}
	
.img_thumb_surround {
	width: 170px;
	height: 133px;
	border: 1px solid #000;
	background-color: #FFF;
	margin: 5px;
	padding-top: 5px;
	text-align: center;
	float: left;
	}
	
.img_thumb {
	border: 1px solid #000;
	}
	
.gallery {
	background-image: url(images/gallery.jpg);
	width: 77px;
	height: 26px;
	float: left;
	}
	
.gallery:hover {
	background-position: 0px -26px;
	}
	
.gallery a {
	background: transparent url(images/gallery.jpg);
	height: 26px;
	width: 77px;
	}
	
.contact {
	background-image: url(images/contact.jpg);
	width: 77px;
	height: 26px;
	float: left;
	}
	
.contact:hover {
	background-position: 0px -26px;
	}
	
.contact a {
	background: transparent url(images/contact.jpg);
	height: 26px;
	width: 77px;
	}
	
.home {
	background-image: url(images/home.jpg);
	width: 64px;
	height: 26px;
	float: left;
	}
	
.home:hover {
	background-position: 0px -26px;
	}
	
.home a {
	background: transparent url(images/home.jpg);
	height: 26px;
	width: 64px;
	}
	
.twitter_nav {
	background-image: url(images/twitter.jpg);
	width: 85px;
	height: 26px;
	float: left;
	}
	
.twitter_nav:hover {
	background-position: 0px -26px;
	}
	
.twitter_nav a {
	background: transparent url(images/twitter.jpg);
	height: 26px;
	width: 85px;
	}
	
.twitter {
	margin-top: -55px;
	text-align: left;
	padding-right: 10px;
	padding-left: 160px;
	font-size: 14px;
	}
	
.twitter ul {
  list-style: none;
}

.twitter_header {
	background-image: url(twitter/images/twitter_header.jpg);
	background-repeat: no-repeat;
	width: 628px;
	height: 139px;
	}
	
.twitter_content {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -75px;
	padding-bottom: 5px;
	}
	
.twitter_content ul {
  list-style: none;
  padding: 0;
}
	
