

/*--------------------------------------------------

	Client: SpecialK
	
	This stylesheet should contain styles only
	being used in the Error Pages part of the
	SpecialK project!
	
	REMEMBER TO KEEP IT CLEAN, EASY TO READ,
	AND IN THE DOCUMENT FLOW!
	
	Thanks!

--------------------------------------------------*/

/********************/
/*****Layout*********/
/********************/
div.blue-gradient-bg{
	background: url(../i/site/blue-bg-404.png) left top repeat-x;
	height: 480px; /*525 - padding*/
	padding: 45px 150px 0px 235px;
}


/********************/
/*****Typography*****/
/********************/
div.blue-gradient-bg h4{
	margin: 10px 0 10px 0;
	font-size: 24px;	
}

div.blue-gradient-bg p{
	margin-bottom: 10px;	
}

div.blue-gradient-bg .ptext{
	color: #646464;
	font-size: 14px;
	line-height: 18px;
}

div.blue-gradient-bg .ptext a{
	color: #f03;
	text-decoration: underline;
}

div.blue-gradient-bg .ptext a:hover{ text-decoration: none; }