/* Main Stylesheet
 * created by: WebCamp One, LLC for Co-Op Web, Inc.
 * client: Catholic Foundations for Diocese of Tucson
*/
@font-face {
	font-family: 'dearJoe5CASUALdearJoe5CASUAL';
	src: url('../fonts/djoe5cas-webfont.eot');
	src: local('☺'), url('../fonts/djoe5cas-webfont.woff') format('woff'), url('../fonts/djoe5cas-webfont.ttf') format('truetype'), url('../fonts/djoe5cas-webfont.svg#webfontth5uMA8z') format('svg');
	font-weight: normal;
	font-style: normal; }

html {
	width: 100%;
	height: auto;
	min-height: 101%;
	margin-bottom: 1px;
	background: #804120;
	}
body {
	position: relative;
	width: auto;
	height: auto;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 62.5%;
	color: #000;
	background: transparent url('../images/bg/repeat_bg.jpg') 0 0 repeat-x;
	}	
div#topContainer {
	position: relative;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	border-bottom: 30px solid #bf2e1a;
	z-index: 2;
	}	
	header#branding {
		position: relative;
		display: block;
		/* width: 800px; */
		width: 984px;
		height: 120px;
		margin: 0 auto;
		border-bottom: 30px solid #bf2e1a;
		}
		header#branding a#siteLogo {
			position: absolute;
			display: inline-block;
			width: 116px;
			height: 100px;
			top: 10px;
			left: 10px;
			background: transparent url('../images/logo/logo_cathfnd.png');
			}
		header#branding div#requestDonation {
			position: absolute;
			width: 600px;
			height: 30px;
			bottom: 10px;
			right: 20px;
			text-align: right;
			float: right;
			}
			div#requestDonation span#tagLine {
				display: inline-block;
				width: auto;
				height: 100%;
				font-family: 'dearJoe5CASUALdearJoe5CASUAL', sans-serif;
				font-weight: normal;
				font-size: 1.6em;
				line-height: normal;
				color: #804120;
				vertical-align: middle;
				}
			div#requestDonation form {
				display: inline-block;
				width: 98px;
				height: 20px;
				float: right;
				margin-left: 10px;
				vertical-align: middle;
				}
				div#requestDonation form input#btnPayPal {
					display: block;
					width: 100%;
					height: 100%;
					font-size: .925em;
					text-transform: uppercase;
					text-align: center;
					padding: 2px 0;
					color: #fff;
					background: #bf2e1a;
					text-decoration: none;
					z-index: 99; }
				div#requestDonation form input#btnPayPal:focus,
				div#requestDonation form input#btnPayPal:hover {
					cursor: pointer;
					}					
div#wrapper {
	position: relative;
	width: 900px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	padding-top: 0px;
	border-left: 1px solid #fff;
	background: #fff;
	z-index: 1;
	}
div#container {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	background: transparent;
	}
div#contentArea {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	background: transparent;
	}
div#pageContent {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	background: transparent;
	}
	div#pageContent div#columns {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 100%;
		padding-bottom: 0;
		}
		div#col_1_of_1 {
			position: relative;
			width: auto;
			height: auto;
			padding: 0 10px 0 15px;
			margin-top: 15px;
			min-height: 400px;
			background: transparent;
			}
		div#col_1_of_2 {
			position: relative;
			display: inline-block;
			/* width: 145px; */
			width: 200px;
			padding: 0 10px 0 15px;
			margin-top: 15px;
			height: auto;
			background: #bf2e1a;
			float: left;
		}
		div#col_2_of_2 {
			position: relative;
			display: inline-block;
			/* width: 443px; */
			width: 575px;
			padding: 0 50px 0 50px;
			margin-top: 15px;
			height: auto;
			min-height: 400px;
			background: transparent;
			float: right;
		}
		div#col_2_of_2 > article,
		div#col_2_of_2 > section {
			margin-top: 15px;
			}		
		div#col_1_of_3 {
			position: relative;
			display: inline-block;
			width: 225px;
			height: auto;
			background: transparent;
			float: left;
		}
		div#col_2_of_3 {
			position: relative;
			display: inline-block;
			width: 225px;
			height: auto;
			background: transparent;
			float: left;
		}
		div#col_3_of_3 {
			position: relative;
			display: inline-block;
			width: 263px;
			height: auto;
			background: transparent;
			float: right;
		}
				
/* !Typography - Common */
h1, h2, h3, h4, h5 {
	margin-bottom: .25em;
	font-family: Georgia, "Trebuchet MS", serif;
	font-weight: normal;
	color: #804120;	
	}
	h1 {
		font-size: 2.0em;
		}
		h1#pageTitle,
		h1.entryTitle {
			margin-bottom: .5em;
		}
	h2 { 
		font-size: 1.8em;
		}
		h2.entryTitle,
		h2.entrySubTitle {
			margin-bottom: .5em;
		}		
	h3 {
		font-size: 1.6em;
		}
	h4 {
		font-size: 1.4em;
		}
	h5 {
		font-size: 1.2em;
		}
	.content p {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 1em;
		}
		.home .content p {
			font-size: 1em;
			}
		
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}

/* !Links */
a:link,
a:visited,
a:active {
	color: #7c7c7c;
	text-decoration: underline;
	}
a:focus,
a:hover {
	text-decoration: none;
	}

/* !Misc For Overall Site */
.offscreen {
	position: absolute;
	top: 0;
	margin-left: -9999px;
	}
	
ul#subMenu {
	position: absolute;
	top: 5px;
	right: 0px;
	}
	ul#subMenu li {
		display: inline;
		float: left;
		padding-right: 10px;
		text-align: right;
		}
		ul#subMenu li a {
			display: block;
			}
blockquote {
	width: 90%;
	padding: 10px 0 1.5em;
	border-bottom: 1px solid gray;
	margin: 0 auto 1em;
	font-size: 1.4em;
	font-style: italic;
	}
	blockquote cite {
		margin-top: 0;
		font-size: .825em;
		font-style: normal;
		float: right;
		}
.btnLearn:link,
.btnLearn:visited,
.btnLearn:active {
	display: block;
	width: 90px;
	height: 15px;
	margin-top: 0;
	background: url('../images/misc/learn_more.png') 0 0 no-repeat;
	background-position: 0;
	text-decoration: none;
	}
.btnLearn:focus,
.btnLearn:hover {
	background: url('../images/misc/learn_more.png') 0 0 no-repeat;
	background-position: -90px;
	}

