/*////////////////////////////////////////////////////
//	
//                GENERAL STYLES
//
// SITE: CAPE TOWN GOSPEL CHOIR
// AUTHOR: MARC JONES, OCM
// VERSION: 1.0
// CREATED: 14 JAN 10	
// LAST UPDATED: 28 JAN 10
//	
////////////////////////////////////////////////////*/

/*img, div { behavior: url(iepngfix.htc)}*/

html, body {
	margin: 0px auto;
	height:100%; /* needed for container min-height */
}
body {
	text-align: center;
	font-size: 65%;
	background-color: #000000;
	background-image: url(/ctgc/shared/styles/img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
}
p,label,input,select,li,blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #D9296C;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
p.ieNotice {
	width: 960px;
	background-color: #f2cc7f;
	font-size: 1.2em;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #e2a833;
	margin-bottom: 20px;
}
/* LAYOUT :: SHELL */
#shell {
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

/* LAYOUT :: MASTHEAD */
#mastHead {
	width: 960px;
	height: 282px;
	background-image: url(/ctgc/shared/styles/img/masthead_bg.png);
	overflow: hidden;
	background-repeat: no-repeat;
}
/* LAYOUT :: MASTHEAD :: EVENT HIGHLIGHT */
#eventHighlight {
	float: right;
	display: block;
	width: 300px;
	height: 232px;
	background-image: url(/ctgc/shared/styles/img/next-event_bg.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	padding-top: 50px;
}
#eventHighlight h2 {
	margin: 0px;
	height: 100px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
#eventHighlight h3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.8em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#eventHighlight p {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#eventHighlight a {
	color: #FFFFFF;
}
#eventHighlight a:hover {

}
/* LAYOUT :: CONTENT */
#content {
	width: 620px;
	overflow: hidden;
	background-image: url(/ctgc/shared/styles/img/content_bg.png);
	background-repeat: repeat-y;
	padding-left: 320px;
	padding-right: 20px;
	padding-top: 20px;
}
/* LAYOUT :: CONTENT :: ELEMENTS */
#content h1 {
	color: #d9296c;
	font-size: 4.5em;
	line-height: 0.9em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
}
#content h2 {
	color: #da6793;
	font-size: 2em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#content p {
	color: #CCCCCC;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
	text-align: left;
}
#content img.rightImg {
	padding: 5px;
	border: 1px solid #333333;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#content img.leftImg {
	padding: 5px;
	border: 1px solid #333333;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* LAYOUT :: FOOTER */
#footer {
	width: 620px;
	overflow: hidden;
	padding-top: 20px;
}
#footer p {
	font-size: 1em;
	color: #999999;
	text-align: right;
	margin: 0px !important;
}
/* NAVIGATION :: MAINMENU */
#mainMenu {
	width: 640px;
	height: 71px;
	background-image: url(/ctgc/shared/styles/img/mainmenu_bg.png);
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 320px;
	overflow: hidden;
}
#mainMenu li {
	height: 71px;
	float: left;
	padding-left: 1px;
}
#mainMenu li a {
	background-image: url(/ctgc/shared/styles/img/mainmenu_a.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 71px;
	display: block;
	text-align: left;
	text-indent: -9999px;
}
#mainMenu li #home {
	background-position: 0px 0px;
	width: 105px;
}
#mainMenu li #home:hover, #mainMenu li #home.active {
	background-position: 0px -71px;
}
#mainMenu li #about {
	background-position: -106px 0px;
	width: 105px;
}
#mainMenu li #about:hover, #mainMenu li #about.active {
	background-position: -106px -71px;
}
#mainMenu li #events {
	background-position: -213px 0px;
	width: 105px;
}
#mainMenu li #events:hover, #mainMenu li #events.active {
	background-position: -213px -71px;
}
#mainMenu li #contact {
	background-position: -319px 0px;
	width: 120px;
}
#mainMenu li #contact:hover, #mainMenu li #contact.active {
	background-position: -319px -71px;
}
#mainMenu li #join {
	background-position: -440px 0px;
	width: 199px;
}
#mainMenu li #join:hover, #mainMenu li #join.active {
	background-position: -440px -71px;
}
.brand {
	font-weight:bold;
}