/* Bold Church CMS */

body {
	font-family: Calibri, sans-serif, Verdana, Arial, Helvectica ;
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 1024px;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	}
	
a:link, a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #003366;
}

a:active {
	text-decoration: none;
	color: #003366;
}

#wrapper {
	min-width: 1024px;
	width: 100%;
	}
	
/*Login Bar Styles*/
	
#login {
	border-left: 1px solid #BFBFBF;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#login a:link, a:visited {
	font-size: smaller;
	text-decoration: none;
	color: #999999;
	}
	
#login a:hover {
	font-size: smaller;
	text-decoration: underline;
	cursor: pointer;
	color: #999999;
}
	
#login a:active {
	font-size: smaller;
	text-decoration: none;
	color: #999999;
}

/*NavBar Styles*/	
	
#navbar {
	border-right: 1px solid #BFBFBF;
	}
	
#navbar td {
	font-size: 18px;
	border-left: 1px solid #BFBFBF;
	}	

#navbar a:link, #navbar a:visited{
	text-decoration: none;
	color: #003366;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	}
	
#navbar a:hover {
	text-decoration: underline;
	cursor: pointer;
	}

#navbar a:active {
	text-decoration: none;
	color: #003366;
	}

/*Menu Styles*/
	
#menu {
	border: 1px solid #BFBFBF;
	font-size: 18px;
	}
	
#menu_title {
	border: 1px solid #BFBFBF;
	border-bottom: 0;
	margin: 0;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 11pt;
	color: #333333;
	}
	
#menu a:link, #menu a:visited{
	display: block;
	text-decoration: none;
	color: #003366;
	padding: 0;
	margin-left: 5px;
	}
	
#menu a:hover {
	display: block;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
	margin-left: 5px;
	}

#menu a:active {
	display: block;
	text-decoration: none;
	color: #003366;
	padding: 0;
	margin-left: 5px;
	}
	
.subspacer {
	border-right: 1px solid #BFBFBF;
	}
	
/*Church of Scotland Block Styles*/
	
#cos_title {
	border: 1px solid #BFBFBF;
	margin: 0;
	padding: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 11pt;
	color: #333333;
	}
	
#cos_body {
	border: 1px solid #BFBFBF;
	border-top: 0;
	padding: 10px;
	}
	
/*Content Styles*/

#content {
	border: 1px solid #BFBFBF;
	padding: 20px;
	}
	
#content h1 {
	display: inline;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: x-large;
	border-bottom: solid #0099FF 1px;
	line-height: 1.5;
	}
	
#content h2 {
	display: inline;
	margin: 0px;
	padding-bottom: 3px;
	border-bottom: solid #0099FF 1px;
	font-size: large;
	}
	
#content ul {
	list-style: circle;
	}
	
#content img {
	padding: 10px;
	margin: 10px;
	border: 1px solid #bfbfbf;
	}
	
#content a:link {
	color: #003366;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #003366;
}
#content a:hover {
	text-decoration: underline;
	cursor: pointer;
}
#content a:active {
	text-decoration: none;
	color: #003366;
}
	
a img {
	border: 0;
	}
	
/*style for map on location page*/

#map {
	width: 425px;
	height: 400px;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #bfbfbf;
	}
	
/*style for map on location page*/

.wagday {
	background-color: #C1E0FF;
	text-align: center;
	font-weight: bold;
	}
	
.wagevent {
	background-color: #EAF5FF;
	}
	
/*footer styles*/
	
#footer {
	background-color: #EFEFEF;
	padding: 5px;
	font-size: 8pt;
	color:#666666;
	text-align: center;
	}
	
/* TinyMCE specific rules */
body.mceContentBody {
   min-width: 400px;
   min-height: 400px;
}

/* TinyMCE specific rules */
.mceContentBody {
   min-width: 400px;
   min-height: 400px;
}
	
/* Visitors Book rules*/

.comment {
	margin-bottom: 10px;
}

.commentHeader {
	border: 1px solid #BFBFBF;
	background-image: url(../images/HeaderFade.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	font-size: 10pt;
	padding: 3px;
}

.commentBody {
	border: 1px solid #BFBFBF;
	border-top: none;
	padding: 10px;
}

.commentUser {
	color: #FF6600;
	font-weight: bold;
}

.commentLocation {
	color: #FF6600;
	font-weight: bold;
}

.button {
	border:	1px solid #BFBFBF;
	padding: 5px;
	font-size: large;
}

#captchaImage img {
	border: 1px solid #BFBFBF;
	margin: 0;
	padding: 10px;
}

div .userMessage {
	border: 1px solid #009900;
	background-color: #CEFFDB;
	padding: 10px;
	color: #009900;
	font-size: smaller;
}

.userErrorMessage {
	border: 1px solid #CC0000;
	background-color: #FFB9B9;
	padding: 10px;
	color: #CC0000;
	font-size: smaller;
}