/*
Text and other page element styles and formatting
by Ned Buratovich
for www.CustomBuiltU.com
*/
@charset "utf-8";

body {
	font-family: "Comic Sans MS", Tahoma, Verdana, sans-serif;
	color: #FFFFCC;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	text-align: center;
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 180%;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 135%;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent a {
	text-decoration: underline;
	color: #FFFFCC;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	background-color: #FFFFCC;
	color: #000099;
}

.oneColFixCtrHdr #container #footer a {
	text-decoration: underline;
	color: #FFFFCC;
}
.oneColFixCtrHdr #container #footer a:hover {
	background-color: #FFFFCC;
	color: #000099;
}

.site_attribution {
	text-align:right;
	font-size: 85%;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

.quote_box {
	width: 82%;
	border: 3px double #FFFFCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-left: 40px;
}
ul {
}

ul li {
}

ul.nav {
	list-style-type: none;
	margin-left: 35px;
	padding-left: 0px;
	margin-top: 2px;
	padding-top: 0px;
	padding-right: 3px;
}

ul.nav li {
display:inline;
}

.oneColFixCtrHdr #header ul.nav a {
	background-color:#eab000;
}

/* Don't want the colored button background on the home page */
ul.nav a {
	text-decoration: none;
	color:#B00000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 1px;
}


ul.nav a:hover {
	background-color:#B00000;
	color:#eab000;
}

.oneColFixCtrHdr #header ul.nav a:hover {
	background-color:#B00000;
	color:#eab000;
}


ol {
}

ol li {
}


a {
}

a:hover {
}

a:visited {
}

img {
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.physique_pic {
	width: 176px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
}

.physique_pic img {
	border:1px solid #B08500
}
.physique_pic p {
	background-color: #63321D;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 8px;
}

.spaced_list li {
	padding-bottom: 4px;
}

.QA_magnify {
	font-size: 160%;
	font-weight: bold;
}

.reviewer_note {
	background-color: #666600;
	border: 1px dashed #FFFF00;
}

