/*  
Theme Name: CMT Default
Theme URI: http://www.childrensministriesoftexas.org/
Description: The default CMT theme designed by Joshua Wychopen in 2008.
Version: 1.0
Author: Joshua Wychopen
Author URI: http://www.joshwychopen.com/
*/

/* IE6 Site Globals */

* html #wrapper {
	width: 828px;
	margin: 0 auto;
	position: relative;
}

* html #sidebar {
	width: 270px;
	float: left;
	background-color: #989898;
	background-image: url(../images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

* html #featured-links {
	width: 234px;
	height: 247px;
	float: left;
	background-image: url(../images/featured-links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 5px 0px 10px;
}

* html #recent-news {
	width: 234px;
	height: 198px;
	float: left;
	background-image: url(../images/recent-news.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 5px 0px 10px;
}

* html #page-links {
	width: 234px;
	float: left;
	background-image: url(../images/page-links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 5px 0px 10px;
}

* html #blog-categories {
	width: 234px;
	float: left;
	background-image: url(../images/blog-categories.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 5px 0px 10px;
}

* html #search-input {
	height: 24px;
	float: left;
	margin: 14px 0px 0px 15px;
	text-align: center;
}

* html #search-button {
	height: 23px;
	float: left;
	margin: 16px 0px 0px 0px;
	text-align: center;
}

* html ul#nav {
	float: left;
	list-style-type: none;
	height: 45px;
}

/* Drop-down Menu Hacks */

* html ul#nav {
	display: inline-block;
	/* \*/ display: block;
	position: relative;
	/* \*/ position: static;
}
* html ul#nav ul {
	float: left;
	/* \*/ float: none;
}

* html ul#nav ul li {
	width: 100%;
	float: left;
	clear: left;
}

* html ul#nav ul li {
	width: 100%;
	float: left;
	clear: left;
}

* html ul#nav ul {
	display: block;
	position: absolute;
	left: -10000px;
}
* html ul#nav li.sfhover {
	z-index: 999;
}
* html ul#nav li.sfhover ul {
	left: 0;
	display: block;
}
* html ul#nav iframe {
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	position: absolute;
	left: -1px;
	top: 50px;
	z-index: -1;
}
