/*
Theme Name: Cicada Place
Theme URI: http://earthman.ca
Description: Cicada Place Custom Theme
Version: 1.0
Author: Terran Orletsky - Earthman Web & Media

*/


/* -------------------------------------------------------------*/
/* ---------------- Custom Styling Classes ---------------------*/
/* -------------------------------------------------------------*/


/* ---------------- Template Layout ----------------------*/



/* --- Div Holding the entire page, not sure if this is a good practice but *shrugs* why not?? ;) ---*/
.outer_div {
	padding: 0px;
	margin: 0px;
	width: 780px;
	background: #FFFFFF;
	border: solid 1px black;
}
/* --- Table Holding Main Image ---*/
.div_header {
	width: 780px;
	height: 134px;
	padding: 0px;
	margin: 0px;
}

.header_logo{
	height: 130px;
	width: 240px;
	margin: 0px;
	background: url('images/logo_cicada.jpg') no-repeat top left;
	float: left;
	border: 0px;
}
#header_img{
	padding: 0px;
	margin: 0px;
	width: 531px;
	float: right;
	/*background: url('images/header.jpg') no-repeat top left;*/
}

#spacer{
	height: 0px;
}



/* --- Table Containing Left, Top, and Bottom Modules and the Main Body ---*/
.main_body {
	width: 780px;
	margin: 0px;
	padding: 0px;
}
/* --- DIV Holding Left Modules ---*/
#sidebar {
	position:absolute;
	top:0px;
	left:10px;
	float: left;
	width: 222px;
	background: #ffffff;
	margin: 0px 20px 15px -20px;
	z-index:1000;
	text-align:center;
}
/* --- Menu DIV Declarations ---*/
#menu_header{
	background: url('images/menu_header.jpg') no-repeat top left;
	height: 36px; 
 
}
#menu_body{
	background: url('images/menu_body.jpg') repeat-y top left;

}
#menu_footer{
	height: 10px;
	background: url('images/menu_footer.jpg') no-repeat top left;

}
#menu_stuffunder{
	padding-top: 0px;
	padding-bottom: 10px;
}

#menu_stuffunder a:hover{
	color: #000000;
	text-decoration: underline;
}
/* --- DIV holding Main Body ---*/
#main_content { /*558 to play with*/
	position:relative;
	margin-left: 0px;
	padding: 10px;
	width: 720px;
	text-align:right;
	}
#right_column {
	margin:0px 0px 0px 25px;
	position:relative;
	text-align:left;
	font-size:14px;
	padding-left:195px;
	z-index:1;
	min-height:500px;
}	

/* --- Div holding the bottom content --- */
.bottom
{
	clear: both;
	margin: 10px;
	/*border: dotted 1px black;*/
	padding: 10px;
	width: 750;
	margin-bottom: 25px;
}
/* --- Table Holding the Footer ---*/
.table_bottom {
	width: 780px;
	background: #A84615;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

/* --- Cell Holding the footer ---*/
.footer {
  height: 35px;
}

/* -------------------------------------------------------------------*/
/* ---------------- Mambo Styling Classes ----------------------------*/
/* -------------------------------------------------------------------*/

/* ---------------- General Body Styling----------------------*/
    /* These are normal css setup reccommended for your
      HTML template although they are not neccessary */


body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #A84615;
	}
td,tr {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}

h3 {
	color: #E2804F; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h4 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {
	font-size: 11px; 
	color: #000000; 
	text-decoration: none;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a:hover {
	color: #CCCDD1;	
  text-decoration: none;
	}
	
ul {
	margin: 0px 0px 0px 0px;
	}

li {
   width: auto;
   margin: 0px 0px 0px 0px!important;
   margin: 0px 0px 0px 30px;
   border: 0px;
   padding: 0 0 0 0;
   }
	

/* ---------------- General Mambo Styles ----------------------*/
    /* The following are styles that are often used
        site wide by Mambo to provide better control
        of content's appearences. */

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}

hr.separator {
	/* found this css style in Peekmambo's css style. Still haven't worked out
	   if this is a custom style or an in built style. Will update when I find out*/
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}

.pagenavbar { 
	/*for some weird reasons, this is not used in page nav, but found it used 
	  for nick names in forum threads by Simpleboard */
}

.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
	font-weight: normal;
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */
	font-weight: bold;
	color: #343A58;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #FF9900;
}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    }

.siteheading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #A84615;
    text-decoration: none;
    font-weight: normal;
    }




/* ---------------- Mambo Menu Styling ----------------------*/
    /* You can control the way menu behave and look 
    by using the CSS settings below */

#sidebar_links, #related_links {
	margin-left:10px;
	padding-top:5px;
	padding-left: 35px;
}
#sidebar_links li, #related_links li{
	list-style:none;
	padding-bottom:4px;
	line-height:14px;
	text-align: left;
	width: 100%;
}
#sidebar_links li a, #related_links li a{
	/* this styling is for the MAIN items in the menu */
	background: none;
	padding-left: 15px;
	font-weight: bold;
	text-decoration:none;
	background: URL('images/menu_bullet.gif') no-repeat;
	background-position:0px;
	display:block;
	padding:1px 15px;
}
#sidebar_links li a:hover, #related_links li a:hover {
	/* same as above, but when hovering */
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
	text-align: left;
}
#sidebar_links li ul, #related_links li ul{
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 20px;
	list-style:circle;
}
#sidebar_links li ul li, #related_links li ul li {
	margin:2px 0px 0px 0px;
	padding-left:0px;
	list-style:circle;
	background-image:none;
	vertical-align:middle;
}
#sidebar_links li ul li a, #related_links li ul li a {
	background-image:none;
	padding-left: 0px;
	font-weight: normal;
}
#sidebar_links li ul li a:hover, #related_links li ul li a:hover {
	font-weight: normal;
}
.sidebar_header {
	border-top:solid 1px #000;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 10px;
	color:#000000;
	font-size:14px;
	text-decoration:underline;
}
.current_page_item a {
	color: #A84615;
	}

.subpage_excerpt {
	font-size:11px;
}

.subpage_excerpt h2 {
	font-size:14px;
}

	
a.sublevel:link, a.sublevel:visited {
	/* this styling is for menu items that HAS A PARENT */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #343A58;
	width: 100%; 
	font-weight: normal;
	padding-left: 32px;
}

a.sublevel:hover {
	/* pffff!.. you know this! */
	color: #FFFFFF;
	width: 100%; 
	text-decoration: none;
	}


.next_link {
	float:right;
}
.prev_link {
	float:left;
}

/* ----------------  STYLING FOR WEBLINK MODULE ---------------*/


.linkcat {
	list-style:none;
}
.linkcat h2 {
	margin:15px 0px 5px 0px;
}

.linkcat li a {
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	margin:10px 0px 0px 0px;
}
table.moduletable_weblinkmenu {
	/* styling the module table */
	width: 90%;

}

table.moduletable_weblinkmenu th, table.moduletable_weblinkmenu th {
	/* styling the module header, and the module titles */
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	text-indent: 0px;
	width: 100%;
	height: 24px;
	border-bottom: solid 1px #666666;
	text-transform: uppercase;
}

table.moduletable_weblinkmenu td {
	/* well.. for formatting the table cells of the module table */
	font-size: 12px;
	padding: 2px;
	padding-left: 1px;
	font-weight: normal;
}

table.moduletable_weblinkmenu ul {
	color: #ff0000;
}	

a.mainlevel_weblinkmenu:link, a.mainlevel_weblinkmenu:visited 
{
	/* this styling is for the WEBLINK items in the menu */
	color: #000000;
	background: none;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
	padding-left: 35px;
	background: URL('images/menu_bullet.gif') no-repeat;
	background-position:0px;
	width: 100%;
}
a.mainlevel_weblinkmenu:hover {
	/* same as above, but when hovering */
	color: #000000;
	width: 100%;
	font-weight: bold;
	text-decoration:underline;
	text-align: left;
	}

/* --------- Mambo General styling for Sections/Categories/Contents ---------*/
  /* These stylings are either sometimes or often used across
      Sections, categories and contents. They, therefore, deserves
       to be mentioned and separated from others */
 
.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	/* For formatting the "Read on..." link for blogs and on frontpage. */
	color: #E2804F; 
	text-decoration: none;
	font-weight: bold;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}

a.readon:hover {
	/* Pfft..! */
	color: #A84615;	text-decoration: underline;
	font-weight: bold;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}




/* --------- Mambo Styling for Contents ---------*/
    /* All the styling for contents are listed
      below. */
 
.contentpane {
	/* This is used mainly for the table that holds the SECTIONS such as News.
	   This is when you create a link to a Section and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. Yes! That entire thing is contained in a table with this style */
		
	background-color : #FFFFFF;
	}

.contentpaneopen {	
	background-color : #FFFFFF;
	}

.contentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
 	color: #A84615;
	text-align:left;
	line-height: 16px;
	height: 15px;
	}
.contentheading a:link, .contentheading a:active, .contentheading a:visited  {
	/* Use when content headings are links too */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
 	color: #A84615;
	text-align:left;
	line-height: 16px;
	height: 15px;
	}
.contentheading a:hover
{
 	color: #CCCDD1;
}
.contentheading_did {
	/* Custom */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #A84615;
	text-align:left;
	line-height: 16px;
	height: 15px;
	}

.contentpagetitle {
	/* This is the class for linked content titles */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
 	color: #A84615;
	text-align:left;
	line-height: 16px;
	height: 15px;
	}

.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	}

table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */
	color: #FFFFFF;
	background-color: #CCCDD1;
	border-top: 1px solid #993300;
	border-bottom: 1px solid #993300;
	border-left: 1px solid #993300;
	border-right: 1px solid #993300;
    }

table.contenttoc td {
	/* the same as above, but this is used to format the td or
	   table cells */
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
	padding: 3px;
}

table.contenttoc th {
	background: #E2804F;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	/*text-indent: 15px;  This was pushing the TITLE over too far*/
	width: 100%;
	height: 24px;
	border-bottom: solid 1px #E2804F;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

a.toclink:link, a.toclink:visited {
	color: #333333; 
	text-decoration: none; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}

a.toclink:hover {
	color: #333333;	
	text-decoration: underline;
	font-size: 11px;
	}
	
	
.content_rating {
	/* used for styling the texts used for displaying 
	   those "stars" for rating in an article */
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	/* used for those voting texts (the one with voting RADIO buttons) */
	font-weight: normal;
	font-size: 8pt;
}


/* --------- Mambo Sections Styles ---------*/
/* Styling of sections tables */

.sectiontableheader {
	/* This is for styling the section table headers on a SECTION's page.
	   An example would be those articles lists when you click on "News" or something?
	   With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
	   header that you will be controlling through this style */
	background-color : #A84615;
	background-repeat: repeat;
	padding: 2px;
	color : #FFFFFF;
	font-weight : bold;
	padding: 2px;
	}

.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 : #efefef;
	}
	
.sectiontableentry2 {
	/* this is the second color for the row. So, the table generator,
	   will alternate its style through sectionableentry1 and sectiontableentry2
	   as it cycles through and outputs each row of data. Similar to forum's post
	   listings */
	background-color : #efefef;
	}




/* --------- Mambo Styles for Categories ---------*/
  /* The following are the styling for "Category" items 
    generated from the Sections area */

.category {
	/* this is to set the category Titles ( found on a SECTION's page
	   where the Category lists are) styles */
	color: #3D4E6D; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
	}

a.category:link, a.category:visited {
	/* same as above, but to set the link format */
	color: #3D4E6D; font-weight: bold;
	}

a.category:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #3D4E6D;
	}



/* --------- Mambo Blog styling ---------*/
  /* Not too sure where this is used yet. I tried the blog section 
    but it doesn't seem to use it. If you have info on this, 
    email me. I'll update this part. */
 
a.blogsection:link, a.blogsection:visited {
	color: #44757D; 
	text-decoration: none; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	}

a.blogsection:hover {
	color: #759328;	
	text-decoration: underline;
	font-size: 10px;
	}



/* --------- Mambo Components Styles ---------*/
  /* These stylings are to format the way components title 
  is displayed */

.componentheading, .componentheading_did {
	/* This is used for formatting the component's title
	   when it is displayed on its own page on the frontend */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
 	color: #A84615;
	text-align:left;
	}


/* --------- Mambo Modules formatting ---------*/
  /* These stylings are to format the way modules are 
  displayed. It mainly deals with the format of its 
    table. I think this doesn't need too much explaining. */
	
table.moduletableleft {
	/* styling the module table */
	width: 90%;

}

table.moduletableleft th, table.moduletable th {
	/* styling the module header, and the module titles */
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	text-indent: 0px;
	width: 100%;
	height: 24px;
	border-bottom: solid 1px #666666;
	text-transform: uppercase;
}

table.moduletableleft td {
	/* well.. for formatting the table cells of the module table */
	font-size: 12px;
	padding: 2px;
	padding-left: 1px;
	font-weight: normal;
}

table.moduletableleft ul {
	color: #ff0000;
}	

/* --------- Mambo's Built-in Component's Syling ---------*/
  /* These stylings are used for Mambo's built-in components 
  such as newsfeeds, weblinks, contact, search and polls. 
  A commented subtitle will guide you which is for which. */
 
 
 /*  Polls  */
 
.poll {
	/* polls texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #343A58;
	line-height: 14px
	}

.pollstableborder {
	/* set the border properties of the polls voting table */
	border: 1px solid #465675;
}



/*  Weblinks */

a.weblinks:link, a.weblinks:visited {
	/* well.. to format the link's titles under the "Weblinks" 
	   section on the frontend */
	color: #405115; text-decoration: none; font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a.weblinks:hover {
	/* same as above, but for link with mouseover */
	color: #000099;	text-decoration: underline;
	}
	


/*  Newsfeeds */

.newsfeedheading {
	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #343A58;
   }

.newsfeeddate {
	/* yeah.. the date on the newsfeed */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	font-weight: normal;
	}

.fase4rdf {
	/* this is the body text of the newsfeed */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	color: #343A58; 
	font-weight: normal;
	}

a.fase4rdf:link {
	/* links of the body text of the newsfeed */
	font-size: 11px; 
	font-weight: bold; 
	color: #356C82;
	}

a.fase4rdf:hover {
	/* links of the body text of the newsfeed when mouse points over it*/
	font-size: 11px;
	font-weight: bold; color: #759328;
	}


/* 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  */
  background-color: #FFFFFF;
	border: 1px solid #8D9ABC;
	}


/*  Contact's table settings  */

table.contact {
	/* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT 
	   enclose the dropdown list for selecting the Department/person
	   to contact */
	background-color: #FFFFFF;
	}

table.contact td.icons {
	/* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
	background-color: #CCCCCC;
	}

table.contact td.details {
	/* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
	background-color: #F3F3F3;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
.pathway {
	color: #000000;	
	}

a.pathway, a.pathway:visited {
  color: #ffffff;
}

a.pathway:hover {
	color: #98A258;	
	}
	
.site_name {
  padding-top: 5px;
  padding-left: 200px;
}
.minitext, .minitext a:link, .minitext a:visited, .minitext a:active, .minitext a:hover 
{
	color: #F0BEA5;
	font-size: 10px;

}
.minitext
{
	background-color: #A84615;
}
