/* @override http://claysamhomes.com.temp.realssl.com/Portals/0/Skins/Claysam/skin.css */

/* Styles for Claysam Homes */

@media screen
{
	/* @group Resets */

	*
	{
		padding: 0;
		margin: 0;
		border: none;
		outline: none;
	}

	/* @end */

	/* @group Colours and Typography */

	html
	{
		font-size: 100.01%;
	}

	body
	{
		font: 62.5%/1.3 "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
		background: #e3cfb7;
	}
	h2
	{
		font-size: 2em;
	}
	h3
	{
		font-size: 1.4em;
	}
	p
	{
		font-size: 1.2em;
		margin-bottom: .5em;
	}
	a
	{
		text-decoration: none;
	}
	a:hover, a:active, a:focus
	{
		text-decoration: underline;
	}
	#innerwrapper
	{
		background-color: #e3cfb7;
	}
	/* @end */

	/* @group Layout (w3c) */

	#wrapper
	{
		width: 700px;
		margin: 15px auto;
	}
	#banner
	{
		width: 700px;
		height: 112px;
		border: 3px solid white;
		border-bottom: none;
		background: url(./images/banner.jpg) no-repeat left top;
	}
	#banner h1
	{
		display: none;
	}

	#banner object
	{
		border: none;
	}

	#leaves
	{
		width: 700px;
		height: 90px;
		background: url(./images/leaves.jpg);
	}
	#innerwrapper
	{
		float: left;
		border: 3px solid white;
		border-top: none;
		position: relative;
		width: 700px;
	}
	#dnn_sidebar
	{
		float: left;
		background-color: #e3cfb7;
		width: 124px;
		display: inline;
		border:none !important;
	}
	#content
	{
		clear: none;
		float: right;
		display: inline;
		padding: 0 20px 20px 20px;
		min-height: 440px;
		width: 536px;
		background-color: #fff4e6;
	}
	* html #content {
	height: 440px;
}
	.login
	{
		display: block;
		text-align: right;
	}
	#footer
	{
		float: left;
		clear: both;
		width: 700px;
		margin: 5px auto;
		text-align: center;
	}

	#dnn_dnnBREADCRUMB_lblBreadCrumb { display: block; margin-bottom: 5px; }
	a.breadcrumb { color: #000080;font-size: 1.1em; }
	#dnn_dnnLINKS_lblLinks {position: absolute; bottom: 10px;}
	/* @end */
}
