/* Background Graphics --------------------------------------------- */

body {
	background-color: #f3f3eb;
}

#container {
	background-image: url(../../assets/images/back_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*
#header {
	background-image: url(../../assets/images/back_header.gif);
	background-repeat: repeat-x;
}
#menu .page_item a {
	background-image: url(../../assets/images/back_menu.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
*/
#menu .current_page_item a {
	background-image: url(../../assets/images/back_menu_selected.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

.prominent {
	background-image: url(back_prominent.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f4f4ec;
}

.prominent .inner {
	background-image: url(back_prominent_inner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 15px 15px 10px;
}

/*
#footer {
	background-image: url(../../assets/images/back_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
*/

#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#comment_area .metadata {
	background-image: url(back_comment_meta.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 15px;
	padding: 10px;
	background-color: #f4f4ec;
}

#information {
	background-image: url(back_info.jpg);
}

#post_meta {
	background-image: url(back_prominent.jpg);
}

#search {
	background-image: url(back_search.jpg);
}

#author {
	background-image: url(back_author.jpg);
}


/* Color ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

a, a:link {
	color: #bb6f02;
}

a:hover, a:active {
	color: #e58802;
}

#header, #footer {
	color: #000000;
}

#header a, #header a:link, #footer a, #footer a:link {
	color: #000000;
}

#footer a:hover, #footer a:active {
	color: #DDDDDD;
}


#header a:hover, #header a:active {
	color: #FFFFFF;
}


/* Typography ------------------------------------------------------ */

body {
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #382e1f;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -0.06em;
}


/* Forms ----------------------------------------------------------- */

.input {
	background-color: #FFFFFF;
	background-image: url(../../assets/images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a79d8f;
	margin: 0px;
	padding: 2px 1px;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}


/*	cori's adds	*/
div#paypal {
	float: right;
}

div#post_content, div#introvid {
	float: left;
}

div#vidtext, div#introtext {
	float: left;
	width: 45%;
	margin: auto auto auto 15px;
}

div#aboutvid {
	float:left;
	width: 65%;
	margin: auto 15px 5px auto;
	text-align: center;
}

div#marathonpic {
	float:left;
	width: 20%;
	margin: auto 15px auto auto;
}


div#vidtext {
	font-size: larger;
	font-style: italic;
	font-weight: bold;
}

div.clear {
	clear: both;
}

h2#construction {
	text-align: center;
}

div#paypal {
	float: right;
	width: 42%;
	border: double darkgray;
	padding: 5px;
	margin-left: 7px;
	z-order: -1;
}

body {
	background-color: #DDE4EC;
}

#container, div#footer div.style_content {
	background-image:url(../../assets/images/main_background.jpg) !important;
	background-repeat:repeat-y !important;
}

a, a:link, h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a, div#footer div.style_content p, div#footer div.style_content p a{
	color: #315A85;
}

a:hover, a:active {
color:#E58802;
}

div#footer div.style_content p {
	margin-left: 35px;
}

#menu {
	margin-top: 15px;
}

div.col_inner_wrapper {
    margin: 10px;
}

div#right_column {
    float: right;
    width: 390px;
    height: 100%;
}

div#left_column {
    float: left;
    width: 390px;
    height: 100%;
}

div#trainer_right_column {
    float: right;
/*    width: 390px;*/
    width: 340px;
    height: 100%;
}

div#trainer_left_column {
    float: left;
/*    width: 390px;*/
    height: 100%;
    width: 440px;
}

div#column_inner {
  padding: 10px;
}

div#tip_of_the_week {
    border: 2px solid black;
    margin-bottom: 20px;
}

div#tip_inner_wrapper {
    margin: 10px;
}

div#tip_of_the_week h3 {
    display: inline;
    position: relative;
    top: -12px;
    left: 2em;
    border: 2px solid black;
    padding: 5px;
    background-color: white;
    width: auto;
}

h3.post_lead {
    background-color: #f3f3eb;
    padding: 5px;
}

h2 {
    background-color: #DEE3EB;
    padding: 5px;
}

span.timestamp {
    font-size: .5em;
}

p.more {
    text-align: right;
}
