/*
 * Theme Name: Tulsa Labs
 * Author: Thomas Haynes
 * Author URI: http://www.tulsalabs.com/
 *
 * background-color: #d4af37;
 */

body {
	background-color: #FFFFFF;
	text-align: center;
	color: #000080;

	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #000080;
}

img {
	border: 0;
}

td {
	color: #000000;
}

h1 h2 h3 h4 {
	font-variant: small-caps;
}

.s {
	background-color: #d4af37;
}

/*
 * The page container
 */
#pagePane {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

/*
 * The header contains a set of links and a logo.
 */
#headerPane {
	width: 100%;
	background-color: #d4af37;
	overflow: hidden;
}

#headerLinks {
	width: 200px;
	float: left;
}

#headerLinks .s {
	background-color: #d4af37;
	height: 125px;
	overflow: hidden;
	position: relative;
}

#headerLinks ul {
	display: block;
	position: absolute;
	left: -3px;
	list-style: none;
}

#headerLinks a {
	text-decoration: none;
	font-variant: small-caps;
}

#headerLinks a:hover {
	text-decoration: underline;
}

#headerLogo {
	width: 800px;
	float: right;
}

#headerLogo .s {
	background-color: #d4af37;
	height: 100px;
	overflow: hidden;
	position: relative;
}

#logoPane {
	width: 100%;
	position: absolute;
	background-color: #d4af37;
	top: -5px;
	left: -3px;
}

#logoPane img {
}

#unboundPane {
	width: 100%;
	font-size: small;
	overflow: hidden;
	text-align: left;
	background-color: #d4af37;
}

#aPane, #thePane {
	background-color: #d4af37;
	font-size: small;
	top: -10px;
	left: -3px;
}

#aPane .s, #thePane .s, #linksPane .s, #unboundPane .s {
	background-color: #d4af37;
}

#paneTitle h1 h2 h3 h4 {
	font-variant: small-caps;
}

#footerPane {
	display: block;
	background-color: #d4af37;
	font: caption;
	font-size: 8px;
}

#footerPane .s {
	background-color: #d4af37;
	text-align: center;
}

#linksPane {
	color: #000080;
	background-color: #d4af37;
	font-size: small;
}

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

#linksPane li {
	display: inline;
}

#linksPane a {
	text-decoration: none;
	font-variant: small-caps;
}

#linksPane a:hover {
	text-decoration: underline;
}

.paneTitle {
	font-size: 110%;
	color: #0000FF;
	font-variant: small-caps;
}

/*
 * Panes are not a pain
 */
.pane {
	min-width: 100px;
	color: #000000;
	text-align: left;
}

.pane h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #0000FF;
	font-variant: small-caps;
}

.pane .bd hr {
	width: 100%;
	color: #0000FF;

}

.pane .dd .c {
	font-size: 1px;
	height: 5px;
}

.pane .hd .c,
.pane .ft .c {
	font-size: 1px;
	height: 13px;
}

.pane .ft .c {
	height: 14px;
}

.pane .hd {
	background: transparent URL('img/tl.png') no-repeat 0px 0px;
}

.pane .hd .c {
	background: transparent URL('img/tr.png') no-repeat right 0px;
}

.pane .bd {
	background: transparent URL('img/ml.png') repeat-y 0px 0px;
}

.pane .bd .c {
	background: transparent URL('img/mr.png') repeat-y right 0px;
}

.pane .tbd {
	background: transparent URL('img/ml.png') repeat-y 0px 0px;
}

.pane .tbd .c {
	background: transparent URL('img/mr.png') repeat-y right 0px;
}

.pane .tbd .c .s {
	margin: 0px 8px 0px 12px;
	padding: 1px;
}

.pane .dd {
	background: transparent URL('img/dl.png') no-repeat 0px 0px;
}

.pane .dd .c {
	background: transparent URL('img/dr.png') no-repeat right 0px;
}

.pane .bd .c .s {
	margin: 0px 8px 0px 4px;
	background: #ffffff;
	padding: 1em;
}

.pane .ft {
	background: transparent URL('img/bl.png') no-repeat 0px 0px;
}

.pane .ft .c {
	background: transparent URL('img/br.png') no-repeat right 0px;
}

