/*
Theme Name: TMP
Theme URI: http://pangram.net/
Description: Wordpress theme for Troy Mayr
Version: 1.0
Author: Steve Axthelm
Author URI: http://pangram.net/

	TMP v1.0

	The CSS, XHTML and design is released under the Creative Commons Attribution-ShareAlike 2.5 License:
	http://creativecommons.org/licenses/by-sa/2.5/
*/

html, body, img { margin: 0; padding: 0; }
a img { border-width: 0; }

body {
	text-align: center;
	font-size: small;
	font-family: Helvetica, Arial, "Lucida Grande", Geneva, sans-serif;
	}

body {
	background: #000 url(/images/bk-wrap.jpg) 50% 0 no-repeat;
	}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }

h1, h2, h3, h4, h5 {
	margin: 0.5em 0 0.3em 0;
	line-height: 1.2;
	font-family: Helvetica, Arial, "Lucida Grande", Geneva, sans-serif;
	}

h1 { margin-top: 0; }

p {
	margin: 0.5em 0 0.3em 0;
	font-size: 100%;
	line-height: 1.2;
	}

ul li, ol li {
    line-height: 1.4;
    font-size: 100%;
    }

table { font-family: inherit; }

a:link { color: #000; text-decoration: none; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: underline; }

#wrap {
	width: 842px;
	margin: 59px auto 40px auto;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #888;
	}

#nav {
	min-height: 56px;
	background: #685A4B url(/images/bk-nav.png) left top no-repeat;
	}

/* [nav] default you are here will be same as rollover unless otherwise specified */
#udm a.udmY, #udm a.udmY:visited {
	color:#000;
	}

/* [nav] re-inforce original rollover or do something else */
#udm a.udmY:hover, #udm a.udmY:focus, #udm a.udmY:visited:hover, #udm a.udmY.udmR, #udm a.udmY.udmR:visited, #udm a.udmY:active {
	background-color:#685A4B;
	}

/* [menu] default you are here will be same as rollover or inherit from navbar styles unless otherwise specified */
#udm ul a.udmY, #udm ul a.udmY:visited {
	color: #000;
	background-color:#FFF;
	}

/* [menu] re-inforce original rollover or do something else */
#udm ul a.udmY:hover, #udm ul a.udmY:focus, #udm ul a.udmY:visited:hover, #udm ul a.udmY.udmR, #udm ul a.udmY.udmR:visited, #udm ul a.udmY:active {
	color: #000;
	background-color:#FFF;
	}

table { font-family: inherit; }

.inner { padding: 0 20px 20px 20px; }


ul.arrow,
ul.arrowTop,
.post ul {
	margin: 4px 0 0 0;
	padding: 0;
	list-style: none;
	}

ul.arrow li,
ul.arrowTop li,
.post ul li {
	margin: 0 0 0 7px;
	padding-left: 12px;
	background: transparent url(images/bull-arrow-red.gif) 0% 50% no-repeat;
	}

ul.arrowTop li,
.post ul li { background-position: 0 5px; }


ul#topics {
	float: left;
	width: 145px;
	margin: 12px 0 0 0;
	padding: 6px;
	list-style: none;
	background-color: #F6F9FF;
	border: 1px dotted #9DC2FE;
	}

ul#topics li {
	font-size: 90%;
	line-height: 1.4;
	}

ul#topics li a {
	color: #44546D;
	text-decoration: none;
	}

div.section {
	margin: 18px 0 0 180px;
}

div.section h2 {
	font-size: 100%;
}


fieldset {
	margin-top: 8px;
	padding-top: 12px;
	border: 1px solid #44546D;
	}

fieldset.odd { background-color: #D6F1D2; }
fieldset.even { background-color: #B9EBB8; }

legend {
	color: #086107;
	text-align: center;
	margin-left: 60px;
	}

fieldset label {
	float: left;
	clear: left;
	width: 200px;
	margin: 2px 4px 2px 0;
	text-align: right;
	font-weight: bold;
	color: #44546D;
	}

fieldset input { margin-bottom: 4px; }

fieldset p { text-align: right; }

.inset { padding-left: 80px; }

.linkList img {
	float: left;
	margin: 12px 12px 12px 0;
	border: 1px solid #44546D;
	}

div.gallery {
	margin: 12px;
	text-align: center;
	}

.gallery img {
	margin: 4px auto 12px auto;
	border: 1px solid #999;
	}

.imgNav {
	width: 530px;
	margin: 0 auto 12px auto;
	font-size: 90%;
	color: #44546D;
	}

.imgNav span { color: #AAA; }

#prev {
	width: 80px;
	float: left;
	text-align: left;
	}

#next {
	width: 80px;
	float: right;
	text-align: right;
	}

#main {
	background-color:#4f4439;
	color:#FFF;
	}

#content {
	float: left;
	width: 680px;
	min-height: 400px;
	border-right: 2px solid #CCC;
	}

#sidebar {
	float: right;
	width: 160px;
	min-height: 400px;
	}

#sidebar .inner {
	padding: 20px 4px 20px 12px;
	}

#sidebar h2 {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 110%;
	}

#sidebar p {
	margin: 4px 8px 12px 8px;
	font-size: 85%;
	}

#sidebar ul {
	margin: 0;
	padding: 4px 0 0 16px;
	}

#sidebar ul li {
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 85%;
	}

#sidebar a:link { color: #FFF; }
#sidebar a:visited { color: #CCC; }

#sidebar input.field {
	width: 80%;
	margin: 10px 0 6px 16px;
	}

#sidebar #searchsubmit { margin: 0 0 18px 16px; }

.post {
	padding-top: 24px;
	padding-bottom: 32px;
	}

.post h2 {
	margin-top: 0;
	color: #FFF;
	}

.post p {
	color: #FFF;
	}

.post p img {
	display: block;
	margin: 1em auto;
	}


.postFooter {
	color: #FFF;
	font-size: 85%;
	text-align: right;
	}

.post a:link,
.postFooter a:link { color: #FFF; }
.post a:visited,
.postFooter a:visited { color: #CCC; }

#footer {
	background-color: #685A4B;
	}

#footer p {
	margin: 0 12px 0 0;
	padding: 12px 0;
	text-align: right;
	color: #FFF;
	}

.fl { float: left; }
.fr { float: right; }
img.fl { margin: 0 12px 12px 0; }
img-fr { margin: 0 0 12px 12px; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
