/*Stylesheet prepared by Menelik S. Young for the PEACEZONE.NET
- 3 column layout, with header and footer, and no hacks.
-any column can be longest, columns are not equal length
-footer does NOT stay at bottom of viewport on its own (will work on this)
- Using some techniques as shown in:
http://www.kingcosmonaut.de/journal/3col-layout/
================================================= */


/*CLEANING UP THE FORMATTING
================================================= */

body
{
padding: 0;

margin: 0;

background-color: #693012; /*53260E; #693012;*/

color: #000000;

font-family: arial, helvetica, sans-serif;

font-size: 80%;
}


/*TEXT FORMATTING AND STYLING
================================================= */


a:link
{
color: #663333;

text-decoration: underline;
}


a:visited
{
color: #003366;

text-decoration: underline;
}


a:hover
{
color: #336633;

text-decoration: none;
}


a:active
{
color: #336633;
}


p
{
text-align: left;

font-size: 1em;

margin: 0 0 1.5em 0;

padding: 0;

line-height: 1.5em;

color: #000000;
}


/*------------------- SYSTEM PLUGIN ----------------*/

#cms_system_plugin span {
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	}

#cms_system_plugin {
	margin-bottom: 10px;
	padding: 0;
	}

#cms_system_plugin li {
	margin-bottom: 5px;
	}

/*------------------- SYSTEM WRAP ----------------*/

#cms_system_wrap
{
	min-height: 100%;
	width: 65em;
	margin: 0 auto;
	padding: 0;
	background: #FFFFE5;
	border: 0;
	border-collapse: collapse;
}
	
#cms_system_wrap ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;}
	
#system_login_table {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: .8em;
text-align: right;
color: #000000;
padding: 0;
margin: 0;
}

/*------------------- HEADERS ----------------*/

#cms_system_header	{
	height: 144px;
	width: 100%;
	background-color: #003333;
	background-image: url(header.jpg);
	background-repeat:repeat-x;
	padding: 0;
	border-bottom: 1px #000000 solid;
	border-collapse: collapse;
	margin: 0;
	}

#cms_system_header li {
    display: inline;
	}

#cms_system_header li div {
    display: inline;
	}

#cms_system_header #cms_system_container_menu_title	{
	display: none;
	}
#cms_system_header #cms_system_container_item_title	{
	display: none;
	}
#cms_system_header div div span	{
	display: inline;
	text-decoration: none;
	color: #444;
	}

/*------------------- MENUBAR ----------------*/

#cms_system_menubar
{
background-color: #336633;
border-bottom: solid 1px #000000;
font-size: 1em;
margin: 0;
padding: 0;
width: 100%;
}

#cms_system_menubar li div
{
display: inline;
}

#cms_system_menubar li
{
display: inline;	
}

#cms_system_menubar ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ffffff;
text-align: left;
margin: 0;
padding: .4em .2em .4em .2em; 
	}

#cms_system_menubar a:link,
#cms_system_menubar a:visited {	
padding: 5px 15px 6px 15px;
color: #ffffff;
text-decoration: none;
	}

#cms_system_menubar a:hover	{
background-color: #009966;

color: #FFFFFF;
	}

#cms_system_menubar #cms_system_container_menu_title	{
	display: none;}

/*------------------- SIDE MENU ----------------*/

#cms_system_sidemenu	{
	text-align:left;
	width: 180px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
	}
#cms_system_sidemenu #cms_system_container_menu_title	{
display: block;

text-indent: 0;

color: #ffffff;

background-color: #996633;

border-top: 1px solid #000000;

border-bottom: 1px solid #000000;

font-weight: bold;

width: 180px;

margin-top: 20px;

padding: 3px 3px 3px 3px;
	}
#cms_system_sidemenu #cms_system_container_item_title	{
	display: block;
	margin: 0 0 .2em 0;
	font-weight: bold;
	}
#cms_system_sidemenu ul	{
margin: 0;
padding: 0;
list-style-type: none;
	}
/*#cms_system_sidemenu li	{ 
	margin-left: 15px;
	} */
#cms_system_sidemenu a	{
display: block;
color: #ffffff;
background-color: #336633; /*#36575E; #996666; #486C8E;*/
width: 166px;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #000000;
font-weight: normal;
	}
#cms_system_sidemenu a:hover	{
background-color: #009966;
color: #ffffff;
	}

/*------------------- SIDE BAR ----------------*/
#cms_system_sidebar	{
	text-align:left;
	width: 187px;
	height: auto;
	float: right;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	}

#cms_system_sidebar #cms_system_container_item_title	{
	display: none;
	}

#cms_system_sidebar #cms_system_container_menu_title	{
display: block;

text-indent: 0;

font-size: 1em; 
	
color: #ffffff;

background-color: #996633;

font-weight: bold;

border-top: 1px solid #000000;

border-bottom: 1px solid #000000;
	
margin-bottom: 5px;

padding: 3px 3px 3px 3px;
	}

#cms_system_sidebar div div ul li span {
	display: block;
	color: #669999;
	font-size: .8em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
	}
/*------------------- CONTENT ----------------*/

#cms_system_content	{
	text-align:left;
	min-height: 500px;
	border-right: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	margin-left: 186px;
	margin-bottom: 0;
	margin-right: 186px;
	padding: 20px 10px 20px 0;}
	
#cms_system_content #cmsdoc p
{
text-align: left;

font-size: 1em;

margin: 0 0 1.5em 0;

padding: 0;

line-height: 1.5em;

color: #333333;
}


#cms_system_content #cmsdoc p.note
{
border-top: 1px solid #006666;
 
border-bottom: 1px solid #006666;
  
margin: 0 0 1.5em 0;
  
padding: 10px;

color: #333333;
}

#cms_system_content #cmsdoc div.float-right
{
float: right;

margin: 3px;
}

#cms_system_content #cmsdoc ul{
  
margin: 0 0 1.5em 2em;

padding: 0; 

text-align: left;

font-size: 1em;

line-height: 1.5em;

list-style-type: disc;
}

#cms_system_content #cmsdoc ol{
  
margin: 0 0 1.5em 2em;

padding: 0; 

text-align: left;

font-size: 1em;

line-height: 1.5em;
}

#cms_system_content #cmsdoc ul.level2{
  font-size: 100%;
  }
  
  #cms_system_content #cmsdoc ol.level2{
    font-size: 100%;
    }

#cms_system_content H1, #cms_system_content H2, #cms_system_content H3, #cms_system_content H4, #cms_system_content H5, #cms_system_content H6
{
  text-indent: -0.75em;
  
  text-align: left;

  letter-spacing: 0.1em;

  margin: 0;

  padding: 0;

  color: #006666;
	}

#cms_system_content H1	{

font-size: 1.3em;

letter-spacing: 0.1em;

margin-bottom: 0.5em;

font-weight: bold;

	}

#cms_system_content H2	{

text-align: left;

font-size: 1.2em;

font-weight: bold;

margin-bottom: 0.5em;
	}
	
#cms_system_content H3	{

font-size: 1em;

color:  #669999;

font-weight: bold;

border-bottom: 1px #337 solid;

margin-bottom: 0.5em;

	}

#cmsdoc h1, #cmsdoc h2, #cmsdoc h3, #cmsdoc h4, #cmsdoc h5, #cmsdoc h6
{
  text-indent: -0.75em;
  
  text-align: left;

  letter-spacing: 0.1em;

  margin: 0;

  padding: 0;
  
  color: #006666;
}

#cmsdoc h1
{
font-size: 1.5em;

margin-bottom: 0.5em;
}


#cmsdoc h2
{
font-size: 1.3em;

margin-bottom: 0.5em;

font-weight: bold;
}

#cmsdoc h3
{
font-size: 1.15em;

color: #006666;

border-bottom: 0;

margin-bottom: 0.5em;
}

#cmsdoc h4
{
font-size: 1.15em;

padding: 1em 0 0 0;

color:  #669999;

margin-top: -1.5em;

margin-bottom: 0.5em;
}

#cms_system_content #cms_system_container_item_title {
font-size: 1.2em;

letter-spacing: 0.1em;

padding: 0.8em 0 .8em 0;

font-weight: bold;

display:  block;

text-indent: -0.75em;

color: #006666;



font-weight: bold;

margin: 0;

}
	
	#cms_system_content div
	{
	  list-style-type: none;
	}
	
#cms_system_content #cms_system_container_menu_title {
	display: none;
	}
#cms_system_content div div ul {
	margin-left: 25px;
	list-style-type: none;
		font-size: 1em; 
	}
#cms_system_content div div {
	margin-bottom: 0;
	}

#cms_system_content a{
font-size: 1em;
}

table.blank
{
width: 80%;

border: 0;

margin: 0;

padding: 0;

font-size: 1em;  
}
table.blank td
{
padding: 6px;
}
table.blank tr.odd
{
background-color: #ffffff;
}

/*------------------- FOOTER ----------------*/

#cms_system_footer {
	height: 60px;
	width: auto;
	background-color: #ffffff;
	padding: 0;
	border-top: 1px #000000 solid;
	border-collapse: collapse;
	margin: 0;
	padding: 5px;
	}
#cms_system_footer #cms_system_container_menu_title {
	display: none;
	}
#cms_system_footer #cms_system_container_item_title {
	display: none;
	}
#cms_system_footer  li {
text-align: left;
	}
#cms_system_footer li div {
	display: inline;
	color: #444;
	}
#cms_system_footer div {
	margin: 0;
	padding: 0;
	}