/*basic elements*/

body {
	font: 100% Helvetica, Arial, sans-serif;  
	background-color:#000 ;
	/* overall font and sizing */
	text-align:center; 
	/* centers the layout in IE */
	}

* {margin:0; padding:0;} /* removes defaults of all elements */

p {	
	font: .9em/1.4em "Georgia", 'Times New Roman', serif;
	font-stretch: narrower;
	letter-spacing: .5px;
	margin-top: 0px;
	text-align: left;
	color: #E5E5E5;
	}
	
h1 {
	font: 0.8em/1em Helvetica, Arial, sans-serif;
	color: #E30000;
	font-variant: small-caps;
	letter-spacing: .1em;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 1px;
	padding-left: 25px;
	}
	
h5	{
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: italic;
	color: #ccc;
	padding-left: 25px;
	padding-bottom: 10px;
	}
	
h4	{

	font-family: 'Georgia', Times, serif;
	font-weight: lighter;
	font-variant: small-caps;
	font-size: .9em;
	color: #9FAAAC;
	letter-spacing: .1em;
	padding-top: 10px;	
	padding-left: 25px;
	padding-bottom: 5px;
	}
	
h6	{

	font-family: 'Georgia', Times, serif;
	font-weight: lighter;
	font-size: .7em;
	color: #9FAAAC;
	padding-left: 25px;
	padding-bottom: 10px;
	}

a:link { 
	text-decoration: none;
	}

a:visited { 
	text-decoration: none;
	}

a:hover, a:active {
	color: red;
	}



/* specific divs */

div#mainwrap {
	min-width:800px;
	max-width:1000px;
	/* sets the max and min widths */
	margin-left:auto; 
	margin-right:auto; 
	/* centers the layout in SCBs */
	text-align:left; 
	/* stops elements inheriting the body's text-center */
	}

div#pageHeader {
	height:140px; 
	text-align:center;
	border-bottom: 2px solid #E30000;
	margin-top: 10px;
	}

div#pageHeader img{
	border: 0px none;
	} 

div#contentarea { 
	background-color:#000; 
	/* ensures bg is gray if faux graphic doesn't load */
	/* faux columns graphic left column */
	position:relative; 
	/* set positioning context for left sidebar div */
	}

div#contentarea2 {
	background-color:#000; 
	position:relative; 
	/* set positioning context  for right sidebar div */
	}



/*column1*/

div#column1 {	
	width:170px; 
	/* left col width */
	position: absolute; 
	/* contextual positioning in contentarea container */
	top:10px; 
	left:15px; 
	/*positions col within contentarea container */ 
	overflow:hidden; 
	/* prevents overlarge elements breaking out of column */
	}

div#column1 h1 {
	color: #999;
	font-size: .9em; 
	margin-top: -12px;
	margin-left: -10px;
	margin-bottom: 10px;
	}

div#column1 h2 {
	color: #9FB3B7;
	font-size: .8em; 
	margin-top: 25px;
	margin-bottom: 10px;
	font-variant: small-caps;
	}

div#column1 p {
	color: #B5B5AF;
	font-size: 9pt; 
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: .5pt;
	list-style-type:none;
	margin: 0px 15px 15px 0;
	}
	
div#column1 div#buy-button{
	padding: 20px 0 5px 0;
	}
	
div#column1 ul{
	font-size: 9pt; 
	letter-spacing: .5pt;
	list-style-type:none;
	color: #999;
	}
	
div#column1 li{
	padding-bottom: 7px;
	}
	
div#column1 a{
	color: #C9C796;
	}


/*column2*/
div#column2 {
	margin:0 150px 0px 190px; 
	/* left and right margins to make room for sidebars */
	background-color:#000;
	}

div#column2 h1 {
	font-size: 1.1em;
	font-variant: small-caps;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 1px;
	padding-left: 25px;
	}
	
div#column2 h2 {
	color: #9FB3B7;
	font-size: .9em;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 25px;
	}

div#column2 p {
	padding: 5px 30px 10px 25px;
	}

div#column2 ul {
	line-height: 1.3em;
	list-style-type: none;
	padding-left: 25px;
	}

div#column2 a{
	text-decoration: none; 
	color: #C9C796;
	}

div#column2 a:hover {
	color: red;
	}
	
div#column2 hr {
	width: 50%;
	margin: 20px 0 20px 20px;
	text-align: center;
	}

div#column2 strong {
	font: 0.8em/1em Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #999;
	}
	
	
div#column2 img.bullets {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    }
    
div#column2 div#box {
	border: dotted 2px red;

	margin: 10px 25px 10px 20px;
	padding-top: 10px;
	}

div#column2 div#box h2 {
	text-align: center;
	}

div#column2 div#box p {
	text-align: center;
	}
	
div#column2 div#fblike {
	padding-left: 25px;
	padding-bottom: 10px;
	}
	
div#column2 div#homepic {
	padding-bottom: 15px;
	}
	
div#column2 div#smallpic {
	float: left;
	padding: 10px 10px 15px 20px;
	}
	
div#column2 div#callout {
	border: 1px dotted #a4a391;
	margin-right: 40px;
	}
	
div#column2 #bullet-list {
	font: .9em/1.4em "Georgia", 'Times New Roman', serif;
	font-stretch: narrower;
	letter-spacing: .5px;
	margin-top: 0px;
	text-align: left;
	color: #E5E5E5;
	}
	
div#column2 #bullet-list li{
	margin-left: 20px;
	list-style-type: square;
	}


	
/*col 2 divs*/

div#column2 div#art {
	margin: 10px 0 20px 100px;
	}
	
div#column2 div#specialtext p{
	margin: -15px 0 -10px 80px;
	padding-right: 20px;
	}
	
div#column2 div#indent1 p{
	margin: -15px 0 -10px 40px;
	padding-right: 15px;
	}
	
div#column2 div#indent2 p{
	margin: -15px 0 -15px 80px;
	padding-right: 30px;
	}
	
div#column2 div#indent3 p{
	margin: -15px 0 0px 80px;
	padding-right: 30px;
	}

div#column2 div#bio p{
	font-family: Helvetica, Arial, sans-serif;
	color: #a4a391;
	font-size: 0.7em;
	font-weight: lighter;
	letter-spacing: 0.7px;
	font-style: italic;
	border-top: 1px dotted #a4a391;
	margin-top: 20px;
	padding-top: 10px;
	margin-right: 20px;
	}	

div#column2 div#left {
	float: left;
	width:140px;
	height: 200px;
	margin: 10px 15px 10px 25px;
	}
	
div#column2 div#right-align p{
	text-align: right; 
	}
	

	
	
/*issues nav*/

div#issues { 
	margin: 5px 0 0 -40px;
	width:100%;  
	/* makes the div fill its container - usually body */
	padding:8px 0;
	text-align:center;
	}

 div#issues ul {
	margin:2px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #999;
	text-align:center;
	} 
	/* vertical spacing between the lists */

 div#issues li {
	display:inline; 
	/* the key CSS - makes the lists display horizontally */
	color: #666; 
	/* sets the color of the vertical lines */
	border-left:1px solid; 
	/* creates the vertical line to the left of each list items */
	padding:0 5px 0 9px; 
	/* horiz space between links and vert lines - needed diff l & r values to center */
	}

 div#issues li:first-child {
	border-left:0;
	} 
	/* removes the left border of the first list item - IDWIMIE */

 div#issues ul li a {
	text-decoration:none; 
	/* removes the underlining off the links */
	color: #C9C796; 
	/* the color of the links */
	}

 div#issues ul li a:hover {
	color: red;
	} 


/*column3*/

div#column3 {
	width: 160px; 
	position:absolute; 
	/* contextual positioning in contentarea container */
	top:-5px;
	right:0px; 
	/*positions col within contentarea container */ 
	overflow:hidden; 
	/* prevents overlarge elements breaking out of column */
	}

div#column3 h1 {
	font-size: 10pt; 
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps;	
	letter-spacing: 2pt;
	list-style-type:none;  
	text-align: left;
	padding-bottom: 15px;
	margin-left: -25px;
	}
	
div#column3 div#index h1 {
	font-size: 9pt; 
	padding-bottom: 5px;
	}
	
div#column3 ul { 
	font-size: 9pt; 
	letter-spacing: .5pt;
	list-style-type:none;
	color: #999;
	}

div#column3 li { 
	font-size: 9pt; 
	font-weight: lighter;
	line-height: 1.2em;
	padding-bottom: 4px;
	}
	
div#column3 div#index li { 
	font-size: 6pt; 
	padding-bottom: 2px;
	}
	
div#column3 li a { 
	color: #C9C796;
	}
	
div#column3 li a:hover {
	color: red;
	}
	
div#column3 li:last-line {
	line-height: 2em;
	}
	
	

/*footer*/

div#footer { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-variant: small-caps;
	letter-spacing: 2px;
	width:100%;  
	/* makes the div fill its container - usually body */
	padding:15px 0;
	text-align:center;
	}
	
div#footer p {
	font-size: .5em;
	color: #333; 
	text-align: center;
	}

 div#footer ul {
	margin:2px 0;
	} 
	/* vertical spacing between the lists */

 div#footer li {
	display:inline; 
	/* the key CSS - makes the lists display horizontally */
	color: #666; 
	/* sets the color of the vertical lines */
	border-left:1px solid; 
	/* creates the vertical line to the left of each list items */
	padding:0 5px 0 9px; 
	/* horiz space between links and vert lines - needed diff l & r values to center */
	}

 div#footer li:first-child {
	border-left:0;
	} 

 div#footer ul li a {
	text-decoration:none; 
	color: #666; 
	}

 div#footer ul li a:hover {
	color:red;
	} 


/* "no-extra-markup" clearing method */

.clearfix:after {
	content: ".";              
	display: block;          
	height: 0;                  
	clear: both;               
	visibility: hidden;	     
	}

.clearfix {
	display: inline-block;
	}   
* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}





