﻿/* @override 
	http://thecity.org/css/_base.css
	http://dev.thecity.org/css/_base.css
*/

/* defaults, globals, and miscellaneous
==============================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-align: center;
	background: #fff url('http://www.omegaflameentertainment.net/testing/images/background-home.gif') repeat-x;
}

hr {
	display: none;
}

hr.space {
	display: block;
	height: 1px;
	margin: 1em 0;
	border: 0 none;
}

a {
	text-decoration: none;
}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

#skipLink {
	display: none;
}

/* inline images
==============================================================================*/

img {
	border: 0; /* removes border in case images get have anchor around them */
}

.inlineImage {
	text-align: center;
	font: normal 11px 'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #999;
}

.inlineImage img {
	padding: 2px;
	border: 1px solid #ccc;
}

.inlineImage span {
	display: block;
	font-size: 10px;
	line-height: 1.5;
}

.noStyle img {
	padding: 0;
	border: 0 none;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* site id and utility links
==============================================================================*/

h1 {
	float: left;
	width: 245px;
	margin: 15px 0 17px;
}

h1 a {
	display: block;
	top: 30px;
	height: 35px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('') no-repeat;
}

#navUtilities {
	float: right;
	margin: 28px 0 0 0;
	font-size: 11px;
	color: #FF7F00;
}

#navUtilities a {
	text-decoration: none;
	color: #FF7F00;
}

#navUtilities a:hover {
	color: #333;
}

/* layout setup
==============================================================================*/

#container,
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 768px;
	text-align: left;
}

#wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* tcc network dropdown
==============================================================================*/

#tccnet {
	float: right;
	margin: 23px 0 0 25px;
}

#tccnet select {
	width: 170px;
	font-size: 9px;
	color: #777;
	background: #eee;
	border: 1px solid #999;
}

/* top-level navigation
==============================================================================*/

#nav {
	clear: both;
	height: 30px;
	margin-bottom: 7px;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 1px;
}

#nav li a {
	display: block;
	height: 30px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: 50% 0; /* horizontally centers the background image */
	background-repeat: no-repeat;
}

#navHome {
	width: 110px;
	background-image: url('http://www.omegaflameentertainment.net/testing/images/nav-home.gif');
}

#navAbout {
	width: 120px;
	background-image: url('http://www.omegaflameentertainment.net/testing/images/nav-about.gif');
}

#navMedia {
	width: 120px;
	background-image: url('http://www.omegaflameentertainment.net/testing/images/nav-media.gif');
}

#navGroups {
	width: 132px;
	background-image: url('http://www.omegaflameentertainment.net/testing/images/nav-groups.gif');
}

#navEvents {
	width: 135px;
	background-image: url('http://www.omegaflameentertainment.net/testing/images/nav-events.gif');
}

#navBookstore {
	width: 145px;
	background-image: url('http://www.omegaflameentertainment.net/testing/images/nav-bookstore.gif');
}

#nav li a:hover {
	background-position: 50% 100%;
}

#nav li a.currentSection,
#nav li a.currentSection:hover {
	background-position: 50% 50%;
}

/* greeting (welcome/perspective)
==============================================================================*/

#latest {
	float: right;
	width: 256px;
	background: #fff;
}

#latestTabs {
	clear: both;
	background: #FF7F00;
	height: 24px;
}

#latestTabs span {
	display: block;
	float: left;
	height: 24px;
	overflow: hidden;
}

#messageTab {
	margin-right: 2px;
	width: 135px;
	cursor: pointer !important;
	background: url('http://www.omegaflameentertainment.net/testing/images/tab-message.gif') no-repeat 50% 50%;
}

#archivesTab {
	width: 119px;
	cursor: pointer !important;
	background: url('http://www.omegaflameentertainment.net/testing/images/tab-archives.gif') no-repeat 50% 0;
}

#message,
#archives {
	display: block;
	position: relative;
	margin: 4px 5px 5px;
	width: 246px;
	height: 169px;
	overflow: hidden;
}

#message #messageDetails {
	display: none;
}

#message:hover #messageDetails {
	display: block;
	position: relative;
}

#message img {
	display: block;
	position: absolute;
	top: -40px;
}

#messageDetails {
	position: absolute;
	width: 246px;
	height: 169px;
	background: url('http://www.omegaflameentertainment.net/testing/images/shade-b30.png');
}

#messageDetails p {
	padding: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 1.5;
	text-shadow: 1px 1px 2px #555;
}

#messageDetails p a {
	font-size: 16px;
	color: #fff;
}

#messageDetails ul {
	position: absolute;
	bottom: 0;
	width: 226px;
	padding: 10px;
	list-style: none;
}

#messageDetails li {
	margin: 0 0 5px;
}

#messageDetails ul a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 0 3px #333;
	background: url('http://www.omegaflameentertainment.net/testing/images/shade-b30.png');
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#messageDetails ul a:hover {
	color: #333;
	text-shadow: none;
	background: #fff;
}

#archives {
	display: none;
	overflow: auto;
}

#archives ul {
	margin: 10px;
	list-style: none;
}

#archives li {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.3;
	color: #555;
	background: url('http://www.omegaflameentertainment.net/testing/images/arrow-minired.gif') no-repeat 0 5px;
}

#archives li a {
	color: #e7262b;
}

#archives li a:hover {
	color: #222;
}

#archives #archivesLink a {
	display: block;
	margin: 10px 10px 0;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	background: #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#archives #archivesLink a:hover {
	color: #fff;
	background: #333;
}


/* feature promos (aka 'currently')
==============================================================================*/

#currently {
	position: relative;
	float: left;
	width: 486px;
	min-height: 192px;
	margin: 0 0 17px;
	padding: 5px 6px 5px 5px;
	background: #fff;
}

#currently h2 {
	display: none;
}

#currently #features {
	height: 169px;
	overflow: hidden;
}

#currently p {
	padding-top: 7px;
	text-align: right;
	font: normal 11px/1 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#currently p strong {
	display: block;
	float: left;
	font-weight: normal;
	color: #555;
}

#currently span {
	display: block;
	font: normal 1em 'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-align: center;
	color: #999;
}

#currently a {
	color: #e7262b;
}

.promo {
	width: 486px;
	text-align: left;
}

.promo img {
	margin: 0 auto 1em;
}

.promo p,
.promo ul,
.promo ol {
	margin: 0 0 1em;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}

.promo li {
	margin: 0 1.5em;
	list-style: square;
}

/* headers
==============================================================================*/

#home h2 {
	margin: 0 0 10px;
	font: bold 14px/30px 'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #333;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}

/* events
==============================================================================*/

.mainTable {
	float: right;
	width: 100%;
}

.navTable {
	display: none;
}

.monthYearRow {
	display: none;
}

.mainTable td {
	vertical-align: top;
	height: 30px;
	padding: 2px;
	color: #999;
	font-size: 11px;
	background: #eee;
}

.dayNamesText {
	display: none;
}

.mainTable td.dayNamesRow {
	height: auto;
	padding: 4px;
	text-align: center;
	background: none;
	border: 0 none;
	border-bottom: 1px solid #999;
}

td.sOther {
	color: #ccc;
	background: none;
	border: 0 none;
}

td.today {
	border: 1px solid #e7262b;
}

td.s27 {
	font-weight: bold;
	background-color: #ddd;
}

td.s27:hover {
	color: #eee;
	background-color: #999;
}

#events {
	float: right;
	width: 256px;
}

#events ul {
	list-style: none;
}

#events li {
	padding: 8px 0;
	color: #555;
	font-size: 11px;
	border-bottom: 1px solid #eee;
}

#events li span {
	float: right;
	text-align: right;
	margin-left: 10px;
	color: #777;
}

#events p.archiveLink {
}

#events .archiveLink a {
	display: block;
	text-align: center;
	color: #777;
	font: normal 10px/25px 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#events .archiveLink a:hover {
	text-decoration: none;
	background: #eee;
}


/* service information
==============================================================================*/

#services {
	position: relative;
	float: left;
	width: 497px;
}

#ministryList {
	position: relative;
	float: left; /* prevents margin collapse */
	width: 150px;
	list-style: none;
	border-right: 1px solid #ddd;
}

#ministryList li {
	font: bold 11px/1 'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #777;
}

#ministryList li ul {
	margin: 0 0 .63em;
	list-style: none;
}

#ministryList li ul li {
	position: relative;
	margin: 0;
	padding-left: 11px;
	font-weight: normal;
	background: url('http://www.omegaflameentertainment.net/testing/images/arrow-minired.gif') no-repeat 0 50%;
}

#ministryList li ul li a {
	padding: 5px 0;
}

#ministryList a,
#ministryList span {
	display: block;
	padding: 7px 0;
	color: #FF7F00;
	cursor: pointer; /* forces hyperlink cursor, just in case */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-color: transparent;
}

#ministryList span {
	cursor: default;
}

#ministryList a:hover {
	color: #ff7f00;
	
}

#serviceInfo {
	margin-left: 170px;
}

#serviceInfo a {
	color: #e7262b;
	font-weight: bold;
}

#serviceInfo a:hover {
	color: #222;
}

#serviceInfo .left {
	position: relative;
	float: right;
	margin: 0 0 1em 1em;
}

#serviceInfo h3 {
	margin: 0 0 1em;
	font: normal 14px 'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #555;
}

#serviceInfo p {
	margin: 0 0 1em;
	font: normal 11px/1.5 'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #777;
}

#serviceInfo ul {
	clear: right;
	padding: 5px 10px;
	list-style: none;
	font: normal 11px/1.5 'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #555;
	background: #eee;
}



/* features
==============================================================================*/

#lifeatthecity li {
	float: left;
	list-style: none;
}

.feature {
	position: relative;
	clear: left;
	float: left;
	width: 767px;
}

.feature h2 {
	margin: 20px 0 7px 0;
}

.jcarousel-skin-tcc .jcarousel-container {
	margin: 0 0 10px;
}

.jcarousel-skin-tcc .jcarousel-container-horizontal {
	width: 767px;
}

.jcarousel-skin-tcc .jcarousel-clip-horizontal {
	width: 767px;
	height: 102px;
}

.jcarousel-skin-tcc .jcarousel-item {
	width: 150px;
	height: 102px;
}

.jcarousel-skin-tcc .jcarousel-item-horizontal {
	margin-right: 4px;
}

.jcarousel-skin-tcc .jcarousel-item-horizontal a img {
	width: 150px;
	height: 100px;
	max-width: 150px;
	max-height: 100px;
}

.jcarousel-skin-tcc .jcarousel-item-horizontal a {
	display: block;
	height: 100px;
	margin: 1px 0 0 1px;
	overflow: hidden;
}

.jcarousel-skin-tcc .jcarousel-item-horizontal a:hover {
	margin: 0;
	border: 1px solid #999;
}

.jcarousel-skin-tcc .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

.jcarousel-skin-tcc .jcarousel-next-horizontal,
.jcarousel-skin-tcc .jcarousel-prev-horizontal {
	position: absolute;
	top: 1px;
	width: 16px;
	height: 100px;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.jcarousel-skin-tcc .jcarousel-next-horizontal {
	right: -19px;
	background: url('http://www.omegaflameentertainment.net/testing/images/slidernav-right.gif');
}

.jcarousel-skin-tcc .jcarousel-prev-horizontal {
	left: -20px;
	background-image: url('http://www.omegaflameentertainment.net/testing/images/slidernav-left.gif');
}

.jcarousel-skin-tcc .jcarousel-next-horizontal:hover,
.jcarousel-skin-tcc .jcarousel-prev-horizontal:hover {
	background-position: 0 100%;
}

.jcarousel-skin-tcc .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tcc .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tcc .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-tcc .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tcc .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tcc .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: 0 50%;
}

.specialFeature a img {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 2px;
	background: eee;
	border: 1px solid #ccc;
}

.specialFeature a:hover img {
	border-color: #999;
}

/* footer
==============================================================================*/

#footer {
	position: relative;
	clear: both;
	margin-top: 30px;
	padding: 20px 0 30px;
	background: #FF7F00;
}

#siteMap,
#copyright {
	margin-top: 0;
}

#siteMap {
	float: left;
	width: 497px;
}

#siteMap .column {
	float: left;
	width: 160px;
}

#siteMap li {
	display: block;
	list-style: none;
	font: normal 11px/1 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#siteMap li a,
#siteMap li span {
	display: block;
	float: left;
	clear: left;
	padding: 3px 0;
	font-weight: bold;
	color: #777;
}

#siteMap li li a {
	padding-left: 10px;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	color: #777;
	background: url('http://www.omegaflameentertainment.net/testing/images/arrow-minired.gif') no-repeat left center;
}

#siteMap li a:hover {
	text-decoration: none;
	color: #333;
}

#siteMap li li a:hover {
	background-position: 1px 50%;
}

#copyright {
	float: right;
	width: 236px;
	padding: 10px 10px 0;
	background: #ddd;
	border: 1px solid #ccc;
}

#copyright p {
	margin: 0 0 1em;
	font: normal 11px/1.5 'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #000000;
}

#copyright strong {
	font-size: 12px;
	font-weight: normal;
	color: #555;
}

#copyright a {
	font-weight: bold;
	color: #e7262b;
}

#copyright a:hover {
	text-decoration: none;
	color: #333;
}
---------------------------------------------------------------------------------------
/* Menus ==============================================================================*/

ul#blue { margin:0; padding:0; list-style-type:none; }

ul#blue li { position:relative; float:left; margin-right: 15px; padding-right: 20px; padding-top: 1px;}

ul#blue li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#68759c;}

ul#blue li a:hover { color:#ff7f00; border:none; }

ul#blue li span{ display:none; position:absolute; top:20px; left:2px; width:160px; font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif; line-height: 15px; }

ul#blue li a:hover span {margin-top: 7px; display:block; color: #ff7f00;}

