/* CSS Document */


body {
	background-image: url(imgs/stripe.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#05796c;
	font-size: 14px;
	line-height: normal;
}


#wrapper {
	width: 872px;
	margin: 20px auto;
	text-align: left;
}

/* HEADER */

h1 {
	float:clear;
}


#navigation {
	margin: 20px 0 0 0;
}

#pageheader {
	padding: 10px 10px 0 0;
}

#ads {
	margin-top: 20px;
	text-align:center;
}



.clear {display: block; clear: both;}


/* CONTENT */

#content {
	margin: 30px 0 0;
	background-color:#FFFFFF;
	background-image:url('imgs/body-bg.gif');
	padding: 20px;
	height: auto;
}


#flash-video{
	float:right;
}


#latest{
	padding-top:5px;
}

.block, .blockLeft {
	float: left; 
	width: 260px; 
	background-color:#ebf2e5;
	padding-top:10px;
	padding-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	display: inline;
}


.block:hover, .blockLeft:hover {
	background-color:#dae0d4;
}

.blockLeft{
	margin-right:20px;
}



#right-column{
	float:right;
	width: 200px;
	padding-right: 20px;
	padding-top: 10px;
}

#left-column{
	width: 600px;
	float:left;
}

#footer{
	margin-top:50px;
	margin-bottom:50px;
}


/* GLOBAL */


h2{
	margin: 0;
	color: #f6525b;
	font-style: normal;
	font-weight: bold;
	font-size:1.6em;
	font-family: "Courier New", Courier, mono;
}

h3{
	color: #05796c;
	font-style: normal;
	font-weight: bold;
	font-size:1.1em;
	margin-top: 12px;
	padding-top:8px;
	padding-left:10px;
	margin-bottom:3px;
	display:block;
	background:#e2f0d4;
	width:530px;
	height:28px;
	border: 1px solid #cad7be;
}

a img {
	border: none;
}
p {
	line-height: 20px;
}
a {
	color: #dc4951;
}


.downloadBtn {
	float:left;
	padding-top:17px;
	margin-right:20px;
	padding-left:5px;
	padding-bottom:8px;
}

.rating {
	font-family: "Courier New", Courier, mono;
	padding-top:22px;
}

.rating strong {
	font-weight: bold;
	color: #f6212d;
	
}

hr {
  	border: 0;
  	color: #f00;
	background-color: #f6525b;
	height: 1px;
	width: 90%;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}

#section-text img{
	float:left;
	margin-right: 10px;
}

#section-text p{
	padding-top:10px;
	color:#03433c;
}

#listing p{
	color:#03433c;
	font-size:0.8em;
	text-align:center;
}

.advert a{
	color: #0058e9;
	font-size: 0.9em;
	
}

#template-header{
	width:520px;
	margin-bottom:20px;
}


#download, #rating, #rate {
	height:30px;
	background:#e2e9dc;
	font-size: 1.4em;
	padding-top:10px;
	text-align: center;
}

#download{
	width:154px;
	float:left;
	background:#d2d9cd;
}

#rating{
	width:170px;
	float:left;
	margin-left:12px;
	display: inline;
}

#rate{
	width:170px;
	float:right;
}


#rate-buttons {
  width: 16px;
  height: 16px;
  padding: 16px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(imgs/rate-button.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#donate{
	width:520px;
	padding-top:20px;
	
}

#donate p{
	
}

#paypal{
	width:160px;
	height:50px;
	border: thin solid #D2D9CD;
	padding:10px;
	float:left;
	margin-right:10px;
	
}

.dark-link a {
	color: #03433c;
}

.dark-link a:hover {
	color: #f02941;
}

#back-link a{
	text-decoration:none;
}
#back-link{
	position: relative; 
	top: -20px; 
	left: 500px; 
	width:50px;
	height:0px;
	text-decoration:none;
}

.answer{
	width:525px;
	padding-left:15px;
	margin-top:5px;
}

.dark-text{
	color: #03433c;
}