/*  
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/
*/

/* Site Globals */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding:0;
	text-align: center;
	background: #ffffff url(../../images/bg.jpg) no-repeat scroll 50% 0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

.alignleft {
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	margin-left: 10px; 
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #8DB6D5;
}

a:hover {
	text-decoration: underline;
	color: #8DB6D5;
}

a:active{
  	outline: none;
}

a:focus {
	outline: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #8DB6D5;
	line-height: 19px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #8DB6D5;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #333333;
	padding: 0px 0px 10px 0px;
}

#wrapper {
	width: 825px;
	margin: 0 auto;
	position: relative;
}

#header-logo {
	width: 825px;
	height: 284px;
	float: left;
	background-image: url(../../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.logo a {
	width: 520px;
	height: 85px;
	float: left;
	text-indent: -9999px;
	margin: 5px 0px 0px 20px;
}

#navigation {
	width: 553px;
	height: 56px;
	float: left;
	background:  url(../../images/navigation-bg.jpg) no-repeat;
}

li.home a {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 65px;
  height: 56px;
  background-position: 0 0;
}

li.home a:hover {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 65px;
  height: 56px;
  background-position: 0px -57px;
}

li.about a {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 53px;
  height: 56px;
  background-position: -65px 0;
}

li.about a:hover {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 53px;
  height: 56px;
  background-position: -65px -57px;
}

li.conference a {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 86px;
  height: 56px;
  background-position: -118px 0;
}

li.conference a:hover {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 86px;
  height: 56px;
  background-position: -118px -57px;
}

li.news a {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 49px;
  height: 56px;
  background-position: -204px 0;
}

li.news a:hover {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 49px;
  height: 56px;
  background-position: -204px -57px;
}

li.volunteers a {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 87px;
  height: 56px;
  background-position: -253px 0;
}

li.volunteers a:hover {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 87px;
  height: 56px;
  background-position: -253px -57px;
}

li.parents a {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 66px;
  height: 56px;
  background-position: -340px 0;
}

li.parents a:hover {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 66px;
  height: 56px;
  background-position: -340px -57px;
}

li.gallery a {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 63px;
  height: 56px;
  background-position: -406px 0;
}

li.gallery a:hover {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 63px;
  height: 56px;
  background-position: -406px -57px;
}

li.contact a {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 84px;
  height: 56px;
  background-position: -469px 0;
}

li.contact a:hover {
  background:  url(../../images/navigation-bg.jpg) no-repeat;
  width: 84px;
  height: 56px;
  background-position: -469px -57px;
}

/* ---------------[ Drop-down Menu ]--------------- */
/* Based on Ruthsarian Menus : ruthsarian@gmail.com */

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

ul#nav li a {
 	margin: 0;
  	padding:0;
	float: left;
	text-indent: -9999px;
	font-weight: bold;
}

ul#nav, ul#nav li, ul#nav ul {
	list-style: none;
}

ul#nav ul {
	display: none;
	top: 56px;
	right: auto;
	left: -0px;
	width: 20em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #B0582F;
	text-align: left;
	text-indent: 0;
}

ul#nav li {
	position: relative;
	float: left;
	z-index: 1;
	font-weight: bold;
}

ul#nav li:hover {
	z-index: 999;
}

ul#nav li:hover > ul {
	display: block;
	position: absolute;
}

ul#nav ul li a {
	display: block;
	float: none;
	height: 1em;
	width: 20em;
	padding: 1em;
	background: #C7B0A5;
	text-indent: 0;
	color: #333333;
	text-decoration: none;
}

ul#nav ul, ul#nav ul li {
	float: none;
	width: 22em;
}

ul#nav ul li a, ul#nav ul li a:link, ul#nav ul li a:visited {
	border-top: 1px solid #B0582F;
	border-left: 1px solid #B0582F;
	border-right: 1px solid #B0582F;
}

ul#nav ul li a:hover, ul#nav ul li a:active {
	background: #C7B0A5;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../images/drop-down-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Drop-down Menu Hacks */
ul#nav ul {
	background-color: #fff;
}

ul#nav ul li a {
	position: relative;
}

/* End Navigation */

#main {
	width: 825px;
	float: left;
	background-color: #ffffff;
	background-image: url(../../images/wrapper-bg.jpg);
	background-repeat: repeat;
	background-position: left top
}

#left {
	width: 552px;
	float: left;
}

ol {
	padding: 0px 0px 0px 35px;
}

#content {
	width: 502px;
	float: left;
	padding: 15px 25px 20px 25px;
	text-align: left;
}

#sidebar {
	width: 273px;
	height: 495px;
	float: left;
	background-color: #989898;
}

#search {
	width: 272px;
	height: 56px;
	float: left;
	background-image: url(../../images/search-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

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

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

.search-input {
	font-size: 1.4em;
	border: 1px solid #9bc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #147;
	width: 120px;
}

/* Featured Links */

#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 20px 0px 20px;
}

ul#fl {
	list-style: none;
	float: left;
	margin: 44px 0px 0px 0px;
}

ul#fl li, ul#fl ul {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

ul#fl li a {
  text-indent: -9999px;
  float: left;
  padding: 0px;
  margin: 0px;
}

li.fl-conference a {
  background:  url(../../images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 45px;
  background-position: 0 0;
}

li.fl-conference a:hover {
  background:  url(../../images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 45px;
  background-position: -234px 0px;
}

li.fl-news a {
  background:  url(../../images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 35px;
  background-position: 0px -45px;
}

li.fl-news a:hover {
  background:  url(../../images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 35px;
  background-position: -234px -45px;
}

li.fl-faq a {
  background:  url(../../images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 38px;
  background-position: 0px -80px;
}

li.fl-faq a:hover {
  background:  url(../../images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 38px;
  background-position: -234px -80px;
}

li.fl-newsletter a {
  background:  url(../../images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 38px;
  background-position: 0px -118px;
}

li.fl-newsletter a:hover {
  background:  url(../../images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 38px;
  background-position: -234px -118px;
}

li.fl-contact a {
  background:  url(../../images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 55px;
  background-position: 0px -156px;
}

li.fl-contact a:hover {
  background:  url(../../images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 55px;
  background-position: -234px -156px;
}

/* Recent News */

#recent-news {
	width: 234px;
	height: 200px;
	float: left;
	background-image: url(../../images/recent-news.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 0px 20px;
}

#recent-news h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5076a4;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

ul#rn {
	list-style: none;
	float: left;
	margin: 45px 0px 0px 0px;
	padding: 15px 25px 15px 25px;
	width: 184px;
	height: 128px;
}

ul#rn li {
	text-align: left;
	list-style-type: none;
	padding: 0px 0px 4px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

ul#rn li.morenews {
	text-align: left;
	list-style-type: none;
	padding: 6px 0px 4px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

#footer {
	width: 825px;
	height: 54px;
	float: left;
	background-image: url(../../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 15px 0px 0px 5px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Form Sets */

label {
	cursor: pointer;
}

fieldset {
	border: none;
	padding: 0;
}

input:focus, input.sffocus, textarea:focus, select:focus {
	background: #f3f3f4;
}

textarea, select {
	font-size: 1.4em;
	border: 1px solid #cccccc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
}

.input {
	font-size: 1.4em;
	border: 1px solid #cccccc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
	width: 200px;
}

select {
	padding: 1px;
	font-size: 1.3em;
}
