/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #50BAE2;
color: #121212;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#wrap
{
position: relative;
margin: auto;
width: 785px;
padding: 0 15px 0 15px;
background: url(img/pbg.jpg) top left;
}

	#header
	{
	position: relative;
	height: 224px;
	background: url(img/head.jpg) top left no-repeat;
	}
	
	#nav
	{
	position: relative;
	height: 36px;
	background: url(img/nbg.jpg) top left;
	}
	
		#nav li
		{
		position: relative;
		float: left;
		height: 36px;	
		}
		
		#nav li a
		{
		position: relative;
		float: left;
		padding: 8px 10px 0 20px;
		height: 28px;
		color: #fff;
		font-size: 1.2em;
		font-weight: normal;
		text-transform: uppercase;
		}
		
		#nav a:hover
		{
		color: #FBCC04;
		}
	
	#page
	{
	position: relative;
	padding-top: 20px;
	background: url(img/navdetail.jpg) top left no-repeat;
	}
		#saver
		{
		position: absolute;
		top: -36px;
		right: 0px;
		height: 65px;
		width: 74px;
		background: url(img/saver.jpg) top left no-repeat;
		}
	
		#content
		{
		position: relative;
		float: left;
		padding: 0 15px 0 15px;
		width: 489px;
		text-align: left;
		}
		
			#advert
			{
			position: relative;
			height: 74px;
			text-align: center;
			}
			
			.postfp
			{
			position: relative;
			margin-bottom: 24px;			
			background: url(img/fpwrap.jpg) top left no-repeat;
			}
			
				.postfpinner
				{
				position: relative;
				padding: 33px 30px 39px 30px;
				background: url(img/fpbottom.jpg) bottom left no-repeat;
				min-height: 253px;
				}
				
			#content h1
			{
			position: relative;
			font-size: 1.5em;
			font-weight: bold;
			color: #0062B0;
			}
				#content h1 a
				{
				color: #0062B0;
				}
			
			#content .thepost h1
			{
			font-size: 1.8em;
			}
				
			#content p
			{
			position: relative;
			line-height: 1.4em;
			padding-bottom: 1em;
			}
			
			#content p a
			{
			position: relative;
			font-style: italic;
			color: #0069CB;
			}
		
		
		#sidebar
		{
		position: relative;
		float: left;
		width: 256px;
		text-align: left;
		}
		
			#newsbox
			{
			position: relative;
			padding: 120px 15px 15px 15px;
			min-height: 165px;
			background: url(img/news.jpg) top left no-repeat;
			color: #fff;
			margin-bottom: 10px;
			}
				#newsbox p
				{
				position: relative;
				line-height: 1.3em;
				padding-bottom: 1em;
				}
			
				#newsbox a
				{
				color: #fff;
				font-style: italic;
				}
	
	#foot
	{
	position: relative;
	margin: auto;
	width: 815px;
	padding-bottom: 12px;
	background: url(img/foot.jpg) top left no-repeat;
	}
	
		#footnav
		{
		position: relative;
		padding-right: 35px;
		text-transform: uppercase;
		}
		
			#footnav ul
			{
			position: relative;
			padding-top: 35px;
			float: right;
			height: 25px;
			}
			
			#footnav li
			{
			position: relative;
			float: left;
			}
			
			#footnav li a
			{
			position: relative;
			float: left;
			font-weight: bold;
			padding: 0 8px 0 8px;
			font-weight: bold;
			color: #004074;	
			}
			
		#final
		{
		position: relative;
		color: #fff;
		text-transform: uppercase;
		text-align: right;
		padding-right: 30px;
		}
	
	#saverx
	{
	position: relative;
	height: 11px;
	background: url(img/saverbottom.jpg) top left no-repeat;
	}


/* comments */
.commentlist li
{
position: relative;
padding: 10px;
background: #f3f3f3;
border: 1px solid #ddd;
margin-bottom: 10px;
}

.avatar
{
float: right;
}

#comwrap a
{
color: #121212;
text-decoration: underline;
}

#comment
{
width: 350px;
}

.validation-advice {
  display: inline;
	margin: 0 0 0 10px;
	padding: 2px 6px 2px 6px;
	background-color: #FF3300;
	color : #FFF;
}


