/*

	Holy Name Province - main stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =general
---------------------------------------------------------------------------------------------------- */
body {
	margin: 0 auto 0 auto;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

body p {
	font-size: 14px;
	color: #000000;
}

body table tr td {
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#wrapper {
	background: 0;
	font-size: 14px;
	color: #000000;
	width: 100%;
}

.print {
	display: block;
	visibility: visible;
}

/* =global layout
---------------------------------------------------------------------------------------------------- */
#content {
	font-size: 14px;
	color: #000000;
	width: 100%
}

#content #text-content {
	font-size: 14px;
	color: #000000;
	width: 100%
}

#content #main-content {
	font-size: 14px;
	color: #000000;
	width: 100%
}

img.right-align {
	margin: 5px 0 10px 16px;
}

/* =branding/toolbar 
---------------------------------------------------------------------------------------------------- */
#branding {
	height: 153px;
	position: relative;
}

#toolbar {
	display: none;
	visibility: hidden;
}

/* =left nav
---------------------------------------------------------------------------------------------------- */
#left-nav {
	display: none;
	visibility: hidden;
	width: 0;
}

/* =breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	display: none;
	visibility: hidden;
}

/* =font resize
---------------------------------------------------------------------------------------------------- */
#font-resize {
	display: none;
	visibility: hidden;
}

/* =links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
}

a {
	outline: none;
	color: #901C3B;
}

a:hover {
	outline: none;
	color: #444037;
}

a.more-link {
	background: url('../images/more-bullet.gif') 100% 66% no-repeat;
	color: #901C3B;
	text-decoration: none;
	padding: 0 10px 0 0;
}

a:hover.more-link {
	background: url('../images/more-bullet.gif') 100% 66% no-repeat;
	color: #901C3B;
	text-decoration: underline;
	padding: 0 10px 0 0;
}

/* =typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 10px 0 10px 0;
	font-size: 14px;
	color: #000000;
}

h1 {
	color: #000000;
	font-size: 20px;
	margin: 0 0 6px 0;
}

h2 {
	color: #000000;
	font-size: 18px;
	margin: 0 0 8px 0;
}

h3 {
	color: #000000;
	font-size: 15px;
	margin: 0 0 10px 0;
}

.smaller {
	font-size: 11px
}

.asterisk {
	font-weight: bold; 
	font-size: 16px; 
	color: #a31c37;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

/* =footer
---------------------------------------------------------------------------------------------------- */
#footer {
	display: none;
	visibility: hidden;
}

#footer img {
	display: none;
	visibility: hidden;
}

#footer-photo {
	display: none;
	visibility: hidden;
}

#footer-photo img {
	display: none;
	visibility: hidden;
}

/* =video
---------------------------------------------------------------------------------------------------- */
.video-image {
	float: left;
	margin: 0;
	padding: 10px 40px 0 0;
}

.video-caption {
	margin: 4px auto; text-align: left; 
	background: inherit;
}

/* =who we are - main page
---------------------------------------------------------------------------------------------------- */
.who-video-image {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}

.vital-stats {
	float: right;
	margin: 0;
	padding: 10px 0 32px 10px;
}

.vital-stats-footer {
	background: url('../images/who/ftr-vital-stats.gif') left top no-repeat;
	margin: 0;
	padding: 0;
	width: 413px;
	height: 20px;
}

.mission-statement {
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 13px;
	color: #7C7667;
	font-weight: bold;
	padding-right: 4px;
}

/* =photo gallery
---------------------------------------------------------------------------------------------------- */
.left-photo {
	float: left;
	margin: 0;
	padding: 20px 0 0 13px;
}

.right-photo {
	float: right;
	margin: 0;
	padding: 20px 29px 0 0;
}


.left-photo a {
	color: #635f56;
	font-size: 20px;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	text-decoration: none;
}

.right-photo a {
	color: #635f56;
	font-size: 20px;
	margin: 0 0 6px 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* =forms
---------------------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form .search-field {
	background: #ffffff;
	border: 0;
	margin: 0;
	padding: 0;
	width: 141px;
	height: 23px
}

fieldset {
	padding: 10px 10px 10px 10px;
	border: 1px solid #333333;
	margin: 0;
}

.btn {
	background: #901C3B;
	border: 1px solid #ffffff; 
	color: #ffffff;
	padding: 3px; 
}

/* =Main nav
---------------------------------------------------------------------------------------------------- */
#main-nav {
	display: none;
	visibility: hidden;
}

.print {
	visibility: visible;
	display: block;
	font-size: 14px;
	color: #000000;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

