@charset "utf-8";
/* CSS Document */

/*
 Change Log:
 1	02/13/2011	sjsimmons@gmail.com
 			Turn off yellowHighlight. Default to document default font color.
 2	02/13/2011	sjsimmons@gmail.com
			Set underline on links. Set link color to soft blue.
 3	02/13/2011	sjsimmons@gmail.com
			Add class pageContent to add border and border background color
			to distinguish content from the black background of the body..
 4  03/13/2011  sjsimmons@gmail.com
 			Updated the definition for a:link, a:visited, a:hover, a:active.
 			a:link - tone down the blue
 			a:visited - darker than a:link
 			a:hover - same as a:link:
 			a:active - lighter than a:link
*/

/* reset basic parameters */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 /* isap */
 /*font-size: 100%;*/
 /*line-height:1.25em;*/
 /*font-weight: normal;*/
 /* bootstrap */
 font-size: 100%;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}

/* original
body {
	font:1.0em Georgia, "Times New Roman", Times, serif;
	color:#ba8;
	text-align: center;
	background-color: #2f2721; #272822 
	margin-top: 0;
}
*/

body { 	/* bootstrap */
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        /* isap */
        /* font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif; old */
		/* font-family: Georgia, "Times New Roman", Times, serif;*/
		color:#bbaa88;
		background-color: #2f2721;

}


table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: center; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:disc; }
q:before, q:after { content:''; }

/* end reset basic parameters */


#banner {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

/*
#banner a img, a          { border: 1px solid black; margin: -2px; }
#banner a img, a          { border: none; overflow: hidden; float: left; }
#banner a:hover			  { border: 1px solid #000; }
#banner a:hover img       { margin: -1px; }
*/

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align: center;
	background-color: #2f2721; 

}



#pageContent {
	width: 840px;
	margin-top: 20px;
	margin-left: auto;
        margin-right: auto;
	padding: 20px 20px;
	border: 2px #313131 solid;
	/* font:1.0em; Georgia, "Times New Roman", Times, serif; */
	text-align: center;
	/* color: #CCC; */
	color:#a3a3a3;
	background-color: #2f2721;
}

blockquote {
	margin-left:1.5em
	text-align:left;
}

a:link {
	/* color: #999; */
	/* text-decoration: none; */
	/* color: #CCC;*/    /*  white */
	/* color: #0CC;*/    /*  blue  */
	color: #66CCCC;      /*  lighter blue  */
}

a:visited {
	/* color: #999; */
	text-decoration: none;
	/* color: #0CC;*/    /*  blue  */
	color: #008888;      /*  darker blue  */
}

a:hover {	
	text-decoration: underline;
	/* color: #FC0;*/    /*  yellow */
	color: #66CCCC;
}

a:active {
	/* color: #F00; */
	color: #99FFFF;
	text-decoration: underline;
}

h1,h2,h3 { line-height: 38px; }

h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #FC0;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	/* color: #FC0; */
	color:#d76932;
	/* color:#ff9022; */
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	/* color: #FC0; */
	color:#d76932;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	color: #FC0;
	text-transform: uppercase;
	text-align: center;
}

h5 {
	font-size: 1em;
	font-weight: normal;
	color: #CCC;
	text-transform: uppercase;
}

p { font-size: 1em;
	/* font:1.0em Georgia, "Times New Roman", Times, serif; */
	/* line-height:1.2em; */
}

.list p {
	text-align:left;
	/* line-height:1.5em; */
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size:0.75em;
}

.highlight {
	/* color:#FC0; */
}

ul {
	text-align: left;
	list-style: disc;
}

.yellowTextLarge {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 1.2em;
	color: #FC0;
	text-decoration: none;
}

.yellowTextXLarge {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 1.5em;
	color: #FC0;
	text-decoration: none;
}

.textBackground {
	background-color: #663333;
}

.textLarge {
	font-size: 1.2em;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
}

.textMedium {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 1.0em;
	/* color: #CCC; */
}

.textSmall {
	font-size: 0.8em;
	/* color: #CCC; */
}

.textJustify {
	text-align: justify;
}

.yellowTextMediumCenter {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FC0;
	text-decoration: none;
	text-align: center;
}

.yellowHighlight {
	 /* color: #FC0; */  
}

.yellow {
	color: #FC0;
}

.yellowTextMedium {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 1em;
	color: #FC0;
}

#footer {
	padding: 0;
	margin: 0;
}

#footer p {
	/* font:0.7em Verdana, Geneva, sans-serif */
}

.highlightSmall {
	font-size: 0.8em;
	color: #FC0;
}


#hor-minimalist-b
{
	background:#444;
	width: 780px;
	border-collapse: collapse;
	text-align: left;
	border-bottom: 1px solid #555;
}
#hor-minimalist-b th
{
	background:#333;
	font-size: 1.3em;
	font-weight: normal;
	color: #ff3048;
	padding: 10px 8px;
	/* border-bottom: 2px solid #609452; */
	border-bottom: 2px solid #555;
	text-align: left;
}
#hor-minimalist-b td
{
	padding: 6px 8px;
	text-align: left;
}