h1 
{
	font-size: 28pt;
	text-align: center;
}

b 
{
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: 2px 2px 4px rgba(255,255,255, 0.3);	
}

#whoneed
{
	clear: both;
	font-size: larger;

	width: 940px;
	padding: 16px;
	margin-left:auto;
	margin-right:auto;
	background:#efefef;
	background:rgba(239,239,239,0.8);
	border:1px solid #000;
	margin-top: 20px;
	margin-bottom:20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#whoneed h2 
{
	clear: both;
	margin-left: 24px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	font-size: 16pt;
	margin-top: 30px;
	margin-bottom: 10px;
}

#whoneed ul 
{
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
}
#whoneed li 
{
	margin-bottom: 0.5em;
	color: #4f3f00;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.2);
}

#whoneed p.explain
{
	margin-left: auto;
	margin-right: auto;
}

.case 
{
	float: right;
	width: 450px;
	padding: 16px;
	margin: 16px;
	margin-right: 0px;
	border: black solid 1px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 
	background:#dfdfdf;
	background-image: -moz-radial-gradient(0px 0px 20deg, ellipse farthest-side, #eaeaca 0%, #eaeaca 10%, #cfcfaf 100%);
	border: solid 1px rgba(64,64,64, 0.75);
	
}

.caseh  
{
	width: 640px;
}

.case h1 
{
	font-size: 18pt;
}

.case p 
{
}

.case p.quote 
{
	font-family: Comic Sans MS;
	text-indent: 1.5em;
}

p.q 
{
	font-weight: bold;
	font-size: 1.1em;
}

p.a 
{
	font-family: Comic Sans MS;
	text-indent: 1.5em;
}

.example
{
	margin: 0.5em 1em 1em 1em;
	border: solid 1px;
}

.blurb 
{
	margin-left: 100px;
	margin-right: 100px;
	font-weight: bold;
	text-align: justify;
}

img.aboutimg
{
	border: solid 1px #7f7f7f;
	margin: 10px 10px 10px 10px;
}

#whatsnew h2,h3,h4 
{
	margin-left: 0px;
}

#testlist 
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#testlist li 
{
	display: block;
	width: 420px;
	float: left;
	background-color: #3f3f3f;
	background-image: -moz-radial-gradient(50px 20px 20deg, ellipse farthest-side, #4f4f4f 0%, #3f3f3f 50%, #2f2f2f 100%);
	color: White;
	margin: 20px;
	padding: 10px;
	border: 1px solid black;
	font-family: Comic Sans MS;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;	
	clear: none;
	-moz-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 
	-webkit-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 	
}

#testlist .leader 
{
	font-style: italic;
	font-family: Arial Black, Sans-Serif;
}

#testlist .standout
{
	font-size: 1.2em;	
	background-color: #3f4f2f;
	background-image: -moz-radial-gradient(50px 20px 20deg, ellipse farthest-side, #374f2f 0%, #373f2f 70%, #2f372f 100%);
	color: #ffffcf;	
}

#testlist .attrib 
{
	color: #cfbf9f;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 0px;
}
#testlist .link 
{
	color: #efefef;
	margin: 0px;
	padding: 0;
	font-size: 8pt;
	vertical-align: top;
}

#gallerylist 
{
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 800px;
	list-style-type: none;	
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#gallerylist li 
{
    float:left;
    display:inline; /* For IE so it doesn't double the 1% left margin */
    width: 350px;
    height: 300px;
    margin-left: 30px; 
    margin-top: 10px;
    margin-bottom: 10px;
}

#gallerylist img
{
	vertical-align: bottom;
} 

#gallerylist em
{
	display:block;
}

.gallerylist a:hover img,.gallerylist a:active img,.gallerylist a:focus img {border-style:dashed;} 

#tour 
{
	font-size: 1.2em;
}

#tourcontainer {
    padding-left: 24px;
    padding-right: 24px;
    
}


#tour p {
}


#tour img 
{
	border: 1px solid #6f6f6f;
    margin: 8px 8px 8px 8px;
    margin-left: 32px;
    margin-right: 32px;

	-moz-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 
	-webkit-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 		
}

#tour h1 
{
	font-size: 34pt;
}

#tour h2 
{
	font-size: 18pt;
	clear: both;
}

#tour br {
    clear: both;
}
#tour hr
{
	clear: both;
	display: block;
	margin-bottom: 48px;
    margin-top: 48px;
    height: 2px;
    background: gray;
    width: 30%;
    border: none;
    
}

.leftline {
    margin-left: 0px;
    margin-right: auto;   
}

.rightline {
    margin-left: auto;
    margin-right: 0px;    
}

#tour .attrib 
{
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
}

#latestversion {
    
}

#latestversion img {
    border: 1px outset gray;
	-moz-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 
	-webkit-box-shadow: 2px 2px 8px rgba(96,95,64, 0.6); 		
    margin: 16px;
    margin-top: 0px;
}

#latestversion hr {
    width: 40%;
    height: 1px;
    background: #423E31;
    border: none;
    margin: 3em auto;
    clear: both;
}

#latestversion .subtitle {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1em;
    font-size: 2em;
}

#latestversion h1 {
    text-align: center;
    font-size: 64px;
    
}

#latestversion h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 32px;
    
}

#latestversion h3 {
    text-align: left;
    font-size: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
    text-transform: none;
    font-variant: normal;
}

#latestversion h4 {
    margin-bottom: 32px;
    font-variant: small-caps;
}

#latestversion h4.close {
    margin-top: -32px;   
}

#latestversion pre {
    width: 75%;
    height: 480px;
    overflow: scroll;
    font-size: 0.8em;
    margin-left: 64px;
    margin-right: auto;
    border: 1px solid black;
    
}

#latestversion #playbetter li {
    margin-bottom: 3em;
    margin-right: 3em;
}

#proreview {
    font-size: 1.1em;
}

#proreview h1 {
    text-align: center;
    font-size: 58px;
    margin-bottom: 0px;
    line-height: 1em;
}

#proreview h2 {
    text-align: center;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 32px;
    
}

#proreview h3 {
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    
}

#proreview hr {
    width: 50%;
    clear: both;
}