/*
Theme Name: Retired Players Theme
Theme URI: http://retiredplayers.org/
Description:  The custom Retired Players Theme
Version: 1
Author: JTk - http://www.doc5.com
*/

html, body { height: 100%; }

body {
	background: #000000;
	color: #111111;
	text-align: center;
	font-family: "Trebuchet MS", verdana, tahoma, arial, serif;
	font-size: 14px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

#container {
	background: #FFF url(images/repeat.jpg) repeat;
	min-height: 100%;
	_height: 100%;
	width:982px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header {
	margin: 0;
	height: 176px;
	background: url(images/header.jpg) 0 no-repeat;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
}

#header a {
	position: absolute;
	left: 25px;
	top: 60px;
	height: 60px;
	width: 860px;
	text-decoration: none;
	background-color: #feedd;
}

#header em {
	display: none;
}

#menu_bar {
	margin: 0;
	height: 76px;
	background: url(images/menu_bar.jpg) 0 no-repeat;
	position: relative;
}


/* Sidebar Positioning */

#sidebar {
	position: relative;
	float: right;
	color: #ffffff;
	margin: -30px 0 0 0;
	padding: 0 10px 0 0;
	width: 276px;
	z-index: 1002;
		font-size: 11px;

    }

	/*  All of the sidebar lists */

#sidebar ul li ul li {
	margin: 0px;
	padding: 0 4px 6px 18px;
	line-height: 99%;
	font-weight: bold;
}

#sidebar ul li ul li ul li{
	margin: 0px;
	padding: 0 0 4px 6px;
	font-weight: normal;
}

#sidebar ul li ul li ul{
	margin: 0px;
	padding: 0px;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}

#sidebar li ul{
	margin: 0;
}

/*  All of the sidebar H2s */

#sidebar ul li h2 {
	color:	#B00000;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	padding: 6px 0 4px 12px;
	margin: 15px 0 10px 0;
	height: 20px;
    position: relative;
	background: url(images/sidebar_h2_back.jpg) 0 no-repeat;
	background-position: bottom left;
}

#sidebar a {
	color: #ffffff;
	font-size: 11px;
 	text-decoration: none;
}

#sidebar a:visited {
	color: #ffffff;
	 font-size: 11px;
 	text-decoration: none;
}

#sidebar a:hover {
	color: #cc0000;
	font-size: 11px;
	text-decoration: underline;
}

/* Content */
#wrapper {
	width: 660px;
	position: relative;
	float: left;
	z-index: 12001;
}

#content {
	margin: -10px 0 0 25px;
	position: relative;
}

#blog_name {
	position: absolute;
	top: 10px;
	left: 50px;
	color: #EBF4DB;
	font-weight: bold;
	font-size: 38px;
	z-index: 9999;
}

#blog_slogan {
	position: absolute;
	top: 123px;
	left: 268px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	z-index: 9999;
}

#main_menu {
	position: absolute;
	left: 30px;
	top: 189px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	word-spacing: -.2px;
	font-size: 16px;
	z-index: 12002;
	font-weight: normal;
    text-transform: uppercase;
}

#main_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
}

#main_menu li {
	margin: 0;
	display: inline;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #D12B2F;

}

#main_menu li a {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	padding: 3px 5px 3px 5px;

}

#main_menu li a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	padding: 3px 5px 3px 5px;

}

#main_menu li a:hover {
	color: #ffffff;
	background-color: #8A131C;
	border-color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
	padding: 3px 5px 3px 5px;

}

h1,
h2,
h3,
h4,
h5 {
	color: #AB1216;
	font-weight: bold;
}

h6 {
	color: #AB1216;
	font-size: 13px;
	font-weight: bold;
}

h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

hr#clear {
	clear: both;
	height: 60px;
	visibility: hidden;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}



/* Post Stuff */

small {
	color: #AB1216;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 2px;
}

.taggit {
	color: #348A40;
}

.postmetadata {
	color: #6A5B4A;
	padding: 0 0 5px 2px;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom left;
	font-size: 15px;
	font-weight: bold;
}

.entry {
	line-height: 1.3;
	font-size: 16px;
	padding: 0 0 0 5px;
	font-family: verdana, tahoma, arial, serif;
}

.entry img{
	border: 0;
}

.more-link{
	font-weight: bold;
     }

ul,
ol {
	margin: 6px 0 21px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 6px;
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 21px;
}

blockquote {
	background: #E4E5E7;
	padding: 3px 12px 3px 6px;
	margin: 9px 0 6px 9px;
}

.non_graybox {
	background: #E4E5E7;
	padding: 3px 9px 3px 10px;
	margin: 9px 0 6px 9px;
	font-size: 16px;
}

.graybox {
	background: #E4E5E7;
	padding: 3px 9px 3px 10px;
	margin: 9px 0 6px 9px;
	font-size: 16px;
}

ul#recentcomments li {
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{
	margin: 0 0 7px 0;
}

form {

}

#searchform .buttons {
	 background-color: none;
	 border: 0px;
	 margin: 0 0 15px 0;
}

#searchform {
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 11px;
	color: #AB324C;
}

input {
	color: #3000000;
	background-color: #EBF4DB;
	vertical-align: middle;
    padding: 3px 0 0 5px;
	margin: 8px 0 0 0;
    height: 22px;
    width: 190px;
    border: 1px solid #000000;
	background: url(images/input_repeat.jpg) 0 no-repeat;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
	font-size: 12px;
}

textarea {
	background-color: #EBF4DB;
	color: #000000;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
	font-size: 12px;
	border: 1px solid #ffffff;
    padding: 2px 0 1px 2px;
    background: #ffffff url(images/input_repeat.jpg) bottom center repeat-x;
}

#commentform input {
	color: #000000;
	background: none;
	vertical-align: middle;
    padding: 2px 0 0 2px;
	margin: 8px 0 0 0;
    height: 25px;
    width: 194px;
    border: 1px solid #000000;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
	font-size: 12px;
	}

#commentform textarea {
	background: none;
	color: #000000;
	font-family: "Trebuchet MS", helvetica, verdana, serif;
	font-size: 12px;
    border: 1px solid #000000;
    padding: 2px 0 1px 2px;
	}

#commentform #submit {
	border: none;
	background: none;
	margin: 2px 0 0 0;
	height: 26px;
	width: 47px;
	}

.commentnumber {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#commentform {
	padding: 4px 0 12px 18px;
}

#comments  {
	padding-left: 15px;
}

.move_the_comments {
	padding: 9px 6px 3px 6px;
	margin: 6px 0 6px 3px;
}

#commentlist li {
	padding-left: 18px;
}

 .commentlist{
      position: relative;
 }

 .commentmetadata {
	 
	}


/* Link Stuff */

a:link {
	color: #B00000;
	text-decoration: none;
}

a:visited {
	color: #B00000;
	text-decoration: none;
}
a:hover, a:active {
	color: #B00000;
	text-decoration: underline;
}

.post h2 {
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	line-height: 1;
}

.post h2 a {
	color: #000000;
	text-decoration: none;
}

.post h2 a:visited {
	color: #000000;
	text-decoration: none;
}

.post h2 a:hover {
	color: #666666;
	text-decoration: underline;
}



.buttons_no_b {
	border: none;
	background: none;
	margin: 2px 0 0 0;
	height: 24px;
	width: 49px;
}

.search_no_b {
	margin: 3px 0 10px 0;
	border: none;
	background: none;
	height: 24px;
	width: 65px;
}

#postcomment {
	padding-left: 20px;
}

.small_comments {
	margin: 0 0 0 6px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}


.comments_links {
	padding-left: 20px;
}

h3#respond {
	margin-left: 13px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 9px;
	background-position: bottom left;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 6px;
}

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}



/*--------------------calendar--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/


  /* Footer
-----------------------------------------*/
#footer {
	  font-weight: bold;
	  background: url(images/footer.jpg) 0 0 no-repeat;
	  color: #ffffff;
	  min-height: 56px;
	  _height: 56px;
	  width:982px;
	  position: relative;
	  padding: 0px 0px 0px 0px;
	  margin: -56px auto 0 auto;
	  text-align: center;
  }

 #footer_text {
    padding-top: 20px;
  }

#footer a:link {
	color: #CCD790;
	text-decoration: none;
}

#footer a:visited {
	color: #CCD790;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #fefefe;
	text-decoration: underline;
}

.image_buttons {
	margin-top: 10px;
	margin-bottom: 10px;
  }




	  /* WordPress likes this http://codex.wordpress.org/CSS
-----------------------------------------*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


#newsletter_form {
	padding: 0 0 0 5px;
}

#enter_email {
	font-size: 11px;
	padding: 0 0 0 5px;
}