﻿/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* 
{
margin: 0px;
padding: 0px;
}
body {
	background: #000000 url(images/back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}
input {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

ul {
	margin-top: 0;
}

ol {
	margin-top: 0;
}

p {
	margin-top: 0;
}

h3 {
	margin-top: 0;
}

h2 {
	margin-top: 0;
}

h1 {
	margin-top: 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}


a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}

#main
{
width: 960px;
margin: 0 auto;
border-left: 16px solid #ffffff;
border-right: 16px solid #ffffff;
background: #ffffff
}


/* Header */

#header {
	height: 410px;
	width: 1024px;
}

#header2 {
	height: 160px;
	width: 1024px;
}

#logo {
width: 1024px;
height: 368px;
background: url(images/header.jpg) no-repeat;
}

#logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 7px 0 0 20px;
	font-size: 24px;
	color: #ffffff;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}



#logo2 {
width: 1024px;
height: 118px;
background: url(images/header.jpg) no-repeat;
}

#logo p {
	margin: 0;
	line-height: normal;
}

#logo2 h1 {
	margin: 0;
	line-height: normal;
}

#logo2 h1 {
	padding: 27px 0 0 20px;
	font-size: 24px;
	color: #ffffff;
}
#logo2 h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo2 a {
	text-decoration: none;
	color: #ffffff;
}



#menu {
height: 36px;
background: url(images/menu.gif) repeat-x;
width: 940px;
padding-left: 20px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 130px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;

}

#menu a:hover {
	background: url(images/menu_r.gif) repeat-x;
	height: 30px;
}

/* Page */

#page {
	width: 946px;
	margin: 0 auto;
	background: url(images/page_back.gif) repeat-x;
	padding-left: 11px;
}

/* Content */

#content {
	float: left;
	width: 531px;
	margin-left: 8px;
	margin-right: 8px;
}

#content .line1
{
border: 1px solid #FE6B02;
background: #F1F1F1;
padding: 4px;
margin-bottom: 10px;
}

#content .post ol
{
margin-left: 30px;
}

#content .post ul
{
margin-left: 30px;
}

#content .top
{
width: 497px;
background: url(images/top.png) no-repeat;
height: 13px;
}

#content .middle_back
{
width: 479px;
/* height: 40px; This would set the height of the middle_back */
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 20px;
border: 1px solid #000000;
background: #ffffff
}


#content .middle_back ol /* This gives us multi-column lists */
{
  float: left;
  width: 40em;
  margin: 0;
  padding: 0;
/*  list-style: none;*/
}
 
#content .middle_back li /* This gives us multi-column lists */
{
  float: left;
  width: 9em;
  margin: 0;
  padding: 0;
/*  
  background-image: url(images/jediicon.gif);           
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 2.5em;                 left padding moves the text away from the bullet */

} 

#content .middle_back a {
	text-decoration: none;
	color: #FE6B02;
	font-size: 11px;
}
#content .middle_back a:hover {
	color: #0A6894;
	text-decoration: underline;
}

#content .middle_back_hotlinks
{
width: 479px;
height: 110px; /* set the height of the middle_back_hotlinks */
padding: 20px ; 
border: 1px solid #000000;
background: #ffffff
}

#content .middle_back_hotlinks ol /* This gives us multi-column lists */
{
  float: left;
  width: 40em;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#content .middle_back_hotlinks li /* This gives us multi-column lists */
{
  float: left;
  width: 9em;
  margin: 0;
  padding: 0;
} 

#content .middle_back_hotlinks a {
	text-decoration: none;
	color: #FE6B02;
	font-size: 11px;
}
#content .middle_back_hotlinks a:hover {
	color: #0A6894;
	text-decoration: underline;
}


#content .title
{
width: 501px;
background: url(images/content_title.gif) no-repeat;
height: 20px;
padding-top: 6px;
padding-left: 20px;
margin-bottom: 4px;
}

#content .date 
{
	height: 61px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 3px;
	font-size: 10px;
	border: 1px solid #FE6B02;
    background: #ffffff;		
}

#content .date ul
{
	list-style: none;	
}

#content .date li
{
	display: inline; 
}

#content .small_icon1
{
background: url(images/jediicon.gif) no-repeat;
height: 24px;
width: 150px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

#content .small_icon2
{
background: url(images/jediicon.gif) no-repeat;
height: 24px;
width: 120px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

#content .small_icon3
{
background: url(images/jediicon.gif) no-repeat;
height: 24px;
width: 100px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

.post {
	margin-bottom: 15px;
	color: #000000;
	margin-top: 10px;
}

.post a {
	color: #FE6B02;
}

.post a:hover {
	color: #FE6B02;
}

.post H2
{
color: #000000;
text-transform: uppercase;
font-size: 14px;
font-weight: bold
}

/* Sidebars */

.sidebar {
	float: left;
	width: 193px;
	margin-top: 10px;
	color: #000000;

}

.sidebar ul {
	margin: 0;
	padding: 0;
/*	list-style: none; */
	line-height: normal;
}


.sidebar li {
	padding: 0px 0 0px 10px;
  width: 15em;
  margin: 0;
  padding: 0;
/*  background-image: url(images/jediicon.gif);            */
/*  background-position: 0 3px;  
  background-repeat: no-repeat;*/
/*   padding: 0 0 0 2.5em;                 left padding moves the text away from the bullet */

}

.sidebar a {
	text-decoration: none;
	color: #FE6B02;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 6px;
	color: #000000;
	background: url(images/title.gif) no-repeat;
	height: 20px;
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.bottom_small
{
height: 2px;
background: url(images/small_bottom.gif) no-repeat;
width: 183px;
}


#rightbar .line1
{
border: 1px solid #FE6B02;
background: #F1F1F1;
padding: 4px;
margin-bottom: 10px;
}


#leftbar .line1
{
border: 1px solid #FE6B02;
background: #F1F1F1;
padding: 4px;
margin-bottom: 10px;
}

#rightbar .small_back
{
background: url(images/small_back.gif) repeat-y;
}

#leftbar .small_back
{
background: url(images/small_back.gif) repeat-y;
}

/* Left Sidebar */

#leftbar {

}

/* Right Sidebar */

#rightbar {
margin-left: 5px;
}

#rightbar .back
{
background: url(images/title_back.gif) no-repeat;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;


}


#leftbar .back
{
background: url(images/title_back.gif) no-repeat;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}


/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}


/* Footer */

#footer {
	clear: both;
	padding-top: 8px;
	height: 62px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

/* FullWidthContent */

#FullWidthcontent {
	float: left;
	width: 931px;
	margin-left: 8px;
	margin-right: 8px;
}

#FullWidthcontent .line1
{
border: 1px solid #FE6B02;
background: #F1F1F1;
padding: 4px;
margin-bottom: 10px;
}

#FullWidthcontent .post ol
{
margin-left: 30px;
}

#FullWidthcontent .post ul
{
margin-left: 30px;
}

#FullWidthcontent .top
{
width: 497px;
background: url(images/top.png) no-repeat;
height: 13px;
}

#FullWidthcontent .middle_back
{
width: 873px;
/* height: 40px; This would set the height of the middle_back */
padding: 20px ; 
border: 1px solid #000000;
background: #ffffff
}


#FullWidthcontent .middle_back ol /* This gives us multi-column lists */
{
  float: left;
  width: 40em;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#FullWidthcontent .middle_back li /* This gives us multi-column lists */
{
  float: left;
  width: 9em;
  margin: 0;
  padding: 0;
/*  
  background-image: url(images/jediicon.gif);           
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 2.5em;                 left padding moves the text away from the bullet */

} 

#FullWidthcontent .middle_back a {
	text-decoration: none;
	color: #FE6B02;
	font-size: 11px;
}
#FullWidthcontent .middle_back a:hover {
	color: #0A6894;
	text-decoration: underline;
}

#FullWidthcontent .title
{
width: 901px;
background: url(images/content_titlefullwidth.gif) no-repeat;
height: 20px;
padding-top: 6px;
padding-left: 20px;
margin-bottom: 4px;
}

#FullWidthcontent .date 
{
	height: 61px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 3px;
	font-size: 10px;
	border: 1px solid #FE6B02;
    background: #ffffff;		
}

#FullWidthcontent .date ul
{
	list-style: none;	
}

#FullWidthcontent .date li
{
	display: inline; 
}

.post {
	margin-bottom: 15px;
	color: #000000;
	margin-top: 10px;
}

.post a {
	color: #FE6B02;
}

.post a:hover {
	color: #FE6B02;
}

.post H2
{
color: #000000;
text-transform: uppercase;
font-size: 14px;
font-weight: bold
}


