@charset "utf-8";

/* 

Theme Name: ALLA
Description: ALLA Version 1.1. Theme designed for Applied Life Leader's Academy
Version: 1.1
Author: Matthew K. Frey
Author URI: http://wiredupcomputersolutions.com/
Tags: fixed width, right bar, two columns, three columns, valid XHTML, widgets

*/
	
/* begin main tag formatting */

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
	background-image: url(images/page_bggradient.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* links */

a, a:link, a:visited, a:hover {
	color: #9C3;
}
a:hover {
	text-decoration: none;
}

img {
	border: 0;
}
/* end main tags */

/* begin container */
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
/* this overrides the text-align: center on the body element. */
}
/* end container */

/* begin header */
#headerBG {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
}
#header {
	background: url(images/sprite.png);
	background-position: -10px 32px;
	background-repeat: no-repeat;
	min-height: 330px;
	width: 1033px;
	margin: 0 auto;
	padding: 0;
}
#header h1 {
	margin: 0;
/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* end header */

/* begin navigation */
.menu, .menu ul {
	padding: 0;
	list-style-type: none;
	display: block;
	margin: 0;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}
.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}
.menu ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
* html .menu, * html .menu ul {
	height: 1%;
}
* html .menu li.menuhover {
	z-index: 10000;
}
* html .menu .menuhoverUL {
	visibility: visible;
}
* html .menu .menuhoverUL {
	top: 100%;
	left: 0;
}
* html .menu .menuhoverUL .menuhoverUL {
	top: 0;
	left: 100%;
}
* html .menu ul a {
	height: 1%;
}
* html .menu li li {
	float: right;
	width: 100%;
}
* html .menu .menuhoverUL .menuhoverUL {
	top: 5px;
	left: 100%;
}
* html .menu, * html .menu ul {
	height: 1%;
}
* html .menu li.menuhover {
	z-index: 10000;
}
* html .menu .menuhoverUL {
	visibility: visible;
}
* html .menu .menuhoverUL {
	top: 100%;
	left: 0;
}
* html .menu .menuhoverUL .menuhoverUL {
	top: 0;
	left: 100%;
}
* html .menu ul a {
	height: 1%;
}
* html .menu li li {
	float: right;
	width: 100%;
}
.nav {
	position: relative;
	z-index: 100;
	float: right;
	margin: 35px 66px 0 0 ;
}
.menu {
	padding: 0 0 0 10px;
}
* html .nav {
	zoom: 1;
}
/* end navigation */

/* begin MenuItem */
.menu ul li {
	clear: both;
}
.menu a , .menu a span {
	height: 35px;
	display: block;
}
* html .menu a , * html .menu a span {
	float: right;
}
.menu a {
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.menu a span span {
	font-family: 'Arial';
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
	padding: 0 4px;
	margin: 0 9px;
	line-height: 35px;
	text-align: center;
	background-position: left top;
	background-repeat: repeat-x;
}
* html .menu a span span {
	display: inline;
}
.menu a:hover span span {
	color: #000;
}
.menu a:hover span {
	background-color: #678591;
}

.menu a.active span{
	background-color: #607c87;
}
/* end MenuItem */

/* begin sidebar */

#sidebar1 {
	float: left; 
	width: 160px;
	margin-top: 0;
	padding: 10px;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: -1063px -10px;
	min-height: 150px;
}

#sidebar2 {
	float: right; 
	width: 160px;
	margin-top: 0;
	padding: 10px;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: -1063px -10px;
	min-height: 150px;
}
/* end sidebars */

/* begin SZSubPages */

.SZSubPages, .SZSubPages ul {
	padding: 0;
	list-style-type: none;
	display: block;
	margin: 0;
}
.SZSubPages li {
	margin: 10px 0;
	padding: 0;
}
.SZSubPages li:hover {
	z-index: 10000;
	white-space: normal;
}
.SZSubPages li li {
	float: none;
}
.SZSubPages ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}
.SZSubPages li:hover>ul {
	visibility: visible;
	top: 100%;
}
.SZSubPages li li:hover>ul {
	top: 0;
	left: 100%;
}
.SZSubPages:after, .SZSubPages ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.SZSubPages, .SZSubPages ul {
	min-height: 0;
}
.SZSubPages ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.SZSubPages ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
* html .SZSubPages, * html .SZSubPages ul {
	height: 1%;
}
* html .SZSubPages li.SZSubPageshover {
	z-index: 10000;
}
* html .SZSubPages .SZSubPageshoverUL {
	visibility: visible;
}
* html .SZSubPages .SZSubPageshoverUL {
	top: 100%;
	left: 0;
}
* html .SZSubPages .SZSubPageshoverUL .SZSubPageshoverUL {
	top: 0;
	left: 100%;
}
* html .SZSubPages ul a {
	height: 1%;
}
* html .SZSubPages li li {
	float: right;
	width: 100%;
}
* html .SZSubPages .SZSubPageshoverUL .SZSubPageshoverUL {
	top: 5px;
	left: 100%;
}
* html .SZSubPages, * html .SZSubPages ul {
	height: 1%;
}
* html .SZSubPages li.SZSubPageshover {
	z-index: 10000;
}
* html .SZSubPages .SZSubPageshoverUL {
	visibility: visible;
}
* html .SZSubPages .SZSubPageshoverUL {
	top: 100%;
	left: 0;
}
* html .SZSubPages .SZSubPageshoverUL .SZSubPageshoverUL {
	top: 0;
	left: 100%;
}
* html .SZSubPages ul a {
	height: 1%;
}
* html .SZSubPages li li {
	float: right;
	width: 100%;
}
.nav {
	position: relative;
	z-index: 100;
	float: right;
	margin: 35px 66px 0 0 ;
}
.SZSubPages {
	padding: 0;
}
* html .nav {
	zoom: 1;
}
/* end navigation */

/* begin SZSubPagesItem */
.SZSubPages ul li {
	clear: both;
}
.SZSubPages a , .SZSubPages a span {
	height: 31px;
	display: block;
}
* html .SZSubPages a , * html .SZSubPages a span {
	float: left;
}
.SZSubPages a {
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.SZSubPages a span span {
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 0 15px;
	line-height: 31px;
	background-color: #6f8c98;
}
* html .SZSubPages a span span {
	display: block;
}
.SZSubPages a:hover span span {
	background-color: #a1b4bb;
}
.SZSubPages li:hover a span span {
	background-color: #a1b4bb;
}
* html .SZSubPages .SZSubPageshover .SZSubPageshoverA span span {
	background-color: #a1b4bb;
}
.SZSubPages a.active span span {
	color: #000;
	background-color: #a1b4bb;
}

/* end SZSubpages */

/* begin Blogroll */

.blogroll 
{
margin: 0 auto;
padding: 0;
list-style-type: none;
text-align: center;
}

.blogroll li {
	margin: 5px 0;
	}

.blogroll li a img {
	border: 0;
	margin: 0 auto;
	}

/* end Blogroll */


/* begin mainContent */

#mainContent {
	width: 480px;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: -1263px -10px;
	margin-top: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
}

#mainContent2 {
	width: 680px;
	background-image: url(images/content2_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
}

#mainContent2b {
	width: 680px;
	background-image: url(images/content2_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
}

/* end mainContent */

/* begin footer */
#footer {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	min-height: 45px;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: -1783px -10px;
	margin-bottom: 50px;
	margin-top: 75px;
	color: #999999;
	text-align: center;
	font-size: 10px;
}
#footer p {
	margin: 0;
/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 14px 0;
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #999999;
}
/* end footer */

/* begin random Dreamweaver tags */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* end random Dreamweaver tags */

/* Wordpress classses, tags, etc.. */

.linklove {
display: none;
}

img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	}
	
/* end Wordpress */

/* begin JDsmoothgallery  */

#myGallery {
	border: none !important;
	}

.jdGallery .loadingElement {
	background-color: transparent !important;
	}
	
.jdGallery .slideElement {
	background-color: transparent !important;
	}
	
#uds-billboard-wrapper {
background:none;
margin-bottom:16px;
overflow:hidden;
padding:0;
position:relative;
}
