/*   
Theme Name: Adelta
Theme URI: http://WordPress.com
Description: A theme optimized to capture Ad$ense clicks
Author: Wayne
Author URI: http://www.waynejohn.com
Version: 1.0
*/

body
{
	background-color: #ffffff;
	color: #444444;
	font-family: Verdana;
	font-size: 12px;
	margin: 0 auto;
	width: 860px;
	position: relative;
	
}

h1 {
	font-size: 15px;
	letter-spacing: 1px;
}

h2 {
	font-size: 13px;
}
a {
	text-decoration: none;
	color: #5C80B1;
}

a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#mainContainer
{
	width:860px;
}
/*----------------------------
					 Header
----------------------------*/

#header
{
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
	
	background-repeat: no-repeat;
}

#header h1 {
	font-family: Arial;
	font-size: 50px;
	font-weight: bold;
	margin: 5px;
	letter-spacing: 8px;
}

#header h2 {
	font-weight: normal;
	letter-spacing: 4px;
	color: silver;
	margin: 0px;
}
#header img
{
	float:left;
	margin-top: 5px;
	margin-right: 20px;
}
#header a
{
	text-decoration: none;
	color: navy;
}
#header h2
{
	text-align: center;
}
/*----------------------------
						Menu
----------------------------*/

#menu
{
	background: #000066;
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 20px;
	text-align:center;
}

#menu a{
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #ffcc66;
}

/*----------------------------
						Footer
----------------------------*/
#footer
{
	width: 100%;
	text-align: center;
	background: #999999;
	float: none;
	clear: both;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma;
}
#footer a
{
	color: #000000;
}

/*---------------------------
                Major head ad
---------------------------*/
#content {
	float: left;
	width: 76%;
}

#contentAd
{
	float:left;
	margin-top:1px;
	border: none;
}
#video
{
	width:330px;
	float:right;
	clear:none;
	margin-right: 10px;
}
#sidepanel {
	float:left;
	width: 20%;
}
#ads
{
	text-align:center;
	float:right;
}
#ads img
{
	padding: 5px;
}
#postAdImg
{
	float:right;
	margin-right:40px;
	margin-top:0px;
	width:120px;
	height:600px;

}
#postAd 
{
	clear:both;	
}
#post
{
	background-color:white;
	width: 450px;
	float:left;
	margin: 2px 2px;
}
div#amazoncontent p.details, div#amazoncontent form {
	font-size:10px;
}
