body {
	margin:0;
	padding:0;
	font-family:Verdana,arial,  helvetica, sans-serif;
	font-size:1em;
	background:url(/images/bg.jpg) top center no-repeat;
	width:100%;
	height:100%;
	text-align: center
}

h2 {
	font-family:arial;
	font-size:22pt;
	font-weight:bold;
color:#000;
}

input.active {

height:20px;
	border:1px solid #000;
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	color:#77a13d;



}


.clear {
	clear:both;
}

a {
	color:#666666;
}


h1 {
	color:#000;
}

h2 {
	color:darkred;
}

h3 {
	color:#000;
}

h3 a	{
	color:#000;
}

h3 a:visted {
	color:#000;
}

h4 {
	color:#000;
	margin:5px 0 5px 0;
}

#menu{
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	font-color:#77a13d;
}

#mainholder {
	    width:980px;
	margin:auto;
text-align: left;
	border-top:2px solid #000;
	font-family:arial;
	font-size:1.2em;
	font-weight:bold;
	color:#666;
}


#footer {

    width:900px;
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	font-color:#77a13d;
}

#footer a {
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	color:#000;
}

#footer a:hover {
	color:#333333;
}

font.tag {
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
color:#000;
}

#issueHolder {
			float:left;
			width:100px;
			height:150px;
}
#issueHolder h3 {
		font-family:arial;
		font-size:36pt;
		font-weight:bold;
		padding:0px;
		margin-top:0px;
		text-decoration:none;
		color:#cccccc	;
		
}

#issueHolder h3 a{
		text-decoration:none;
		color:#cccccc	;
}


#quote {

	text-align: center;
margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
	height:200px;
	overflow:auto;
		border: 2px solid #000;
		width: 250px;
		
		

	border:1px #cccccc dotted;
	padding:5px;
	color:#666;
	text-align:left;
	background-color:#eee;
}




#liverbird {
	position:absolute;
	bottom:0;
}

#issueDetails{
	float:right;
	width:300px;
	background:#eeeeee;
	border:1px;
	padding:5px;
	border-style:dotted;
	text-align:left;
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
color:#000;
}

#issueDetails a {
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
color:#000;
}



#soldout {
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	color:darkred;
}



#issueTable {
		font-family:arial;
		font-size:10pt;
		font-weight:bold;
		position:relative;
		padding:10px;
	
}


.issueTableRow1 {
		background-color:#ccc;
}


.issueTableRow2 {
		background-color:#eee;
}


.issueTableRowHeader {
		background-color:#000;
		color:#fff;
}


.darkgrey {
		color:darkgrey;
		
	}
	
	
	.contributors {
		font-size:0.8em;
	
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu{
border-top: 0px solid black; /*optional border across top*/
margin: 0;
padding: 0;
float:right;
}

#pointermenu ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: black;
background: black url(/images/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 11px;
text-decoration: none;
background: url(/images/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: darkred;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(/images/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}


#coverHolder {
			float:left;
			width:500px;
		}
		#content {
			float:left;
			width:470px;
		}
		#contentInner {
			padding:20px;
			height:590px;
			margin:6px;
			width:435px;
			overflow:auto;
		}
		#content #socialMedia {
			float:right;
		}
		
		
		.shadowcontainer .issue {
				float:left;
				position:relative;
		}
		.shadowcontainer .issue img {
	border:0px solid #fff;
	margin:0 30 0 30;
}