/*	St. Gregory's: print master
	----------------------------
	Author:		Ethan Marcotte (http://airbagindustries.com/)
	Version:	070608
	Copyright:	(c) 2007 Airbag Industries, LLC. until the contract is complete.
			All rights reserved.
*/

body {
	color: #262626;
	font: normal 10pt Georgia, Times, "Times New Roman", serif;
}


/*-  Remove unnecessary elements
----------------------------------------------------------------------*/
#nav,
#nav-footer,
form {
	display: none;
}


/*-  Varnish.
----------------------------------------------------------------------*/
a img {
	border: none;
}

h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}


/*-  Community pics
----------------------------------------------------------------------*/
#community-pics ul,
#community-pics li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#community-pics ul {
	text-align: right;
}

#community-pics li {
	display: inline;
}


/*-  Branding
----------------------------------------------------------------------*/
#brand {
	border-bottom: 1px solid #333;
	padding: 20px 0 20px;
}


/*-  Main
----------------------------------------------------------------------*/
#main {
	border-bottom: 1px solid #333;
	padding: 20px 0 20px;
}


/*-  Footer
----------------------------------------------------------------------*/
#footer {
	clear: both;
	color: #C9C9BB;
	font: normal 1.1em/1.3 Georgia, Times, "Times New Roman", serif;
	padding: 20px 0 20px;
}

#footer a {
	color: #C9C9BB;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer table {
	float: right;
	border-collapse: collapse;
	width: 50%;
}

#footer th,
#footer td {
	text-align: left;
	vertical-align: top;
	width: 25%;
}

#footer dl,
#footer dd,
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer dl.address {
	float: left;
}

#footer table a {
	font-weight: bold;
}

#footer li.phone {
	margin-top: 1em;
}

#footer dt {
	font-weight: bold;
}
