@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-attachment: scroll;
	background-image: url(../img/bg6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}

a {
	color: #000000;
}

#wrap {
	width: 950px;
	margin: 0 auto;
}

#header {
	margin-top: 0px;
}

#flashbanner {
	width: 924px;
	height: 94px;
	margin-left: 13px;
	background: url(../img/small_banner.jpg) no-repeat center;
}

#nav {
	padding-left: 5px;
	margin-top: 3px;
	margin-left: 20px;
	height: 38px;
	width: 919px;
}

.button {
	display: block;
	background:url(../img/button.png) no-repeat center;
	width: 100px;
	height: 18px;
	float: left;
	margin-left: 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 10px;
	font-size: 12px;
}

.button:hover {
	background: url(../img/button_over.png) no-repeat center;
	color: #000;
}


#subnav {
	height: 153px;
}

#content {
	margin-top: 10px;
	overflow:auto;
	margin-bottom: 10px;
}

#content_column1 {
	width: 580px;
	float: left;
	margin-left: 10px;
	padding: 10px;
	border-right: 1px #ccc solid;
}

#content_column3 {
	width: 300px;
	float: left;
	margin-right: 10px;
	padding: 10px;
}

#content_column2 {
	width: 285px;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
}

#footer {
	margin: 20px;
	padding-top: 10px;
	clear:both;
}



#summary {
	overflow: auto;
	width: 100%;
	padding-top: 10px;
}

#pageInfo {
	float: left;
	height: 20px;
	margin-left: 10px;
}

#pageNav {
	float:right;
	height: 20px;
	text-align: right;
	margin-right: 20px;
}

#pageCaption {
	padding: 10px;
}

.commentBlock {
	width: 400px;
	border: #ddd 1px solid;
	padding: 1px;
	margin: 5px;
	color: #000;
	font-size: 12px;
	background: #e8e8e8;
	clear:both;
}

.replyBlock {
	width: 330px;
	border: #ddd 1px solid;
	padding: 1px;
	margin: 5px;
	color: #000;
	font-size: 12px;
	background: #e8e8e8;
	clear:both;
}

#statusBlock {
	padding: 5px;
	color: #222;
	font-size: 12px;
}

.captionBlock {
	width: 300px;
	border: #bbb 1px solid;
	padding: 5px;
	margin: 5px;
	color: #444;
	font-size: 12px;
}

.descriptionBlock {
	width: 325px;
	height: 80px;
	border: #bbb 1px solid;
	padding: 5px;
	color: #444;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.authorLink {
	color: #000000;
	font-weight: bold;
}

#commentTextArea {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	width: 400px;
	height: 30px;
	color: #666666;
	padding: 5px;
	font-size: 11px;
}

#replyTextArea {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	width: 320px;
	height: 30px;
	color: #666666;
	padding: 5px;
	font-size: 11px;
}

#statusTextArea {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	margin-top: 0px;
	width: 340px;
	height: 50px;
	color: #888;
	padding: 5px;
	font-size: 11px;
}

#commentInputBox {
	width: 420px;
	text-align: right;
}

#replyInputBox {
	width: 370px;
	text-align: right;
}


#commentPostButton {
	visibility: hidden;
}

#replyPostButton {
	display: none;
}

#statusPostButton {
	display: none;
}


.sermonDetailsBox {
	width: 350px;
	vertical-align: top;
}

.videoDetailsBox {
	width: 550px;
	vertical-align: top;
}

#sermonList {
	border-left: 1px solid #ddd;
}


#sermonList td {
	color: #222;
	font-size: 12px;
	vertical-align: top;
}

#sermonList td a {
	
	padding: 5px;
	display: block;
	color: #444;
	font-size: 11px;
}

#sermonList td a:hover {
	background: #ccc;
	color:#000000;
}

.cellleaderPhoto {
	border: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
	display: block;
	width: 60px;
	float: left;
}

#cellDetails {
	display:none;
	position:absolute;
	border: 1px solid #666;
	background-color: white;
	padding: 10px;
}

#loginBox {
	margin-top: 10px;
	width: 280px;
	background: url(../img/trans_pixel.png) repeat;
	border: 1px solid #ccc;
}

#rightContentDiv {
	clear:both;
	width: 200px;
}


/*          link styles                  */



a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

#pageInfo a {
	font-weight: bold;
}

#pageNav a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}

#pageNav a:hover {
	background-color:#444;
	color: #ddd;
}

.activePageNavLink {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: #333333 solid 3px;
	font-weight: bold;
}

#pageCaption a {
	color: #000000;
	font-weight: bold;
}

#pageCaption a:hover {
	text-decoration: underline;
}

.albumWrapper a {
	font-weight: bold;
}

.sermonWrapper a {
	color:#0000FF;
	font-weight: bold;
}

#loginBox a {
	font-weight: bold;
	color: #666;
}

#loginBox a:hover {	
	color: #000;
	text-decoration:underline;
}

.tabLinks {
	overflow: auto;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	margin-bottom: 15px;
	height: 25px;
}


.tabLinks a {
	display: block;
	padding: 5px 10px 5px 10px;
	float:left;
	background: #ddd;
	color: #444;
	font-weight: bold;
	margin-left: 2px;
}

.tabLinks a:hover {
	background: #444;
	color: #ddd;
}

#rightContentDiv a {
	color: #555;
}

#rightContentDiv a:hover {
	color: #000;
}






/*          photos styles         */

#photos_table {
	border:#CCCCCC solid 1px;
}

#photos_table td {
	width: 150px;
	padding-bottom:5px;
	padding-top: 5px;
	vertical-align:middle;
	text-align: center;
	display: table-cell;
}

#photoWrapper {
	width: 556px;
	border: 1px #CCCCCC solid;
	padding: 3px;
	text-align:center;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 350px;
}

.albumWrapper {
	border: 1px #CCCCCC solid;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
	overflow:auto;
	margin-bottom: 10px;
}

.sermonWrapper {
	border: 1px #CCCCCC solid;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
	overflow:auto;
	margin-bottom: 10px;
}

.thumbnail {
	border: 1px #CCCCCC solid;
	padding: 1px;
	display: block;
}

.thumbnail:hover {
	border: 1px #000 solid;
}

.thumbnail_link {
	font-size: 11px;
	float: left;
}

.thumbnail_heading {
	font-weight: bold;
	float: left;
	width: 270px;
}

.thumbnail2 {
	border: 1px #CCCCCC solid;
	padding: 1px;
	float: left;
	margin: 5px;
}

.thumbnail2:hover {
	border: 1px #000 solid;
}


h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	color:#000000;
	line-height: 18px;
	padding: 10px;
	margin: 0px;
	margin-left: 50px;
	font-weight: bold;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	color:#000000;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.loadingDiv {
	min-height: 300px;
	min-width: 500px;
	background: url(../img/loading.gif) no-repeat center;
}

.loadingDiv2 {
	min-height: 200px;
	background: url(../img/loading.gif) no-repeat center;
}


#postDiv {	
}

#postsDiv {
}

#postsDiv a {
	font-weight: bold;
}

#postsDiv a:hover {
	color: #000;
	text-decoration: underline;
}



/*                          uploader                             */


/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}

#file-status {
	padding: 10px 15px;
	width: 420px;
	border: 1px solid #eee;
}

#file-status .progress {
	background: url(../uploader/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#file-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#file-list {
	list-style: none;
	width: 450px;
	margin: 0;
}

#file-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(../uploader/failed.png) no-repeat 4px 4px;
}

#file-list li.file {
	border-bottom: 1px solid #eee;
	background: url(../uploader/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#file-list li.file.file-uploading {
	background-image: url(../uploader/uploading.png);
	background-color: #D9DDE9;
}
#file-list li.file.file-success {
	background-image: url(../uploader/success.png);
}
#file-list li.file.file-failed {
	background-image: url(../uploader/failed.png);
}

#file-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#file-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#file-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
}
#file-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}

#content_column2 input {
	color: #666666;
	padding: 2px;
	margin: 1px;
}

#postBox {	
	padding: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#insertItemsDiv {
	padding: 20px;
	margin-left: 160px;
	position: absolute;
	top: 180px;
	width: 650px;
	height: 500px;
	background: #eee;
	border: 1px solid #444;
	display: none;
	overflow:scroll;
}

#closeButton {
	display: block;
	background: #ddd;
	text-align:center;
	padding: 5px;
	width: 80px;
	font-weight:bold;
	color: #000;
	margin-left: 20px;
	float: right;
}

#closeButton:hover {
	background: #222;
	color: #eee;
}

#emailDiv {
	float: left;
}


