/*
Theme Name: Platinum Affiliate
Theme URI: jamielesouef.com
Description: Smart and simple theme for Platinum Affiliate
Version: 1.0
Author: Jamie Le Souef
Author URI: http://jamielesouef.com/
*/
body{
	background:#d1d1d1 url(images/main-background.jpg) 0 0 repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	font-size:.8em;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif
	
}
a, strong{
	color:#0296db;
}

#wrapper{
	text-align:left;
}
.content-binder{
	width:80%;
	margin:0 auto;
}

#header{
	height:57px;
	padding:25px 0 0 0;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;}

.searchItem{
	border:1px solid #9a9a9a;
	height:15px;
	background:#FFF url(images/search-background.gif) 0 100% repeat-x;
}

#splash{
	height:164px;
	padding:50px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;


}
#splash h2.description{
	color:#67c4ff;
	font-size:1em;
	padding:0 0 0 13px;
	margin:0; 
}

#signup{
	margin:10px 0 20px 0;
	text-align:center;
}
#sidebar{
	float:right;
	width:250px;
}
#sidebar h2{
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	font-size:1.2em;

}

#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li{
	margin:0;
	padding:0;
}
#sidebar li a{
	display:block;
	padding:5px;
	border-bottom:1px dotted #666666;
	text-decoration:none;
}
#sidebar li a:Hover{
	background:#0296db;
	border-bottom:1px dotted #0296db;
	color:#FFF;
}
#sidebar #tag_cloud a{
	display:inline;
	padding:0;
	margin:0;
	border:0;
}
#content-holder{
	background:#FFF;
	padding:0 0 15px 0;
}
#content{
	margin:0 250px 0 0;
	padding:0 50px 0 10px;

}
.post-heading{
	border-bottom:1px dotted #666666;
	padding:10px 0 0;
	margin:0 0 10px;
}
.post-heading h2{
	margin:0;
	padding:0;
	font-size:2em;
	color:#0296db;	
}
.post-heading h2 a{

	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;

}
.postmetadata{
	background:#e9f0f4;
	border:1px solid #3c647a;
	padding:10px;
	margin:5px 0;
	color:#3c647a;
	font-size:.9em;
} 
.postmetadata a{
	color:#3c647a;
}

#footer{
	text-align:center;
	padding:10px 0;
	background:#d1d1d1;
}