/**
*** @version 1.0
*** @copyright (C) 2008
*** @web http://www.zwartbont.com
**/

/***This css file seperates the actual styling 
from the layout, it contains all colors, links and
specific Joomla styling***/

/*global resets - eliminates cross browser inconsistancies*/

* { margin:0; padding:0; }

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

li,dd { margin-left:1em;} 

fieldset { padding:.5em; } 

img {border: 0;}

a img {border: 0;}

table {
	font-size: 0,75em;
}

/*end global resets*/

/*layout styles seperated from
layout.css as they are not structural
but graphical*/

body {
	background: #002742;
	color: #666666;
	font-size: 0.70em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
}

#top_shadow {
background: url(../images/top_bg.gif) repeat-y;
}

#branding_header {
background:url(../images/branding_head.jpg) no-repeat;
}

#top_nav {
}

#top_shelf {
background: #ffe5aa;
}

#content_wrap {
background: url(../images/content_bg.jpg) repeat-y;
}

#footer_shadow a {
color: #002040;
}

#footer_shadow {
color: #002040;
}

#footer a {
color: #002040;
}

#footer {
color: #002040;
}

/*Typography -->
These control the general, asthetic, typographical/text
elements of the css*/

h1 {
color: #003366; 
font-size: 1.8em; 
font-weight: normal;
}

h2 {
color: #003366; 
font-size: 1.7em; 
font-weight: normal;
}

h3 {
color: #003366; 
font-size: 1.5em; 
font-weight: normal;
}

h4 {
color: #003366; 
font-size: 1.4em; 
font-weight: normal;
}

h5 {
color: #003366; 
font-size: 1.3em; 
font-weight: normal;
}

h6 {
color: #003366; 
font-size: 1.1em;
font-weight: normal;
}

blockquote {
background: #FFE5AA;
border: 2px solid #CC9933;
margin: 10px;
padding: 0.5em;
color: #003366;
line-height: 140%;
}

pre {
background: #003366;
color: #666666;
font: 76.1%/1.3em Arial, Verdana, Helvetica, serif;
}

/*General link Styling*/
a:link, a:visited {
color: #003366; 
text-decoration: none;
}

a:hover, a:active {
color: #CC9933;	
text-decoration: NONE;
}

/*List item Styling*/
li {
list-style-type:none;
background: url(../images/bullet.gif) no-repeat 0px 5px;
padding-left: 12px;
margin-left: 0px;
}

ul {
margin: 0px;
}

/*Graphical Elements
These styles provide management 
of content's appearences.
*/

hr {
	/*many components use this as a seperator line */
background: transparent;
	width:552px;
	height: 0.5px;
	color: #FFE5AA;
	margin-top: 12px;
	outline: 0;
	border-style: solid;
}

.pagenav {
/* this is for formatting texts where you
see "<< Start < Previous 1 Next > End >>" links
within content*/
font-weight: normal;
margin: 5px;
}

a.pagenav, a.pagenav:visited {
/* as above but specifically if they are links */
font-weight: bold;
color: #003366;
}

a.pagenav:hover {
/* as above but specifically when the links are hovered over */
color: #CC9933;
}

.pagenav_prev a {
float: left;
width: 430px;
font-weight: bold;
color: #CC9933;
}
.pagenav_next a {
float: right;
width: 40px;
font-weight: bold;
color: #CC9933;
} 

.back_button  {
background-COLOR: #CC9933;
padding: 1px 0 2px 7px;
width: 39px;
margin: 5px 0 5px 0;
color: #fff;
} 

.back_button a  {
color: #cc9933;
}

.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9px;
color: #666666;
letter-spacing: 0.1em;
margin: 0;
padding: 0;
text-decoration: none;
font-weight: normal;
}

.button {
/* button style for Joomla component, form and module buttons*/
background: url(../images/button_bg.gif) repeat-x;
border: 1px solid #CC9933;
color: #003366;
margin: 4px;
font-weight: normal;
text-align: center;
padding: 1px 0 3px 0;
}

.inputbox {
/* the look of input boxes in forms */
font-size: 12px;
color: #666;
background: #FFE5AA;
border: 1px solid #CC9933;
padding: 1px 3px;
margin: 0;
}

/**
Joomla General styling
*/

.createdate {
/* styling the date the content was created on*/
background:url(../images/date.png) no-repeat 0 5px;
font-size: 0,8em;
color:  #cc9933;
text-indent:21px;
font-weight: normal;
margin:0;
margin: 7px 0 5px 4px;
padding: 5px 0 5px 0;
}

.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
background: url(../images/bullet.gif) no-repeat 0px 4px;
text-indent: 12px;
font-size: 0,8em;
color: #cc9933;
text-decoration: none;
font-weight: normal;
}

.readon {
display:block;
background:url(../images/read_more.gif) no-repeat;
text-align: center;
width:74px;
height:18px;
line-height: 18px;
margin: 1em 0;
}

a.readon:link, a.readon:visited, a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
color: #cc9933; 
text-decoration: none; 
font-size: 0,8em;
}

/*Default styling for the pathway 
displayed by the mosPathWay()*/

.pathway {
font-size: 10px;
color: #003366;
}

a.pathway:link, a.pathway:visited {
color: #cc9933;
}

a.pathway:hover {
color: #cc9933;
}

/* 
Joomla Styling for Contents
These are all the styles for content
*/

.contentpane {
/* This is used mainly for Table that holds all non-article information (components, category lists, contact forms, etc).
all contained within a single table*/
}

.contentpaneopen {
padding-left: 0px;
height:32px;
width: 522px;
margin-top:8px;
margin-left:0px;
margin-bottom:0px;
}

.moduletable .contentpaneopen {	
}

.contentheading {
	/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
color: #003366;
padding-left: 0px;
text-indent: 0px;
}

.contentpagetitle {
/*Title of articles*/
font-size: 1em;
font-weight: bold;
}

.componentheading {
/* Used to format a components heading or title */
font-size: 1.3em;
color: #003366;
}

table.contenttoc {
margin: 10px;
padding: 0px;
float:right;
}

/*
Joomla Sections Styles
Styling of sections tables 
*/

.sectiontableheader {
/* This is for styling the section table headers on a SECTION's page.*/
background-color : #cc9933;
background-repeat: repeat;
padding: 2px 0 2px 100px;
color : #ffffff;
font-weight : bold;
}

.sectiontableentry1 {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #ffe5aa;
padding: 2px 0 2px 10px;
}

.sectiontableentry2 {
/* this is the second color for the row*/
background-color : #fff2d8;
padding: 2px 0 2px 10px;
}

/*
MODULE STYLING
These stylings are to format the way modules are
displayed. 
*/

.moduletable {/*generic for all modules*/
	/* well.. for formatting the table cells of the module table */
font-size: 0,8em;
vertical-align: inherit;
}

/*only top 3 modules*/

#top_shelf .moduletable h3 {
font-size: 1.1em;
color: #cc9933;
width: 276px;
height: 9px;
text-indent: -7px;
}

/*all sidebar modules*/

#sidebar .moduletable h3, .moduletable-leftnav h3 {
font-size: 1.5em;
height: 16px;
color: #cc9933;
width: 172px;
text-indent: 0px;
margin-bottom:16px;
margin-top:16px;
}

#sidebar .moduletable-leftnav h3 {
margin-bottom: 0;
}

#sidebar .moduletable-leftnav { 
padding: 0px;
margin: 0;
}

/*SIDEBAR MENU STYLING STARTS*/

#sidebar #mainlevel{
padding: 0;
}

#sidebar ul#mainlevel {
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	width: 172px;
	margin-left: 0px;
	margin-right: -5px;
	margin-bottom: -6px;
	margin-top: -6px;
	letter-spacing: 3px;
}

#sidebar #mainlevel li {
	padding-bottom: 2px;
	background: none;
	list-style-type: none;
	border-bottom: 1px solid #6699CC;
	margin: 0;
 }

#sidebar #mainlevel a {
display: block;
height: 25px;
line-height: 28px;
text-indent: -8px;
color: #003366;
text-decoration: none;
}

* html body #mainlevel a { width: auto; }

#sidebar #mainlevel li a:hover, 
a#active_menu:link, 
a#active_menu:visited { 
color: #CC9933;
}

/*TOPMENU STYLING STARTS*/

div#top_nav ul#mainlevel-nav {
font-size: 12px;
	margin-top: -3px;
	padding: 0;
	width: 594px;
	height: 26px;
	line-height: 32px;
}

div#top_nav ul#mainlevel-nav li {
float: left;
width: auto;
margin: 0;
list-style-type: none;
background: none;
}

div#top_nav ul#mainlevel-nav a.mainlevel-nav, 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:link,
div#top_nav ul#mainlevel-nav a.mainlevel-nav:visited {
color: #fff;
text-decoration: none;

}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:hover {
border-bottom: 3px solid #1b0051;
text-decoration: none;
padding-bottom:4px;
padding-top:4px;
}

div#top_nav ul#mainlevel-nav a#active_menu {
border-bottom: 3px solid #1b0051;
text-decoration: none;
padding-bottom:4px;
padding-top:4px;
}

/*search box styling top left*/
.search {
position: absolute;
top: 8px;
left: 15px;
}

.search input {
background: #373737;
border: 1px solid #404040;
color: #eef2d0;
}

.search input:hover {
background: #373737;
border: 1px solid #505050;
color: #eef2d0;
}

