/*****************************************************************************
*  Module       :  CMA webiste
*  File         :  style2.css
*  Description  :  Cascading style sheet definitions for sub-domains
*  Author       :  Paul Mitchell
******************************************************************************
*
*  Copyright (c) Christian Motorcyclists' Association 2002-2011
*  $Id: style2.css,v 1.6 2011/07/28 19:05:53 paul Exp $
*
*****************************************************************************/

/*
 *  General settings
 */

BODY {
	background-image: url('/style_images/background.jpg');
	background-repeat: repeat-x;
	background-color: #313131;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}

H1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18pt; 
	COLOR: #333333; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
}

H2 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16pt; 
	COLOR: #333333; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
}

H3 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14pt;
	COLOR: #333333; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
}

H4 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt;
	COLOR: #333333; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
}

H5 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt;
	COLOR: #ffffff; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
}

DT, TH {
	FONT-WEIGHT: bold; 
	LINE-HEIGHT: 1.2em;
	COLOR: #333333; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
}

P, DD, TD, LI {
	FONT-WEIGHT: normal; 
	LINE-HEIGHT: 1.2em;
	COLOR: #333333; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
}

IMG {
	border: none;
}

.centered {
	RIGHT: 0px; 
	LEFT: 0px; 
	MARGIN: auto; 
	WIDTH: 50%; 
	BOTTOM: 0px; 
	POSITION: relative; 
	TOP: 0px; 
	z-index: 1;
}

.content {
	position: relative;
	top: 0px;
	float: right;
	width: 650px;
	background-color: #fff;
	padding: 15px;
	background-image: url('/style_images/cma_textbg.jpg');
}

.content A {
	color: #337733;
}

.content A:hover {
	color: blue;
}

.style_image {
	float: right; 
	position: relative;
}

.navigation {
	float: left;
	position: relative;
	top: 0px;
	width: 220px;
	text-align: center;
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
}

.navigation A {
	color: #ffffff;
}

.navigation A:hover {
	color: #db9f1d;
}

.navigation H2 {
	color: #ffffff;
	font-weight: bold;
	line-height: 2em;
}

.navigation img {
	margin-top: 20px;
}

.search_bar {
	position: relative;
	float: right;
	width: 650px;
	background-image: url('/style_images/cma_textbg.jpg');
	padding-left: 15px;
	padding-right: 15px;
}

.search_term {
	background-color: #e1dccd; 
	border: 0 none; 
	background-image: url('/style_images/search-bottom.jpg'); 
	background-repeat: no-repeat; 
	background-position: bottom left; 
	color: #313131; 
	font-family: trebuchet ms, verdana;
	font-size: 90%;
	width: 150px;
 }
 
.search_button {
	color:#313131;   
	font: 90% 'trebuchet ms',helvetica,sans-serif;   
	background-color:#cccccc;  
	border: 1px solid #cccccc;
	filter:progid:DXImageTransform.Microsoft.Gradient   
	(GradientType=0,StartColorStr='#d2cab0',EndColorStr='#f5f5f5');   
 }
 
.login_box {
	 position: absolute;
	 top: -35px;
	 height: 30px;
	 right: 10px;
	 width: 200px;
	 text-align: right;
}

.login_box A{
	color: #ffffff;
}

.login_box A:hover {
	color: #db9f1d;
}

.login_box H2 {
	color: #ffffff;
	font-weight: bold;
	line-height: 2em;
}

/*
 * Page Footer
 */

.Footer {
	position: relative;
	float: right;
	width: 100%;
	margin-top: 30px;
	font-size: 90%;
}

.Footer .BibleText {
	LINE-HEIGHT: 1.2em;
	text-align: center;
	font-size: 0.8em;
	COLOR: #333333; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
}

.Footer .BibleRef {
	LINE-HEIGHT: 1.2em;
	text-align: center;
	font-size: 0.8em;
	COLOR: #883333; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Trebuchet MS, Verdana, Arial;
}

.Label {
	color: #db9f1d;
}

/*
 * The top title bar
 */

.Header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 250px;
	background-image: url('/style_images/cma_header.png');
	overflow: hidden;
	z-index: 10;
	margin-bottom: 10px;
}

.Gallery {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 250px;
	z-index: -10;
}

DIV.LeftHeader {

}

DIV.HeaderTitle {

}

DIV.HeaderLogoRight {

}

DIV.HeaderLogoLeft {

}

.Header H1 {

}

.Header H1 SPAN {

}

.Header .title {

}

.Header .Email {

}

DIV.Contact {

}

.Label {

}

.CentreBlock {
	margin-left: 100px;
}

/*
 * Form colours
 */

INPUT {
	font-size: inherit;
}

INPUT:FOCUS, TEXTAREA:FOCUS, SELECT:FOCUS {

}

/*
 * The main page content
 */

DIV.Admin-List {
	padding-left: 1em;
}



/*
 *  The left-hand navigation bar
 */

.currentItem {
	position: relative;
	height: 20px;
	margin-bottom: 3px;
	background-image: url('/style_images/link_arrow.png');
	background-position: 30px 5px;
	background-repeat: no-repeat;
}

.otherItem {
	position: relative;
	height: 20px;
	margin-bottom: 3px;
}

.otherItem:hover {
	background-image: url('/style_images/link_arrow_2.png');
	background-position: 30px 5px;
	background-repeat: no-repeat;
}

.Left H5 {
	
}

/*
 *  The left-hand side menu bar (on the navigation bar)
 */

.MenuBar {
}

/*
 *  Information tables
 */

TABLE.Information {
	border: 3px outset white;
	padding: 3px;
}

TH.Information {
	text-align: left;
	background: #db9f1d;
}

TD.Information {
	text-align: left;
	vertical-align: middle;
	background-color: #cac6b8; 
}

TD.Information2 {
	text-align: left;
	vertical-align: middle;
}

/*
 * The quick-search bar
 */

.Search {

}

/*
 * Right hand side navigation bar (merchandise)
 */

Right {
	background: #EEE;
	border: 3px outset white;
	vertical-align: top;
	padding: 10px;
	margin-left: 10px;
	font-size: 8pt;
}

.Bordered {
	border: 3px outset white;
	padding: 10px;
	vertical-align: bottom;
	text-align: center;
	font-size: 8pt;
}

.Boxed {
	border: 3px inset gray;
	padding: 5px;
	vertical-align: bottom;
	text-align: left;
	margin-top: 10px;
	font-size: 8pt;
}

#slideshow {
    position:relative;
    height:250px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    height: 250px;
}

#slideshow DIV.active {
    z-index:10;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 250px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

.eventHead {
	color: #883333;
	font-weight: bold;
	font-size: larger;
}

/*
 * Pop-up images
 */

DIV.popup {
	padding: 20px;
	border: 1px solid black;
	background: white;
	z-index: 20;
}

