/*  
Theme Name: Burley
Theme URI: http://www.burley.ca
Description: Burley Appraisal Associates
Version: 0.1
Author: Brandon Burley
*/


/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		}
		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
		color: #B5383E;
		}
		
	* 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;
		}
		
	/* Text Classes
	------------------------------------------------------------------ */
		
		
	.h3home 
		{
		font-size: 18px;
		text-decoration: underline;
		line-height: 145%;
		color: #333;
		display: block;
		margin: 5px;
		}
		
		.hilite
		{
		background-color: #FFFF88;	
		}
		
		
/* Structure
----------------------------------------------------------------------------- */
	
	
html, body
	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 0px;
	background: #FFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;	
	}
		
	
#wrapper
	{
	width: 100%;
	}
		
#headerwrap
	{
	width: 100%;
	text-align: center;
	height: 80px;
	margin: 0;
	padding-bottom: 2px;
	border-bottom: 2px solid #D5eDf7;
	background-image: url(images/header-bckg.png);
	background-repeat: repeat-x;
	}			
	
	#header {
		width: 750px; 
		padding: 30px 0 0 0;
		margin: 0px auto 0 auto ;
		height: 55px;
		text-align: left;
		}

	#featurewrap
		{
		width: 100%;
		text-align: center;	
		padding: 0;
		height: 110px;
		margin: 4px 0;
		background-color: #FFF;
		background-image: url(images/feature-bckg.png);
		background-repeat: repeat-x;
		}
		
		#feature
			{
			width: 750px;
			height: 110px; 
			text-align: left;
			margin: 0 auto;		
			}		
		
		#feature ul li
			{
			display: inline;
			padding: 0px 15px 0px 0px;
			margin: none;
			}
		
			
	#main 
		{
		width: 750px;
		height: auto;
		padding: 20px 0px 20px 0px;
		margin: 15px auto 0 auto;
		text-align: left;
		}


				
	#content {
		float: left;
		height: auto;
		width: 485px;
		padding: 10px 15px 10px 0px;
		}
		
	#sidebar {
		float: right;
		width: 234px;
		padding: 15px 0px 15px 15px;
		border-left: 1px solid #CCC;
		margin: 0px 0px 15px 0;
		}

	#footer {
		position: relative;
		clear: both;
		width: 750px;
		min-width: 750px;
		margin: 25px auto 20px auto; 	
		text-align: left;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		height: 50px;
		}
		
		#blogplug
		{
		text-align: right;
		}
			
	/* Header
	----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			font-size: 1.2em;
			}
			
#accesswrap
	{
	position: relative;	
	width: 100%;
	clear: both;
	text-align: center;
	margin: auto;
	background-image: url(images/bckgtop.gif);
	background-repeat: repeat;
	border-bottom: solid 2px #36393D;
	padding: 4px 0 0px 0;
	}					
				
#access
	{
		clear: both;
		width: 750px;
		max-width: 750px;
		height: 16px;
		margin: 0 auto;	
		text-align: right;
	}
	
	#access img
		{
		padding: 0 0 0 4px;
		border-left: 1px solid #444951;	
		}

			
	/* Index
	----------------------------------------------------------------------------- */
	
	#homefloat
		{
		position: relative;
		margin: 0px 0px 15px 0px;
		border-bottom: 1px solid #CCC;
		}
	
	#homefloat p
		{
		line-height: 110%;	
		}	
		
	.hmfloat
		{
		float: left;
		margin: 10px 10px 10px 0px;
		display: inline;
		border: 1px solid #333;
		padding: 2px;		
		}
	
	#homefloat ul li
		{
		
		list-style-image: url(images/homemenu.gif);
		list-style-position: inside;
		display: inline;
		
		}			
				
	/* Content
	----------------------------------------------------------------------------- */
	
			
	
		#content h2 a {
			color: #444;
			}
	
		#content p a, #content .metadata a {
			color: #B5383E;
			padding-bottom: 2px;
			border-bottom: 1px solid #ddd;
			}
	
		#content p a:hover, #content .metadata a:hover {
			border-bottom: 1px solid #666;
			}
			
		#content p a:visited, #content .metadata a:visited {
			color: #444;
			}
	
		#content p {
			font: 1em/2em Verdana, Arial, Helvetica, Sans-Serif;
			padding: 5px 0;
			color: #444;
			text-align: justify;
			}
	
		#content .entry {
			padding-top: 10px;
			width: 100%;
			overflow: auto;
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0 60px;
			}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			}
			
		.commentlist li {
			background: url(images/dot.gif) bottom left repeat-x;
			margin: 10px 0;
			padding: 25px 0 10px 0;
			list-style-type: none;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
			
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			}
		
		#sidebar ul li a {
			line-height: 1.9em;
			}
			
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}
	
	
	/* Extra
	----------------------------------------------------------------------------- */
	#extrawrap
	{
	position: relative;
	clear: both;
	width: 100%;
	background-image: url(images/extra-bckg.png);
	backkground-repeat: repeat-x;
	text-align: center;
	height: 175px;
	margin: 15px 0;
	padding: 2px 0;
	padding: none;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #EEE;
	}		
	
	#extra
		{
		clear: both;
		width: 750px;
		max-width: 750px;
		height: 175px;
		margin: 0 auto;	
		text-align: center;
		}
		
	#extral {
	position: relative;
	float: left;
	height: 145px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0 15px 0;
	text-align: left;
	border-right: 1px solid #ccc;
	width: 229px; 
	}
	
#extrac {
	width: 229px;
	padding: 0px 10px 0px 10px;
	margin: 15px 250px 20px 250px;
	height: 145px;
	border-right: 1px solid #ccc;
	vertical-align: center;
	text-align: left;
	}
#extrar {
	position: relative;
	float: right;
	padding: 15px 0px 15px 10px;
	margin: -175px 0 0 0;
	width: 245px;
	 }

	
		
		
		
	
	
	/* Footer
	----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 1.4em;
			}	





/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		line-height: 2em;
		padding: 15px 0 15px;
		}

	#content ul li a, #content ol li a {
		line-height: 2.5em;
		}

	#content .post ol {
		padding-left: 25px;
		*padding-left: 30px;
		}
		
	#content .post ul li {
		padding-left: 20px;
		background: url(images/bullet.gif) center left no-repeat;		
		}

	#extral ul li
		{
		list-style-image: url(images/doc.gif);
		list-style-position: inside;
		line-height: 150%;
		}
		
		#extral li a
		{
		color: #444;
		border-bottom: 1px solid #CCC;	
		}
		
		
	#extrac ul li
		{
		list-style-image: url(images/cats.gif);
		list-style-position: inside;
		line-height: 150%;	
		}	


/* 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: #444;
		font-weight: normal;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}

	h1 {
		font-size: 2.2em;
		}

	h2 {
		font-size: 2.0em;
		}

	h3 {
		font-size: 1.8em;
		}

	h4 {
		font-size: 1.6em;
		}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/pdf.png) no-repeat center right;
}




/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		}
		
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	.pagetitle {
		display: block;
		padding: 0 0 60px;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		background: url(images/quote.gif) top left no-repeat;
		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}

	hr {
		display: none;
		}
		
		
	.quote
		{
		display: block;
		background-image: url(images/quote.png);
		background-repeat: no-repeat;
		font-family: Times, Times New Roman, Georgia, serif;
		font-size: 20px;
		color: #B5383E;
		line-height: 125%; 
		border-width: 1px 0px 1px 0px;
		border-color: #444951;
		border-style: solid;
		margin: 10px 0;
		padding: 10px;	
		}
	
		
		
/* Custom Contact Form
--------------------------------------------------------------------------------*/

.custom_contact_row {
  margin: 10px 0px 20px 0px;
  margin: 15px 0px 15px 0px;
  clear: left;
}
.custom_contact_label {
  font-size: 1em;
  float: left;
  width: 120px;
  padding-left: 5px;
}
.custom_contact_label_required {
  font-weight: bold;
  font-size: 1em;
  float: left;
  width: 120px;
  padding-left: 5px;
}
.custom_contact_data {
  float: left;
  padding-left: 5px;
}
.custom_contact_data textarea {
  width: 85%;
}
.custom_contact_buttons {
  clear: left;
  padding: 10px 0px 0px 0px;
  border-top: 1px solid gray;
}

 		