body {
	margin: 0px;
	padding: 0px;				
}

a {
	text-decoration: none;
}

.post a, #sidebar a, .category a, #footer a, #comments a {
	border-bottom: 1px solid #D1D0A5;
}

#comments .comment-date a {
	border-bottom: 0px;
}

.post a img, #sidebar a img, .category a img {
	border: 0px;
}

/** IMAGES **/

img {
	border: 0px;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
}

/** HEADINGS **/

h1 {
  font-size: 16pt;
  letter-spacing: +3px;
  margin-bottom: 2px;
}

.post h1 a, .post h2 a, .post h3 a, .post h4 a,
.category h1 a, .category h2 a, .category h3 a, .category h4 a  {
  text-decoration: none;
  border: 0px;
}

h2 {
  font-size: 15pt;
  letter-spacing: +2px;
  margin-top: 10px;
}

h3 {
  font-size: 13pt;
  letter-spacing: +3px;
  margin-top: 30px;
}

h4 {
  font-size: 12pt;
}



/** PAGE STRUCTURE **/

#wrap {
	margin: auto;
	width: 980px;
}

#page-container {
	margin-top: 20px;
	padding-top: 15px;
	overflow: auto;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content {
	width: 980px;
	margin: 0px;
	padding: 0px;
	position: relative;
		
	background-repeat: repeat-y;

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.two-columns {
	width: 100%;
	position: relative;
	overflow: auto;
}

.two-columns .left-column {
	width: 590px;
	float: left;
}

.two-columns .center-column {
	margin: 0px 0px 0px 593px;
	padding: 0px;
	width: 380px;
}


/** CONTENT **/

#content p, .post ol, .post ul {
	font-size: 12pt;
	line-height: 18pt;
	text-align: justify;
}

.post, .category {
	width: 550px;
	padding: 0px;
	margin: 0px;
}

.post .header, .category .header {
	width: 550px;
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
}

.post .header h1, .category .header h1 {
	margin-top: 0px;
}

.post .content, .category .content {
	padding: 20px;
	width: 550px;
}

.post ol li, .post ul li {
	line-height: 150%;
	margin-bottom: 10px;
	text-align: left;
}

.post ol li p, .post ul li p {
	text-align: left;
}

.post img, #author-message img {
	border: 5px solid;
}

.author {
	font-family: Verdana;
	font-size: 9pt;
	display: block;
}

.more-link {
	/*display: block;*/
	margin-top: 20px;
	clear: both;
}

.post-title {
	margin-bottom: 2px;
}

.post .avatar {
	vertical-align: middle;
	border: 2px solid;
	margin: 0px 5px 0px 0px;
}

.post-date {
	display: block;
	margin-top: 5px;
}

.post-date, .post-date a {
	font-size: 8pt;
	font-style: italic;
}

.post-navigation {
	overflow: auto;
	width: 550px;
}

.next-posts {
	float: left;
	padding: 10px;
}

.previous-posts {
	float: right;
	padding: 10px;
}


/** CATEGORIES **/

.category .post {
	overflow: auto;
	margin-bottom: 15px;

	padding: 15px 0px 15px 0px;
	width: 550px;
	border-top: 15px solid #F5F5E9;
}

.category .post h1 {
	margin-top: 0px;
}

.category-description {
	margin: 0px;
}

#content .category-description p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 10pt;
}


/** HEADER: TITLE BAR **/

#title { 
	width: 100%;
}

#title #standard-header {
	display: block;
	padding: 5px 0px 0px 20px;
	height: 100px;
	overflow: auto;
	position: relative;
}

#title #standard-header img {
	float: left;
	width: 100px;
}

#title #standard-header #header-text {
	margin: 0px 0px 0px 125px;
	margin-top: 21px;
}

#title h1, #title h2 {
	margin: 0px;
}

#title h1 {
	font-size: 18pt;
}

#title h2 {
	font-size: 12pt;
	margin-top: 0px;
}

#title a { 
	text-decoration: none; 
}


/** TOP MENU **/

#top-menu {
	width: 100%;
	margin: 0px;
}

#top-menu-contents {
	padding: 7px 20px 5px 20px;
}

#top-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top-menu ul li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

#top-menu a {
	text-decoration: none;
	display: block;
	padding: 4px 6px 4px 6px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/** COMMENTS **/

#comments {
	width: 550px;
	padding: 20px;
}

#post-comment {
	width: 550px;
	padding: 20px;
	
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#comments h3, #post-comment h3 {
	margin-top: 0px;
}

#comment {
	width: 540px;
}

.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}

.gravatar {
	float: left;
	width: 90px;
}

.comment-content {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0 0;
	width: 440px;
}

.comment-content p {
	text-align: justify;
}

.comment-author {
	font-weight: bold;
}

.comment-date {
	font-size: 9pt;
	font-style: italic;
}

.subscribe-to-comments {
	padding: 0px;
	padding-top: 10px;
}

#comments .commentlist li.authcomment {
	margin: 0px 0px 20px -20px;
	width: 550px;
	padding: 20px 20px 0px 20px;
}

/** FOOTER **/
	
#footer {
	margin: 20px;
	font-family: Verdana;
	font-size: 10pt;
}

#footer-content {
	margin-top: 10px;
}

#copyright {
	font-family: Garamond, "Times New Roman";
	font-size: 12pt;
	letter-spacing: +3px;
	padding: 3px 6px 3px 6px;
}



/** BACKGROUND **/

body {
	background-color: #EAEAE0;
}

#page-container {
	background-color: #FFFFFF;
}


/** NAVI **/

#top-menu {
	color: #3C3C3C;
	background-color: #D1D0A5;
}

#top-menu ul a:hover {
	background-color: #E5E5CB;
}

#top-menu a {
	color: #3c3c3c;
}

/* dropdown nav items */
#top-menu .navtop li ul, #top-menu .navtop li:hover ul, #top-menu .navtop li:hover ul.redraw
{
	background-color: #D1D0A5;
}


/** BASIC COLORS THAT DON'T CHANGE **/


#copyright {
	color: #fff;  
	background-color: #3c3c3c;
}

#powered-by {
	color: #888;
}

#powered-by a {
	color: #888;
}
/*******************************************************\
 * You can change this file to make different nav layouts
 * using the markers below.
 *
 * Markers:
 *
 *
 * Right align the top nav
 * -------------------------
 * m1 - change to [float: right;]
 *
\*******************************************************/

/* top nav items */
#top-menu .navtop
{
	/* recommended styles */
	list-style: none;
	margin: 0;
	padding: 0;
	float: left; /* maker :m1: */
	/* width: 100%;  == Use this line to make the navtop <ul> span the entire width */
}
#top-menu .navtop li
{
	/* recommended styles */
	float: left;

	/* add custom styles here */
	/*border: 1px solid #aaa;*/
	margin-bottom: 0;
	margin-top: 0;
}
#top-menu .navtop li a
{
	/* recommended styles */


}
#top-menu .navtop li a:hover
{
	/* recommended styles */

	/* add custom styles here */
}

/* dropdown nav items */
#top-menu .navtop li ul
{
	/* recommended styles */
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;

	/* add custom styles here */
	margin-left: -10px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 18px;	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom: 1px solid #BBBA90;
}

#top-menu .navtop li:hover ul,
#top-menu .navtop li.hover ul
{
	/* recommended styles */
	display: block;
	z-index: 10;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 1px solid #BBBA90;
	padding-bottom: 5px;
}

/* needed for safari if drop down is going over flash
 * without this, the drop down flickers or even becomes invisible
 * when you mouse over it.
 * This is a hack that causes safari to redraw the drop down nav on top of the flash
 */
#top-menu .navtop li:hover ul.redraw,
#top-menu .navtop li.hover ul.redraw
{
	/* recommended styles */
	border-bottom: 1px solid #BBBA90;
	margin-bottom: 0;
	margin-top: 0;
}

#top-menu .navtop li ul li
{
	/* recommended styles */
	float: none;
	position: relative;

	/* add custom styles here */
	margin-bottom: 0;
	margin-top: 0;
	/*_width: 120px;*/
	padding: 7px 5px 0px 10px;
}

#top-menu .navtop li ul li a
{
	border-right: none;
	/*min-width: 120px;*/
	/*_width: 200px;*/
	margin-bottom: 0;
	margin-top: 0;
}


/* sub nav styles */
.navsub
{
	list-style: none;
	margin: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

body {
	font-family: Georgia;
	font-size: 12pt;
}

h1, h2, h3, h4, h5 {
	font-family: ;
	text-transform: none;
}

h1 {
	font-size: 8pt;
}

h2 {
	font-size: 8pt;
}

h3 {
	font-size: 8pt;
}

h4 {
	font-size: 8pt;
}

h5 {
	font-size: 8pt;
}


#content p.intro {
	line-height: 150%;
	font-size: 19pt;
	font-style: italic;
	text-align: left;
}

#content .post blockquote {
	font-style: italic;
	margin: 0px 20px 0px 40px;
	font-size: 16pt;
}
/*
	Stylesheet customizations for Train for Humanity	
*/

a {
	color: #404020;
}

a:hover, #sidebar a:hover {
	border-bottom-color: #767540;
}


/** FRONT PAGE SPONSORSHIP SPOT **/
 
#sponsor-tfh {
	text-align: center;
	line-height: 150%;
	width: 320px;
	margin: 0px;
	padding: 10px;
}

#sponsor-tfh h3 {
	margin: 0px 0px 5px 0px;
}

#sponsor-tfh h3 a {
	border-bottom: 1px solid #D1D0A5;
}

#content {
	background-image: url('images/front-bg.png');
}

#sponsor-tfh p {
	font-style: italic;
	margin: 10px 0px 5px 0px;
}

a.front-page-button {
	display: block;
	padding: 5px;
	border: 1px solid #D1CFA6;
	width: 150px;
	background-color: #F5F5E9;
	text-decoration: none;
	overflow: auto;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

a.front-page-button img, a.front-page-button-dark img {
	vertical-align: center;
	float: left;
	padding: 0px 5px 0px 0px;
}

#front-page-donation-button {
	margin: auto;
}

#follow-us-buttons {
	list-style: none;
}

#follow-us-buttons li {
	margin-bottom: 5px;
}

#follow-us-buttons a img {
	border: 0px;
}

div.mailing-list {
	margin-top: 20px;
	text-align: justify;
	font-size: 10pt;
}

div.mailing-list input, #post-comment #submit {
	border: 1px solid #D1CFA6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
	padding: 5px; 
}

input.email {
  width: 220px;
}

#first-row .two-columns .left-column {
	width: 590px;
}

#featured-athlete {
  padding: 20px;
  margin: 20px;
  overflow: auto;
  background-color: #FEF9AC;
}

#featured-athlete img {
  float: left;
  margin: 10px 20px 0px 0px;
}

#featured-athlete a, ul.athlete-contacts li a {
	border-bottom: 1px solid #C1B085;
}

#featured-athlete a:hover {
	border-bottom-color: #767540;
}

#author-message .header h2 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.author-info {
  line-height: 150%;
  font-style: italic;
  text-align: justify;
/*  background-color: green;*/
}


#latest-news {
  margin-top: 10px;
  padding: 20px;
}

#latest-news h2, #featured-athlete h2 {
  margin-top: 0px;
}

#latest-news .content {
	width: 550px;
}

#first-row .two-columns .center-column {
	width: 350px;
	margin: 0px 0px 0px 590px;
	padding: 10px;
	height: 300px;
	background-color: #E5E5CB;
}

#first-row {
  background-color: #E5E5CB;
}

.wp-donation-widget h3 {
  margin-top: 10px;
}

.wp-donation-widget h4 {
  margin-bottom: 0px;
}

.wp-donation-cause-description {
  margin-bottom: 10px;
  line-height: 150%;
}

#donation-action {
  text-align: center;
  font-size: 10pt;
  font-style: italic;
}

#donation-action p {
  text-align: left;
  font-size: 10pt;
}

#donation-action form {
  padding: 10px;
}

#about-train-for-humanity {
  /*margin-bottom: 10px;*/
  padding: 20px;
}

/** ATHLETE LIST **/

.author-overview {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: auto;
  border-top: 15px solid #F5F5E9;

}
.author-overview .avatar {
  border: 5px solid #E5E5CB;
}

.author-overview img {
  float: left;
  margin: 5px 20px 5px 0px;
}

.entry_author_image {
  border: 10px solid #EAEAE0;
}

.athlete-box {
  width: 90px;
  float: left;
}

.athlete-box p {
  text-align: left;
}

.athlete-info {
  margin-left: 90px;
  line-height: 150%;
}

.athlete-summary {
 text-align: justify;
  background-color: #F7F7E7;
  padding: 20px;
}


.athlete-info h2 {
  margin-top: 0px;
}

.athlete-intro {
  margin-top: 30px;
}

.author-posts {
  padding: 0px 20px 20px 20px;
}

.author-posts ul {
  list-style: none;
  padding: 0px;
}

.author-posts ul li {
  list-style: none;
  padding: 0px 0px 10px 0px;
}

.author-posts li, #latest-athlete-posts li {
	margin-bottom: 10px;
}
.ec3_iconlet {
	background-color: #E5E5CB; /*#D1CFA6;  */
	border: 0px !important;
	padding: 10px !important;
	color: #474531;
	margin-right: 20px !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.category .ec3_iconlet {
	margin-top: 20px !important;
}

ul.ec3_events {
  list-style: none;
  padding: 0px;
}

li.ec3_list_day {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 15px 0px !important;
  color: #000 !important;
  font-weight: bold;
}

.sidebar-box {
  width: 340px;
  padding: 10px 20px 20px 20px;
  overflow: auto;
  border-bottom: 1px solid #DBDAB0;
}

.sidebar-box-last {
  border-bottom: 0px;
}

.sidebar-box .more {
  font-size: 10pt;
  display: block;
  margin-top: 15px;
}

.sidebar-box h3 {
  margin-top: 10px;
}


li.ec3_list_day ul, .sidebar-box ul {
  padding: 0px;
  margin: 5px 0px 0px 0px;
  font-weight: normal;
}

li.ec3_list_day ul li, .sidebar-box ul li {
  list-style: none;
  margin: 0px 0px 5px 0px;
}

.athlete-list img {
  vertical-align: middle;
  margin-right: 5px;
  border: 2px solid #fff;
}

.athlete-list a {
  margin-top: 3px;
}

#first-row {
	width: 980px;
	padding: 0px;
}

#latest-news .post {
	overflow: auto;
	margin-bottom: 15px;
	padding: 15px 0px 15px 0px;

	border-top: 15px solid #F5F5E9;
	width: 550px;
}

#latest-news .post h1 {
	margin-top: 0px;
}

ul.athlete-contacts {
	margin: 0px;
	padding: 0px;
}

ul.athlete-contacts li {
	list-style: none;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	display: block;
	float: left;
	font-size: 10pt;
}

#top-menu {	
  	border-bottom: 1px solid #BBBA90;

}




/** TODO: Go through these and see which should be generalized / palettized **/


.category-description p {
	color: #404020;
}

h1, h2, h3, h4 {
	color: #3c3c3c;
}

#page-container {
	background-color: #fff;
}

.post .header, .category .header {
	background-color: #E5E5CB;
}

.post img, #author-message img {
	border-color: #E5E5CB;
}

.author {
	color: #3c3c3c;
}

.post .avatar {
	border-color: #D1D0A5;
}

.post-date, .post-date a {
	color:  #9B9A70;
}

em.highlight {
	background-color: #ff8;
}

.post-navigation {
	background-color: #F5F5E9;
}

#title #standard-header {
	background-color: #fff;
}

#title h1 {
	color: #777;
}

#title h2 {
	color: #aaa;
}


#comments {
	background-color: #FFFEF1;
}

#post-comment {
	background-color: #FFFEC1;
}

/* NAVIGATION */


.authcomment {
	/*background-color: #E1E1BF !important;*/
}




h1, h2, h3, h4 {
	font-family: Garamond, Georgia, "Times New Roman" !important; 
	text-transform: uppercase;
}

h1 {
  font-size: 16pt !important;
  letter-spacing: +3px;
  margin-bottom: 2px;
}

.post h1 a, .post h2 a, .post h3 a, .post h4 a,
.category h1 a, .category h2 a, .category h3 a, .category h4 a  {
  text-decoration: none;
  border: 0px;
}

h2 {
  font-size: 15pt !important;
  letter-spacing: +2px;
  margin-top: 10px;
}

h3 {
  font-size: 13pt !important;
  letter-spacing: +3px;
  margin-top: 30px;
}

h4 {
  font-size: 12pt !important;
}


h3.tfh-team-name {
	margin-bottom: 2px;	
}

h4.tfh-team-role {
	margin-top: 0px;
	font-size: 12pt;
	text-transform: none;
}

.become-athlete {
	float: left;
	font-size: 10pt;
	padding: 5px 0px 5px 5px;
}

.become-athlete a {
	border-bottom: 1px solid #D1D0A5;
}

#front-page-call-to-action {
	overflow: auto;
	margin: auto;
	text-align: center;
}

#front-page-call-to-action a.front-page-button {
	float: left;	
}
