/*------------------------------------------------*/
/*-------------- MASTER STYLESHEET ---------------*/
/*------------------------------------------------*/


/* Created 	- 30 Oct, 2009 */
/* Author	- Matthew Holmes */


	/*------ IMPORT STYLESHEETS ------*/
	@import "css/reset.css";
	@import "css/structure.css";
	@import "css/pbCore.css";
	@import "css/pbDonations.css";
	
	
	
/*Content Styles*/
/*These need to be replicated and tweaked where necesarry in css/content.css*/

body { color: #333; font: 62.5%/1.4 Arial, Helvetica, sans-serif; }
	
	p {
		margin: 0 0 10px;
		font-size: 1.2em;
		line-height:1.8em;
		}
		
	ul {
		padding: 0;
		}
	
	li {
		font-size: 1.2em;
		}
		
	h1 {
		margin: 0 0 .2em;
		color: #ff9f10;
		font-size: 2.4em;
		font-style: italic;
		font-weight: normal;
		}
		
	
	h2 {
		margin: 10px 0 10px;
		color: #921e1d;
		font-size: 1.6em;
		}
		
	h3 {
		margin: 0 0 5px;
		color: #f90;
		font-size: 1.4em;
		}
		
	h4 {
		margin: 0 0 5px;
		color: #fff;
		font-size: 1.4em;
	}
	.Heading1 {
		color: #ff9f10;
		font-size: 2.4em;
		font-style: italic;
		font-weight: normal;
		}
		
	
	.Heading2 {
		color: #921e1d;
		font-size: 1.6em;
		font-weight:bold;
		}
		
	.Heading3 {
		color: #f90;
		font-size: 1.4em;
		font-weight:bold;
		}
		
		
	a:link,
	a:visited,
	a:active {
		color: #921e1d;
		}
		
		.ImageRight, .image {
					margin:0 0 5px 10px;
					border-bottom:solid #8C1D1C 5px;
					float:right;
					}

		.ImageLeft {
					margin:0 10px 5px 0;
					border-bottom:solid #8C1D1C 5px;
					float:left;
					}
					
		.HomeBanner .image {
					margin:0 !important;
					border-bottom:none !important;
					float:none !important;
					}
		#banner
					
		hr {
			height:1px;
			color:#CCC;
			background:#CCC;
			border:none;
			margin:20px 0;
			clear:both;
		}
		.Letter {
			font-size:18px;
			line-height:28px;
			font-style:italic;
			color:#777;
		}
