/**
 * Template name: ThornArts-X
 * Copyright (C) 2006 by Rolf Erne
 */

/* ========================================================================================
 * General Body Styling
 * ----------------------------------------------------------------------------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */
 
body {
     background                 : #222222 url(../images/SC-BGStripe-X.png);
     color                      : #747474;
     scrollbar-3dlight-color    : #6a6a6a;
     scrollbar-arrow-color      : #9999AA;
     scrollbar-darkshadow-color : #000000;
     scrollbar-face-color       : #444444;
     scrollbar-highlight-color  : #444444;
     scrollbar-shadow-color     : #000000;
     scrollbar-track-color      : #2e2e2e;
     }

td,tr,p,div,th {
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 11px;
     color                      : #FFFFFF;
     }

h4   {
     color                      : #FFFFFF; 
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 14px; font-weight: bold;
     }

h5   {
     color                      : #FFFFFF; 
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 13px;
     font-weight                : bold;
     }

h6   {
     color: #FFFFFF; 
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 12px;
     font-weight                : bold;
     }

a:link, a:visited {
     font-size                  : 11px;
     color                      : #9999AA;
     text-decoration            : none;
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     }

a:hover {
     color                      : #767676;
     text-decoration            : underline;
     }
	
ul   {
     margin                     : 0px 0px 0px 0px;
     }

li   {
     list-style                 : inside 3px;
     }
	

/* ========================================================================================
 * General Joomla Styles
 * ----------------------------------------------------------------------------------------
 * The following are styles that are often used
 * site wide by Joomla 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 #212121;
     }

hr.separator {
/*   found this css style in PeekJoomla'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 #212121;
     }

.back_button {
     float                      : left;
     text-align                 : center;
     font-size                  : 14px;
     font-weight                : bold;
     border                     : 3px double #cccccc;
     width                      : auto;
     background                 : url(../images/SC-ButtonBG-X.png) repeat-x;
     padding                    : 0px 10px;
     line-height                : 26px;
     margin                     : 1px;
}

.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 */
     color                      : #F7F4F4;
     text-align                 : center;
     font-size                  : 12px;
     font-weight                : bold;
     border                     : 2px double #999999;
     width                      : auto;
     background                 : url(../images/SC-ButtonBG-X.png) repeat-x;
     padding                    : 0px 10px;
     line-height                : 22px;
     margin                     : 1px;
}
     }

a.pagenav, a.pagenav:visited {
/*   same as above, but for links */
     font-weight                : bold;
     color                      : #9999AA;
     }

a.pagenav:hover {
/*   same as above, but for links with mouse pointer over it */
     color                      : #767676;
     }

.small {
/*   general style for texts when small size fonts are used. In 
     the contents, this style is used for "Written by..." texts */
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 10px;
     color                      : #FFFFFF;
     text-decoration            : none;
     font-weight                : normal;
     }

.smalldark {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 10px;
     color                      : #FFFFFF;
     text-decoration            : none;
     font-weight                : normal;
     }

.pathway {
     color                      : #9999AA;	
     }

a.pathway, a.pathway:visited {
     color                      : #9999AA;
     }

a.pathway:hover {
     color                      : #767676;	
     }


/* ========================================================================================
 * Joomla Form Styles
 * ----------------------------------------------------------------------------------------
 * Here are 2 styles that Joomla uses to let users control
 * how their forms and buttons may look.
 */
 
.button {
/*   this style applies to most form buttons generated by
     Joomla and its components. Change its format here*/
     color                      : #9999AA; 
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     text-align                 : center;
     font-size                  : 12px;
     font-weight                : bold;
     border                     : 2px double #999999;
     width                      : auto;
     background                 : url(../images/SC-ButtonBG-X.png) repeat-x;
     padding                    : 0px 5px;
     line-height                : 18px !important;
     line-height                : 16px;
     height                     : 26px !important;
     height                     : 24px;
     margin                     : 1px;
     }
		
.inputbox {
/*   Again, the name implies that this style changes the 
     way those input box looks */
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 12px;
     color                      : #eeeeff;
     background                 : #000000;
     border                     : 1px solid #5b5b5b;
     }


/* ========================================================================================
 * Joomla Tabbed Frontend Admin Interface
 * ----------------------------------------------------------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */
 
.ontab {
/*   For styling of the "Tab" buttons when editing contents through the frontend
     (when you log in as admin in the frontend). This .ontab is the styling for the
     tab when it is active or after its "clicked" */
     background-color           : #000000;
     border-left                : outset 1px #747474;
     border-right               : outset 1px #F747474;
     border-top                 : outset 1px #747474;
     border-bottom              : solid 1px #747474;
     text-align                 : center;
     font-weight                : bold;
     color                      : #FFFFFF;
     }

.offtab {
/*   Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
     This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
     background-color           : #000000;
     border-left                : outset 1px #747474;
     border-right               : outset 1px #F747474;
     border-top                 : outset 1px #747474;
     border-bottom              : solid 1px #747474;
     text-align                 : center;
     cursor                     : hand;
     font-weight                : normal;
     color                      : #FFFFFF;
     }

.tabpadding {
/*   this style is used set the size of the tab in 
     in the above */
     padding-top                : 5px;
     padding-bottom             : 5px;
     padding-left               : 5px;
     padding-right              : 5px;
     }

.tabheading {
/*   Not too sure what this is used for. Couldn't find anything
     related to it yet at the moment */
     }

.pagetext {
/*   this style is used to style the content of the editing form
     contents (where HTMLArea sits and all its forms + contents) in
     the frontend Administration interface */
     background-color           : #000000;
     color                      : #FFFFFF		
     position                   : relative;
     top                        : 0;
     }


/* ========================================================================================
 * Joomla Menu Styling
 * ----------------------------------------------------------------------------------------
 * You can control the way menu behave and look
 * by using the CSS settings below
 */

a.mainlevel:link, a.mainlevel:visited {
/*   this styling is for the MAIN items in the menu */
     color                      : #9999AA;
     display                    : block;
     width                      : 155px;
     line-height                : 20px;
     font-size                  : 11px;
     color                      : #eee;
     text-decoration            : none;
     font-weight                : bold;
     background	                : url(../images/SC-ModulMenu-X.gif) no-repeat;
     text-indent                : 23px;
     padding-bottom             : 2px;
     }

a.mainlevel:hover {
/*   same as above, but when hovering */
     color                      : #000000; 
     font-weight                : bold;
     text-indent                : 23px;
     background-position        : 0 -23px;
     text-decoration            : none;
     }
	
a.mainlevel#active_menu {
     color                      : #333;
     background-position        : 0 -46px;
     }

a.sublevel:link, a.sublevel:visited {
/*   this styling is for menu items that HAS A PARENT */
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     color                      : #9999AA; 
     display                    : block;
     width                      : 150px;
     line-height                : 20px;
     font-size                  : 11px;
     text-decoration            : none;
     font-weight                : bold;
     background                 : url(../images/SC-ModulButtonSub-X.gif) no-repeat;
     text-indent                : 22px;
     padding-bottom             : 2px;
     }

a.sublevel:hover {
/*   Hovered style! */
     color                      : #767676; 
     text-indent                : 30px;
     background-position        : 0 -23px;
     text-decoration            : none;
     }

a.sublevel#active_menu {
     color                      : #333;
     background-position        : 0 -46px;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
     float                      : left;
     display                    : block;
     line-height                : 19px;
     font-size                  : 11px;
     color                      : #ddd;
     text-decoration            : none;
     font-weight                : bold;
     background                 : url(../images/SC-TopButton-X.gif) repeat-x;
     padding                    : 0px 10px 0px 10px;
     border-right               : 1px solid #777;
     border-left                : 1px solid #555;
     vertical-align             : top;
     }

a.mainlevel-nav:hover {
     color                      : #fff;
     background-position        : 0 -19px;
     text-decoration            : none;
     }

a.mainlevel-nav#active_menu-nav {
     color                      : #333;
     background-position        : 0 -38px;
     text-decoration            : none;
     }


/* ========================================================================================
 * Joomla 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                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 10px;
     color                      : #FFFFFF;
     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                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 10px;
     color                      : #FFFFFF;
     text-decoration            : none;
     font-weight                : normal;
     }

a.readon:link, a.readon:visited {
/*   For formatting the "Read on..." link for blogs and on frontpage. */
     color                      : #9999AA; 
     text-decoration            : none; 
     font-family                :  Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 11px;
     }

a.readon:hover {
/*   Hovered style! */
     color                      : #767676;
     text-decoration            : underline;
     font-weight                : normal;
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 11px;
     }

/* ========================================================================================
 * Joomla 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: transparent;
     }

.content-pane .tab-page {
     background-color           : #000000;
     color                      : #FFFFFF;
     }

.adminform { 
     background-color           : #00000; 
     color                      : #FFFFFF; 
     } 

.contentpaneopen {
     background-color           : transparent;
     }

.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                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 13px;
     font-weight                : bold;
     color                      : #FFFFFF;
     text-align                 : left;
     line-height                : 16px;
     height: 15px;
     }

.contentpagetitle {
/*   Couldn't find where is this yet. Will update this part when I
     get to it. Sorry. If you know, please email me the infos */
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 13px;
     font-weight                : bold;
      color                     : #FFFFFF;
     text-align                 : left;
     }

.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: Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 11px;
     color                      : #FFFFFF;
     text-align                 : left;
     background                 : #000000;
     }

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           : #000000;
     border-top                 : 1px solid #747474;
     border-bottom              : 1px solid #747474;
     border-left                : 1px solid #747474;
     border-right               : 1px solid #747474;
     }

table.contenttoc td {
/*   the same as above, but this is used to format the td or table cells */
     font-family                : Verdana, Arial, Helvetica, sans-serif;
     font-size                  : 8pt;
     font-weight                : normal;
     text-align                 : left;
     padding                    : 3px;
     }

.content_rating {
/*   used for styling the texts used for displaying 
     those "stars" for rating in an article */
     font-weight                : normal;
     font-size                  : 9pt;
     }

.content_vote {
/*   used for those voting texts (the one with voting RADIO buttons) */
     font-weight                : normal;
     font-size                  : 9pt;
     }


/* ========================================================================================
 * Joomla 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          : #000000;
     font-family               : Verdana, Arial, Helvetica, sans-serif;
     background                : url(../images/SC-Subhead-X.png);
     background-repeat         : repeat;
     padding                   : 2px;
     color                     : #FFFFFF;
     font-weight               : bold;
     padding                   : 2px;
     padding                   : 1px;
     line-height               : 31px;
     padding-top               : 0px;
     padding-left              : 10px;
     height: 21px;
     }

.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          : #222222;
     }
	
.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          : #333333;
     }

/**
 * Joomla 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                     : #FFFFFF; 
     font-family               : Verdana, Arial, 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                     : #FFFFFF;
     font-weight               : bold;
     }

a.category:hover {
/*   same as above, but for links with mouse pointer over it */
     color                     : #767676;
     }


/* ========================================================================================
 * Joomla 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                     : #FFFFFF; 
     text-decoration           : none; 
     font-family               : Verdana, Arial, Helvetica, sans-serif;
     font-size                 : 10px;
     }

a.blogsection:hover {
     color                     : #767676;	
     text-decoration           : underline;
     font-size                 : 10px;
     }


/* ========================================================================================
 * Joomla Components Styles
 * ----------------------------------------------------------------------------------------
 * These stylings are to format the way components title
 * is displayed
 */

.componentheading {
/*   This is used for formatting the component's title
     when it is displayed on its own page on the frontend */
     background                : url(../images/SC-Subhead-X.png) repeat-x;
     font-family               : Verdana, Arial, Helvetica, sans-serif;
     font-size                 : 14px;
     font-weight               : bold;
     color                     : #FFFFFF;
     text-align                : middle;
     line-height               : 31px;
     padding-top               : 0px;
     padding-left              : 10px;
     height: 21px;
     }


/* ========================================================================================
 * Joomla 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.moduletable {
/*   styling the module table */
     margin                    : 0px 0px 0px 0px;
     width                     : 95%;
     }

table.moduletable th {
/*   styling the module header, and the module titles */
     font-family               : Verdana, Arial, Helvetica, sans-serif;
     background	               : url(../images/SC-ModulTitle-X.png) no-repeat;
     width                     : 168px;
     line-height               : 28px;
     text-align                : middle;
     font-size                 : 12px;
     font-weight               : bold;
     color                     : #FFFFFF;
     text-indent               : 0px;
     padding-bottom            : 0px;
     text-transform            : uppercase;
     }

table.moduletable td {
/*   for formatting the table cells of the module table */
     font-family               : Verdana, Arial, Helvetica, sans-serif;
     font-size                 : 11px;
     }
	

/* ========================================================================================
 * Joomla's Built-in Component's Syling
 * ----------------------------------------------------------------------------------------
 * These stylings are used for Joomla'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               : Verdana, Arial, Helvetica, sans-serif;
     font-size                 : 11px;
     font-weight               : bold;
     color                     : #FFFFFF;
     line-height               : 14px
     }

.pollstableborder {
/*   set the border properties of the polls voting table */
     border                    : 1px solid #747474;
     }


/*  Weblinks */

a.weblinks:link, a.weblinks:visited {
/*   to format the link's titles under the "Weblinks" 
     section on the frontend */
     color                     : #9999AA;
     text-decoration           : none;
     font-weight               : normal;
     font-family               : Verdana, Arial, Helvetica, sans-serif;
     }

a.weblinks:hover {
/*   same as above, but for link with mouseover */
     color                     : #767676;
     text-decoration           : underline;
     }


/*  Newsfeeds */

.newsfeedheading {
/*   The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
     font-family               : Verdana, Arial, Helvetica, sans-serif;
     font-size                 : 11px;
     font-weight               : bold;
     color                     : #FFFFFF;
     }

.newsfeeddate {
/*   the date on the newsfeed */
     font-family               : Verdana, Arial, Helvetica, sans-serif;
     font-size                 : 10px;
     color                     : #FFFFFF;
     font-weight               : normal;
     }

.fase4rdf {
/*   this is the body text of the newsfeed */
     font-family               : Verdana, Arial, Helvetica, sans-serif;
     font-size                 : 11px; 
     color                     : #FFFFFF; 
     font-weight               : normal;
     }

a.fase4rdf:link {
/*   links of the body text of the newsfeed */
     font-size                 : 11px; 
     font-weight               : bold; 
     color                     : #9999AA;
     }

a.fase4rdf:hover {
/*   links of the body text of the newsfeed when mouse points over it*/
     font-size                 : 11px;
     font-weight               : bold;
     color                     : #767676;
     }


/* 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          : Black;
     border                    : 1px solid #747474;
     }


/*  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          : transparent;
     }

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          : #000000;
     }

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          : #000000;
     font-size                 : 11px;
     font-family               : Verdana, Arial, Helvetica, sans-serif;
     }
     
/* THE END */
     