/*
#######################################################
#  teov.org - tunes | technology | freedom            #
#                                                     #
#  Author:   Benjamin P. Keating                      #
#            bkeating-at-teov.org                     #
#  Release:  grid.teov.org - teovIrdox-02005          #
#######################################################
*/


body {
	margin: 30px 0px 30px 0px;
	background-color: #000000;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	font-size : 62.5%; /* Resets 1em to 10px */
	color: #FFFFFF;
	}

a { color: #FFFFFF; text-decoration: none; }
a:link {  }
a:hover	{ color: #e0b863; }
a:visited {  } 
hr { height: 0px; border: solid #5f5f5f 0px; border-top-width: 1px; }


/* Main table cell colours and backgrounds */
td.row1		{ background-color: #252525; }
td.row2		{ color: #CCCCCC; background-color: #181818; }
td.row3		{ background-color: #666666; }
td.rowpic	{ background-image: url(images/forumname.png); }
th		{ color: #FFFFFF; font-size: small; font-weight: bold; background-image: url(images/cellpic3.png); background-repeat: repeat-x; }
td.catSides	{ border: #FFFFFF; border-style: solid; height: 28px; }
td.cat,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; }
td.spaceRow 	{ background-color: #000000; border: #FFFFFF none; }
td.catHead 	{ background-image: url(images/cellpic3.png); font-size: 12px; border-width: 1px 1px 0px; }
td.catSides	{ border-width: 0px 1px 0px 1px; }
td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
td.catLeft { border-width: 0px 0px 0px 1px; }
td.catBottom { border-width: 0px 1px 1px 1px; }
h2 { font-weight: bold; font-size: 22px; font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; text-decoration: none; line-height : 100%; color : #FFFFFF; }

/* General text */
.gen { font-size: small; }
.genmed { font-size: small; }
.gensmall { font-size: x-small; }
.gen,.gensmall { color: white; }

a.gensmall {
	color: #ff9900;
	font-weight: bold;
	text-decoration: underline;
	}

a.gensmall:link {text-decoration: underline;}
a.gensmall:visited {text-decoration: underline;}
a.gensmall:hover { color: #e0b863; }

/* Who is Online Table on index_body.tpl */
.whoisonline { font-size: 10px; }
a.whoisonline:link { color: #99CCFF; text-decoration: underline; font-weight: bold; }
a.whoisonline:hover { color: #e0b863; text-decoration: none; }
a.whoisonline:visited { color: #003366; text-decoration: none;}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size: x-small; color: #FFFFFF; font-weight: bold}
a.mainmenu		{ text-decoration: none;  color: FFFFFF;}
a.mainmenu:hover 	{ color: #e0b863; }


/* Forum category titles */

.cattitle {
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color : #000000;
	}

a.cattitle { 
	text-decoration: none;
	}

a.cattitle:visited {
	color: white;
	}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink {
	font-weight: bold;
	font-size: medium;
	color : #CCCCCC;
	}

a.forumlink {
	text-decoration: none;
	color : #FFFFFF; 
	}

a.forumlink:hover {
	text-decoration: none;
	color : #f3cb74; 
	}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #FFFFFF;}
a.nav			{ text-decoration: none; color : #CCCCCC; }
a.nav:hover		{ text-decoration: none; ; color: #f3cb74; }


/* titles for the topics: could specify viewed link colour too */
.topictitle		{ text-decoration: none; font-weight: none; font-size: 11px; color: #FFFFFF; font-weight: bold; }
a.topictitle:link   	{ text-decoration: none; font-weight: none; font-size: 11px; color: #FFFFFF; }
a.topictitle:hover	{ text-decoration: none; color: #f3cb74; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 15px; color : #FFFFFF;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #CCCCCC; }


/* The content of the posts (body of text) */

.postbody {
	font-size: small;
	color: white;
	}

.postbody a {
	border-bottom: 1px solid #6b6049;
	color: #e0b863;
	text-decoration: none;
	}

.postbody a:visited {
        border-bottom: 1px solid #6b6049;
        color: #ffcb5a;
        text-decoration: none;
        }

.postbody a:hover {
        border-bottom: 1px solid #a69572;
        text-decoration: none;
        }
	

a.postlink:link	{
	}

a.postlink:visited {
	}

a.postlink:hover {
	}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: small;
	color: #141617;
	padding: 10px;
	background: #dbdbdb;
	border: 1px #999999 solid;
	 }

.quote {
	padding: 10px;
	color: #b5b5b5;
	background: #3e444c;
	border: 1px #7e848b solid;
	font-size: small;
	 }


/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; color: #CCCCCC; letter-spacing: 5px; }
a.copyright { color: #444444; text-decoration: none; }
a.copyright:hover { color: #f3cb74; text-decoration: underline; }
select { color : #f3cb74;  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; font-size: 11px; border-color : #000000; }
select { background-color : #202020; border: 0px #FFFFFF none; }

input {
	margin: 3px;
	font-size: small;
	font-weight: bold;
	}


/*    The buttons used for bbCode styling in message post */
input.button {
	background: #404040;
	color: #FFFFFF;
	border: 1px solid #707070;
	}

/* The main submit button option */
input.mainoption {
	background: #6e0000;
	color: white;
	border: 1px solid red;
	}

/* None-bold submit button */
input.liteoption {
	background-color: #316734;
	border: 1px solid #00b909;
	color: #FFFFFF;
	}

td.cat          { background-image: url(images/forumname.png); border: none; height: 25px; }
.genmed { color: #999999; }
a.genmed { color: #FFFFFF; text-decoration: none; }
a.genmed:hover { color: #f3cb74; text-decoration: bold; }

td.catHead { border: none; }
td.catRight { border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right { background-color: #333333; border: none; }



/* Form elements */

input {  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; border-style: solid; border-width: 1px 1px 1px 1px; color: #f3cb74; border-color : #DDDDDD; background-color: #DDDDDD font-size: small; }
textarea {  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; font-size: small; background-color : #0e0e0f; color: #FFFFFF; border-width: 1px 1px 1px 1px; border-style: solid; border-color : #666666; }
textarea.post { font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; font-size: small; background-color : #0e0e0f; color: #FFFFFF; border-width: 1px 1px 1px 1px; border-style: solid; border-color : #666666; }

/* The largest text used in the index page title and toptic title etc. */

.maintitle {
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	color : #e0b863;
	}

td.catBottom { background-image: url(templates/teovIrdox/images/forumname.png); border: none; }
a.gen:hover { color: #f3cb74; text-decoration: none; }
a.gen { color: #FFFFFF; text-decoration: none; }
font {  color: #CCCCCC; }
.hr { color: #FF0000; }
h1 { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #FFFFFF; }
input.post { color: #CCCCCC; background-color: #000000; } 
td.spaceRow { border-width: 0px 1px; } 
a.cattitle:link { color: #FFFFFF; }
td.catHead { border-width: 0px; }
a.login:hover { color: #FF0000; }

.quickreply {
	padding: 10px;
	text-align: center;
	background: #363636;
	}

.graybg {
	padding: 10px;
	background: #404040;
	text-align: center;
	}

.login {
	font-size: small;
	}

.loginrow {
	padding: 10px;
	background: #555555;
	}

.agreement {
	padding: 10px;
	background: #606060;
	color: white;
	text-align: center;
	font-size: small;
	}

.agreement a {
        border-bottom: 1px solid #6b6049;
        color: #e0b863;
        text-decoration: none;
	}

.agreement a:visited {
        border-bottom: 1px solid #6b6049;
        color: #ffcb5a;
        text-decoration: none;
	}

.agreement a:hover {
        border-bottom: 1px solid #a69572;
        text-decoration: none;
	}

.centered {
	text-align: center;
	}

/* ==================== BEGIN FOOTER ==================== */

.forum-desc {
	color: #686868;
	font-size: 0.7em;
	}

/* ==================== BEGIN FOOTER ==================== */



/* ==================== BEGIN FOOTER ==================== */

#footer {
	width: 90%;
	margin: auto;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px #0037B5 dotted;
	text-align: center;
	color: #a1a1a1;
	}

.footer-tagline {
	padding-bottom: 10px;
	letter-spacing: 3px;
	}

/* ==================== END FOOTER ==================== */
