/*
Theme Name: Peter Mansfield Architect
Theme URI: http://sndevelopment.com
Description: Theme for Peter Mansfield Architect
Version: 1.0
Author: Sean Newby
*/

body{
	width: 100%;
	margin: 20px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #757160;
	background: #ffffff;
}

#mainContainer{
	display: block;
	width: 783px;
	margin-left: auto;
	margin-right: auto;
}

#mainContainerFloat{
	float: left;
	width: 783px;
}

a:link,
a:visited{
	color: #757160;
	text-decoration: none;
}

a:hover,
a:active{
	color: #B92425;
	text-decoration: none;
}

.alignleft{
	float: left;
	margin: 5px;
}

.alignright{
	float: right;
	margin: 5px;
}

img{
	border: none;
}

/* Header Styles
-----------------*/
#homeHeaderContainer{
	float: left;
	width: 783px;
	height: 129px;
	background: url('images/homeHeaderBackground.jpg') no-repeat;
}

	#homeHeaderContainer ul{
		margin: 25px 0px 0px 25px;
		padding: 0px;
	}

		#homeHeaderContainer ul li{
			list-style-type: none;
			float: left;
			padding: 0px;
			margin: 0px 5px 0px 0px;
		}
		
			#homeHeaderContainer ul li img:hover{
				opacity: .75;
				MozOpacity: .75;
				KhtmlOpacity: .75;
				filter: alpha(opacity=75);	
			}

#headerContainer{
	float: left;
	width: 783px;
	height: 128px;
	background: url('images/headerBackground.jpg') no-repeat;
}

	#logo a:link, #logo a:visited, #logo a:hover, #logo a:active{
		float: right;
		width: 350px;
		height: 119px;
		margin: 8px 8px 0px 0px;
		text-decoration: none;
	}

		#logo a span{
			visibility: hidden;
		}

/* Template Styles
-------------------*/
#homeTemplateContainer{
	float: left;
	width: 783px;
	height: 355px;
	background: url('images/homeTemplateBackground.jpg') no-repeat;
}

	#homeTemplate{
		float: left;
		width: 646px;
		height: 355px;
		margin: 0px 0px 0px 9px;
	}

#templateContainer{
	float: left;
	width: 783px;
	background: url('images/templateBackground.jpg') repeat-y;
}

	#template{
		float: left;
		width: 371px;
		margin: 10px 10px 0px 20px;
		padding: 0px 0px 10px 0px;
		font-size: 10px;
	}
	
	.title{
		font-size: 12px;
		font-style:oblique
	}

/* Sidebar Styles
------------------*/
#sidebar{
	float: left;
	width: 90px;
	margin: 10px 15px 10px 15px;
	font-size: 10px;
}

	#sidebar ul{
		margin: 0px 0px 25px 0px;
		padding: 0px;
	}
	
		#sidebar ul li{
			list-style-type: none;
			margin: 25px 0px 0px 0px;
			padding: 0px;
		}
		
			#sidebar ul li a:link,
			#sidebar ul li a:visited{
				text-decoration: none;
				color: #757160;
			}
			
			#sidebar ul li a:hover,
			#sidebar ul li a:active{
				text-decoration: none;
				color: #B92425;
			}

#innerSidebar{
	float: left;
	width: 255px;
	margin: 0px 0px 0px 1px;
	font-size: 10px;
}

	#innerSidebar ul{
		float: right;
		margin: 10px 10px 10px 0px;
		padding: 0px;
	}
	
		#innerSidebar ul li{
			list-style-type: none;
			clear: both;
			text-align: right;
		}
		
			#innerSidebar ul li a:link,
			#innerSidebar ul li a:visited{
				text-decoration: none;
				color: #757160;
			}
		
			#innerSidebar ul li a:hover,
			#innerSidebar ul li a:active{
				text-decoration: none;
				color: #B92425;
			}
			
			#innerSidebar ul li span{
				float: right;
				margin: 8px 0px 0px 0px;
				width: 120px;
			}
			
			#innerSidebar ul li img{
				float: right;
				width: 50px;
				height: 50px;
				margin: 8px;
				border: solid 1px #2F2E2E;
			}

			#innerSidebar ul li img:hover{
				opacity: .75;
				MozOpacity: .75;
				KhtmlOpacity: .75;
				filter: alpha(opacity=75);	
			}


/* Footer Styles
-----------------*/
#homeFooterContainer{
	float: left;
	width: 783px;
	height: 34px;
	background: url('images/homeFooterBackground.jpg') no-repeat;
}

#footerContainer{
	float: left;
	width: 783px;
	height: 34px;
	background: url('images/footerBackground.jpg') no-repeat;
}

	#homeFooterContainer p,
	#footerContainer p{
		font-size: 9px;
		margin: 6px 0px 0px 80px;
		color: #757160;
	}
	
	#homeFooterContainer a:link,
	#homeFooterContainer a:visited,
	#footerContainer a:link,
	#footerContainer a:visited{
		color: #757160;
		text-decoration: none;
		font-weight: bold;
	}

	#homeFooterContainer a:hover,
	#homeFooterContainer a:active,
	#footerContainer a:hover,
	#footerContainer a:active{
		color: #757160;
		text-decoration: underline;
		font-weight: bold;
	}
