/*  
Theme Name: Cullowhee Custom
Theme URI: http://www.innerspacemedia.com
Description: A custom layout for Wordpress with multiple functionalities based on the great themes of Michael Oeser, Brian Gardner and Darren Hoyt
Version: 2.2 (released 2008-03-16)
Author: Barbara Bowser
Author URI: http://www.innerspacemedia.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

/**************************
* Custom Styles **********/

#header-wrapper {
	background-image: url(images/top-grad-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 109px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #630;
}
a:hover {
	color: #909;
}
#header {
	background-image: url(images/top-mtn-bg.jpg);
	background-repeat: no-repeat;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	height: 109px;
}
#sitename h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: bold;
	font-style: normal;
	float: left;
	margin-right: 0px;
	margin-left: 80px;

}
#sitename h1 a{
	text-decoration:none;
	color: #FFFFFF;
}
#siteslogan h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 150px;
	float: left;
}
#content-wrapper {
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
}
#top #leadarticle {
	margin:0;
	padding:0;
	float:left;
	width:690px;
}
#top ul {
	margin:0;
	padding:0;
}
#top #worshipinfo {
	font-size: .85em;
}
#top #worshipinfo h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#663366;
	font-size: 1.4em;
}
#top #worshipinfo p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#top #worshipinfo h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	color: #663366;
	font-size: 1.2em;
}
#top #worshipinfo h4 {
	margin:0;
	padding:0;
}
#top #worshipinfo img {
	display: block;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content-wrapper #main {
	float: right;
	width: 655px;
	margin-right: 75px;
	padding: 15px;
}
#home #content-wrapper #main {
	float: right;
	width: 690px;
	margin-right: 70px;
	padding:0;
}
*html #home #content-wrapper #main {
	display:inline; /*fixes ie6 float bug*/
	width: 660px;
}
*html #content-wrapper #main {
	display:inline; /*fixes ie6 float bug*/
	width: 650px;
}
#content-wrapper #main .post {
	margin:0;
	padding:0;
	float:left;
	width:670px;
}
*html #content-wrapper #main .post {
	width:650px;
}
#sidebar ul {
	margin: 0 0 0 2px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li {

	color: #333;
	list-style-type:none;
}
#sidebar li a {
	color: #333;
	text-decoration: none;
	display:block;
	padding: 5px;
	font-weight:bold;
}
#sidebar li a:hover {
	background-color: #fff;
}

#sidebar {
	float: left;
	width: 160px;
	margin-left: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	min-height: 400px;
}
*html #sidebar {
	margin-left: 30px;
}



/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	/*color: #eee;*/
	background: transparent;
}
.menu li {
	border-bottom: dashed 1px #666;
}
#home .menu li ul li,
.menu li ul li {
	display:none;
}
.menu li.current_page_item {
	/*background: #DCD8B3;*/
	background: #fff;
}
.menu li.current_page_item ul li,
.menu li ul li.current_page_item,
.menu li ul li ul li.current_page_item {
	display:block;
	border-bottom: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left: 5px;
}
.menu {
	width: 160px;
}

.menu ul {
	width: 160px;
}

.menu a {
	text-decoration: none;
	color: #eee;
	padding: .2em 1em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	/*color: #fc3;*/
}

.menu li ul li {	/* create borders around each item */
	/*border: 1px solid #ccc;*/
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 1px;
	left: 99%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	/*color: #567;*/
}


#top {
	width: 690px;
}
.feature {
	float: left;
	width: 210px;
	margin-right: 10px;
	font-size: .85em;
}
*html .feature {
	width: 200px;
}
.feature img {
	padding: 5px;
	margin: 0 5px 0 0;
	float: left;
	border: 1px solid #CCCCCC;
}
.feature p {
	margin: 0px;
	padding:0;
}
.feature .title {
	font-size: 1.1em;
	font-weight:bold;
	padding-bottom: 3px;
	display:block;
}
.feature a.title  {
	text-decoration:none;
}
.post h2, h2.pagetitle {
	color: #636;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
}
#bottom {
	padding: 0 15px 15px 15px;
}
#bottom h3 {
	color: #663366;
	font-size: 1.2em;
	margin-top: 0;
}
#bottom h3 a {
	text-decoration:none;
}

#top #photobanner {
	height: 200px;
	width: 400px;
	float: left;
}
#top #worshipinfo {
	background-color: #c0b98b;
	padding: 10px;
	float: left;
	width: 270px;
	height: 180px;
	overflow: auto;
}
#footer {
	background-image: url(images/footer-shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
	font-size: .75em;
}
#footer div {
	width: 980px;
	margin: 10px auto 0 auto;
	text-align: center;
	padding-top: 20px;
}
div.clear {
	clear:both;
	height:0;
}
*html .clear {
height:1px;
}