/*

A Six Apart theme adapted for Movable Type default templates 
name: Project Judah: 2007 Beta Concept
designer: Brian Youn 
designer_url: http://www.brianyoun.com/ 
layouts: layout-wm

*/


/* Default ---------------------------------------------------------------- */

/* Global */

html, body {
    font-family: arial, sans-serif;   
	font-size: 17px;
	line-height: 1.4em;
	background: #222222 none;
	height: 100%;
}

a:link, a:visited { text-decoration:underline; color: #dddddd; }
a:hover, a:active { text-decoration:underline; color: #ffffff; }

a img:active { text-decoration:none; position: relative; top: 1px; left: 1px; }

/* Header */

#header {
	position: absolute;
	top: 0px; 
	width: 100%;
    display: block;
	z-index: 15;
}


/* Content */

.asset-name {
    
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-bottom: 1px solid #cccccc;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
	font-size: 0.7em;
	font-style: italic;
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: 1em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
}


/* Layout ----------------------------------------------------------------- */

#content {
	background: transparent none;
	margin-top: 0; margin-bottom: 0;
}

#content-inner {
	width: 100%;
	padding: 0;
	background: #000000 none;
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}

#header h1 {
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#container-inner {
		width: 975px;
	    background-color: transparent;
		position: relative;
		top: 0px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;

}

#header-inner,
#main-navigation-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}



/* Navigation ----------------------------------------------------------------- */

#main-navigation {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;  
	font-size: 14px;
	color: #ffffff;
	background: transparent url(/images/transparentblack.png) top left repeat; 
/*	opacity: 0.9; */
	position: absolute;
	width: 965px;
	height: 50px;
	top: 0px;
	margin: 5px;
	z-index: 15;

	-moz-border-radius: 8px;
	-moz-box-shadow: 2px 2px 5px #000000;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 2px 2px 5px #000000;

	_width: auto;
	_height: auto;
	_position: relative;
	_overflow: visible;
	_background: #000000 none;
	_filter: alpha(opacity=85, finishOpacity=85, style=0); 
}
#main-navigation-inner {
	_overflow: visible;
	_position: relative;
	width: 965px;
	height: 50px;
}

#main-navigation a { 
		outline: none;
}
#main-navigation a:hover, #main-navigation a:active {
}

#home-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
}

#home-logo h1 a { 
		display: block;
		font-size: 40px; 
		text-align: center;
		width: 30px; 
		height: 30px;
		padding: 10px;
		margin: 0px; 
/*		background: transparent url(/images/acts-home.png) 50% 15% no-repeat; */
		background: transparent url(/images/home.png) center center no-repeat;
		text-indent: -9999px;

		_background: transparent url(/images/home.gif) center center no-repeat;
}
#home-logo h1 a:hover, #home-logo h1 a:active { 
		border-bottom: 0px solid #ffffff; 
		background-color: #88bb88;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
}

#home-logo h2 {
		text-indent: -9999px;
}

#main-navigation a:link, #main-navigation a:visited { text-decoration:none; color: #ffffff; }
#main-navigation a:hover, #main-navigation a:active { text-decoration:none; color: #ffffff; background-color: #333333; }

#homepage-logo {
	display: block;
	position: absolute; 
	top: 60px;
	left: 5px;
	width: 300px;
	height: 100px;
	background: transparent url(/images/acts-logo-2009.png) top left no-repeat;
	z-index: 5;
	text-indent: -9999px;

	_cursor: hand;
	_background: transparent none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/acts-logo-2009.png', sizingMethod='crop');
}

.mt-main-index #homepage-logo {
	top: 195px;
}
#homepage-logo:link, #homepage-logo:visited  {
		background-position: 0px 0px;
}
#homepage-logo:hover  {	background-position: 0px -100px; }
#homepage-logo:active  { background-position: 1px -99px; }


/* ###################### MAIN NAV MENU ######################## */

#mainmenu {
		line-height: 16px;
		position: absolute;
		top: 0px; 
		left: 50px;
		z-index: 16;
		_overflow: visible;
}

#mainmenu ul {
		font-weight: bold;
		padding: 0px; 
		margin: 0px;
		list-style-type: none;
}

#mainmenu ul li {
		display: inline;
		text-align: left;
		padding: 0px;
		text-transform: lowercase;
}

#mainmenu ul ul a {
		display: block;
		font-family: eurostile lt demi, eurostile, verdana, sans-serif;
		font-size: 12px;
		font-weight: normal;
		padding: 5px 8px;
		width: 220px;
		height: 15px;
		text-indent: 0px;
}

#dropdown-who-we-are,
#dropdown-ministries,
#dropdown-resources
{
		display: none;
}

#menu1:hover #dropdown-who-we-are,
#menu2:hover #dropdown-ministries,
#menu4:hover #dropdown-resources
{
		display: none;
}

#mainmenu ul ul li a {
		border-left: 6px solid #ffffff;
		background: transparent url(/images/transparentblack.png) repeat;
		text-indent: 0px;
}
#mainmenu ul ul li a:hover, #mainmenu ul ul li a:active {
		background: #333333 none;
}

#mainmenu a {
}
#mainmenu a:hover, #mainmenu a:active {
		background-color: #333333;
		border-bottom: 0px solid #ffffff; 
}

#mainmenu .selected a:link, #mainmenu .selected a:visited {
		background-color: #222222;
		background-color: transparent;
		border-bottom: 0px solid #ffffff; 
}
#mainmenu .selected a:hover, #mainmenu .selected a:active {
		background-color: #333333;
		border-bottom: 0px solid #ffffff; 
}

#menu1 {
		position: absolute;
		top: 0px;
		left: 0px;
}
#menu1 a {
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		width: 100px;
		height: 20px;
		padding: 15px;	
		border-left: 1px solid #999999;
		background-image: url(/images/who-we-are.png);
		background-position: center center;
		background-repeat: no-repeat;
		_background: transparent url(/images/who-we-are.gif) center center no-repeat;
}
#menu1 #dropdown-who-we-are {
		position: absolute;
		top: 50px;
		left: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-box-shadow: 2px 2px 5px #000000;
		-webkit-box-shadow: 2px 2px 5px #000000;
}

#menu2 {
		position: absolute;
		top: 0px;
		left: 130px;
}
#menu2 a {
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		width: 90px;
		height: 20px;
		padding: 15px;	
		border-left: 1px solid #999999;
		background-image: url(/images/ministries.png);
		background-position: center center;
		background-repeat: no-repeat;
		_background: transparent url(/images/ministries.gif) center center no-repeat;
}
#menu2 #dropdown-ministries {
		position: absolute;
		top: 50px;
		left: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-box-shadow: 2px 2px 5px #000000;
		-webkit-box-shadow: 2px 2px 5px #000000;
}

#menu3 {
		position: absolute;
		top: 0px;
		left: 290px;
}
#menu3 a {
		text-indent: -9999px;
		overflow: hidden;
		display: none;
		width: 90px;
		height: 20px;
		padding: 15px;	
		border-left: 1px solid #999999;
		background-image: url(/images/our-beliefs.png);
		background-position: center center;
		background-repeat: no-repeat;
		_background: transparent url(/images/our-beliefs.gif) center center no-repeat;
}

#menu4 {
		position: absolute;
		top: 0px;
		left: 250px;
}
#menu4 a {
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		width: 90px;
		height: 20px;
		padding: 15px;	
		border-left: 1px solid #999999;
		background-image: url(/images/resources.png);
		background-position: center center;
		background-repeat: no-repeat;
		_background: transparent url(/images/resources.gif) center center no-repeat;
}
#menu4 #dropdown-resources {
		position: absolute;
		top: 50px;
		left: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-box-shadow: 2px 2px 5px #000000;
		-webkit-box-shadow: 2px 2px 5px #000000;
}

#menu5 {
		position: absolute;
		top: 0px;
		left: 370px;
}
#menu5 a {
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		width: 100px;
		height: 30px;
		padding: 10px 10px;	
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		background-image: url(/images/contact.png);
		background-position: center center;
		background-repeat: no-repeat;
		_background: transparent url(/images/contact.gif) center center no-repeat;
}

#misc-links {
		position: absolute;
		top: 10px; 
		left: 555px;
		z-index: 16;
}

#misc-links ul {
		font-weight: bold;
		padding: 0px; 
		margin: 0px;
		list-style-type: none;
}

#misc-links ul li {
		display: inline;
		text-align: left;
		padding: 0px;
		margin-right: 5px;
		text-transform: lowercase;
}
#misc-links #fb a {
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 30px;
		height: 30px;
		background: #000000 url(/images/facebook-logo.png) top left no-repeat;
		border: 0px solid transparent;
		text-indent: -9999px;		
}
#misc-links #fb a:hover {
		border: 0px solid #669966;
		background-position: 0px -30px;
}
#misc-links #fb a:active {
		top: 1px; left: 1px;
		background-position: 0px -30px;
}

#misc-links #smugmug a {
		position: absolute;
		top: 0px;
		left: 42px;
		display: block;
		width: 30px;
		height: 30px;
		background: #000000 url(/images/camera-icon.png) top left no-repeat;
		border: 0px solid transparent;
		text-indent: -9999px;		
}
#misc-links #smugmug a:hover {
		border: 0px solid #669966;
		background-position: 0px -30px;
}
#misc-links #smugmug a:active {
		top: 1px; left: 43px;
		background-position: 0px -30px;
}

#misc-links #podcast a { 
		display: block;
		position: absolute;
		top: 0px;
		left: 84px;
		width: 30px;
		height: 30px;
		background: #000000 url(/images/podcast-icon.png) top left no-repeat;
		border: 0px solid transparent;
		text-indent: -9999px;		
}
#misc-links #podcast a:hover {
		border: 0px solid #669966;
		background-position: 0px -30px;
}
#misc-links #podcast a:active {
		top: 1px; left: 85px;
		background-position: 0px -30px;
}

#misc-links #rss a { 
		display: block;
		position: absolute;
		top: 0px;
		left: 126px;
		width: 30px;
		height: 30px;
		background: #000000 url(/images/rss-icon.png) top left no-repeat;
		border: 0px solid transparent;
		text-indent: -9999px;		
}
#misc-links #rss a:hover {
		border: 0px solid #669966;
		background-position: 0px -30px;
}
#misc-links #rss a:active {
		top: 1px; left: 127px;
		background-position: 0px -30px;
}

#misc-links #twitter a { 
		display: none;
		position: absolute;
		top: 0px;
		left: 126px;
		width: 30px;
		height: 30px;
		background: #000000 url(/images/twitter-icon.png) top left no-repeat;
		border: 0px solid transparent;
		text-indent: -9999px;		
}
#misc-links #twitter a:hover {
		border: 0px solid #669966;
		background-position: 0px -30px;
}
#misc-links #twitter a:active {
		top: 1px; left: 127px;
		background-position: 0px -30px;
}

/* Search ---------------------------------------------------------------- */

.widget-search {
	float: right;
    width: 209px;
	height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.widget-search .widget-content {
	margin: 0px;
}

.widget-search h3 {
    display: none;
}

#search {
	position: absolute;
	top: 0px;
	right: 29px;
    border: 0px solid #ccc;
    padding: 7px;
	width: 166px;
	height: 16px;
	color: #335533;
	background: transparent url(/images/search-box.png) center center no-repeat;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	outline: none;
	z-index: 20;
}

#search-go {
	position: absolute;
	top: 0px;
	right: 2px;
	vertical-align: middle;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	z-index: 21;
}
#search-go:active {
	top: 1px;
	right: 0px;
}

#search-submit {
    border: 1px solid #036;
    border-top: 1px solid #80b3cc;
    border-left: 1px solid #80b3cc;
    background: #069;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}

#readability {
	display: block;
	position: absolute;
	top: 120px;
	right: 8px;
	text-align: right; 
	font-weight: normal; 
	font-size: 11px;
	text-shadow: 2px 2px 3px #000000;
	z-index: 10;
	opacity: 0.8;
}
#readability span {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #66ff66;
}
#readability select {
	font-size: 11px;
}
.mt-main-index #readability {
	top: 258px;
}

/* Main Banners, Slideshow Banner, etc. */

#homepage-image {
	display: none;
    width: 100%;
    height: 300px;
    /* photo by Brian Cho 
    background: #000000 url(/images/mainbanner-14-blur.jpg) no-repeat; */
	background: #000000 none;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0;
	z-index: 1;
}

#banner-image {
	display: none;
    width: 100%;
    height: 160px;
    /* photo by Brian Cho */
    background: #000000 url(/images/mainbanner-0.jpg) center center no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0;
}

.mt-main-index #show {
	background: #000000 none;
    background: #000000 url(/images/mainbanner-14-blur.jpg) no-repeat; 
	top: 0;
	left: 0;
	z-index: 1;
	width: 975px;
	height: 300px;
	padding: 0; margin: 0;
}
#show {
	background: #000000 none;
    background: #000000 url(/images/mainbanner-c4.jpg) no-repeat; 
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
	width: 975px;
	height: 160px;
	padding: 0; margin: 0;
}

#join-us-this-sunday a {
	display: none;
	position: absolute; 
	top: 60px;
	right: 0px;
	width: 270px;
	height: 90px;
	z-index: 15;
	background: transparent url(/images/service-times-info.png) center center no-repeat;
	text-indent: -9999px;

	_display: block;
	_background: transparent none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/service-times-info.png', sizingMethod='image');
}
#join-us-this-sunday a:active {
	background-position: 1px 1px;
}
#hide-sunday {
	display: none;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 9px;
	text-align: right;
	position: absolute;
	top: 268px; right: 18px;
	background: transparent none;
	z-index: 20;
}
#hide-sunday a:link, #hide-sunday a:visited {
	color:#dddddd; text-decoration: none; 
}
#show-sunday {
	display: none;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 9px;
	text-align: right;
	position: absolute;
	top: 268px; right: 18px;
	background: transparent none;
	z-index: 20;
}
#show-sunday a:link, #show-sunday a:visited {
	color:#dddddd; text-decoration: none;
}


/* Content ---------------------------------------------------------------- */

#content {
    line-height: 1.5;
}

#alpha a {
	font-weight: bold;
}
#alpha a:link, #alpha a:visited {
}

#alpha h1, #alpha h2 {
	font-family: "eurostile lt demi", eurostile, verdana, calibri, arial, sans-serif;
    font-size: 24px;
	font-weight: bold;
    line-height: 1.3;
	text-shadow: 2px 2px 3px #333333;
}
#alpha h1 a:link, #alpha h1 a:visited {
	color:#ffffff; text-decoration: none;
}

#alpha h1.search-results-header,
#alpha h1.archive-title
{
	background: #33cc33 none;
	padding: 10px;
	margin-bottom: 1em;
	border: 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px #676767;
	-webkit-box-shadow: 3px 3px 5px #676767;
}
#alpha h1.search-results-header {
	background: #ff3333 none;
}
#alpha h1 span {
	color: #ccddcc;
}

#alpha h2 a {
	color: #ffffff;
}
#alpha h3 {
	font-family: "eurostile lt demi", eurostile, verdana, calibri, arial, sans-serif;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.3;
	text-shadow: 2px 2px 3px #333333;
}
#alpha h3 a:link, #alpha h3 a:visited {
	color:#ffffff; text-decoration: none;
}
/*
#alpha h4 {
	font-family: "eurostile lt demi", eurostile, verdana, calibri, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	text-shadow: 2px 2px 3px #333333;
}
*/

#alpha img.border, 
#alpha .mt-image-left,
#alpha .mt-image-center,
#alpha .mt-image-right
{
	border: 6px solid #ffffff;
	-moz-box-shadow: 3px 3px 5px #333333;
	-webkit-box-shadow: 3px 3px 5px #333333;
}
#alpha .mt-image-right {
	margin-right: 10px;
}

.archive-title {
	border-bottom: 2px #eeeeee dotted;
}

.asset-name,
.asset-name a,
.archive-title {
    
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    
}

.asset-footer {
    font-size: 0.7em;
    border-bottom: 1px dotted #ccc;
    padding-top: 3px;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}

.asset-name a {
    
}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: -5px;
}

.episode {
	border-top: 1px dotted #cccccc;
	margin-bottom: 10px;
	margin-left: 10px;
}

.entry-asset .asset-meta, .episode_date, .episode_info, .episode_download {
    color: #cceecc;
    border-top: 0px dotted #ccc;
    border-bottom: 0px dotted #ccc;
    font-size: 0.65em;
    padding: 6px 0;
    margin-bottom: 12px;
}
.episode_date, .episode_info, .episode_download {
	margin-bottom: 0px;
}
.episode_date {
	color: #ffffff;
}

.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(icon-trackback.gif) no-repeat 0 50%;
}

.archive li {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 549px;
    margin-bottom: 10px;
}

.comment-header {
    font-weight: bold;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 20px;
    background: url(header-arrow-wide.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#main-navigation .search-options {
    display: none;
}

.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-recent-comments ul li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(icon-comment.gif) no-repeat 0 4px;
}

.widget-recent-entries dl {
    padding: 0 8px;
}

.widget-recent-entries dl dt {
    font-size: 18px;
}

.widget-recent-entries dl dd {
    margin-bottom: 0px;
}

.widget-recent-entries dl dd.entry-meta {
    margin-bottom: 5px;
    color: #ccddcc;
    border-bottom: 0px dotted #ccc;
    padding-bottom: 0px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.comment-content {
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.admin-edit-link {
    text-align: center;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}


/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 0px;
    margin-left: 5px;
}

.widget-header {
    height: 20px;
    font-size: 16px;
    color: #ffffff;
	background: #333333 none;
    font-weight: bold;
    border: none;
    padding: 1px 7px 7px 14px;
    text-transform: lowercase;
	letter-spacing: 1px;
	margin: 5px 8px 8px 5px;

	text-shadow: 2px 2px 3px #333333;
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px #000000;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px #000000;
}

.widget-header a {
    color: #fff;
    font-weight: bold;
}

.widget-header a:hover {
    text-decoration: underline;
}

.layout-wm .widget-header {
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-content {
    margin-top: 5px;
    margin-bottom: 5px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    width: 50%;
}

#footer .widget-powered {
    float: right;
    width: 157px;
    text-align: right;
    clear: none;
}

#footer .widget-powered .widget-content {
    margin: 0;
    padding: 0;
    text-align: left;
}

#footer .widget-powered .widget-content span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 157px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(powered-by-mt-logo.gif) no-repeat 0 0;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
		font-family: calibri, arial, sans-serif;
		font-size: 12px; 
		line-height: 2em;
		letter-spacing: 1px;
		color: #676767;
		padding: 15px 20px;
		background: transparent none;
		clear: both; 
}

#footerlogo {
/*		font-family: eurostile, calibri, lucida grande, arial, sans-serif; */
		font-size: 26px;
		text-transform: lowercase;
		letter-spacing: 0px;
}

#footer em {
		font-family: arial, helvetica, Sans-Serif;
}

/*
#footer #footer-links {
		position: absolute;
		top: 38px;
		right: 5px; 
		text-align: right; 
}
*/

#footer a { 
		font-weight: bold; 
}
#footer a:link, #footer a:visited { text-decoration:none; color: #676767; }
#footer a:hover, #footer a:active { text-decoration:none; color: #eeeeee; }

#footer-fineprint {
	letter-spacing: 0;
	color: #ffffff;
}

/*
#get-flash {
		position: absolute;
		top: 224px;
		right: 5px; 
		text-align: right; 
		font-family: tahoma, arial, sans-serif;
		font-size: 11px;
		z-index: 9;
		display: none;
}
#index #get-flash { display: block; }
#get-flash a:link, #get-flash a:visited {
		color:#ffffff;
}
#get-flash a:hover, #get-flash a:active {
		color:#ffff00;
}
*/

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */



/* Styles for PROJECT JUDAH ---------------------------------------------------------- */

#header .widget-sign-in .widget-content {
    background-color: #1b3641;
}

#header .widget-sign-in .widget-content,
#header .widget-sign-in .widget-content a {
    color: #bac2c6; color: #00eeff;
}

#search-submit {
    border: 1px solid #8c160f;
    border-top: 1px solid #c65f59;
    border-left: 1px solid #c65f59;
    background: #ae1b13;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}


#border-debug-switch {
	display: none;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 55px; right: 320px;
	background: #004400 none;
	opacity: 0.85;
	padding: 3px;
	z-index: 16;
}
#border-debug-switch a {
	font-weight: bold;
}

#hide-debug-switch {
	display: none;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 105px; right: 320px;
	background: #004444 none;
	opacity: 0.75;
	padding: 3px;
	z-index: 16;
}
#hide-debug-switch a {
	font-weight: bold;
}


#debug-switch {
	display: none;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 55px; right: 320px;
	background: transparent url(/images/transparentblack.png) center center repeat;
	background: #990000 none;
	opacity: 0.85;
	padding: 3px;
	border: 1px dotted white;
	z-index: 16;
}
#debug-switch a {
	font-weight: bold;
}


#beta a:link, #beta a:visited { text-decoration:none; color: #eeeeee; }
#beta a:hover, #beta a:active { text-decoration:none; color: #b0b3a0; }


.layout-wm #alpha {
    width: 665px;
}

.layout-wm #alpha-inner {
		padding: 15px 10px 10px 15px;
}

.layout-wm #beta {
	font-size: 0.75em;
    width: 308px;
	float: right;
}
.layout-wm #beta-inner {
		background: #181818 none; 
		border-left: 0px dotted #ccc;
}

#beta .widget-content dt {
	font-family: eurostile lt, eurostile lt demi, eurostile, arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 20px;
	background: transparent url(/images/arrow-right.png) 0px 6px no-repeat;
	text-shadow: 2px 2px 5px #334433;

	_background: transparent url(/images/arrow-right.gif) 0px 6px no-repeat;
}

#beta .widget-content dd {
	padding-left: 14px;
}

#beta .widget-content dd .continue-reading {
	font-size: 0.9em;
	font-style: italic;
}

.mt-main-index #alpha .asset-body,
.mt-archive-listing #alpha .asset-body,
.mt-entry-archive #alpha .asset-body, 
.mt-search-results #alpha .asset-body {
	padding-left: 20px;
}

#beta .widget-content .entry-meta {
	font-style: italic;
	font-size: 0.8em;
}

#beta h3.widget-header a:link, #beta h3.widget-header a:visited {
	color: #ffffff;
}

.widget-content ul {
    margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 15px;
    padding-left: 5px;
    list-style: square;
}
.widget-content ul li {
	line-height: 1.4em;
	margin: 0px;
}
.widget-content ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.widget-content ul li a {
	font-weight: bold;
}

/*
#alpha-inner img {
	-moz-border-radius: 6px;
	-mox-box-shadow: 4px 4px 5px #333333;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 4px 4px 5px #333333;
}
*/

#test-box {
	width: 400px;	
	background: #335533 none;
	border: 0px solid #ffffff;
	padding: 5px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 4px 4px 5px #333;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 4px 4px 5px #333;
}

#test-pic {
	-moz-border-radius: 6px;
	-moz-box-shadow: 4px 4px 5px #333;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 4px 4px 5px #333;
}
