/*-----------------------------------------------------------------------------
Style Sheet
client:    http://saintgregorypalamas.org/about.php
version:   1.0
author:    sande wetmore
email:     sande@sandewebdesign.com
website:   http://www.sandewebdesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* =Layout
-----------------------------------------------------------------------------*/
body {
	background-color: #F7F5E1;
	margin: 15px 0px 0px;
	background-image: url(../../images/bg_murugas_ordination_11.gif);
	background-repeat: repeat;
	background-position: center top;
}
#container {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #cac89c;
	background: #FFFFFF url(../../images/bg_fauxcolumns2.jpg) repeat-y left top;
}
#masthead {
	width: 1000px;
	height: 150px;
	position: relative;
	background: #430d1b url(../../images/bg_masthead3.gif) no-repeat left top;
}
#masthead h1 {
	height: 150px;
	margin: 0px 0px 0px 150px;
	line-height: 150px;
	background-image: url(../../images/hdr_st-gregory-palasmas-chu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	text-indent: -9999px;
}
#masthead h2 {
	background: url(../../images/st-gregory-stamp.gif) no-repeat;
	text-indent: -9800px;
	height: 100px;
	width: 100px;
	position: absolute;
	top: 25px;
	left: 715px;
	margin: 0px;
}
#content {
	width: 805px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#sidebar {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;

}
#mainContent {
	width: 455px;
	float: left;
	background-color: #FFFFFF;
}
#secondaryContent {
	width: 330px;
	float: right;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.5em;
	color: #b5526c;
	clear: both;
	text-transform: uppercase;
}
h3 {
	font-size: 1.4em;
	text-align: left;
	color: #7a7a7a;
	margin-top: 1em;
	margin-bottom: .7em;
	text-transform: uppercase;
}
h4 {
	font-size: 1.3em;
	color: #680620;
	line-height: 1em;
	margin-top: 1.5em;
	margin-bottom: .8em;
}
h5 {
	font-size: 1.1em;
	color: #545454;
	line-height: 1.1em;
	margin: .5em 0px 0.3em;
}
p {
	font-size: 1.2em;
	margin: 0.5em 0px 0.75em;
}
ul {font-size: 1.1em;}

h1, h2, h3, h4, h5, p {
	text-align: left;
}
#content p {
	padding-left: 10px;
}
#secondaryContent h1, h2, h3, h4, h5, p {
	padding-right: 20px;
	padding-left: 10px;
	text-align: left;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar p, #sidebar ul {
/*	margin-left: 7px; */
	text-align: left;
}
#footer p {
	font-size: 10px;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #075e8c;
	text-decoration: none;
	padding: .2em;
}
a:hover, a:active {
	text-decoration: underline;
	background-color: #075e8c;
	color: #FFFFFF;
	padding: .2em;
}
.photo img a {
	clear: both;
	display: block;
}

/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
ul#mainNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	top: 0px;
}
ul#mainNav li {
	font-size: 1.2em;
}
ul#mainNav a {
	display: block;
	width: 175px;
	padding: 0.2em;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	color: #430D1B;
	text-decoration: none;
}
ul#mainNav a:hover {
	background-color: #FFFFFF;
	background-image: url(../../images/images/bg_mainNav.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cac89c;
}
/* SUB */
ul#mainNav li ul {
	display: none;
	width: 180px;
	position: absolute;
	left: 200px;
}
ul#mainNav li:hover ul, ul#mainNav li:over ul {
	display: block;
}
ul#mainNav li li a {width: 180px;}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/
#secondaryContent ul {
	list-style-type: none;
	margin-left: 10px;
}
#secondaryContent li {
	text-align: left;>
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 1000px;
	margin: 0px auto;
	background: url(../../images/bg_footer.gif) repeat-x center top;
	text-align: center;
}
#footer p {
	padding-top: 60px;
	color: #7a7a7a;
	background-image: url(../../images/icon/on-earth-as-it-is-in-heaven.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-top: 0px;
	text-align: center;
}
#footer img {margin: 0; padding: 0;}
.footertext {}


/* =Lists
-----------------------------------------------------------------------------*/
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainContent ul {
	margin-left: 25px;
}

/* =Forms
-----------------------------------------------------------------------------*/
form#contactForm {
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #c6c39f;
	background: #f8f8f8;
}
legend {
	font-weight: bold;
	color: #625f39;
}
label {
	display: block;
}
input {
	width: 200px;
	/* border: 1px solid #c6c39f; */
}
textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #c6c39f;
}
input.radio, input.checkbox, input.submit {
	width: auto;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
.hilite {
	color: #68631b;
	font-weight: bold;
}
.smaller {
	font-size: 90%;
}
.posted {
	font-size: smaller;
	font-style: italic;
}
.image_right {
	float: right;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 20px;
}
.image_right img {	
	padding: 4px;
	border: 1px solid #837C34; 
}
.image_right em {display: block;}

/* =Misc 2
-----------------------------------------------------------------------------*/
.centerAlign {
	text-align: center;
}

.box {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E3BB;
	text-align: center;
}
.box p {
	padding-right: 5px;
	padding-left: 10px;
}
.box img {
 	float: left;
	margin: 5px 15px 20px 0px; 
	padding: 4px;
	border: 1px solid #837C34; 
}
#secondaryContent .box img {
 	float: none;
	margin: 0; 
	padding: 4px;
	border: 1px solid #837C34; 
}

.box img.right {
	float: right;
 	margin: 5px 10px 20px 10px; 
}
img.right {float: right; margin: 0 0 20px 10px;}
.box img.imgCtrAlign {float: none;}
div.photo {
	font-size: 1.1em;
}
div.photo img {
	float: none;
	margin: 15px 15px 5px 5px; 
	padding: 4px;
	border: 1px solid #837C34; 
}
div.photo span.caption {
	display: block;
	clear: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.video {
 	border: 1px solid #BFBB82;
	padding: 5px;
	background-color: #FFFFFF;
	margin-right: 15px; 
}


/* CLEAR
 ----------------*/
.clearBoth {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}
.floatL {
	float: left;
}
.floatR {
	float: right;
}



/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Holly Hack Target IE Win only - Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack and End hide from IE-mac */
