/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url('images/backgroundfade.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;
}

.shadow {
	-moz-box-shadow: 2px 2px 30px #000; /* Firefox 3.6 and earlier */
	-webkit-box-shadow:2px 2px 30px #000; /* Safari */
	box-shadow:2px 2px 30px #000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #221D1D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 18px;
	color: #930;
	font-style: italic;
}

p, ul, ol {
	margin-top: 0;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #ED3A00;
}

a:hover {

}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border-color: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: thin;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
}

.required {
	color: #ED3A00;
}

.underline {
	text-align: center;
	text-decoration: underline;
}

.entry p {
	font-size: 14px;
}

.entry ul {
	font-size: 14px;
}

.entry tr {
	font-size: 14px;
}

/* Header */

#header {
	width: 940px;
	height: 110px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	height: 40px;
	margin: 0px;
}

#logo h1, #logo p {
	margin: 0px;
	padding-top: 30px;
	color: #900;
}

#logo h1 {
	float: left;
	padding-left: 20px;
	letter-spacing: -1px;
	font-size: 3.8em;
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding-left: 20px;
	letter-spacing: -1px;
	font-size: 2em;
	padding: 53px 0 0 10px;
	color: #900;
}

#logo p {
	float: left;
	margin: 0px;
	padding: 26px 0px 0px 10px;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #900;
} 

#logo img {
	float: left;
	margin: 0px;
	padding: 10px;
}

/* Menu - parish */

#menu {
	width: 960px;
}

#menu ul {
	width: 921px;
	padding: 0px;
	margin: auto;
	list-style: none;
}

#menu li {
	margin: 0px 0px 20px 0px;
	background-color: #900;
	float: left;
	border-right: none;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #FFF;
	-moz-box-shadow: 3px 3px 5px #888888; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 3px 3px 5px #888888; /* Safari */
	box-shadow: 3px 3px 5px #888888;
}

#menu a {
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}

#menu a:hover, #menu .current_page_item a {
	background-color: #640000;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #640000;
	color: #FFFFFF;
}

/* Menu - school */

#menu1 {
	width: 960px;
}

#menu1 ul {
	width: 921px;
	padding: 0px;
	margin: auto;
	list-style: none;
}

#menu1 li {
	margin: 0px 0px 20px 0px;
	background-color: #900;
	float: left;
	border-right: none;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #FFF;
	-moz-box-shadow: 3px 3px 5px #888888; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 3px 3px 5px #888888; /* Safari */
	box-shadow: 3px 3px 5px #888888;
}

#menu1 a {
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}

#menu1 a:hover, #menu .current_page_item a {
	background-color: #640000;
	text-decoration: none;
}

#menu1 .current_page_item a {
	background: #640000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding: 0px 15px 0px 0px;
}

#content-center p{
	text-align: center;
}

#content-center h3{
	text-align: center;
}

#content-center img{
	padding: 15px;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -0.5px;
	color: #333;
}

.post .title a {
	color: #221D1D;
	border: none;
}

.post .meta {
	height: 30px;
	border-bottom: 1px solid #DBDBDB;
	background: #F4F4F4;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #333;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #333;
}

.post .meta a {
	color: #333;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: left;
}

.post .entry img {
	padding: 15px;
}
.post .entry a:hover {
	text-decoration: underline;
}
.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	padding: 0px;
	color: #333;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 0px;
}

#sidebar li li {
	line-height: 30px;
	border-bottom: 1px dotted #E5E0C6;
	margin: 0px 10px;
	border-right: none;
}

#sidebar li a {
	padding-left: 7px;
	background: url('images/arrow_single.gif') no-repeat left 5px;
}

#sidebar li a:hover {
	padding-left: 7px;
	background: url('images/arrow_double.gif') no-repeat left 5px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 14px;
	font-style: italic;
}

#sidebar h2 {
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #900;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #FFFFFF;
	-moz-box-shadow: 3px 3px 5px #888888; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 3px 3px 5px #888888; /* Safari */
	box-shadow: 3px 3px 5px #888888;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 0px 20px 0px;
	text-align: left;
}

.sidebar li p, li ul li {
	font-size: 14px;
}

#sidebar a {
	border: none;
	color: #333;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #333;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer - Parish*/

#footer {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 4px solid;
	border-top-color: #EBE6D1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	border-left-color: #000;
	border-right-color: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom: none;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #444444;
}

#footer a {
	color: #464032;
}

/* Footer - School*/

#footer1 {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	padding: 0px;
	border-top-color: #EBE6D1;
	border-top-width: thin;
	border-top-style: dotted;
	font-family: Arial, Helvetica, sans-serif;
	border-left-color: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-right-color: #000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom: none;
	background-color: #fff;
}

#footer1 p {
	margin: 0;
	padding-top: 0px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #444444;
}

#footer1 a {
	color: #464032;
}

#footer1 img {
	margin-bottom: 5px;
}
/* RSS */

.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #BCCDF0;
}

.gfg-title {
  font-size: 14px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #3366cc;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #3366cc;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('images/arrow_double.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('images/arrow_single.gif');
}

.gfg-collapse-closed {
  background-image : url('images/arrow_double.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}

/*slide show*/
#rotator
{
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 10px;
	position: relative;
	width: 625px;
	height: 217px;
}

#rotator img
{
	border: 0;
	width: 625px;
	height: 217px;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/*Drop down*/
ul.dropdown li:hover
{
	position: relative;
}

#menu ul.dropdown li ul
{
	margin: 0;
	padding: 4px 0px 0px 0px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	width: 180px;
	overflow: hidden;
	float: left;
	list-style: none;
	-moz-box-shadow: 3px 3px 5px #888888; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 3px 3px 5px #888888; /* Safari */
	box-shadow: 3px 3px 5px #888888;
}

#menu ul.dropdown li ul li
{
	width: 180px;
	margin: 0px;
	float: left;
	position: relative;
	border-top: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}

#menu ul.dropdown li ul li a
{
	padding: 5px 0px 5px 0px;
	background: #900;
}

#menu ul.dropdown li ul li a:hover{
	background: #640000
}

#menu1 ul.dropdown li ul
{
	margin: 0;
	padding: 4px 0px 0px 0px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	width: 180px;
	overflow: hidden;
	float: left;
	list-style: none;
	-moz-box-shadow: 3px 3px 5px #888888; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 3px 3px 5px #888888; /* Safari */
	box-shadow: 3px 3px 5px #888888;
}

#menu1 ul.dropdown li ul li
{
	width: 180px;
	margin: 0px;
	float: left;
	position: relative;
	border-top: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}

#menu1 ul.dropdown li ul li a
{
	padding: 5px 0px 5px 0px;
	background: #900;
}

#menu1 ul.dropdown li ul li a:hover{
	background: #640000
}
/*From Gallery .css*/
#gallery-wrapper {
	width: 640px;
	height: 240px;
	margin-bottom: 20px;
}

#gallery
{
	width: 640px;
}

#gallery h2 {
	text-align: center;
	text-decoration: underline;
}

#gallery h3 {
	color: #900;
	font-size: 3.8em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

.post #gallery .meta1 .date1 {
	float: left;
	height: 3px;
	width: 595px;
	padding: 0px 15px;
	background-color: #900;
}

#gallery2 img.output
{
	width: 604px;
	height: 100px;
	margin-bottom: 6px;
	margin-left: 4px;
	border: solid 5px #FFE3B5;
}

