/*  
Theme Name: Alliance property group theme
Theme URI: http://www.alliancepropertygroup.net
Description: A wordpress theme by Gabriel Trout that started life as Simply Basic by Ash Haque
Version: 1
Author: Gabriel Trout
Author URI: http://www.gtrout.net

The CSS, XHTML is released under a Creative Commons License
http://creativecommons.org/licenses/by/2.5/
*/


----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
		color: #06c;
		}
		
	* a:hover {
		cursor: pointer;
		/* works well for onclick anchors */
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}





/* Structure
----------------------------------------------------------------------------- */
	
	html { 
		margin-bottom: 0.1em;
		background: #fff;
		}

	body {
		font-size: 62.5%; /* Sets the page font to 10px */
		font-family:Tahoma, Geneva, Sans-Serif;
		line-height:2em;
		color: #444;
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		font-size: 1.1em;
		}

	#wrapper {
		width: 800px;
		margin: 15px auto;
		padding: 0;
		text-align: left;
		font-size: 1.1em;
		background-color:#dea019;
		}
		
	#header {
		width:100%;
		display:table;
		padding: 0px;
		color:#ffffff;
		}

	#main {
		display:table;
		width:100%;
		}

	#content {
		float:left;
		width:750px;
		margin:25px;
		}

	#content-home {
		margin:25px 0 25px 25px;
		float:left;
		width:450px;
		}
		
	.entry p{
		margin-top:-.25em;
	}
		
	#sidebar-home {
		margin:25px 25px 0 0;
		float:right;
		width:275px;
		}
		
	#footer {
		padding: 10px 0;
		*padding: 0;
		/* IE6 and IE7 hack */
		border-bottom: 0;
		font-family:Helvetica, Verdana, Arial, Sans-Serif;
		font-size:10px;
		text-align:center;
		background-color:#152d77;
		color:#fff;
		display:table;
		width:100%;
		}
	#footer-contact{
		clear:both;
		display:table;
		margin:0 0 25px 0;
		text-align:center;
		width:100%;
	}





	/* Header
	----------------------------------------------------------------------------- */
		

		#header h1 a {
			}
			
		#header p.description {
			margin-top:20px;
			float:right;
			font-size: 1.2em;
			padding:10px;
			width:320px;
			}
			
		#header img{
			float:left;
		}
					
	
	/* Nav 
	----------------------------------------------------------------------------- */

		#nav{
			display:table;
			width:100%;
			height:160px;
			border-top:4px solid #dc9c2e;
			padding:0;
			margin:0;
		}	



	

	/* Footer
	----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 2.2em;
			}	





/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		margin-bottom: 2.0em;
		}
	#content ul li, #content ol li {
		margin: 1.0em 0 1.0em 3.5em;
		}
	#content ul li ul {
		font-size: 1.0em;
		margin-bottom: 0;
		}
	#content ul li {
		margin-left: 3.0em;
		padding-left: 0.5em;
		list-style-type: circle;
		}
	#content ol li {
		list-style-type: decimal;
		}




/* Headings
----------------------------------------------------------------------------- */

	h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		color: #000000;
		font-weight: normal;
		font-family:Helvetica, Verdana, Sans-Serif;
		}

	h1 {
		font-size: 2.1em;
		}

	h2 {
		font-size: 1.5em;
		}

	h3 {
		font-size: 1.8em;
		}

	h4 {
		font-size: 1.6em;
		}
		
		
		
		
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		border-left: 5px solid #eee;
		padding-left: 15px;
		}

	pre {
		margin-bottom: 1.5em;
		}
	code {
		font: 1.2em/1.8em "Courier New", Courier, mono;
		}

	.center {
		text-align: center;
		}

	hr {
		display: none;
		}
		
		
/* Corners */
	.corner{
		display:block;
	}
	.corner *{
		display:block;
		height:1px;
		overflow:hidden;
		font-size:.01em;
		background:#efd08c;
	}
	.corner1{
		margin-left:3px;
		margin-right:3px;
		padding-left:1px;
		padding-right:1px;
		border-left:1px solid #e5b44a;
		border-right:1px solid #e5b44a;
		background:#eac46f;
	}
	.corner2{
		margin-left:1px;
		margin-right:1px;
		padding-right:1px;
		padding-left:1px;
		border-left:1px solid #dfa424;
		border-right:1px solid #dfa424;
		background:#ebc676;
	}
	.corner3{
		margin-left:1px;
		margin-right:1px;
		border-left:1px solid #ebc676;
		border-right:1px solid #ebc676;
	}
	.corner4{
		border-left:1px solid #e5b44a;
		border-right:1px solid #e5b44a;
	}
	.corner5{
		border-left:1px solid #eac46f;
		border-right:1px solid #eac46f;
	}
	.cornerbody{
		background:#efd08c;
		padding:10px 20px 10px 20px;
	}
