
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

/* body, menu and footer are universal style elements */
body {
	background: transparent url(../images/glossymetal.jpg) repeat left top;
	margin: 0;
	padding: 0;
}

a {
	color: #8f8f8f;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Ubuntu, sans-serif;
	font-size: 50px;
	color: #FF1111;
}

h2 {
	font-size: 22px;
	color: #F00;
}

h4 {
	font-family: Ubuntu, sans-serif;
	color: #FF1111;
}

img {
	border: 0px;
}

.input_txt {
	width: 239px;
	border: none;
	background: url(../images/input_txt.png) left top no-repeat;
	padding: 5px 10px 7px 10px;
	color:#000000;
	/* float: right; */
}

#container  {
	padding: 5px 5px;
	text-align: center;
	font-family: Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #FFF;
	/* background: #010101; */
	width: 750px;
	font-size: 16px;
	margin: auto;
}

.fadeBack {
	background:transparent url(../images/fadestrip2.png) repeat-x left top;
}

.leftbox {
	float: left;
	text-align: center;
	margin: 50px auto auto 40px;
	color: #ffffff;
	width: 180px;
	/* height: 1000px; */
}

.lefttop {
	background: transparent url(../images/sideboxtop.png) no-repeat top;
	height: 14px;
}

.leftContent {
	padding: 1px 10px;
	background: url(../images/sideboxmid.png) top left repeat-y;
}

.leftbot {
	background: url(../images/sideboxbot.png) no-repeat bottom;
	margin: 0;
	height: 18px;
}

.rightbox {
	float: right;
	text-align: center;
	margin: -235px 10px auto auto;
	color: #ffffff;
	width: 220px;
}

.righttop {
	background: url(../images/righttop.png) no-repeat top;
	height: 17px;
}

.rightContent {
	padding: 1px 15px 15px 15px;
	background: url(../images/rightmid.png) top left repeat-y;
}

.rightbot {
	background: url(../images/rightbot.png) no-repeat bottom;
	margin: 0;
	height: 18px;
}

#links {
	margin: 10px auto 0px auto;
	height: 100px;
}

.facebook, .itunes {
	width: 80px;
	height: 80px;
	display: inline-block;
}

.facebook:hover, .itunes:hover {
	background-position: -80px;
}

.facebook {
	background-image: url(../images/facebook-icon.png);
}

.itunes {
	background-image: url(../images/itunes-icon.png);
}

.menutop {
	/* background: transparent url(../images/bannertop.png) top no-repeat; */
	width: 950px;
	height: 20px;
	margin: 0px auto 0px 45px;
}

#menu {
	/* background: url(../images/bannermid.png); */
	width: 950px;
	height: 240px;
	margin: 0px auto 0px 45px;
	text-align: left;
}

.menubot {
	/* background: transparent url(../images/bannerbot.png) bottom left no-repeat; */
	margin: 0px auto -30px 45px;
	width: 950px;
	height: 20px;
}

#rollingbanner {
	margin: 0px 10px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.leftMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.leftMenu li {
	padding: 2px;
	font-family: Ubuntu, sans-serif;
	font-size: 24px;
}
.leftMenu li a {
	color: #ffffff;
	text-decoration: none;
}
.leftMenu li:hover {
	text-shadow: 0 0 0.2em #ff1111, 0 0 0.2em #ff1111, 0 0 0.2em #ff1111, 0 0 0.2em #ff1111, 0 0 0.2em #ff1111, 0 0 0.2em #ff1111, 0 0 0.2em #ff1111;
	color: #555555;

	background-color: #222;
	/* -webkit-box-shadow: 0px 2px 3px #222; */
	/* -moz-box-shadow: 0px 0px 3px #222; */
	box-shadow: 0px 0px 3px #222;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#floatdiv {
	position: relative;
}

.maincontent {
	background: url(../images/main_background.png) repeat-x #222222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#111111), color-stop(.6,#222222));
	background-image: -moz-linear-gradient(top, #000000, #111111, #222222 90%);
	margin: 50px auto 0px auto;
	padding: 1px 25px;
	border: 10px solid #cccccc;
	box-shadow: 0px 0px 3px #222;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#content {
	margin: auto;
}

#footer {
	font-size: 16px;
	color: #F00;
	margin: 20px auto auto auto;
}

#copywrite {
	margin: 5px auto auto auto;
	font-size: 12px;
	color: #000000;
}

#copywrite a {
	color: #111111;
}

/* this is for the guestbook page */
.comment {
	width: 600px;
	background: url(../images/bg.png) #555;
	padding: 20px;
	font-size: 22px;
	color: #fff;
	text-shadow: 0px 2px 3px #171717;
	
	box-shadow: 0px 2px 3px #222;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
/* 	-webkit-box-shadow: 0px 2px 3px #222;
	-moz-box-shadow: 0px 2px 3px #222;
*/	text-align: left;
	margin: 10px auto 20px auto;
	
/* 	border: 5px inset #F11;
	padding: 10px;
 */}

.comment_title {
	border-bottom: 1px solid;
	margin: 5px 5px 10px 5px;
}

.comment_name {
	font-weight: 900;
}

.comment_location {
	font-size: 12px;
}

.comment_date {
	float: right;
	font-size: 12px;
}

.comment_text {
	font-size: 14px;
	margin: 8px;
}

/* this is for the signing the guestbook page */
.warning {
	font-size: 14px;
	color: #F55;
	text-align: center;
}

.success {
	font-size: 14px;
	color: #5F5;
	text-align: center;
}

/* these are for the Testimonies page */
.ItalicsText {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0CF;
}

.testimonyImage {
	float: left;
	margin: 10px;
}

/* these are for the AV page */
.linkHelp {
	font-size: 14px;
	font-style: italic;
	color: #FC6;
}
.blockHeading {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}
.songs {
	font-size: 14px;
	color: #00C;
	font-weight: bold;
	font-style: italic;
}

/* the two event style elements are for the events page */
.event {
	font-size: 14px;
	margin: auto auto;
}
.event_date {
	font-size: 16px;
	font-weight: bold;
	color: #FC1;
}
.event_title {
	font-size: 15px;
	font-weight: bold;
	color: #FEE680;
}
.event span {
	font-weight: bold;
	/* color: #F11; */
}
.event p {
	margin: 0px;
}
