/*
|  Name: site_layout.css
|  Company: Glory Center International
|  Revision Date: 08/06/08
|  
|  Main layout for the Glory Center International
|  website.
|
*/

body {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #7c7c7c;
	color: #241f1f; 
	margin: 0px;
	text-align: center;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
}
.docBg {
	background: url(../images/doc_bg.jpg) no-repeat 50% 0;
	width: 100%;
}

a img {
	border: 0px;
	outline: none;
}

a:hover img {
	cursor: move;
}

a, a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #7c7c7c;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}

a:active {
	outline: none;
}

/* Controls the link style tags for Radio container on left hand side */

.radio a {
	color: #9a7e9e;	
	outline: none;
}

.radio a:hover {
	text-decoration: underline;	
}

.radio a:active {
	outline: none;
}

/* Controls the link style tags for Events container on left hand side */
#eventsCtn a, #eventsCtn a:visited {
	outline: none;
	color: #000000;
	font-weight: normal;
}

#eventsCtn a:hover {
	color: #9a7e9e;
	cursor: pointer;
	text-decoration: none;
}

#eventsCtn a:active {
	outline: none;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: auto;
}
p {
	margin-top: 0px;
	/*margin-bottom: 7px;*/
	padding: 8px 0px 8px 0px;
}

/* Make a new class for no margin spacing for the paragraph tag
   Spacing on the bottom for spacing between content*/
.nospace {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.indent {
	padding-left: 8px;
	display: block;
}

.collapsibleItems {
	width: 480px;
}

/*
| This class is used for error alerts for forms for required fields.
*/
.warning {
  color: #FF0000;
}

/*****************************************************************
| Header style classes go here (as well as pseudoclasses)
\****************************************************************/
h1 {
	font-size: 26px;
	color: #9a7e9e;
	letter-spacing: -2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 24px;
	color: #9e7e9e;
	margin: 0px;
	letter-spacing: -1px;
}
h3 {
	font-size: 24px;
	color: #a49585;
	margin-top: 0px;	
	margin-bottom: 5px;
	padding-top: 4px;
	padding-left: 7px;
	letter-spacing: -1px;
	display: block;
}

.subHeader {
}

.e {
}

.subHeader h1 {
	color: #606060;
	font-size: 20px;
	border-bottom: 2px #606060 solid;
	line-height: 17px;
	letter-spacing: -1px;
}

/* styled header (H1) for the Events pages */
.e h1 {
	color: #a49585;
	font-size: 30px;
	font-family: Verdana;
	letter-spacing: -1px;
	margin-top: 0px;	
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;	
	display: block;
}

/*.subHeader h2 is used for the series containers for main page*/
.subHeader h2 {
	color: #606060;
	font-size: 14px;
	font-family: Verdana;
	letter-spacing: -1px;
}

.subEnlarged h2{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.subHeader h3 {
	color: #a49585;
	font-size: 20px;
	font-family: Verdana;
	letter-spacing: -1px;
	margin-top: 0px;	
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;	
	display: block;
}

/* styled header (H3) for the Events pages */
.e h3 {
	color: #606060;
	font-size: 20px;
	line-height: 17px;
	letter-spacing: -1px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #606060;
}

/*.subEnlarged h3 is used for the collapsible panels for ministries page*/
.subEnlarged h3 {
	color: #807e9e;
	font-size: 16px;
	margin: 0px;
	padding: 5px 0px 2px 0px;
	
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

/***************************************************************************************
| This is used for the Flash Container in all pages across entire site.
\***************************************************************************************/
#flashCtn {
}

.upgrade {
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	padding: 90px 22px 0px 10px;
}
/***************************************************************************************
| This determines the format of the
| UL tag for subpages and global pages
\***************************************************************************************/
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.subLists ul{
	list-style-type: none;
}
.subLists ul li {
	margin-left: -10px;
}

.collapsibleItems ul li {
	list-style-type: none;
	margin-left: -15px;
	width: auto;
}
/***************************************************************************************
| Used for the Glory Point of View section of the webpage
\***************************************************************************************/
.gloryPOV_ctn {
	width: 160px;
	margin-left: 15px;
	height: auto;
	float: left;
	display: inline;
}

.gloryPOV_ctn img {
	border: 1px solid #000000;
}

.gloryPOV_desc {
	text-align: center;
}

/****************************************************************************************
| This section is for the Events container located on every page. 
| The main page is not located in the leftinfo.php. 
| Subpages are containted within leftinfo.php.
\****************************************************************************************/

#eventsCtn {
	width: 205px;
}

.events_wrapper {
}

.events_date {
	float: left;
	width: 70px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #9e7e9e;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

.events_info { 
	float: left;
	padding-left: 10px; 
	width: 125px;
	display: block;
}

/****************************************************************************************
| This section of the CSS is for the layout of the E-store
| This contains all needed containers and font styling for
| the E-store section of the site
\****************************************************************************************/

/* storeCtn Class is the main wrapper for the listed items */
.storeCtn {
	text-align: left;
	width: 540px;
	padding-top: 15px;
}
/* itemCtn class is used to wrap each individual listed item inside
| the storeCtn class */
.itemCtn {
	margin-bottom: 30px;
	width: 540px;
}
.itemImgCtn {
	float: left;
	width: 120px;
	padding-right: 15px;
	padding-left: 15px;
}
.storeDescCtn {
	float: left;
	width: 390px;
}

.titleCtn {
	float: left;
	font-weight: bold;
	width: auto;
}

.priceCtn {
	width: 145px;
	float: right;
	text-align: left;
}

.priceLeft {
	float: left;
}

.payBtn {
	float: right;
	text-align: right;
}

.description {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
}

.colors {
	width: 200px;
}
/* colorText class controls the description of the colors container
   for choosing available colors. */
.colorText {
	float: left;
	width: 100px;
	position: relative;
	padding-top: 15px;
}
/* colorBox are containers for the selecting colors for product */
.colorBox {
	float: right;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border: 1px solid #000000;
}

/****************************************************************************************
| This section of the CSS is for the layout of the Bible Institute page.
| This contains all needed containers and font styling for the Bible Institute
| page. 
\****************************************************************************************/

/* coursesBox class is the main container which holds all information */
.coursesBox {
	width: 500px;
}

/* controls the header text for coursesBox class */
.courseHeader {
	width: auto;
	font-weight: bold;
	font-size: 16px;
}

/* this is for the main course title on left side of box*/
.courses_left {
	float: left;
	width: 200px;
	padding-right: 50px;
	text-decoration: none;
}

/* this is for the course dates on the right side of box */
.courses_right {
	float: right;
	width: 250px;
}

/* Time box for day and time specifically */
.timeBox {
	width: 135px;
}

/* This is for the day of the timeBox */
.time_left {
	float: left;
	padding-right: 5px;
}

/* This is for the time of the timeBox */
.time_right {
	float: right;
}

/* Three divisions for the bottom of the course box */
.leftbtm_box {
	float: left;
	width: 125px;
	font-weight: bold;	
}
.centerbtm_box {
	float: left;
	width: 250px;
	font-weight: bold;
	text-align: center;
	
}
.rightbtm_box {
	float: left;
	width: 125px;
	font-weight: bold;
	text-align: center;
}
/*****************************************************************
| Container used for float image in text
\*****************************************************************/
.imageCtn {
	float: right;
	margin: 5px;
}

/****************************************************************************************
| This section of the CSS is for the layout of the main and subpages.
| This is for the header tags for the whole website.
\****************************************************************************************/
.header {
	width: 800px;
	height: 89px;
	float: right;
}

.left_header { 
	float: left;
	width: 228px;
	height: 89px;
	margin: 0px;
	padding: 0px;
	background: url(../images/left_header_bg.jpg) no-repeat;
}

.right_header {
	float: right;
	width: 572px;
	height: 89px;
	margin: 0px;
	padding: 0px;
	background: url(../images/header_bg.jpg) no-repeat;
}

.right_mainImg {
	float: right;
	width: 572px;
	height: 305px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
}

.left_mainImg {
	float: left;
	width: 228px;
	height: 305px;
	background: url(../images/pastorwifeleft_bg.jpg) no-repeat;
}
.content {
	width: 800px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}

.leftbox_text {
	width: auto;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 2px;
}

.textMain {
	padding-left: 7px;
}

/****************************************************************************************
| This section of the CSS is for the layout of the main pages.
| This is for every tag for the left column.
\****************************************************************************************/
.leftColumn {
	width: 214px;
	float: left;
	margin-left: 4px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #bbbbbb;
}

.navigation {
	width: 222px;
}
.services {
	margin-top: 6px;
	margin-bottom: 6px;
	background-image: url(../images/left_top_curve.gif);
	background-repeat: no-repeat;
	background-color: #e5ded7;
}
.events {
	background-color: #e5ded7;
	background-image: url(../images/left_bottom_curve.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.radio {
	background-color: #e5ded7;
	margin-bottom: 6px;
}
.navLinks {
	margin-left: 10px;
	margin-right: 7px;
}
.navLinks a {
	display: block;
	text-decoration: none;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -1px;
	color: #a49585;
	line-height: 24px;
	padding-left: 5px;
}
.navLinks a:hover {
	background-color: #FFFFCC;
}

/****************************************************************************************
| This section of the CSS is for the layout of the main pages.
| This is for every tag for the right column.
\****************************************************************************************/
.rightColumn {
	width: 558px;
	float: right;
	padding-left: 6px;
	background-color: #bbbbbb;
	min-height: 100%;
}
.sectionContent {
	margin-bottom: 7px;
	border-bottom: solid 3px #d7d7d7;
	margin-right: 7px;
}
.textRight {
	padding-left: 7px;
}
.seriesBox {
	float: left;
	margin-right: 6px;
	width: 133px;
	margin-bottom: 7px;
	margin-top: 5px;
}
.seriesBoxContent {
	float: left;
	width: 412px;
}

.mainContent {
	margin-bottom: 7px;
	margin-right: 7px;
}

.mainContent ol li {
	margin-bottom: 5px;
}

/****************************************************************************************
| This section of the CSS is for the layout of the Boxes page.
\****************************************************************************************/
.boxes {

}
.box {
	float: left;
	width: 179px;
	margin-right: 7px;
}

/*****************************************************************/
.clear {
	clear: both;
}
.bottom {
	width: 800px;
	height: auto;
	background-image: url(../images/curved_bottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

/****************************************************************************************
| This section of the CSS is for the footer section.
| This contains all needed containers and font styling for the footer for every single
| page on the website.
\****************************************************************************************/
#footer {
	width: 800px;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 7px;
	color: #bbbbbb;
	clear: both;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#footer a:hover {
	color: #575757;
}*/

#footer p {
	margin-top: 20px;
}
.footerLine {
	width: 790px;
}

/****************************************************************************************
| This section of the CSS is for the Form section across all pages.
| Custom design is used for all forms across the site.
\****************************************************************************************/
input.txt {
  color: #747272;
  border: 1px solid #a8a8a8;
  width: 200px;
}
input.btn { 
  color: #747272;
  background-color: #fff;
  border: 1px solid #a8a8a8;
}
form p {
  clear: left;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
form p label {
  float: left;
  width: 50%;
  font: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  font-size: 14px;
}
textarea {
  color: #000000;
  border: 1px solid #a8a8a8;
  width: 250px;
}
select {
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 200px;
}
