/* Defaults */
* {
	margin: 0;
	padding: 0;
} 

html {
	background: #000;
	font-family: sans-serif;
	font-size: .9em;
	color: #fff;
}

body {
	background: url(images/top.jpg) top center no-repeat;
	padding-top: 189px;
	z-index: -2;
}

#l_wing, #r_wing {
	width: 400px;
	height: 400px;
	position: fixed;
	bottom: 0px;
	z-index: -1;
}

#l_wing {
	background: url(images/wing_l.jpg) no-repeat;
	left: 0px;
}

#r_wing {
	background: url(images/wing_r.jpg) no-repeat;
	right: 0px;
}

p {
	margin-bottom: 5px;
}

h1 {
	font-size: 3em;
}

.cufon-loading * {
	visibility: hidden !important;
}

#main form {
	padding: 10px;
	margin: 0;
}

label input,label textarea {
	border: 1px solid black;
}

label input.checkbox {
	border-style: none;
}

.richEditorDiv {
	width: 100%;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	*width: 175px;
}

button * {
	height: 37px;
	display: block;
	float: left;
	background: url(images/button.png) no-repeat;
}

button em {
	background-position: -13px 0;
	line-height: 37px;
	padding: 0 5px;
}

* html button em {
	margin-left: -13px;
	padding-left: 13px;
}

button span {
	width: 13px;
}

button .right {
	background-position: 100% 0;
}

* html button .right {
	background: url(images/button_r.png) no-repeat 0 0;
}

label {
	display: block;
	margin: .25em 0;
}

fieldset {
	border-style: none;
}

fieldset.inline label {
	display: inline;
	margin-right: .5em;
}

.accordion {
	border: 1px solid #fff;
	margin: 5px 0;
	width: 99%;
}

.accordion h3 {
	cursor: pointer;
	width: 100%;
	font-size: 1.1em;
	background-color: #f29200;
	color: #000;
	text-align: center;
}

.accordion ul {
	margin-left: 5px;
}

.accordion li {
	list-style-type: none;
}

.accordion label {
	margin-left: 5px;
}

div.closed * {
	display: none;
}

div.closed h3 {
	display: block;
	margin-bottom: -5px;
}

img {
	border-style: none;
}


blockquote {
	font-style: italic;
	font-size: .8em;
}

table.history {
	border: 1px solid black;
	border-collapse: collapse;
}

.history td,.history th {
	border: 1px solid black;
	padding: 2px 5px;
}

tr.published {
	background-color: #E0E0FF;
}

/* Links */
a, a:link {
	color: rgb(255,90,0);
	text-decoration: none;
}

a:visited {
	color: rgb(200,60,0);
}


a:hover {
	color: rgb(255,223,64);
}

h2 a,li .content_actions * {
	font-size: .6em;
	margin: 0 5px;
}

.add_comment {
	cursor: pointer;
	color: #369;
	margin-top: 1em;
}

.notice {
	margin-top: .5em;
	font-size: .8em;
}

.check_all {
	display: block;
}

.layout_controls {
	margin-left: 5px;
	display: none;
	text-align: left;
}

.layout_controls a {
	font-size: 0px;
	background-repeat: no-repeat;
	display: -moz-inline-box;
	display: inline-block;
}

.layout_controls a.delete {
	background: url("images/del.gif") no-repeat;
	height: 11px;
	width: 12px;
	margin-left: 2px;
}

.layout_controls a.edit {
	height: 16px;
	width: 16px;
	background: url("images/edit.gif") no-repeat;
	margin-right: 2px;
}

#top .layout_controls a.edit:hover, #top .layout_controls a.delete:hover {
	background-position: 0 0;
}

.layout_controls a.moveup, .layout_controls a.movedown {
	height: 11px;
	width: 11px;
	background-position: 0 5px;
}

.layout_controls a.moveup {
	background-image: url("images/utri.gif");
}

.layout_controls a.movedown {
	background-image: url("images/dtri.gif");
}

#top .layout_controls a.moveup:hover, #top .layout_controls a.movedown:hover {
	background-position: 0 5px;
}

a.more,a.prev {
	display: block;
	margin: 0.5em 0;
}

.download_link {
	font-size: .7em;
	margin: 5px;
}

.download_link img {
	margin-right: 5px;
	margin-bottom: -5px;
}

.group {
	font-weight: bold;
}

ul.ContentTree,ul.ContentTree ul {
	list-style: none;
}

#right .ContentTree ul {
	margin: 0.5em;
}

#right .ContentTree ul li {
	list-style: none;
}

.ContentTree li .toggler {
	float: left;
	padding: 2px 3px;
	margin-top: 5px;
	cursor: pointer;
}

.ContentTree li.opened_disabled .toggler {
	width: 11px;
	height: 6px;
	background: url("images/dtri_gray.gif") no-repeat 3px 3px;
}

.ContentTree li.opened .toggler {
	width: 11px;
	height: 6px;
	background: url("images/dtri.gif") no-repeat 3px 3px;
}

.ContentTree li.closed_disabled .toggler {
	width: 6px;
	height: 11px;
	background: url("images/rtri_gray.gif") no-repeat 5px 0px;
	padding: 0px 5px;
}

.ContentTree li.closed .toggler {
	width: 6px;
	height: 11px;
	background: url("images/rtri.gif") no-repeat 5px 0px;
	padding: 0px 5px;
}

.ContentTree li.opened ul,.ContentTree li.opened_disabled ul {
	display: block;
}

.ContentTree li.closed ul,.ContentTree li.closed_disabled ul {
	display: none;
}

.ContentTree li {
	border-top: 1px dotted #333;
}

.contextMenu {
	display: none;
}

/* tooltips */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width: 12em;
	color: #000;
}

#tooltip h3,#tooltip div {
	font-size: 1em;
	margin: 0;
}

hr.more {
	border: 0px;
	width: 80%;
	height: 1px;
	background-color: black;
	margin: 5px auto;
}

#comment_form {
	display: none;
}

#comment_form textarea {
	display: block;
}

#main ul,#main ol {
	margin: .5em 1.5em;
}

.dialog .searchResults li {
	padding: 5px 0;
	list-style-type: none;
	border-top: 1px dotted #DDD;
}

#main .comments li {
	padding: 5px 0;
	list-style-type: none;
	border-top: 1px dotted #DDD;
}

.comments .edit,.comments .delete,.comments .reply_to {
	margin: 2px 4px;
	padding: 2px 4px;
	font-size: 10px;
}

.searchResults ol li {
	padding: 0px;
	margin: 0em 2em;
	background-image: none;
}

.summary {
	font-size: 90%;
}

/* Modules */
.module {
	margin-bottom: 10px;
}

#top .module {
	margin-bottom: 0px;
}

#top .module ul {
	margin: 0;
	line-height: 1em;
}

.module ul,.module ol {
	margin: .5em .5em;
	line-height: 1.5em;
}

.module ol {
	margin-left: 2em;
}

.module ul li {
	list-style-type: none;
}

#main .Blog ul li {
	list-style-type: disc;
	margin-left: .5em;
}

#right .pager,#left .pager {
	font-size: .6em;
}

#main .Blog ul ul li,.searchResults ul li {
	list-style-type: disc;
	padding: 0px;
	margin: 0em 2em;
	background-image: none;
}

#main .Blog ul ol li {
	list-style-type: decimal;
	background-image: none;
	padding: 0px;
	margin: 0em 1em
}

#main .Blog ul,#main .comments, #main .searchResults {
	padding: 0;
	margin: 0;
}

#main .Blog ul li, #main .searchResults li {
	margin-top: 5px;
	padding: 15px;
	list-style-type: none;
}

.Blog .post_info {
	font-size: .8em;
}

.LanguageSelector {
	text-align: right;
	margin-bottom: 5px;
}

#main div.RandomContent ul li {
	list-style-type: none;
}

.register {
	display: block;
}

.Navigator {
	text-align: center;
	width: 600px;
}

.Navigator a {
	margin: 5px;
	height: 32px;
	width: 37px;
	display: -moz-inline-box;
	display: inline-block;
}

.Navigator .prev {
	background: url("images/previous.png") no-repeat;
}

.Navigator .up {
	height: 37px;
	width: 32;
	background: url("images/up.png") no-repeat;
}

.Navigator .next {
	background: url("images/next.png") no-repeat;
}

#left input {
	width: 95%;
}

/* Pager */
.pager * {
	background-repeat: no-repeat;
	margin: 2px;
	height: 11px;
	line-height: 11px;
	display: -moz-inline-box;
	display: inline-block;
}

.first_page,.last_page {
	width: 9px;
}

.prev_page,.next_page {
	width: 6px;
}

a.first_page {
	background-image: url("images/first.gif");
}

span.first_page {
	background-image: url("images/first_gray.gif");
}

a.prev_page {
	background-image: url("images/ltri.gif");
}

span.prev_page {
	background-image: url("images/ltri_gray.gif");
}

a.next_page {
	background-image: url("images/rtri.gif");
}

span.next_page {
	background-image: url("images/rtri_gray.gif");
}

a.last_page {
	background-image: url("images/last.gif");
}

span.last_page {
	background-image: url("images/last_gray.gif");
}

/* Layout */
body.dialog {
	background-image: none;
	background-color: #FFF;
	padding: 0px 10px;
}

#preview {
	border: 1px solid black;
	max-height: 150px;
	overflow: auto;
	margin-bottom: 15px;
	padding: 5px;
}

* html #preview {
	height: 150px;
}

#top_bar {
	background: #fff;
	color: #000;
	border-bottom: 1px solid black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	zoom: 1;
}

#top_actions {
	padding: 5px;
	border-bottom: 1px solid black;
}

#top_bar .right {
	float: right;
	clear: right;
}

#top_bar .content_actions a,#top_bar .content_actions span,#user_actions a,#user_actions span {
	display: -moz-inline-box;
	display: inline-block; 
	*max-width: 4em;
	padding: .5em 1em;
	text-align: center;
	margin: 0;
}

#top_bar img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}

#top_bar .content_actions span,#user_actions span {
	background: #000;
	color: #fff;
}

#admin_actions * {
	padding: 5px;
}

#admin_actions span {
	color: #fff;
	background: #000;
}

#container {
	background: url(images/box_mid.png) 1px 142px repeat-y;
	position: relative; 
	*position: static;
	width: 1024px;
	margin: 0 auto 0 auto;
	clear: both;
}

.column {
	padding: 0 10px 10px 10px;
	float: left;
}

#top {
	padding: 0 12px;
}

form #top {
	width: 1024px;
}

#top .content a {
	display: inline-block;
	height: 37px;
	color: transparent;
	*color: rgb(187,112,0);
	*font-size: 0pt;
}

#top a.home {
	background: url(images/home.png) no-repeat;
	width: 94px;
}

#top a.about {
	background: url(images/about.png) no-repeat;
	width: 95px;
}

#top a.sermons {
	background: url(images/sermons.png) no-repeat;
	width: 120px;
}

#top a.prophecy {
	background: url(images/prophecy.png) no-repeat;
	width: 117px;
}

#top a.technology {
	background: url(images/technology.png) no-repeat;
	width: 131px;
}


#top a.art-photos {
	background: url(images/art-photos.png) no-repeat;
	width: 155px;
}

#top a:hover, #top a.current, #top a.current_group {
	background-position: 0 -37px;
}

#top .SearchForm {
	display: inline;
	float: right;
	*float: none;
	*position: relative;
	top: -4px;
}

#top .SearchForm form {
	display: inline;
}

#top .SearchForm input {
	background: url("images/search.png") transparent no-repeat;
	width: 235px;
	height: 19px;
	padding: 11px 23px 7px 30px;
	border: none;
	color: #fff;
}

#top .SearchForm button {
	display: none;
}

#box {
	background: url(images/box_top.jpg) 12px 0 no-repeat;
	clear: both;
	z-index: 1;
}

#main {
	width: 702px;
	padding: 12px 12px 12px 36px;
}

#right {
	width: 233px;
}

#right .module, #right .content {
	margin-bottom: 10px;
}

#foot {
	background: url(images/footer.png) 1px 0 no-repeat;
	padding: 10px 0px;
	text-align: center;
	clear: both;
	width: 1024px;
	margin: 0 auto;
}

.cleaner {
	clear: both;
	height: 1px;
}

/* Calendar */
.CalendarModule table {
	width: 80%;
	margin-left: 10%;
}

.calendar,.CalendarModule table {
	border-collapse: collapse;
	background-color: #FFF;
}

.calendar th,.CalendarModule th {
	border: 1px solid black;
}

.calendar td {
	vertical-align: top;
	height: 6em;
	width: 14.3%;
	border: 1px solid black;
}

td.blank {
	background-color: #e8e8e8;
}

.calendar td .day {
	width: 100%;
}

.calendar td .event {
	display: block;
	font-size: .8em;
}

.CalendarModule td {
	font-size: .8em;
}

.CalendarModule th {
	font-size: .8em;
}

.all_day_events {
	border: 1px solid black;
	margin: 5px 0px;
	padding: 5px;
}

.day_calendar {
	width: 99%;
	background-color: #e8e8e8;
	border: 1px solid black;
	border-top-style: none;
	border-spacing: 0px;
}

.day_calendar .time {
	border-style: none;
	border-top: 1px solid black;
	border-right: 1px solid black;
	width: 4em;
}

.day_calendar tr.half .time {
	border-top: 1px dotted black;
}

.day_calendar .event {
	background-color: #FFF;
}

.day_calendar .blank {
	border-style: none;
	border-top: 1px solid black;
}

.day_calendar tr.half .blank {
	border-top: 1px dotted black;
}

.day_calendar th {
	border: 1px solid black;
}

.day_calendar td {
	vertical-align: top;
	height: 1em;
	border: 1px solid black;
}

.week_day .event {
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
}

/* date input */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
  }
  .date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
  }
  .date_selector .month_nav {
    float: left;
    width: 55%;
  }
  .date_selector .year_nav {
    float: right;
    width: 35%;
    margin-right: -8px; /* Compensates for cell borders */
  }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #003C78;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
    border: 1px solid #F2F2F2;
  }
    .date_selector .button:hover, .date_selector .button.hover {
      background: none;
      color: #003C78;
      cursor: pointer;
      border-color: #ccc;
    }
  .date_selector .prev {
    left: 0;
  }
  .date_selector .next {
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
      color: black;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      color: #003C78;
      background: white;
    }
    .date_selector td.today {
      background: #FFFEB3;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td.selected {
      background: #D8DFE5;
      font-weight: bold;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #003C78;
      color: white;
    }

/* Media Player */
.MediaPlayer .controls a {
	margin-right: .5em;
}

span.error,div.error {
	color: red;
	margin: .5em;
	padding: 0 .5em;
	background-color: #FFEBEB;
	border: 1px solid red;
}

input.error,select.error,textarea.error {
	border: 1px solid red;
}

/* swfupload */
.swfupload {
	border: 1px solid black;
	background: #eee;
	position: relative;
	top: 6px;
}

.likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

fieldset.flash {
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

.progressContainer a {
	margin-right: 5px;
}

.progressContainer textarea {
	display: block;
}

.inprogress {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

.complete {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	text-align: left;
	white-space: nowrap;
}

.progressBarInProgress,.progressBarComplete,.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel,a.progressCancel:link,a.progressCancel:active,a.progressCancel:visited,a.progressCancel:hover
	{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

#uploader table {
	width: 100%;
}

#uploader table .form {
	width: 50%;
}

/* menus */
#select_group {
	background: #fff;
	border: 1px solid black;
	z-index: 999;
	position: absolute;
}

ul#section_actions {
	display: none;
	list-style-type: none;
	position: absolute;
	border: 1px solid #036;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;
	background-color: #369;
	color: #FFF;
	z-index: 10000;
	margin: 0;
	width: 9em;
}

#section_actions li {
	font-size: 12px;
	border: 1px solid #369;
	padding: 3px 6px 2px 6px;
	margin: 1px;
	cursor: pointer;
}

#section_actions a {
	color: #FFF;
}

ul.menu,ul.menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.menu ul,ul.menu_vertical ul {
	display: none;
}

ul.menu li {
	float: left;
}

ul.menu_vertical {
	width: 100%;
}

ul.menu_vertical li {
	float: none;
}

/* -- Sub-Menus -- */
ul.menu ul,ul.menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}

ul.menu ul li,ul.menu_vertical ul li {
	float: none;
	margin: 0px;
}

ul.menu,ul.menu ul,ul.menu_vertical,ul.menu_vertical ul {
	background-color: #369;
	border: 1px solid #036;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;
	height: 20px;
}

ul.menu_vertical {
	height: auto;
}

ul.menu ul {
	height: auto;
}

* html ul.menu ul {
	width: 1%;
}

ul.menu li {
	font-family: sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 4px 7px 3px 7px;
	cursor: pointer;
	white-space: nowrap;
}

ul.menu li li {
	width: 200px;
}

ul.menu li a {
	color: #FFF;
	text-decoration: none;
}

.menu .jdm_hover,.menu .jdm_active,#context_menu li.current,.menu li.current
	{
	background-color: #69C;
	color: #FFF;
	padding: 3px 6px 2px 6px;
	border: 1px solid #369;
	border-left: 1px solid #9CF;
	border-top: 1px solid #9CF;
}

/* Image Editor */
#image_preview {
	margin: 5px;
	text-align: center;
}

#image_editor {
	position: relative;
	*position: static;
	overflow: hidden;
	width: 98%;
	height: 600px;
}

#cropper {
	position: absolute;
	width: 150px;
	height: 100px;
	border: 1px dashed #000;
	background: #FFF;
	z-index: 1000;
}

.rotate_left {
	background: url("images/rotate_left.gif") no-repeat;
	padding: 10px 0 0 13px;
	margin: 10px;
}

.rotate_right {
	background: url("images/rotate_right.gif") no-repeat;
	padding: 10px 0 0 13px;
	margin: 5px;
}

/* Add Content */
#add_content {
	width: 90%;
	margin: 0px auto;
}

#add_content img {
	display: block;
	margin: 0 auto;
}

#add_content td {
	text-align: center;
	border-top: 1px dotted #DDD;
	padding-top: 5px;
}

/* Galleria */
.galleria{list-style:none;width:200px}
#main .galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 5px 10px 0}
#main .galleria li a{display:none}
#main .galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

.galleria{width:702px;margin:0 auto;}
.galleria li{width:68px;height:50px;border:3px double #111;margin: 0 2px;background:#000;}
.galleria li div{left:240px}
.galleria li div .caption{font:italic 0.7em/1.4 georgia,serif;}

#main_image {margin:0 auto 20px auto;background:black; overflow:hidden; padding: 5px 0}
.galleria_wrapper {text-align: center;}
	
.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}

.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
.info p{margin-top:1.6em;}
