/********************************************
   AUTHOR:  			Glenn A. Lewis
   WEBSITE:   			http://www.kenosisdesigns.com
	TEMPLATE NAME:		Centered Fixed
   TEMPLATE CODE: 	
   VERSION:          1.0     
	DATE:					January 2009     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
html{
	padding:0;
	margin:0;
}

body {
	background: url(../images/bg.jpg) repeat-x left top;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #777;
	text-align: center;
	margin: 0px;
	padding:0px;
}
#admintools {
	position: fixed;
	width: 100%;
}

/* links */
a, a:visited {
	text-decoration: underline;
	background-color: transparent;
	color: #555;
	 
}
a:hover, a:focus {
	text-decoration: underline;
	background-color: transparent;
	color: #CC9900;
}

/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 190%;	
	font-weight: normal;	
	color: #FFF;
	background: url(../images/h1.gif) no-repeat left center;
	padding-left: 23px;
}
h2 {
	font-size: 160%;
	color: #88ac0b;
	font-weight: normal;
}
h3 {
	font-size: 135%;	 
	color: #666666;
}


h1, h2, h3, h4, h5, h6{
	margin:15px 0 10px 0;
}

div.bodycopy ul li {
list-style-type: square;
}

div.bodycopy ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}
.date {
	font-size:90%;
	color:#777777;
	font-style:italic;
}

#main div.bodycopy{
	font-size:110%;
	line-height:20px;
	margin-left: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
}

#main.fullbody{
	width: 885px;
	/*background: url(../images/box-full.jpg) no-repeat; */	
}

#main div.text p{

	margin-bottom: 15px;
}
#sidebar .text {
	border-bottom: 1px solid #D2E8F7; 
	margin: 0px 5px 10px 5px;
}
#sidebar .moduleactions {
	border-bottom: 1px solid #D2E8F7; 
	margin: 0px 5px 10px 5px;
}

#wrap {
	width: 920px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/bg-content.jpg) repeat-y;	
	

}
#inner-wrap {
	background: url(../images/bg-wrap.jpg) no-repeat left top ;
	_background-position: left -20px ;
	width: 940px;
	height: auto;
	float: left;
}
#wrap.fullbody {
	width: 920px;
	/*background: #CCC url(../images/content-full.jpg) repeat-y center top;*/
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 920px;	
	margin: 0px auto;
	padding: 0px;
	
	
}

/* header */
#header {
	position: relative;
	/*background: #caced1 url(../images/header.jpg) no-repeat center top;*/
	padding: 0;	
	margin-top: 160px;
	margin-left: 17px;
	color: #fff;
	z-index:1;	
	width: 900px;
	
}

/* Main Column */
#main {
	float: left;
	margin: 0; padding-left: 20px;
	text-align: justify;
	
	/*background: url(../images/box.jpg) no-repeat; */	
}
#main h2 {
	font: normal 140% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0; 	
	margin-bottom: 0;		
	color: #789954;
	font-weight: normal;
}
#main h2 a {
	color: #2666c3;
	text-decoration: none;	
}
.column {
	width: 50%;
	float: left;
}
#main p a:link, #main p a:visited, #main p a:hover {
	background: url(../images/link.gif) no-repeat left center;
	padding-left: 15px;
}



/* Sidebar */	
#sidebar {
	float: right;
	width: 195px;
	padding: 0; margin: 10px 0 0 0;	
	color: #777;	
}	
#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;	
}
#sidebar p {
	margin-left: 5px;
}


/* Footer */	
#footer {
	color: #999;
	padding: 15px;
	background: url(../images/bg-bottom.jpg) no-repeat left top;
	clear: both;
	width: 920px;
	height: 20px;
	text-align: left;	
	font-size: 80%;	
}
#footer p { 
	padding: 10px 0;
	margin: 0;
}
#footer a { 
	color: #999;
	text-decoration: none; 
}

/* post footer */
.post-footer {
	background: #F4F8FD;
	padding: 5px; margin: 20px 25px 0 25px;
	border: 1px solid #E5F0FB; 
	font-size: 95%;	
}
.post-footer .date {	padding-left: 0px; margin: 0 5px; }

.post-by { font-size: .95em;	margin-top: 0;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

