/*----------------------------------------------------------------------------
Customise Style Sheet

Template Name:   CIC EAP
Version:         1.0
Author:          QXDigital

Stylesheet Index:
	$1 - Global Resets
	$2 - Typography
	$3 - Lists Styling
	$4 - Horizontal Rules
	$5 - Pathway
	$6 - Sitewide Links
	$7 - Joomla Specific
	$7a - Joomla Content Styles
	$8 - Forms Styling
	$9 - Modules
	$10 - Feature Boxes

NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $10 for Modules
----------------------------------------------------------------------------*/
/* $1 - Global Resets eliminates cross browser inconsistancies
          -----ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING-----
----------------------------------------------------------------------------*/

* {
margin:0;
padding:0;
}

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

p {
margin:1em 0;
}

li,dd {
}

fieldset {
padding:.5em;
}

img {
border:0;
padding-right:5px;
}

a img {
border:0;
}

table {
/*this helps fix the relative font sizing
problem with tables in internet explorer*/
font-size:1em;
}

.hidden {
display:none;
}

/* $2 - Typography
----------------------------------------------------------------------------*/
body {
font-family: Verdana, Tahoma, Arial, sans-serif;
color: #888;
font-size: 12px;
}


/*These control the general, asthetic, typographical/text
elements of the css*/
h1 {
	font: normal 1.8em Tahoma,sans-serif;
	color: #90CD2A;
	padding:10px 0;

}
h2 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:16px;
	color:#8AB5DC;
}
h3 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:15px;
	color:#90CD2A;
}
h4 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:14px;
	color:#90CD2A;
}
h5 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:13px;
	color:#8AB5DC;
}
h6 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:12px;
	color:#8AB5DC;
}

/* $3 - Lists Styling
----------------------------------------------------------------------------*/
li {list-style: none;
padding: 1px 0;
background: url(images/bullet.gif) 1px 6px no-repeat;
text-indent: 13px;
}

/* $4 - Horizonal Rules
----------------------------------------------------------------------------*/
hr {
/*many components use this as a seperator line */
	border:none;
	background:#eee;
	height:1px;
	margin:10px 0;
}


/* $5 - Pathway
----------------------------------------------------------------------------*/
span.pathway {
font-size:1em;
margin: 0;
margin-left:5px;
padding-left:20px;
line-height: 30px;
color: #fff;
}

span.pathway a {
background: url(images/path-icon.gif) 90% 70% no-repeat;
padding-right:20px;
font-weight: bold;
color: #fff;
text-decoration: none;
}

span.pathway img {
display:none;
}

a.pathway {
color: #fff;
}

a.pathway:hover {
text-decoration:underline;
}

/* $6 - Sitewide Links
----------------------------------------------------------------------------*/
a {color: #8AB5DC;}
a:hover {color: #90CD2A;}

/* $7 - Joomla Specific
----------------------------------------------------------------------------*/
.pagenav,
.pagenav_prev,
.pagenav_next {
	padding:0 4px;
}
a.pagenav,.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration:none;
}
a.pagenav:hover,
a.pagenav:active,
a.pagenav:focus,
.pagenav_prev a:hover,
.pagenav_prev a:active,
.pagenav_prev a:focus,
.pagenav_next a:hover,
.pagenav_next a:active,
.pagenav_next a:focus,
.pagenavbar a:hover,
.pagenavbar a:active,
.pagenavbar a:focus {
	text-decoration:none;
}
.back_button {
	margin:10px 0 15px;
}
.back_button a {
	color:#666;
}
.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:11px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
td.createdate {
/* styling the date the content was created on*/
	color: #8AB5DC;
	font-size: 0.9em;
	margin-bottom: 6px;
	}
.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
	color: #666;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.readon {
	display:block;
	float:right;
	color:#8AB5DC;
margin: 15px 10px 6px 0;
}
a.readon:link,a.readon:visited,a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
	text-decoration:none;
	font-size:100%;

}
a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
	text-decoration:underline;
}

.article_seperator {
/*Article Seperator for Published News Items */
	display: block;
	height: 10px;
	background-image: url(images/article-seperator.jpg);
	background-repeat: no-repeat;
margin: 20px 0 15px 0;
}

.moduletable-info .article_seperator {
	background: none;
height: 0;
margin: 5px 0;
}

.mosimage img {
margin: 3px 0 0 0px;
padding: 2px;
border: 2px solid #EEFDC7;
background: #E3E3C1;
}

.mosimage_caption {
background: #EEFDC7;
margin: 0 6px;
padding: 2px 0 4px 0;
color: #777;
font-size: 11px;
}

/* $7a - Joomla Content Styles
----------------------------------------------------------------------------*/
/*These are all the styles for content, this is used for joomla content 
output in the main content area*/

table.contentpaneopen, table.contentpane {
	padding:0;
	margin:0;
	width:100%;
}
.moduletable table.contentpaneopen td {
	background:none;
	margin-top:0;
	background:none;
	border:none;
	padding:0;
}

td.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
	padding:0px 0;
	font-size:  1.5em;
	font-weight: bold;

        color: #90CD2A;
}

td.buttonheading{
	padding:0;
}

.componentheading {
/* Used to format a components heading or title */
	font-size:150%;
	font-weight:700;
	color:#8AB5DC;
	margin:.7em 0 0.9em;
	font-weight:700;
}
table.contenttoc {
	margin:10px;
	padding:0;
	float:right;
}
.buttonheading img {
	padding:2px;
}
.sectiontableheader,tr.sectiontableentry1 td,tr.sectiontableentry2 td {
	text-indent:5px;
	padding:4px;
}
.sectiontableheader {
	color:white;
	font-weight:700;
	padding:5px;
        padding-left: 24px;
	background:#96D02E url(images/section-head-icon.gif) no-repeat 4px 4px;
}
.sectiontableentry1 {
	background-color: #EEFDC7;
}
.sectiontableentry2 {
	background-color: #F9F9F0;
}

/* Search Results */
table.contentpaneopen fieldset{
	border:1px solid #DBDBDB;
	border-bottom:3px solid #DBDBDB;
	padding:10px;
	background:#F3F3F3;
	margin:0;
}
table.contentpaneopen fieldset a{
	font-size:1.2em;
}
table.contentpaneopen fieldset span.small{
	color:#999;
}
table.contentpaneopen fieldset span.highlight{
	background:#FFF3D0;
	border-bottom:1px dotted #EFEFEF;
	color:#CF9B00;
	padding:0 3px;
}


/* $9 - Forms Styling
----------------------------------------------------------------------------
These styles control the appearance of forms */
.inputbox {
	background: #fff;
	border:1px solid #E5E3D3;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
        margin: 4px 0px;
color: #999;
}

.inputbox:hover,
.inputbox:focus {
	border:1px solid #ABD1FD;
}

.contctfrm .inputbox{
width: 220px;
}

.button {
	text-align:center;
	padding:1px 30px;
        height: 20px;
font-weight: normal;
font-size: 1em;
	background:#96D02E url(images/button.jpg) repeat-x;
	color:#fff;
	border: 1px solid #85B000;
	cursor:pointer;
        margin: 10px 6px;
}
select.inputbox {
	background:#fff!important;
}
textarea {
/* the look of the large text area on forms */
	font-size:100%;
	background: white;
	border:1px solid #3d3d3d;
	padding:1px 3px;
	margin:0;
	overflow: auto;
}


/* $10 - Modules
----------------------------------------------------------------------------*/

/*Login Styles */
input#mod_login_username,
input#mod_login_password {
margin: 2px 0;
color:#707070;
font-size:100%;
width: 174px;
padding:0;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
}
* html input#mod_login_username,
* html input#mod_login_password {
width: 155px;
}


div.moduletable h3 {
background: url(images/modhead-icon.gif) no-repeat 6px -1px;
text-indent: 30px;
padding-bottom: 8px;
font-size: 12px;
color: #AB9E89;
border-bottom: 6px solid #E3E3C1;
margin-left: -10px;
margin-right: -10px;
}

div.moduletable {
margin-bottom: 8px;
}

div.moduletable p {
margin-top: 1px;
}

.moduletable-info h3 {
margin: 0;
padding: 0;
padding-bottom: 7px;
color: #90CD2A;
text-indent: 5px;
font-size: 15px;
}

.moduletable-info {
background: #E1EBF7;
border: 2px solid #B3D3EF;
padding: 10px;
}

div.search {
background: #fff url(images/search-bg.jpg) repeat-x;
padding-left: 8px;
margin-left: 2px;
height: 39px;
margin-bottom: -8px;
}

div.search input {
border: 1px solid #E3E3C1;
background: #fff url(images/search-icon.gif) no-repeat 3px 2px;
padding: 2px 4px 2px 22px;
margin: 8px 0 5px 0;
width: 155px;
color: #CFC0A8;
}

div.search input:hover,
div.search input:focus {
border: 1px solid #CFC0A8;
}


#footer {
font-size: 11px;
padding: 19px 0 0 20px;
color:#AB9E89;
}

