
/*  
This CSS has been designed by Matovu Richard at http://www.matrich.net/

*/


/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	}

#bodycontainer {
	background: url(../images/bkgrd.jpg) top left repeat-x;
	width: 100%;
	}

.header {
	width: 790px;
	height: 87px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/header.jpg) left no-repeat;
	}
	
.topmenu {
	clear: both;
	width: 790px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/menu.jpg) left no-repeat;
	font-weight: bold;
	}

.container {
	width: 790px;
	height: 200px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/contentbkgrd.jpg) left top no-repeat;
	}

#content {
        width: 760px;
        float: left;
        margin: 0px auto;
        padding: 5px 5px 0px 20px;
	}

/* -------------------[ Top Navigation Bar ]------------------- */

    .topmenu ul {
		  margin: 0px;
          padding: 8px 0px 0px 135px;
          list-style: none;
		  text-align: center;
      }
	  
    .topmenu ul li {
	        display: inline;
      }
	  
    .topmenu ul li a {
		  text-decoration: none;
		  color: #ffffff;
		  padding: 9px 5px 6px 5px;
      }

    .topmenu ul li a:hover {
		  background-color: #058142;
		  color: #ffffff;
		  padding: 9px 5px 6px 5px;
      }
	  
	 .topmenu ul li a:visited {
		  color: #ffffff;
		  padding: 9px 5px 6px 5px;
      }
	  
/*----------- [ SIDE MENU ] --------------- */
	
.side {
        width: 235px;
        margin: 0px;
        float: left;
	}

.sidecontent {
        width: 230px;
		background: url(../images/sidebar.jpg) top left no-repeat;
		padding: 15px 0px 5px 15px;
	}
	

/* ---------------- [ Main Entries ] ------------ */

.entry {
	float: left;
	width: 480px;
	padding: 5px;
	font-family: "Palatino Linotype", "Trebuchet MS", Tahoma, Helvetica;
	font-size: 13px;
	text-align: justify;
	}

.pages {
	float: left;
	width: 94%;
	padding: 5px;
	font-family: "Palatino Linotype", "Trebuchet MS", Tahoma, Helvetica;
	font-size: 13px;
	text-align: justify;
	}

/*  --------------- [ FOOTER ] ------------------ */	
	
.footer {
        clear: both;
        width: 100%;
        margin: 0px auto;
		padding: 15px 0px 0px 0px;
        text-align: center;
        font-size: 11px;
        }

.links {
		border-top: 1px solid #000;
		padding: 10px;
		font-size: 12px;
  	    font-weight: bold;
	}
	
.links ul {
		margin: 0px;
        list-style: none;
		text-align: center;
      }
	  
.links ul li {
	    display: inline;
      }
	  
.links ul li a {
		  text-decoration: none;
		  color: #CDC773;
		  padding: 9px 15px 6px 15px;
      }

.links ul li a:hover {
		  text-decoration: underline;
		  color: #FECC15;
		  padding: 9px 15px 6px 15px;
      }
	  
.links ul li a:visited {
		  color: #058142;
		  padding: 9px 15px 6px 15px;
      }
		
.footer a, a:visited {
		text-decoration: none;
		color: #058142;
	}
	
.footer a:hover {
		text-decoration: underline;
	}

/* -------------------[ Headings ]------------------- */

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	}

h1 {
	font-size: 2.3em;
	padding: 15px 5px 0px 85px;
	}


h2 {
	font-size: 1.7em;
	}

h3 {
	font-size: 14px;
	width: 85%;
	border-bottom: 1px solid;
	}

/* -------------------[ Links ]------------------- */

a, a:link {
	color: #ff0000;
	text-decoration: none;
	}

a:hover {
	color: #547797;
	}
	
a:visited {
	color: #6D440E;
	}       
	
/* -------------------[ Images ]------------------- */

.entry img {
        float: right;
        margin: 0 0 8px 10px;
        background: #fff;
        padding: 1px;
        }
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 5px 2px 7px;
	border: 1px solid #F7A279;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 5px 7px 2px 5px;
	border: 1px solid #F7A279;
	display: inline;
	}

/* -------------------[ Form Elements ]------------------- */

.editorbuttons {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8f8f8;
	padding: 4px;
	border: 1px solid #ffffff;
	outline: solid 1px #ccc;
	}


/*
.form input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

.form textarea {
     width: 150px;
     padding: 0px; 
	}


.submit {
	width: 10px;
	color: #666666;
	}

*/

/* -------------------[ Misc Tags and Classes ]------------------- */

.error {
		background: #f8f8f8;
		border: 1px solid #ccc;
		padding: 4px;
	}
	
.adminmenu {
		background: #f8f8f8;
		padding: 4px;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.loginform {
		width: 250px;
	}

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
    background: #f8f8f8;
}

legend {
    font-weight: bold;
}

blockquote {
	margin: 10px 30px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
        color: #666;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	}

.navigation .alignright {
	float: right;
	margin: 0 0 10px 0;
	}
	
.navigation .alignleft {
	float: left;
	margin: 0 0 10px 0;
	}

p {
	margin-top: 0px;
	margin: 5px 0px 3px 0px;
	} 
	
	
/* ----- [ EDITOR ] ----- */


/* TOOLBAR BUTTONS */

.widgToolbar a
{
	display: block;
	width: 32px;
	height: 30px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -1000em;
	text-decoration: none;
}

.widgToolbar a:hover
{
	background-position: 0 -30px;
}

.widgToolbar a:active
{
	margin-top: 2px;
	margin-left: 2px;
	background-position: 0 -60px;
}

.widgToolbar li.on a, .widgToolbar li.on a:hover
{
	background-position: 0 -60px;
}

.widgToolbar li.widgEditButton
{
/*	background-image: url(../images/widgeditor_button_shadow.gif); */
	background-repeat: no-repeat;
	background-position: bottom right;
}

.widgButtonBold
{
	background-image: url(../images/widgeditor_button_bold.gif);
}

.widgButtonHTML
{
	background-image: url(../images/widgeditor_button_html.gif);
}

.widgButtonImage 
{
	background-image: url(../images/widgeditor_button_image.gif);
}

.widgButtonItalic 
{
	background-image: url(../images/widgeditor_button_italic.gif);
}

.widgButtonLink
{
	background-image: url(../images/widgeditor_button_link.gif);
}

.widgButtonOrdered
{
	background-image: url(../images/widgeditor_button_ordered.gif);
}

.widgButtonUnordered
{
	background-image: url(../images/widgeditor_button_unordered.gif);
}

.widgSource a
{
	background-image: url(../images/widgeditor_button_empty.gif);
	cursor: default;
}

.widgSource li.on a, .widgSource li.on a:hover
{
	background-position: 0 0;
}

.widgSource .widgButtonHTML
{
	background-image: url(../images/widgeditor_button_html.gif);
}

.widgSource .widgButtonHTML:hover
{
	cursor: pointer;
}




/* TOOLBAR */

.widgToolbar
{
	list-style: none;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 0 0 2px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/widgeditor_toolbar_bg.gif);
	background-repeat: repeat-x;
}

* html .widgToolbar
{
	width: auto;
}

.widgToolbar li
{
	display: inline;
	float: left;
	width: 32px;
	height: 32px;
	margin-top: 9px;
	margin-left: 7px;
	line-height: 30px;
}




/* EDITING AREA */

.widgIframe
{
	clear: left;
	width: 100%;
	height: 200px;
	border-top-width: 1px;	
}

.widgContainer textarea.widgEditor
{
	clear: left;
	width: 100%;
	height: 200px;
	border-top-width: 1px;
	padding: 0;
}

/* EDITOR CONTAINER */

.widgContainer
{
}
