/*

    DotNetNuke Skin for ApprenticeOfJesus.com
	
    Complimentary IE stylesheet (skin_ie.css) must 
    be conditionally delivered to

    Created by Spence Hackney Design
    http://www.spencehackney.com 
    June 9, 2009
	
=============================
========Known Bugs===========

In FF3 the main nav (via #headercontent) is positioned 3 px higher than in IE, Safari or Chrome.  
In IE6 the main nav (via #headercontent)  must be positioned from the left so it doesn't align flush right.
In IE6 the alphatransparency on the main nav items doesn't work.  Tried supersleight, pngfix.js, and epngfix_tilebg.js.

=============================

*/

#dnn_ctr1354_ModuleContent {

}

#dnn_ctr1354_BlogList_lstBlogs {
float: left;
margin-bottom: 20px;
}


/****************************/
/***** Generic Elements *****/
/****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
padding: 0em;
margin: 0em;
}

#Body{

background-color:#3B3127;

}
body {
    background: #ffffff;
	height: 100%;
	padding: 0px 0px 0px 0px;
	}

html
{
 height: 100%;   
}


/* catch all to make sure all fonts are consistent */
body,input
{
font-size: 12pt;
font-family: Geneva, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
}

p
{
line-height: 1.8;
margin-bottom: 1.0em;
text-align: left;
}

ol, ul, li
{
line-height: 1.8em;
}

h3 span
{

}

h3,h4
{

}

h3
{

}

h4
{

}

img
{

}



/**********************************/
/***** DNN Styles to override *****/
/**********************************/

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: Geneva, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color:#534741;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}

.Normal ul.linklist
{
list-style: none;
margin: 0;
}

.Normal ul.linklist li
{
line-height: 2.0em;
list-style: none;
}

.Normal .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.Normal ul
{
margin: 10px 0 10px 20px;
}

.Normal ul.controls
{
clear: both;
margin: 0;
}

.Normal ul.controls li
{
display: inline;
font-size: 0.8em;
}

.Normal ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.Normal ul.controls li a.printerfriendly
{
background-image: url('images/icon-printerfriendly.gif');
}

.Normal ul.controls li a.comments
{
background-image: url('images/icon-comments.gif');
}

.Normal ul.controls li a.more
{
background-image: url('images/icon-more.gif');
}

h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
}

/* GC Search */
.GCSearchButton{ background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0; border:0px; }

.GCSearchBox
{	/*margin-right: 0.5em;*/
    background-color:trasnparent;
    vertical-align: middle;
    border: 0px;
    padding: 0px 7px 0px 5px;
    width: 80px;
    font-family: georgia, serif;
    height: 17px;
}

/* DNN Search */


.SkinItemSearch
{
    background: transparent;
    border: 0px;
    vertical-align: middle;
    height: 20px;
    width: 80px;
}

.SearchButton { background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0;}

#dnn_dnnSEARCH_txtSearch
{	/*margin-right: 0.5em;*/
    background-color:trasnparent;
    vertical-align: middle;
    border: 0px;
    padding: 3px 7px 0px 5px;
    width: 70px;
    font-family: georgia, serif;
    height: 17px;
}

.FCKImageGalleryContainer, .FCKLinkGalleryContainer 
{
    background: #fff;
}

/*****************/
/***** Images *****/
/*****************/

.imgOutlineThick{
border: 5px solid white;
}
.imgOutlineThin{
border: 3px solid white;
}

/*****************/
/***** Links *****/
/*****************/

a:link, a:visited
{
	color: #912920;
	text-decoration: underline;
}

a:hover
{
	color: #90987a;
	text-decoration: underline;
}

a:active
{
	color: #B96D00;
	text-decoration: underline;
}


/******************/
/***** Layout *****/
/******************/

#superouter
{
    z-index: 1;
    margin: 0 auto 0 auto;
	padding: 0px;
	background: #3B3127 url('images/mid_bg.jpg') repeat-y top center;
    
}

#outer
{
    z-index: 2;
	position: relative;
    margin: 0 auto 0 auto;
	padding: 0px;
	background: transparent url('images/top_bg.jpg') no-repeat top center;
    
}



#topmenu 
{
    width: 849px;
    background: transparent;
    height: 50px;
    color:#514433; 
    margin: 0px auto 0px auto;
	padding: 14px 0px 0px 0px;
}

#topmenuleft 
{
    float: left;
    padding: 5px 10px 0px 20px;   
}

#topmenuleft .seperator 
{
	color:  #d0ea6d;
}
#topmenuright
{
    float: right;
    padding: 2px 20px 0px 15px;  
}

#topmenuleft a:link, #topmenuleft a:visited, #topmenuright a:link, #topmenuright a:visited {
    color: #514433;
    text-decoration: none;
}
#topmenuleft a:hover, #topmenuleft a:active, #topmenuright a:hover, #topmenuright a:active {
    color: #282828;
    text-decoration: underline;
}

#header 
{
	z-index: 29;
	position: relative;
	width:849px;
	height: 93px;
	background: blue;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: transparent;
}
#headercontent /*position of top nav */
{
 	height: 93px;
	position:  absolute;  
	top: 58px;
	left: 310px; /* added this to that IE6 at least doesn't position nav over logo */
	right: 0px;
}
#contentbg
{

}

#content 
{
width:849px;
margin: 0px auto 0px auto;
}

#primarycontainer
{
float: left;
width: 848px;
}

#primarycontent
{
margin: 0px 0px 0px 0px;
}


#contentpanecontainer 
{
    margin: 0px;
    clear:both;
}
#bottomleftpanecontainer
{
    margin: 0px;
    width: 495px;
    float: left;
}

#bottomrightpanecontainer
{
    margin: 0px 40px 0px 0px;
    width: 313px;
    float: right;
	background: transparent url('images/bottomRightPane_bg.png') repeat;
}


#footertop
{
position: relative;
clear: both;
}

#footer
{
z-index: 10;
min-height: 100%;
width:100%;
background: #3B3127;
color: #aeb7c4;
margin: 0 auto 0 auto;
}

#footercontent 
{
    width: 849px;
    height: 100%;
    padding-top:0px;
    margin-left:auto;
    margin-right:auto;
}
    
#footer .centertop
{
width:100%;
padding-top: 0px;
text-align: center;
background: trasnparent;
}

#footer .centertop img
{
border: 0px;
}

#footer .centerbottom
{
width:100%;
padding-top: 20px;
}
p.footercenterp
{
text-align: center;
color: #736357;
}

#footer a:link, #footer a:visited {
    color: #aeb7c4;
    text-decoration: none;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
}



/* ===================*/
/* Primary Navigation */
/* ===================*/

.menu
{
	position:relative;
	z-index: 11110;
	float: right;
}

#HouseMenu /*entire menu bar*/
{
	border: 0;
	height: 29px;
	list-style: none;
	margin: 0;
	padding: 0px 0 0px 0px;
	position: relative;
	z-index: 99999;
}
.menu #HouseMenu /*Image to left of nav bar */
{
	background: transparent;
}

#HouseMenu ul
{
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#HouseMenu li /* individual top level menu items */
{
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
.menu #HouseMenu li /*Top nav menu item background*/
{
	background: url(images/menu_bg.png) repeat-x;
}
.menu #HouseMenuCurrentItem
{
	background: url(images/menu_bg_hover.png) repeat-x!important;
}
.menu #HouseMenu li:hover /*hover state for top level nav*/
{
	background: url(images/menu_bg_hover.png) repeat-x!important;
}
#HouseMenu li li
{
	background: transparent none!important;
	border: 0;
	clear: left;
	height: auto;
	margin: 0;
	padding: 0 4px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 11113;
}
#HouseMenu li ul
{
	background: transparent url('images/submenu.bg.png') no-repeat bottom;
	height: auto;
	left: -9999px;
	margin-left: -4px;
	padding: 0 0 4px;
	position: absolute;
	width: 208px;
	z-index: 11112;
}
#HouseMenu li ul li
{
	background-color: #3b3126!important;
	margin: 0 4px;
	white-space: normal;
	width: 192px;
}

#HouseMenu li ul ul
{
	margin: -24px 0 0 192px!important;
}
#HouseMenu li:hover ul ul,#HouseMenu li:hover ul ul ul,#HouseMenu li.sfhover ul ul,#HouseMenu li.sfhover ul ul ul
{
	left: -9999px;
}
.NavBar1 #HouseMenu li li:hover,.menu #HouseMenu li li:hover,.NavBar3 #HouseMenu li li:hover,.NavBar4 #HouseMenu li li:hover
{
	background: #3b3126 none!important;
}
#HouseMenu li li#HouseMenuCurrentItem
{
	background: #3b3126 none!important;
}
#HouseMenu li:hover ul,#HouseMenu li li:hover ul,#HouseMenu li li li:hover ul,#HouseMenu li.sfhover ul,#HouseMenu li li.sfhover ul,#HouseMenu li li li.sfhover ul
{
	left: auto;
	z-index: 99999;
}
#HouseMenu iframe
{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
#HouseMenu a
{
	color: #000;
	text-align: center;
	text-decoration: none;
}
.NavBar1 #HouseMenu li a,.menu #HouseMenu li a
{
	display: block;
	padding: 7px 20px 5px;
	text-decoration: none;
}

.menu #HouseMenu li a /* image to right of each top nav menu item*/
{
	background: url('images/menu_right.png') no-repeat right top;
}
.menu #HouseMenuCurrentItem a,.menu #HouseMenu li a:hover,.menu #HouseMenu li:hover a
{
	background: url('images/menu_right.png') no-repeat right top!important;
	text-decoration: none;
}
.menu #HouseMenu li ul li a,.menu #HouseMenu li:hover ul li a,.menu #HouseMenu li ul li:hover a,.menu #HouseMenu li:hover li:hover a
{
	background: #3b3126 url('images/submenu.dots.png') repeat-x bottom!important;
	color: #fff;
	font-size: 90%;
	height: 100%;
	margin-bottom: 3px;
	padding: 3px 8px 6px;
	position: relative;
	text-align: left;
}
#HouseMenu li li a#HouseMenuCurrentLink
{
	background: #3b3126 url('images/submenu.dots.png') repeat-x bottom!important;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	height: 100%;
	margin-bottom: 3px;
	padding: 3px 8px 6px;
	position: relative;
	text-align: left;
}
.menu #HouseMenu li li a:hover,.menu #HouseMenu li li li a:hover,
{
	text-decoration: underline;
	background: #3b3126 url('images/submenu.dots.png') repeat-x bottom!important;
}
.ArrowPointer
{
	cursor: default;
}
.sIFR-flash
{
	margin: 0;
	visibility: visible!important;
}
.sIFR-replaced
{
	visibility: visible!important;
}
span.sIFR-alternate
{
	display: block;
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}
.sIFR-flash+div[adblocktab=true]
{
	display: none!important;
}
.icons
{
	clear: both;
	line-height: 0!important;
	min-height: 1px!important;
	padding-bottom: 1px!important;
}





