/* @override http://dev.icampus.brandnewchurch.com/styles/main.css */

body a {
	color: #ff0000;
}


html {
	font-family: helvetica,arial,clean,sans-serif;
	background: #858585 url(../images/background.png) repeat-x;
}

#hd {
	background: url(../images/header_background2.png) no-repeat;
	height: 72px;
}

#logo {
	margin-left: -500px;	
}

#ft {
	text-align: left;
	padding-left: 8px;
	padding-top: 4px;
	height: 18px;
	background-color: #818181;
	font-size: 11px;
	color: #d2d2d0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: red;
	font-size: 2.2em;
	float: left;
	border-bottom-color: #515151;
	border-bottom-style: solid;
	width: 100%;
	letter-spacing: -1px;

}

/* Countdown */

#countdown_container {
	margin-top: 43px;
	font-size: 1.5em;
	text-align: center;
}

#countdown {
	margin-top: 10px;
	margin-left: 100px;
}
#countdown div {
    float: left;
	margin-left: 15px;
}

#countdown .numbers {
	font-size: 2em;
	font-weight: bold;
	color: red;
	display: block;
}

#countdown .label {
	font-size: .9em;
}

/* Body */

#video_container {
	border-color: #565656;
	border-width: 1px;
	border-style: solid;
	height: 309px;
	background-color: black;
}

body.mceContentBody {
    background: #fffbd6;
}
#toolbar {
	margin-top: 10px;
	text-align: right;
}

#toolbar li {
	padding: 12px;
	background-color: black;
	display: inline;
	color: #d2d2d0;
	border: 1px solid #505050;
	margin-right: 3px;
}
#toolbar li:hover {
	background: #515151;
    cursor: pointer;
}

#hidden {

	left: -1000px;

	position: absolute;

}

#lcm_video{
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
}

#top_countdown span {
	margin-left: 2px;
}

/* Chat */

.top_copy {
	background-color: #fffbd6;
	color: black;
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	width: 95%;
}
form{
	font-size: 20pt;
}
input {
	background-color: #515151;
	border-style: none;
	color: #7e7e7e;
	width: 95%;
	height: 40px;
	margin-bottom: 5px;
	padding-top: 5px;
	font-size: 30px;
}

/* Liveblog */
#comments textarea {
	background: #fffbd6;
	width: 80%;
	height: 50px;
	font: 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
} 

#cp_blog {
	background-color: #515151;
	height: 225px;
	overflow: auto;
	margin-top: 13px;
}

ul#liveblog li {
	padding-left: 15px;
	padding-bottom: 35px;
	padding-right: 10px;
	padding-top: 15px;
	color: black;
	font-size: 1.3em;
	margin-bottom: 10px;
	background-color: #d2d2d0;
}
.timestamp {
	font-size: .8em;
	color: #7e7e7e;
}

#liveblog li div {
	margin-top: -5px;
	margin-right: 15px;
	float: left;
	height: 48px;
	width: 48px;
	background-image: url(/images/icons/live_icons.png);
}

.blog_action {
	background-position: 0 0px;
}

.blog_comment {
	background-position: 0 -48px;
}

.blog_info {
	background-position: 0 -96px;
}

.blog_music {
	background-position: 0 -144px;

}

.blog_question {
	background-position: 0 -192px;

}

.blog_scripture {
	background-position: 0 -286px;

}

.blog_hand:hover {
	background: url(/images/icons/hand-raised.gif) no-repeat 15px;
    cursor: pointer;
}
.blog_hand_raised {
	background: url(/images/icons/hand-raised.gif) no-repeat 15px; 
}
.blog_hand {
	background: url(/images/icons/hand-not-raised.gif) no-repeat 15px;
}
.blog_chat {
		background-position: 0 -240px;
}

.nick {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	padding-right: 15px;
}
.buttons {
	padding: 12px;
	background-color: black;
	color: #d2d2d0;
	border: 1px solid #505050;
	width: 115px;
	margin-top: 3px;
}
.buttons:hover {
	background: #515151;
    cursor: pointer;
}
.chat_tools {
	font-size: .6em;
	padding-left: 10px;
}

/* My Comment */

body {
	text-align: left;
}