/*   
Theme Name: RBTG
Theme URI: http://www.coreymcgalliard.net
Description: Running Back to Glory Page
Author: Corey McGalliard
Author URI: www.coreymcgalliard.net
Template: 
Version: 1.0
.
Copyright 2009
*/

/* Clear The Css */
* {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	
}
  img {border: 0;}

body {
background-color: #989898;
}
/* General Style */
#container {
	width: 1089px;
	background-image: url(images/RBTG_04.jpg);
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image:url(images/RBTG_02.jpg);
	width: 1089px;
	height: 221px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 750px;
	padding-top: 20px;
	padding-left: 50px;
	float: left;
	padding-bottom: 30px;
}
#sidebar {
	width: 200px;
	float: right;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	margin-right: 45px;
	margin-top: 25px;
	margin-bottom: 25px;
        padding-right: 15px;
font-size: 12px;
}
#sidebar ul {
	font-style: normal;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 15px;
}
#sidebar li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	font-weight: normal;
	margin-left: 10px;
}
#sidebar h2 {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 10px;
	margin-left: 10px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}
#sidebar a:link {
}

#sidebar a:active {
	text-decoration: none;
	color: #000000;
}
#sidebar a:hover  {
	text-decoration: none;
	color: #333333;
}
#bg {
	background-image: url(images/RBTG_04.jpg);
	margin: 0 0 0 0;
	float: left;
	width: 1089px;
}
#footer {
	width: 1089px;
	background-image: url(images/RBTG_08.jpg);
	height: 45px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
/* Navigation */
ul#navbar
{
	padding:5px 0 0 0;
	list-style-type:none;
	display:block;
	font-size:14px;
	color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 30px;
}

ul#navbar li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#navbar li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding: 3px 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
	
ul#navbar li a:hover
{
	color:#CCCCCC;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;
}
	

ul#navbar li a.current
{
	display:inline;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;
	float:left;
	margin:0;
}
#footer a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	}

/* flickr?? */

#flickr img {
	width: auto;
	margin: 0 10px 10px 12px;
	border: 1px solid #000;
 }
.post    h2{
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.post   small {
	font-size: 9px;
}
.entry{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.entry p {
padding-bottom: 15px;
}
.entry strong {
font-weight: bold;
}
/* Comments */
ol.commentlist {
list-style-type: none;
}
#commentssection h3  {
	margin-bottom: 10px;
}
#commentssection{
	background-color: #CCCCCC;
	border: 1px solid #666666;
	padding: 10px;
}

#commentbox{
	border: thin solid #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}
.commentmetadata{
	font-size: 9px;
	margin-bottom: 10px;
}
#respond{
	text-decoration: underline;
	margin-top: 25px;
}

/*Search form*/
#searchform{
	margin-left: 10px;
}
#s{
	width: 150px;
	margin-bottom: 10px;
	margin-top: 5px;
}