/*  
Theme Name: inYou Ministries Nov 2006 Theme
Theme URI: N/A
Description: WordPress Theme for inYou Ministries website.
Version: 0.1
Author: Kyle Jackson
Author URI: http://kylejackson.net.com/

	This theme was designed and developed by Kyle Jackson,
	[ http://kylejackson.net/ ]

	The CSS, XHTML and design are exclusively copyright 2006 inYou Ministries
	and may NOT be used for any other purposes.

*/



/* Begin Typography & Colors */

body{
	background-image:url(assets/BGbody.jpg);
	background-color:#35A60F;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
}

#container{
	width:990px;
	margin:0 auto;
	background-image:url(assets/BGcontent.jpg);
	background-position:0 400px;
	padding:0;
	padding-bottom:1em;
}

#container p {
	text-align:justify;
}

#container div.flush, #content, #nav {
	float:left;
}

#content {
	width:470px;
}

.ie6 #content {
	width:460px;
}

#content p {
	padding:.75em 0 .75em 25px;
	margin:0;
}

#nav {
	width:270px;
	background-image:url(assets/BGcolumn.jpg);
	background-repeat:no-repeat;
	background-position:0 79px;
}

#nav p {
	padding:1.5em 20px;
	margin:0;
}

#nav ul {
	margin:0;
	margin-left:25px;
	padding:0;
	list-style:none;
}

h1, h2, h3, h4, h5 {
	margin-left:25px;
	color:purple;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color:purple;
}

.cleaner {
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	clear:both;
}

#footer{
	background-color:#4A3C4A;
	padding-top:1em;
	color: gray;
}

#footer div {
	width:760px;
	text-align:center;
	margin:0 auto;
	height:100px;
}

#footer a {
	color: white;
}

img {
	border:0;
}

#nav ul {
	margin:0 25px;
	list-style:none;
}

#nav ul li ul{
	margin-left:0;
	margin-right:0;
}

#nav ul li ul li ul{
	margin-left:25px;
	margin-right:0;
}

#nav h2 {
	margin-left:0;
}

#nav a {
	color:blue;
}

.navigation {
	font-size:9pt;
	padding:25px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

small {
	margin:0 25px;
}