/* This CSS controls the live events section of the site. Do not delete. */
* {
	font-size: 100.01%;
}
html {
	background-color: #000;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
form,fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {
	border: 0;
}
.menus {
	float: right;
}
input,select,textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 20px 0 0 0;
	float: left;
	font-size: 24px;
	font-weight: bold;
}
h1 span {
	text-transform: uppercase;
	font-style: italic;
	color: #ffbd1d;
}
.wrapper,
.header-wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.header {
	width: 100%;
	height: 75px;
	background: transparent url(/static/gui/live/bg-header.png) repeat-x ;
}
#player-wrapper {
	float: left;
	margin: 0;
	width: 570px;
	overflow: hidden;
}
.player-top,
.player-bottom {
	display: block;
	height: 14px;
	width: 570px;
	overflow: hidden;
}
.player-top {
	background: transparent url(/static/gui/live/player-top.png) no-repeat 0 0;	
}
.player-bottom {
	background: transparent url(/static/gui/live/player-bottom.png) no-repeat 0 0;
	
}
.player {
	padding: 0 14px;
	line-height: 1%;
	display: block;
	width: 542px;
	overflow: hidden;
	background: transparent url(/static/gui/live/player-tile.png) repeat-y 0 0;
}
a.summit-logo,
a.thirst-logo {
	float: right;
	margin: 8px 8px 0 0;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 51px;
	width: 231px;
}
a.summit-logo {
	background: transparent url(/static/gui/live/logo-summit.png) no-repeat 0 0;
}
a.thirst-logo {
	background: transparent url(/static/gui/live/logo-thirst.png) no-repeat 0 0;
}
.column-1,
.column-2 {
	float: left;	
}
.column-1 {
	margin: 20px 40px 20px 0;
}
.column-2 {
	margin: 20px 0 20px 0;
}
/* Icons */

span.icon-audio,
span.icon-pdf,
span.icon-video,
span.icon-link {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 8px 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}
span.icon-audio {
	background: transparent url(/static/gui/live/icon-audio.png);
}
span.icon-video {
	background: transparent url(/static/gui/live/icon-video.png);
}
span.icon-pdf {
	background: transparent url(/static/gui/live/icon-pdf.png);
}
span.icon-link {
	background: transparent url(/static/gui/live/icon-link.png);
}

/* Menu Widgets */
.menu-top {
	width: 194px;
	overflow: hidden;
}
.menu-top .top {
	display: block;
	width: 194px;
	height: 14px;
	background: transparent url(/static/gui/live/menu-top.png) no-repeat 0 0;
}
.menu-top .heading {
	display: block;
	overflow: hidden;
	width: 194px;
	background: transparent url(/static/gui/live/menu-top-tile.png) repeat-y 0 0;
}
.menu-top .bottom {
	display: block;
	width: 194px;
	height: 2px;
	background: transparent url(/static/gui/live/menu-top-bottom.png) no-repeat 0 0;
}
.menu-widget .heading h3 {
	margin: 0;
	padding: 2px 18px 5px;
	color: #ffbc1c;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}
.menu-widget p {
	margin: 0;
	font-size: 11px;
	padding: 8px;
}
.menu {
	font-size: 12px;
	line-height: 16px;
	display: block;
	width: 157px;
	padding: 0 18px 0 19px;
	overflow: hidden;
	background: transparent url(/static/gui/live/menu-tile.png) repeat-y 0 0;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu ul li a {
	display: block;
	padding: 2px 8px;
	line-height: 18px;
	font-size: 11px;
	background: transparent url(/static/gui/live/dotted-line-gray.gif) repeat-x 0 0;	
}
.menu ul li:first-child a {
	background: none;
}
.menu ul li a:hover {
	text-decoration: none;
	background-color: #333;
}
.menu .buttons,
.menu form {
	overflow: hidden;
	display: block;
	clear: both;
	font-size: 11px;
	margin: 0;
	text-align: center;	
}
.menu .buttons {
	margin: 0 18px 0 19px;
	padding: 8px 0;
}
.menu form {
	background: transparent url(/static/gui/live/dotted-line-gray.gif) repeat-x 0 0;	
	padding: 8px 6px 4px 6px;	
}
.menu form select {
	font-size: 11px;
	width: 144px;
}
.menu-bottom {
	display: block;
	height: 19px;
	width: 194px;
	background: transparent url(/static/gui/live/menu-bottom.png) no-repeat 0 0;
}

/* Widgets */
.widget-top {
	width: 458px;
	overflow: hidden;
}
.widget-top .top {
	display: block;
	width: 458px;
	height: 8px;
	background: transparent url(/static/gui/live/widget-top.png) no-repeat 0 0;
}
.widget-top .heading,
.widget-middle .heading {
	display: block;
	overflow: hidden;
	width: 458px;
	background: transparent url(/static/gui/live/widget-top-tile.png) repeat-y 0 0;
}
.widget-top .bottom,
.widget-middle .bottom {
	display: block;
	width: 458px;
	height: 2px;
	background: transparent url(/static/gui/live/widget-top-bottom.png) no-repeat 0 0;
}
.widget .heading h3 {
	margin: 0;
	padding: 5px 18px 5px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.widget-middle .top {
	display: block;
	height: 2px;
	width: 458px;
	background: transparent url(/static/gui/live/widget-middle-top.png) no-repeat 0 0;
}

.widget {
	display: block;
	width: 458px;
}
.widget-content,
.widget-white-content {
	color: #b7d7f8;
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding: 0 14px 0 14px;
	overflow: hidden;
}
.widget-content {
	background: transparent url(/static/gui/live/widget-tile.png) repeat-y 0 0;	
}
.widget-white-content {
	padding: 0 14px 0 19px;
	background: transparent url(/static/gui/live/widget-white-tile.png) repeat-y 0 0;	
}
#photo-stream div.widget-content {
	line-height: 1%;
}
.widget p {
	margin: 0;
	padding: 10px;
}
.widget ul.comments li p {
	font-style: italic;
}
.widget fieldset {
	text-align: left;
}
.widget fieldset dl dt {
	float: left;
	width: 80px;
	font-size: 12px;
	text-align: right;
	padding: 0 10px 10px;
	clear: left;
}
.widget fieldset dl dt label {
	padding: 4px 0 0 0;
	display: block;
}
.widget fieldset dl dd {
	overflow: hidden;
	margin: 0;
	padding: 0 0 10px;
}
.widget fieldset dl dd input[type=checkbox] {
	float: left;
	margin: 5px 162px 0 0;
	font-size: 12px;
}
.widget .heading h3 em {
	font-size: 12px;
}
.widget fieldset dl dd input[type=text] {
	display: block;
	border: none;
	height: 18px;
	width: 163px;
	padding: 4px 4px 0 4px;	
	background: transparent url(/static/gui/live/bg-field.png) no-repeat 0 0;
}
.widget fieldset dl dd textarea {
	display: block;
	border: none;
	height: 78px;
	width: 263px;
	padding: 4px 4px 0 4px;
	background: transparent url(/static/gui/live/bg-textarea.png) no-repeat 0 0;
}
#comment-testimony.widget ul li span,
#participants.widget ul li span {
	float: right;
	padding: 0 10px 10px 0;
	color: #3f74aa;
	font-size: 11px;
	font-style: italic;
}
#comment-testimony.widget ul li,
#participants.widget ul li {
	overflow: hidden;
	background: transparent url(/static/gui/live/dotted-line-blue.gif) repeat-x 0 0;		
}
#comment-testimony.widget ul li:first-child,
#participants.widget ul li:first-child {
	background: none
}
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#comment-testimony.widget ul,
#participants.widget ul {
	display: block;
	max-height: 1000px;
	overflow-y: scroll;
}
span.at300bs.at15t_email {
	float: left;
	display: none;
	margin: 1px 4px 0 0;
}
.widget ul li a {
	display: block;
	padding: 3px 8px;
	color: #b7d7f8;
	font-size: 12px;
	line-height: 18px;
	background: transparent url(/static/gui/live/dotted-line-blue.gif) repeat-x 0 0;	
}
.widget ul li:first-child a {
	background: none;
}
.widget ul li a:hover {
	text-decoration: none;
	background-color: #243f59;
}
.widget .buttons,
.widget form {
	overflow: hidden;
	display: block;
	clear: both;
	font-size: 11px;
	margin: 0;
	text-align: center;	
}
.widget .buttons {
	margin: 0 18px 0 19px;
	padding: 8px 0 8px 22px;
	background: transparent url(/static/gui/live/dotted-line-gray.gif) repeat-x 0 100%;	
}
.widget form {
	padding: 8px 18px 4px 19px;	
}
.widget form select {
	font-size: 11px;
	width: 144px;
}
.widget-bottom {
	display: block;
	height: 19px;
	width: 458px;
	background: transparent url(/static/gui/live/widget-bottom.png) no-repeat 0 0;
}

/* Buttons */
a.btn-gold,
button.btn-blue,
a.btn-gold span,
button.btn-blue span {
	display: block;
	height: 22px;
	line-height: 22px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	border: none;
	color: #fff;
	width: auto;
	overflow: visible;
}
a.btn-gold {
	margin-right: 5px;
	padding: 0 0 0 8px;
	float: left;
	background: transparent url(/static/gui/live/btn-gold.png) no-repeat 0 0;
}
a.btn-gold span {
	padding: 0 8px 0 0;
	background: transparent url(/static/gui/live/btn-gold.png) no-repeat 100% 0;
}
a:hover.btn-gold {
	background: transparent url(/static/gui/live/btn-gold.png) no-repeat 0 100%;
	text-decoration: none;
	cursor: pointer;	
}
a:hover.btn-gold span {
	background: transparent url(/static/gui/live/btn-gold.png) no-repeat 100% 100%;
}
button.btn-blue {
	padding: 0 0 0 8px;
	float: left;
	background: transparent url(/static/gui/live/btn-blue.png) no-repeat 0 0;
}
button.btn-blue span {
	padding: 0 8px 0 0;
	background: transparent url(/static/gui/live/btn-blue.png) no-repeat 100% 0;
}
button:hover.btn-blue {
	background: transparent url(/static/gui/live/btn-blue.png) no-repeat 0 100%;
	text-decoration: none;
	cursor: pointer;
}
button:hover.btn-blue span {
	background: transparent url(/static/gui/live/btn-blue.png) no-repeat 100% 100%;
}

.share {
	display: block;
	overflow: hidden;
	padding: 8px 0 0;
	width: 195px;
	float: left;
}

/* NEW CSS STYLE FOR REVISED LIVE EVENTS PAGE: Created by Heath Gerlock @ 5Q ~ February 5, 2010 */

.detail-widget {
	width: 343px;
	float: left;
	margin-right: 12px;
}
.detail-widget .widget-top,
.detail-widget .widget-top .top,
.detail-widget .widget-top .middle,
.detail-widget .widget-top .bottom,
.detail-widget .widget-bottom {
	width: 343px;	
	display: block;
	overflow: hidden;
}
.detail-widget .widget-top .top {
	height: 8px;
	background: transparent url(/static/gui/live/detail-widget-header-top.png) no-repeat 0 0;
}
.detail-widget .widget-top .middle {
	background: transparent url(/static/gui/live/detail-widget-header-middle.png) repeat-y 0 0;
	text-align: center;
}
.detail-widget .widget-top .bottom {
	height: 2px;
	background: transparent url(/static/gui/live/detail-widget-content-top.png) no-repeat 0 0;
}
.detail-widget .widget-content {
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding: 0 14px 0 14px;
	overflow: hidden;
	width: 315px;
	background: url(/static/gui/live/detail-widget-content-tile.png) 0 0 repeat-y;
}
.detail-widget .widget-bottom {
	height: 15px;
	background-image: url(/static/gui/live/detail-widget-bottom.png);
}
.detail-widget .widget-top h2 {
	font-size: 18px;
	margin: 11px 0;
	padding: 0 14px;
	text-align: left;
}

.tabbed-widget {
	width: 600px;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}
.tabbed-widget .widget-top,
.tabbed-widget .widget-top .top,
.tabbed-widget .widget-top .middle,
.tabbed-widget .widget-top .bottom,
.tabbed-widget .widget-bottom {
	width: 600px;	
	display: block;
	overflow: hidden;
}
.tabbed-widget .widget-top {
}
.tabbed-widget .widget-top .top {
	height: 8px;
	background: transparent url(/static/gui/live/tabbed-widget-header-top.png) no-repeat 0 0;
}
.tabbed-widget .widget-top .middle {
	background: transparent url(/static/gui/live/tabbed-widget-header-middle.png) repeat-y 0 0;
	text-align: center;
}
.tabbed-widget .widget-top .bottom {
	height: 2px;
	background: transparent url(/static/gui/live/tabbed-widget-content-top.png) no-repeat 0 0;
}
.tabbed-widget .widget-content {
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding: 0 14px 0 14px;
	overflow: hidden;
	width: 572px;
	background: url(/static/gui/live/tabbed-widget-content-tile.png) 0 0 repeat-y;
}
.tabbed-widget .widget-content h2,
.detail-widget .widget-content h2 {
	font-size: 18px;
	margin: 0;
	color: #fff;
}
#commentsContent h2 {
	color: #1d4c79;
	padding: 10px 5px;
}
.tabbed-widget .widget-bottom {
	height: 15px;
	background-image: url(/static/gui/live/tabbed-widget-bottom.png);
}
.tabbed-widget .tabs {
	display: inline-block;
	list-style: none;
	overflow: hidden;
	margin: 4px 0 0 0;
	padding: 0;
	/*hacks for IE 6 & 7 */
	zoom:1;
	*display: inline;
	_height: 38px;
}
.tabbed-widget .tabs li {
	overflow: hidden;
	margin: 0 4px;
	float: left;
	height: 38px;
}
.tabbed-widget .tabs li a,
.tabbed-widget .tabs li.active a,
.tabbed-widget .tabs li a span,
.tabbed-widget .tabs li.active a span {
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	border: none;
	outline: none;
	white-space: nowrap;
}
.tabbed-widget .tabs li a,
.tabbed-widget .tabs li a span {
	height: 29px;
	line-height: 29px;
}
.tabbed-widget .tabs li.active a {
	height: 27px;
	line-height: 27px;	
}
.tabbed-widget .tabs li.active a span {
	height: 25px;
	line-height: 25px;
}
.tabbed-widget .tabs li.active a span {
	color: #fff;	
}
/* Inactive tab styles */
.tabbed-widget .tabs li a {
	padding: 0 4px 0px 0;
	float: left;
	background: url(/static/gui/live/tab-a.png) 100% 0 no-repeat;
}
.tabbed-widget .tabs li a:hover {
	text-decoration: none;
	background: url(/static/gui/live/tab-hover-a.png) 100% 0 no-repeat;
}
.tabbed-widget .tabs li a:hover span {
	color: #fff;
	background: url(/static/gui/live/tab-hover-span.png) 0 0 no-repeat;	
}
.tabbed-widget .tabs li a span {
	color: #c1ddf6;
	padding: 0 6px 0 10px;
	background: url(/static/gui/live/tab-span.png) 0 0 no-repeat;
}
/* Active tab styles */
.tabbed-widget .tabs li.active a {
	padding: 0 4px 0px 0;
	float: left;
	background: url(/static/gui/live/tab-active-a.png) 100% 0 no-repeat;
}
.tabbed-widget .tabs li.active a:hover {
	text-decoration: none;
	cursor: default;
}
.tabbed-widget .tabs li.active a span {
	padding: 2px 6px 0 10px;
	background: url(/static/gui/live/tab-active-span.png) 0 0 no-repeat;
}
/*Active pointer*/
.tabbed-widget .tabs li.active span.btm {
	clear: both;
	position: relative;
	display: block;
	margin: 0 2px;
	height: 11px;
	line-height: 11px;
	width: auto;
	overflow: visible;
	background: url(/static/gui/live/tab-active-pointer.png) no-repeat center -1px;
}
.tabbed-widget .tabs li.active span.btm b.l,
.tabbed-widget .tabs li.active span.btm b.r {
	width: 2px;
	position: absolute;
	top: 0;
	display: block;
	height: 11px;
}
.tabbed-widget .tabs li.active span.btm b.l {
	left: -2px;
	background: url(/static/gui/live/tab-active-l.png) no-repeat 0 -1px;
}
.tabbed-widget .tabs li.active span.btm b.r {
	right: -2px;
	background: url(/static/gui/live/tab-active-r.png) no-repeat 0 -1px;	
}
.none {
	display: none;
}
.block {
	display: block;
	height: 1%;
}
/* Unique Styles Per Tab*/
#photosContent {
	margin: 0 0 0 1px;
	overflow: hidden;
	line-height: 1%;
}
#detailsContent,
#resourcesContent,
#watchersContent {
	padding: 10px;
}
#prayerContent {
	padding: 2px;
}
#detailsContent p {
	margin: 0 0 10px;
}
#watchersContent ul li p {
	float: left;
	font-style: italic;
	text-transform: capitalize;
}
#watchersContent ul li span {
	float: right;
	padding: 10px 0;
	color: #3f74aa;
	font-size: 11px;
	font-style: italic;
}
#watchersContent ul li {
	float: none;
	display: block;
	padding: 0 10px;
	margin: 0;
	overflow: hidden;
	background: transparent url(/static/gui/live/dotted-line-blue.gif) repeat-x 0 100%;		
}
#watchersContent ul {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	background: transparent url(/static/gui/live/dotted-line-blue.gif) repeat-x 0 0;		
}
#resourcesContent ul {
	padding: 1px 0 0 0;
	margin: 10px 0 0 0;
	list-style: none;
	background: transparent url(/static/gui/live/dotted-line-blue.gif) repeat-x 0 0;	
}
#resourcesContent ul li a {
	display: block;
	padding: 5px;
	color: #b7d7f8;
	font-size: 12px;
	line-height: 18px;
	background: transparent url(/static/gui/live/dotted-line-blue.gif) repeat-x 0 100%;	
}
#resourcesContent ul li.last a {
	background: none;
}
#resourcesContent ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #0c2134 url(/static/gui/live/dotted-line-blue.gif) repeat-x 0 100%;
}
#commentsContent {
	margin: 0 1px;
	padding: 0 5px;
	background: #fff;
}

.widget-content fieldset {
	text-align: left;
}
.widget-content fieldset dl dt {
	float: left;
	width: 80px;
	font-size: 12px;
	text-align: right;
	padding: 0 10px 10px;
	clear: left;
}
.widget-content fieldset dl dt label {
	padding: 4px 0 0 0;
	display: block;
}
.widget-content fieldset dl dd {
	overflow: hidden;
	margin: 0;
	padding: 0 0 10px;
}
.widget-content fieldset dl dd input[type=checkbox] {
	float: left;
	margin: 5px 162px 0 0;
	font-size: 12px;
}
.widget-content fieldset dl dd input[type=text] {
	display: block;
	border: none;
	height: 18px;
	width: 163px;
	padding: 4px 4px 0 4px;	
	background: transparent url(/static/gui/live/bg-field.png) no-repeat 0 0;
}
.widget-content fieldset dl dd textarea {
	display: block;
	border: none;
	height: 78px;
	width: 263px;
	padding: 4px 4px 0 4px;
	background: transparent url(/static/gui/live/bg-textarea.png) no-repeat 0 0;
}
