/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	margin:0;
	padding:0;
	background:#fff url(/images/theme/gsp_web_top_bkgd-3.jpg) top center repeat-x;
	}
.container {margin:0 auto;}
.container p {margin:0 0 0.5em;}
.container ul {margin-bottom:0;}

.container h2 a {text-decoration:none;}

.current_page_item {font-weight:bold;}
.container .curent_page_item a {text-decoration:none;}

/**************************************/
/*              HEADER                */
/**************************************/
#headerSearchBox {
	float:right;
	background:#000;
}
#headerSearchBox form {
	margin:6px;
}
#headerSearchBox input#s {
	width:200px;
}
#siteHeader {
	margin:0;
	padding:0;
	vertical-align:0;
}
#siteHeader h1 {
	float:left;
	margin:0;
	width:500px;
	height:106px;
	background:url(/images/theme/gsp_web_header-2a.png) top right no-repeat;
	text-indent: -9999px;
}
#siteHeader h1 a {
  display:block;
	width:413px;
	height:106px;
}
a.post-edit-link {
  display:block;
  float:right;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/


/**************************************/
/*          HOME PAGE SLIDER          */
/**************************************/
#s3slider {
   width: 580px; /* important to be same as image width */
   height: 320px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}
#s3sliderContent {
   width: 580px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}
ul#s3sliderContent {
	margin-bottom:0;
	padding:0;
	list-style-type:none;
}
.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 18px/18px georgia, times, 'times roman', 'times new', serif;
   font-style:italic;
   padding: 12px 12px 14px;
   width: 580px;
   background-color: #fff;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #000;
   display: none; /* important */
   bottom: 0;
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.clear {
   clear: both;
}

/**************************************/
/*           HOME PAGE MENU           */
/**************************************/
ul#home-header {
   list-style: none;
   float: left;
   padding:0;
}
#largeMenu {
  background:url(/images/theme/epi-shield-bkgd.png) center right no-repeat;
}
ul#home-nav {
   float: right;
   width: 320px;
   margin-top:20px;
	background:url(/images/theme/labyrinth-lt-bkgd.gif) 150px 0 no-repeat;
}
ul#home-nav li {
   clear: left;
   float: left;
   width: 300px;
   padding: 4px 0 4px 4px;
   _padding: 10px 0 6px 12px;
   list-style: none;
}
*+html ul#home-nav li {
   padding: 10px 0 6px 12px;
}
ul#home-nav li.first {
   background: none;
}
ul#home-nav li:hover,
ul#home-nav li.sfhover {
  background: url(/images/theme/home-menu-bkgd.png) top left repeat-y;
}
ul#home-nav h3 {
   margin-bottom: 2px;
   font-size: 1.4em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
}
.container ul#home-nav h3 a {
	padding:0;
   color: #111;
   text-decoration: none;
}
ul#home-nav li:hover h3 a,
ul#home-nav li.sfhover h3 a {
   color: #666;
}

/**************************************/
/*         HOME PAGE SUBTITLES        */
/**************************************/
#welcome h3,
#info h3,
#calendar h3 {
	margin:0 0 0.5em;
	padding:1.5em 0.5em 0.5em;
	font-family:georgia,times,'times new',serif;
	font-weight:normal;
	font-style:italic;
	letter-spacing:0.1em;
}

/**************************************/
/*         WELCOME MENU               */
/**************************************/
#welcome p {
   margin-bottom: 1.4em;
   color: #333;
	line-height: 1.5em;
}
#welcome ul {
   float: left;
   margin: 0 -6px 17px 0;
	list-style-type:none;
}
#welcome li {
   float: left;
   margin: 0 6px 6px 0;
   padding: 0;
   background: none;
   font-size: 1.2em;
/*   font-family: Georgia, Times, "Times New Roman", serif;*/
}
#welcome li a {
   display: block;
   width: 160px;
   height: 21px;
   padding: 4px 0 4px;
   color: #666;
   text-align: center;
   text-decoration: none;
}
#welcome li a:hover {
   background:#e0ecc8;
   color: #000;
}

/**************************************/
/*                QUOTE               */
/**************************************/
#quote {
  clear: left;
  padding:1em;
	border:2px solid #82b222;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#e0ecc8;
	text-align:left;
}
#quote p {
  margin: 0 0 .25em 0;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size:1.4em;
  line-height: 1.4em;
}
#quote p.author {
  color: #415911;
  font-size: 1.2em;
  font-weight:bold;
  text-align:right;
  line-height: 1.2em;
}
#quote p.source {
  color: #000;
  font-size: 1.2em;
  font-style: italic;
  text-align:right;
  line-height: 1.2em;
}
#quote blockquote {
  margin: 0;
	border:0;
}
#quote blockquote p {
  margin:0;
  padding: 14px 10px 18px;
  color: #000;
  font-size: 1.4em;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  text-align: center;
  line-height: 1.4em;
}

/**************************************/
/*        PARISH INFO LINKS           */
/**************************************/
#info ul {
   margin: 0 20px;
}

#info li {
   float: left;
   width: 230px;
   margin: 0 0 6px 0;
   padding: 0;
   background: none;
   font-size: 1.2em;
   list-style-type: none;
}

#info li a {
   display: block;
   padding: 4px 4px 4px 30px;
   color: #666;
   text-decoration: none;
   line-height: 1.4em;
}
#info li.facebook a {
	background:#fff url(/images/facebook.png) left center no-repeat;
}

#info li a:hover {
   background-color: #f4d48d;
   color: #000;
}
	#info li.facebook a:hover {
		background:rgb(244, 212, 141, 0.8) url(/images/facebook.png) left center no-repeat;
	}

/**************************************/
/*              CALENDAR              */
/**************************************/
#specialAnnouncement {
  padding: 0 1em 0.5em;
  background: #f1cfc6;
  border: 2px solid #c9401c;
 	border-radius:10px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
}

#specialAnnouncement a {
  color: #000;
}

#specialAnnouncement a:hover {
  color:#c9401c;
  text-decoration:none;
}
#specialAnnouncement p {
  margin: 0 0 1em;
/*   font-size: 1.1em;*/
}

/**************************************/
/*               SIDEBAR              */
/**************************************/
#sidebar {
	margin-top:10px;
	padding:1em 1em 0.5em;
	background:#eee;
}


/**************************************/
/*               FOOTER               */
/**************************************/
#siteFooter {
  clear: both;
	margin:10px 0 0;
  background: url(/images/theme/gsp_web_top_bkgd-3.jpg) repeat-x;
	font-size:.85em;
}
#siteFooter p {
  color: #fff;
}
#siteFooter div#contact {
  float: left;
}
#siteFooter div#copyright {
  float: right;
}
#siteFooter div#copyright p {
  text-align: right;
}
#siteFooter a {
  color: #fff;
  text-decoration: none;
}
#siteFooter a:hover {
  text-decoration:underline;
}
#siteFooter div#contact p a {
  color: #fff;
}

/**************************************/
/*               MISC                 */
/**************************************/

.pagination {display:none;}

.pagination_single {
  margin-top:2em;
  padding:3px;
  border:1px solid #ccc;
  text-align:center;
}

.container ol {
	margin:0;
	padding:0;
	list-style-type:none;
}
#sidebar h2.title {
  font-size:18px;
}