/*
Theme Name: Chicken's Amazing BMX Adventures Version 3.0
Theme URI: 
Description: 
Author: Richard Homer
Date: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
background: #aea07f;
margin: 0;
font: 12pt Georgia, "Times New Roman", Times, serif;
color: #000000;
}


a, a:visited {
color:#000000;
text-decoration:none;
}

a:hover {
color:#fffdd8;
text-decoration:underline;
}

h2 {
float:left;
width:700px;

font: 20pt Georgia, "Times New Roman", Times, serif;
font-weight:bold;
clear:both;
padding: 0 0 0 0;
margin: 45px 0 0 0;
}


img {
border: 0;
}
img#wpstats {
	display:none
}

#page {
width: 1024px;
margin: 15px auto 0 auto;

}

/* HEADER */
#header { 
float:left;
width: 1024px;
height: 306px;
background:url(images/header.png);

}


#header span {  /* HIDES THE HEADER LINK */
 float:left;
  width: 0;
  height: 0;
  overflow: hidden;
}





/* POST */
#entry {
float:left;
width: 700px;
margin:20px 0 0 0;


}

.post_info {
float:left;
width: 500px;
height:25px;
font: 10pt Georgia, "Times New Roman", Times, serif;
color: #000000;
padding: 5px 0 0 0;
}

.comments {
float:right;
height: 25px;
font: 10pt Georgia, "Times New Roman", Times, serif;
}



.post {
float:left;
width: 700px;
margin: 15px 0 0 5px;
}

.post a, .post a:visited {
text-decoration:underline;
}
.post a:hover {
text-decoration:none;
}

.breaker {
float: left;
width: 683px;
height: 34px;
background:url(images/breaker.png);
margin: 5px 0 3px 10px;
}
.post_tags {
float:left;
width: 660px;
height: 25px;
padding: 5px 0 0 52px;
font: 10pt Georgia, "Times New Roman", Times, serif;
color: #000000;
background: url(images/tags.png) no-repeat;
}
.post_tags a, .post_tags a:visited {
color:#000000;
text-decoration:none;
}
.post_tags a:hover {
color: #fffdd8;
text-decoration:none;
}

.post_navigation {
	float:left;
	width: 700px;
	height: 49px;
	margin: 45px 0 35px 0;
}
.old_post {
	float:left;
	margin: 0 0 0 0;
}

a#old_post_mouseover {
	width: 110px;
	height: 49px;
	background:url(images/post_nav_mouseover_older.jpg) ;
	display: block;
}
a#old_post_mouseover:hover {
	background-position: 111px 0;
}


.new_post {
	float:right;
	margin: 0 0 0 0;
}

a#new_post_mouseover {
	width: 120px;
	height: 49px;
	background:url(images/post_nav_mouseover_newer.jpg) ;
	display: block;
}
a#new_post_mouseover:hover {
	background-position: 124px 0;
}

.post_edit {
	float:left;
	width: 100px;
	height: 16px;
	font: 8pt "Baskerville Old Face", Baskerville, Georgia, serif;
	color:#6f5a4a;
	margin:5px 0 0 0;
}

/*  SideBar  */
 
#sidebar {
float:right;
width: 300px;
margin: 20px 0 0 0;

}

#video {
float:left;
background: url(images/sidebar_video.png) no-repeat;
width: 300px;
height: 420px;
padding: 40px 0 0 0;
}

#archives {
float:left;
background: url(images/sidebar_archives.png) no-repeat;
width: 164px;
margin: 0 0 15px 0;
}

#archives ul {
padding: 5px 0 0 0;
margin: 40px 0 0 10px;
}

#archives li {
list-style: none;
padding:0 0 0 0;
margin: 0 0 0 0;
}


#friends {
float:left;
background: url(images/sidebar_friends.png) no-repeat;
width: 164px;
margin: 0 0 15px 0;
}
#friends ul {
padding: 5px 0 0 0;
margin: 40px 0 0 10px;
}

#friends li {
list-style: none;
padding:0 0 0 0;
margin: 0 0 0 0;
}

#admin {
float:left;
background: url(images/sidebar_admin.png) no-repeat;
width: 164px;
margin: 15px 0 25px 0;
}
#admin ul {
padding: 5px 0 0 0;
margin: 40px 0 0 10px;
}

#admin li {
list-style: none;
padding:0 0 0 0;
margin: 0 0 0 0;
}

#talk {
float:right;
width: 164px;
font: 10pt;
}

#advert_make {
float:left;
margin: 15px 0 0 10px;
}

/* FOOTER */
#footer {
float:left;
width:1024px;
height: 363px;
background:url(images/footer.png) no-repeat;
margin: 15px 0 0 0;
}

#popular_posts {
	float:left;
	list-style: none;
	width: 270px;
	height: 200px;
	margin: 45px 0 0 250px;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: url(images/footer_popular.png) no-repeat;
}
#popular_posts ul {
	padding: 0 0 0 0;
	margin:70px 0 0 0;
}
#popular_posts li {
	list-style: none;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	padding:3px;
	margin: 0px;
}

#recent_comments {
	float:left;
	width: 250px;
	height: 200px;
	margin: 45px 0 0 15px;
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color: #dcc9b5;
	background: url(images/footer_comments.png) no-repeat;
}
#recent_comments ul {
	padding: 0px 0 0 0;
	margin:38px 0 0 5px;
}
#recent_comments li {
	list-style: none;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:3px;
	margin: 0px;
}
.recent_comments_post {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#footer_nav { 
float:left;
	width: 100px;
	height: 200px;
	margin: 45px 0 0 60px;
	}
	
	
	
/* Comments */

#comments {
	float: left;
	width: 650px;
	margin:40px 0 0 0;
}
.comment_title {
	font-weight: bold;
}
.commentlist {
	list-style:none;
	margin: 15px 0 0 0;
	
}
.commentlist .alt {

	border-bottom: dashed 1px #000000;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}
.commentlist li {
	margin: 0 0 20px 0;
	border-bottom: dashed 1px #000000;
}
.commentlist .avatar {
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.comment_poster {
	font: 14pt Georgia, "Times New Roman", Times, serif;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font: 10pt Georgia, "Times New Roman", Times, serif;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	color:#6f5a4a;
}
#commentform input {
	width: 153px;
	background: #f1efe7;
	border: 1px solid #000000;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea {
	width: 478px;
	height: 115px;
	background:#f1efe7;
	border: 1px solid #000000;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border: 1px solid #000000;
	float:left;
	width: 144px;
	height: 29px;
}


/*VIDEO*/

#video-wrapper {
	margin: 0 0 0 0;
	width:250px;
}
#thumbs {
	overflow: auto;
	height: 190px;
	width: 290px;
	padding: 0;
	margin: 0 0 0 0px;
	float: left;
}
#thumbs ul {
	list-style-type: none;
	margin: 0 10px 0;
	padding: 0 0 8px 0;
}
#thumbs ul li {
	height: 75px;
}
.thumb {
	border: 0;
	float: left;
	width: 100px;
	height: 75px;
	background: url(http://bitcast.vimeo.com/vimeo/thumbnails/defaults/default.75x100.jpg);
	margin-right: 10px;
}
#seperator {
	height:0px;
	clear:both;
}
#embed {
	height: 220px;
	width: 290px;
	float: left;
	padding: 0px;
	margin: 5px 0 0 10px;
}
#portrait {
	float: left;
	margin-right: 5px;
	max-width: 100px;
}
#stats {
	clear: both;
	margin-bottom: 20px;
}