/* Basic Joomla CSS typography template: Barrie North: Compass Designs: www.compassdesigns.net */

/* Typography CSS. Global settings start and then get over-ridden later in sheet*/
/* Note that CSS styles include shorthand styles (like 'font:' and then long-hand versions. Don't set style in both!*/
/* When done styling, convert all styles to shorthand and delete longhand ones */

/* Start of Global page settings. Should get over-ridden later on*/
* { 
margin: 0;
padding: 0; 
} 
body {
background:;
font:;
font-family: Helvetica, Arial, Sanserif;
font-size: 76%;
color: ;
background-color:;
background-image:;
background-repeat: ;
background-position: ;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading{
margin: 0 0;
padding: 0;
}
li, dd, blockquote {
margin-left: 1em;
}
fieldset {
border: none;
}
input, select, textarea {
font-size: 1em;
}
/* End of Global page settings. Should get over-ridden later on*/


/*Line Heights and base font size adjustment*/
/* Font sizing later is defined in ems. Based on CSS font discussions - do a google*/
#header{
line-height: 1.2em;
font-size:;
}
#leftcolumn{
line-height: 1.2em;
font-size:;
}
#rightcolumn{
line-height: 1.2em;
font-size:;
}
#maincol{
line-height: 1em;
font-size:;
}
#footer{
line-height: 1.1em;
font-size:;
}

/* Padding for inside containers. Trying to avoid box-model bugs */
.insidefooter { /*slight adjustment for footer */
padding: 5px 0;
}
.inside {
padding: 10px 0px 0px 8px;
}
.insideright { /*slight adjustment for right column */
padding: 10px 0 8px 8px;
} 

/* Base typography SET ANY FONT SIZE IN EM's */

/* Main titles for various pages. Mix and match hX tags with Joomla titles */
h1, {
font:;
color:#b2b2b2;
font-size:1.4em;
font-family:;
font-style:;
font-weight:bold;
text-align:;
margin:1em 0; /*use for top/bottom*/
padding:0 0em; /*use for left/right*/
background:;
}
.componentheading {
font-size: 1.5em;
width:;
text-align: left;
font-weight: bold;
line-height: 2.2em;
margin-bottom: 1.8em;
color: #cccccc;
}
.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited {
color:#ffe800;
font-family:;
font-style:;
font-weight:bold;
}

h2:hover, a.contentheading:hover, {
font:;
font-weight:bold;
border-bottom: #999999 1px solid;
color:#ffe800;
font-size:1.8em;
}

h2,.contentheading,a.contentheading:link,a.contentheading:visited {
font:;
color:#ffe800;
font-size:1.8em;
font-family:;
font-style:;
font-weight:bold;
text-align:;
margin:1em 0; /*use for top/bottom*/
padding:0 0em; /*use for left/right*/
background:;
text-decoration:none;
}
h3 {
font:;
color: #333333;
font-size:1.3em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0; /*use for top/bottom*/
padding:0 0em; /*use for left/right*/
border-bottom: 1px dotted #cccccc;
padding-bottom: 4px;
background:;
}
table.moduletable th {
font:;
color:;
font-size:1.3em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0; /*use for top/bottom*/
padding:0 0em; /*use for left/right*/
background:;
}
h4 {
font:;
color:#333333;
font-size:1.1em;
margin:0em 0; /*use for top/bottom*/
padding:0 0em; /*use for left/right*/
}
h5 {
font:;
color:#333333;
font-size:1em;
font-weight:bold;
margin:0em 0; /*use for top/bottom*/
padding:0 0em; /*use for left/right*/
}
h6 {
color:#ffe800;
font-size:1em;
margin:em 0; /*use for top/bottom*/
padding:0 0em; /*use for left/right*/
background:;
}

.intro {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.2em;
font-height: 1.3em;
font-style:;
color: #999999;
/*padding-bottom: 15px;
margin-bottom: 15px;*/
}

.message {
padding-top: 1em;
padding-bottom: 1em;
margin-top:1em;
margin-bottom: 1em;
border-top:  1 px dotted #cccccc;
border-bottom: 1px dotted #cccccc;
}
.intro img {
padding: 10px;
}

.moscomnav {
text-align: left;
}
.moscomform {
text-aligh: left;
}

/* Non-title text */
p, td, tr, div {
font:;
color:#666666;
font-size:1em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:0 0; /*use for top/bottom*/
padding:0 0em; /*use for left/right*/
background:;
}
p {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
line-height:1.4em;
margin:1.1em 0; /*use for top/bottom*/
padding:0 0; /*use for left/right*/
background:;
}
li > p {
margin-top: 0em;
}
pre {
font-family: monospace;
font-size: 1.0em;
}
strong, b {
font-weight: bold;
}
td {
font:;
color:;
font-size:em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0; /*use for top/bottom*/
padding:0 0em; /*use for left/right*/
background:;
}
tr {
font:;
color:;
font-size:em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0; /*use for top/bottom*/
padding:0 0em; /*use for left/right*/
background:;
}
abbr acronym {

font:;
color:;
font-family:;
font-style:;
font-weight:;
background:;
}
/* ----- LISTS ----- */
ol, ul, li {
/*list-style: none; Uncomment if you want a normal list*/
font-size:1em;
line-height:;
margin:;
padding:;
}
ul,ol {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
line-height:1.4em;
list-style:;
float:;
margin:;
padding:;
}
li{
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
line-height:1.4em;
background:;
list-style:;
float:;
margin:;
padding:;
}
/********* LINK STYLES *********/

/*Catch all for all link styles */
a:link,a:visited,a:hover {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
}
/*Individual link styles */
a:link {
font:;
color:#0099ff;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:none;
}
a:visited {
font:;
color:#67c2ff;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:none;
}
a:hover {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:underline;
}

/* horizontal line in your template*/
hr {
border:0;
  border-top: 1px dotted #cccccc;
  height: 0;
  background: #b2b2b2;
  margin-top:3px;
  margin-bottom:3px;
} 
hr.separator {}

/* FORMS SETTINGS */ 
.button {
background: #ffffcc;
font-color: #cccccc;
padding: 1px;
border: 1px solid #ffe800; 
margin: 2px;
height: 1.6em;
}
.inputbox {
color: #666666;
font: helveitca, arial, sansserif;
font-weight: normal;
background: white;
border: 1px solid #e0e0e0;
margin: 2px 2px	0px 0px;
padding: 1px;
line-height: 1.1em;
}
.search {
margin-bottom:15px;
color: #666666;
} /*formatting the <div> which holds search items: inputbox, search button...*/

.mod_login {
margin-left:10px;
font-size:0.95em;
color:#999999;
margin-right:10px;
text-transform: lowercase;
}
.mod_register {
margin-left:10px;
font-size: 0.85em
}
/*for further info links at top of registration page */

.cbFieldIconsLabels {
font-size:0.9em;
color:#999999;
padding:3px 3px 0px 0px;
margin: 10px 12px 0px 0px;
}

/*
.left {
top: 50px;
}
*/


/* NAVIGATION/MENU SETTINGS */

a.mainlevel{
font:;
color:#cccccc;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align: left;
line-height: ;
background:;
padding-left:25px;
padding-right:25px ;
list-style:none;
float:;
} 
a.nomainlevel{
font:;
color:#cccccc;
text-align: left;
padding-left:25px;
padding-right:25px ;
list-style:none;
float:;
} 
.nomainlevel{
color:#333333;
}
/* this styling is for the MAIN items in the menu */
a.nomainlevel:link, a.mainlevel:link {
color:#b2b2b2;
}
a.nomainlevel:visited, a.mainlevel:visited {
color:#b2b2b2;
}
a.nomainlevel:hover, a.mainlevel:hover {
color:#0099ff;
background:none;
text-decoration:none;
}

#active_menu {
color:#ffcc00} /* this styling is for the menu item when it is active, even in main/sub position*/

ul#mainlevel-nav {}
ul#mainlevel-nav li{}
#mainlevel-nav a:link {}
#mainlevel-nav a:visited{}
#mainlevel-nav a:hover {}

a.sublevel{
font:;
color:#b2b2b2;
font-size:1.1em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 1px;
line-height: 1.1em;
padding:;
background:;
list-style:none;
float:;
margin:;
padding:;
} 
/* this styling is for menu items that HAS A PARENT */
a.sublevel:link {color:#b2b2b2;}
a.sublevel:visited {color:#b2b2b2;}
a.sublevel:hover {color:#0099ff;
background:none;}

.pathway { 
font-size: 0.98em;
font-color: #e4e4e4;
margin-bottom: 0.9em;
}
.pathway a:link, .pathway a:visited, .pathway a:hover { 
font-color: #999999;
background: none;
text-decoration: none;

}
.pathway a:hover { 
font-color: #999999;
background: none;
text-decoration: none;
border-bottom: 1px solid #ffe800;
}
/* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */ 
.pagenav,.pagenavbar {
font:;
color:#b2b2b2;
font-size:0.9em;
font-family:;
font-style:;
font-weight:normal;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
} 
a.pagenav:visited,.pagenavbar:visited,.pagenavbar:link {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
}
a.pagenav:hover, {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:normal;
text-align:;
margin:;
padding:;
background:;
border-bottom: 1px solid #ffe800;
text-decoration:;
}
/*Style for the "Read More" link that is displayed for large content items*/
a.readon:link,a.readon:visited {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:right;
margin:;
padding:;
background:;
text-decoration:;
} 
a.readon:hover {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:right;
margin:;
padding:;
background:;
text-decoration:;
}
/*Style for the "Read More" link that is displayed for large content items - PUSH BUTTON VERSION
a.readon:link,a.readon:visited {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
display: block;
border: 1px solid;
border-color: #aaa #000 #000 #aaa;
width:;
background:;
} 
a.readon:hover {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
position: relative;
top: 1px;
left: 1px;
border-color: #000 #aaa #aaa #000;
}*/
/*Style for the "BACK" button.*/
a.back_button {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
}
a.back_button:hover
{
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
text-decoration:;
} 
/*Style for the "BACK" button. Push button version
a.back_button {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
display: block;
border: 1px solid;
border-color: #aaa #000 #000 #aaa;
width:;
background:;
}
a.back_button:hover
{
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
position: relative;
top: 1px;
left: 1px;
border-color: #000 #aaa #aaa #000;
}*/

/* You get the idea, style as above */
.pagenav_prev {
margin-left: ;
} /*Style for the PRE button*/
.pagenav_next {
margin-left: ;
padding-left: ;
} /*Style for the NEXT button*/

/*Style for latest news list - by default, latest news is user1 module*/

.latestnews ul {
font:;
color:#b2b2b2;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
line-height:1em;
padding:;
background:;
list-style:none;
float:;
margin:;
padding:;
} 
.latestnews li {
font:;
color:#666666;
font-size:0.98em;
line-height:1.1em;
margin-bottom:0.3em;
font-family:;
font-style:;
font-weight:;
text-align:;
background:;
list-style:none;
float:;
margin-left:0px;
padding:;
}
.latestnews a:link {
font:;
color:#b2b2b2;
font-size:;
font-family:;
font-style:;
font-weight:normal;
text-align:;
margin:;
padding:;
background:;
text-decoration:none;
}
.latestnews a:visited {
font:;
color:#b2b2b2;
font-size:;
font-family:;
font-style:;
font-weight:normal;
text-align:;
margin:;
padding:;
background:;
text-decoration:none;
}
.latestnews a:hover {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:normal;
text-align:;
margin:;
padding:;
background:none;
text-decoration:underline;
}

/*Style for most popular list - by default, most popular is user2 module*/
.mostread ul{
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
list-style:;
float:;
margin:;
padding:;
} 
.mostread li{
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
list-style:;
float:;
margin:;
padding:;
}

/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}

.blogsection {} /* Formatting the links in Blog section */
.blog_more {} /*The "More" text in blog section*/
a.blogsection:link {} /* set the link format */
a.blogsection:visited {} /* same as above, but to set the visited link format */
a.blogsection:hover {} /* same as above, but for links with mouse pointer over it */


.contentpane { /* Table that holds all non-article information (components, category lists, contact forms, etc).*/
font-size:0.95em;
}
.contentpaneopen {
} /* Table that holds the actual text for an article.*/

a.contentpagetitle:hover {} /*Title of articles when appeare as links */
{
text-decoration: none;
color: #56c6fb;
}

.contentdescription {} /* Formating the "DESCRIPTION" of sections, categories (News/Weblinks/Latest news...) */
table.contenttoc {} /* Formating the table of the Tables of Contents for multiple pages content or article */
table.contenttoc td {} /* same as above, used to format the td and able cells */
table.contenttoc th {} /* same as above, used to format the th of "Tables of Content" ( normally Article Index)*/
table.contenttoc td.toclink {} /* same as above, used to format toc link texts*/
a.toclink:link {} /* same as above, used to format toc link text status*/
a.toclink:visited {} 
a.toclink:hover {} 


/* SECTIONS LISTINGS */
.sb_catname {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 1.4em;
width:;
text-align: center;
font-weight: bold;
text-decoration: none;
/*margin-left: 27px;
margin-right: 28px;
margin-top: 2px;
*/
margin-bottom: 3px;
font-height: 1.3em;

padding-bottom: 1px;
padding-left: 1px;
padding:4px;
border-bottom: 1px dotted #cccccc;
border-top: 1px dotted #cccccc;
}
.akocomments {
/*font-family: Georgia, Times New Roman, Times, serif;
*/
font-size: 1em;
width:;
text-align: left;
font-weight: normal;
/*margin-left: 27px;
margin-right: 28px;
margin-top: 2px;
margin-bottom: 3px;
*/
padding: 10px;
margin-bottom: 2px;
font-height: 1.3em;
color: #666666;
padding-bottom: 2px;
}
.akocomments-head {
font-size: 1.2em;
color: #999999; 
padding-bottom: 3px;
margin-bottom: 3px;
border-bottom: 1px dotted #666666;
}
.akocomments-head2 {
font-size: 1.1em;
line-heigh:1.4em;
color: #999999; 
padding-bottom: 3px;
margin-bottom: 3px;
border-bottom: 1px dotted #e4e4e4;
}
.akocomments-policy {
font-size: 0.98em;
margin-top: 0.5em
margin-bottom: 0.5em;
}
.akotable {
text-align: left;
background: #ffffff;
font-size: 0.98em;
font-height: 1em;
line-hiehgt: 1.1em;
padding: 5px;
margin: 2px;
}
.akotableentry1 {
background-color: #f7f7f7;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
text-align: left;
font-size: 0.95em;
font-height: 1em;
padding: 5px;
margin: 2px;
}
.akotableentry2 {
background-color: white;
font-size: 0.95em;
font-height: 1em;
text-align: left;
padding: 2px;
margin: 2px;
}


.sectiontableheader { /* This is for styling the section table headers on a SECTION's page.
Example: table header of "Date", "Item Title", "Author" and "Hits"?  */
font-family: Georgia, Times New Roman, Times, serif; 
font-size: 1em;
width:;
text-align: left;
font-weight: bold;
/*margin-left: 27px;
margin-right: 28px;
margin-top: 2px;
*/
border-bottom: 2px dotted #ff9900;
margin-bottom: 3px;
font-height: 1.3em;
color: #666666;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 1px;
}
.sectiontableentry1 {
text-align: left;
background: #ffffc6;
font-size: 1em;
font-height: 1.5em;
padding-top: 4px;
margin-top: 4px;
padding-bottom: 4px;
padding: 2px;
margin: 2px;
}
.sectiontableentry2 {
background: #ffff9c;
font-size: 1em;
font-height: 1.2em;
text-align: left;
padding-top: 4px;
padding-bottom: 4px;
padding: 2px;
margin: 2px;
}


/* MODULES FORMATTING */
.module {
} /* Formatting the module table if using -3 suffix */
table.moduletable {} /* Formatting the module table if using 0,1,-2 suffix */
table.moduletable td {} /* Formatting the table cells of the module table */

/* Rounded div corners if using -3 suffix. Images go in /template/images folder
div.module {
background: url(../images/topleftofbox.png) 0 0 no-repeat;
margin: 0;
padding: 0;
margin-bottom: 20px;
}
div.module div {
background: url(../images/toprightofbox.png) 100% 0 no-repeat;
}
div.module div div{
background: url(../images/bottomleftofbox.png) 0 100% no-repeat;
}
div.module div div div {
background: url(../images/bottomrightofbox.png) 100% 100% no-repeat;
padding: 8px;
width: auto !important;
width: 100%;
}*/
div.module h3 {
font-size: 1.4em;
width:;
text-align: left;
font-weight: normal;
margin-top: 0.9em;
margin-bottom: 0.6em;
font-height: 1.3em;
color: #ffadad;
padding-bottom: 1px;
border-bottom: none;
}
.copyright {
font-size:0.8em;
text-align:center;
color: #666666;
margin-top:5px;
padding-top:10px;
margin-left:10px;
margin-right:10px;
padding-left:10px;
padding-right:10px;
margin-bottom:15px;
}
.quote {
font-size: 0.9em;
color: #666666;
margin-left: 22px;
margin-right: 22px;
padding-left: 10px;
border-left: 2px solid #cccccc;
}

.pullquote-left {
font-size: 1.6em;
line-height: 1.4em;
text-decoration: none;
background-color: #e4e4e4;
color: #9999999;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
padding: 5px;
width: 120px;
float: left;
border-top: 3px solid #ffe800;
border-bottom: 2px solid #cccccc;
}
.pullquote-right {
font-size: 1.6em;
line-height: 1.4em;
text-decoration: none;
background-color: #e4e4e4;
color: #9999999;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
padding: 5px;
width: 120px;
float: right;
border-top: 3px solid #ffe800;
border-bottom: 2px solid #cccccc;
}
.smaller-padded {
font-size:0.9em;
margin: 6px 6px 0px 0px;
}
.moscommain {
margin-left: 25px;
margin-right: 25px;
padding-bottom: 1px;
border-bottom: 1px dotted #b2b2b2;

}
.moscombody {
margin-left: 25px;
margin-right: 25px;
}


/* MISCELLANEOUS */

/* For styling the date the content/articles are created under contents title */
.createdate {
font:;
color:#b2b2b2;
font-size:0.9em;
font-family:;
font-style:;
font-weight:;
text-align:right;
margin:;
padding:;
background:;
}
/* Formating "Last updated on" text at the end of articles/contents */
.modifydate {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:right;
margin:;
padding:;
background:;
} 
/* Formating "Written by:...." text. You can also use for any 'fine print' on your site by defining it in the html while adding content*/
.small {
font:;
color:#b2b2b2;
font-size:0.9em;
font-family:;
font-style:;
font-weight:;
text-align:left;
margin:;
padding-top:0.5;
padding-bottom:1.5em;
background:;
}
/*Found in poll result page, for " Number of Voters".. text */
.smalldark {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:;
padding:;
background:;
}

#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

/* Polls */
.poll {} /* format the td of poll table */
.pollstableborder {} /* set the border properties of the polls voting table */


/* Weblinks */
.weblinks{} /* well.. to format the link's titles under the "Weblinks" 
section on the frontend */
a.weblinks:hover {} /* same as above, but for link with mouseover */

/* Newsfeeds */
.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
.newsfeeddate {} /* yeah.. the date on the newsfeed */
.fase4rdf {} /* this is the body text of the newsfeed */

/* Search page */
table.searchintro {} /* This is for formatting the box with "Search Keyword: test returned 4 matches" box
that appears after you have entered a search value. It appears on the mainbody
with the search results */