/*
 * Much of this stylesheet was taken from http://gemal.dk/ and then modified as
 * needed - hopefully he won't hate me for it.  Other elements were pulled from
 * the W3C's guide at http://www.w3.org/MarkUp/Guide/Style
 */

/* ------------------------------------------------------ */

/* Wordpress overrides */

#page {
	width: auto;
	margin: auto;
	background-color: #ddd;
}
#header {
	height: auto;
	width: auto;
}
#footer {
	width: auto;
}
#footer p {
	text-align: left;
	margin: 5px 0;
	padding: 0;
}
#content {
	float: none;
	font-size: 10pt;
	width: auto;
	margin-left: 210px;
	border-left: 1px solid #bbb;
	padding: 0 5px 20px 15px;
}
#sidebar {
	float: left;
	width: 200px;
	font-size: 75%;
	margin-left: 10px;
}
h2.pagetitle {
	color: #cb3232;
	margin-top: 0;
}
#sidebar h2, #content h2, #sidebar h3, #content h3 {
	color: #FFCC66;
}
.navigation {
	margin: 10px 0;
}
.postmetadata {
	clear: none;
	padding: 5px 20px;
}
.postmetadata small {
	line-height: inherit;
}
.thread-even, .thread-alt {
	background-color: inherit;
}
.commentlist p {
	line-height: inherit;
}
.post {
	border: 1px solid #90A2B5;
}
.post .heading {
	border-bottom: 1px solid #90A2B5;
	padding: 5px 20px;
	background-color: #246;
}
.post h2, .post h3 {
	font-size: 12pt;
	margin: 0;
}
.entry {
	padding: 0 20px;
}
.entry .even, .entry .alt {
	border-left: none;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: none;
}
html>body .entry ul {
	list-style: inherit;
	text-indent: 0;
}

/* ------------------------------------------------------ */
 
a:link {
	color:#8ac;
	text-decoration:none;
}
a:visited {
	color:#8ac !important;
	text-decoration:none;
}
a:hover {
	color:#8ac;
	text-decoration:underline;
}
a img {
	border-width:0;
}

/* These should be deleted */

font.black2 {
	font-size: 8pt;
	font-weight: bold;
}
font.photo4 {
	color: #fc6;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* date, distance and time for daily section */
td.running-center {
	text-align: center;
}
/* headers for running logs */
td.running2 {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
/* comments section of the weekly summary */
td.running5 {
	text-align: right;
}

/* ------------------------------------------------------ */

p {
	margin: 12px 0;
}

/* ------------------------------------------------------ */

body {
	background: #b4b4b3;
	color: #ddd;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 5px 3px 5px 3px;
	padding: 0;
}

/* ------------------------------------------------------ */

#header {
	background: #284a6c;
	border-top: none;
	border: 1px solid #909DBE;
	margin: 0 0 0 0;
	padding: 8px 0 8px 8px;
	font-size: 80%;
	color: white;
	font-weight: bold;
	letter-spacing: 0.4em;
}
#header a {
	color: white;
}

/* ------------------------------------------------------ */

#footer {
	background: #284a6c;
	border-top: none;
	border: 1px solid #909DBE;
	margin: 0 0 0 0;
	padding: 8px 0 10px 8px;
	font-size: 80%;
	color: white;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#footer a {
	color: white;
}

/* ------------------------------------------------------ */

#navigation {
	min-height: 650px;
}
#navigation .navigation-section {
	border: 1px solid #909DBE;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
}
#navigation .navigation-heading {
	font-weight: bold;
	padding: 3px 5px 3px 15px;
	text-transform: uppercase;
	font-size: 80%;
	border-bottom: 1px solid #909DBE;
	color: #fc6;
}
#navigation .navigation-item {
	font-size: 75%;
	padding: 2px 0px 1px 17px;
	background: url("/images/arrow.gif") 8px 50% no-repeat;
}
#navigation .navigation-other {
	font-size: 75%;
	text-align: center;
	margin: 0 0 0 0;
	padding: 2em 10px 0 10px;
}

/* ------------------------------------------------------ */

#content-box {
	padding: 1px 1px 1px 1px;
	margin: 3px 12px 3px 12px;
	background: #135;
	border: 1px solid #909DBE;
}
#logo {
	border: 0;
	text-align: center;
	padding: 5px 5px 8px 5px;
	font-weight: bold;
	color: #cb3232;
}
.navigation-cell {
	background: url("/images/nav-bg.gif");
 	width: 180px;
	vertical-align: top;
	padding: 3px 8px 3px 10px;
	border-left: 1px solid #bbb;
}
.content-cell {
	vertical-align: top;
	padding: 5px 7px 5px 8px;
}
#quote {
	font-weight: bold;
	padding: 0 3em 15px;
}

/* ------------------------------------------------------ */

#content-main {
	min-height: 800px;
}
#content-main .content-table-center {
	text-align: center;
	margin: 1em 0 1em 0;
}
#content-main .content-table-center-pad-bottom {
	text-align: center;
	margin: 0 0 12px 0;
}
#content-main .entry-box {
	border-right: 1px solid #90A2B5;
	border-left: 1px solid #90A2B5;
	border-top: 1px solid #90A2B5;
	margin: 1em 0 0 0;
	text-align: left;
}
#content-main .entry-box .entry-box-heading {
	background: #246;
	padding: 3px 8px 3px 8px;
	border-bottom: 1px solid #90A2B5;
	min-height: 30px;
}
#content-main .entry-box .entry-box-item {
	padding: 3px 8px 3px 8px;
	border-bottom: 1px solid #90A2B5;
}
#content-main .entry-box .entry-box-item a {
	font-weight: bold;
}
#content-main .entry-box .entry-box-item .entry-box-item-bottom-left {
	padding: 0px 0px 2px 0px;
	font-size: 8pt;
}
#content-main .entry-box .entry-box-heading-right {
	float: right;
	font-size: 8pt;
}
#content-main .entry-box .entry-box-heading-right .entry-box-heading-right-item {
	padding: 1px 0px 2px 0px;
}
#content-main .entry-box .entry-box-heading-left {
	font-weight: bold;
	color: #fc6;


}
h3.entry-title {
	font-weight: bold;
	color: #fc6;
	margin: 0;
	font-size: 10pt;
}

/* ------------------------------------------------------ */

#home {
	padding: 10px 5px 10px 5px;
	border: 1px solid #90A2B5;
	margin: 5px 0 5px 0;
}
#home .home-image {
	padding: 0 10px 0 0;
}
#home .home-updates {
	font-weight: bold;
	font-size: 8pt;
}
#home .home-updates ul {
	margin-left: 12px;
	padding-left: 12px;
}

/* ------------------------------------------------------ */

h1.page-title {
	padding: 6px;
	margin: 10px 8em 17px 8em;
	border-bottom: 1px dashed #90A2B5;
	border-top: 1px dashed #90A2B5;
	font-size: 15pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif, verdana;
	color: #cb3232;
	text-align: center;
}

/* ------------------------------------------------------ */

#header-box {
	padding: 1px 1px 1px 1px;
	width: 100%;
}
#header-box .header-box-right {
	float: right;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
}
#header-box .header-box-center {
	text-align: center;
}
#header-box .header-box-left {
	float: left;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
}

/* ------------------------------------------------------ */

#footer-box {
	padding: 1px 1px 1px 1px;
	width: 100%;
}
#footer-box .footer-box-right {
	float: right;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
}
#footer-box .footer-box-center {
	text-align: center;
}
#footer-box .footer-box-left {
	float: left;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
}

/* ------------------------------------------------------ */

#photo-main {
	clear: both;
	margin: 1px 1px 1px 1px;
	border: 1px solid #90A2B5;
	padding: 5px;
}
#photo-main .main-image {
	padding: 0 3px 0 3px;
	margin: 10px 0px 10px 0px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#photo-main .photo-header {
	font-family: arial, helvetica, sans-serif, verdana;
	margin: 0 0 10px 0;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
#photo-main .photo-info {
	font-size: 9pt;
}
#photo-main .photo-description {
	margin: 10px 0 0 0;
	font-size: 9pt;
	text-align: left;
}
#photo-main .photo-text-border {
	margin: 10px 50px 5px 50px;
	background: #001025;
	border: 1px solid #909DBE;
	padding: 4px;
	text-align: left;
}
#photo-main .photo-text {
	background: #135;
	padding: 10px;
}
#photo-main .thumbnails {
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	text-align: center;
	vertical-align: middle;
}
#photo-main .thumbnails table {
	width: 100%;
	text-align: center;
}
#photo-main .thumbnails .thumbnail-image {
	text-align: center;
	vertical-align: middle;
}
#photo-main .thumbnails .thumbnail-caption {
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 8pt;
	padding: 2px 0px 12px 0px;
}

/* ------------------------------------------------------ */

.dashed-box {
	padding: 5px 10px 5px 10px;
	margin: 10px 0 10px 0;
	clear: both;
	border: 1px dashed #90A2B5;
}
.section-box {
	padding: 5px 10px 5px 10px;
	font-size: 12pt;
	color: #cb3232;
	font-weight: bold;
	margin: 30px 0 25px 0;
	clear: both;
	border: 1px dashed black;
}
.caption {
	padding: 0 0 5px 0;
	margin: 0 8em 0 8em;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

/* ------------------------------------------------------ */

img.img-thumb {
	background: #001025;
	padding: 5px;
	border: 1px solid;
	margin: 0;
}
img.img-main, object.img-main {
	background: #001025;
	padding: 10px;
	border: 1px solid #909DBE;
	margin: 0;
}
object.img-main {
	display: block;
}
select.slideshow {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

/* ------------------------------------------------------ */

/* obsolete */
#title-box {
	padding: 1px 1px 1px 1px;
	margin: 10px 8em 17px 8em;
	border-bottom: 1px dashed #90A2B5;
	border-top: 1px dashed #90A2B5;
}
#title-box .title-box-content {
	font-size: 15pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif, verdana;
	color: #cb3232;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
#content-main .entry-box .entry-box-item .entry-box-footer {
	padding: 5px 0px 3px 0px;
	border-top: 1px dashed #90A2B5;
	font-size: 8pt;
}

