﻿body { font-size: 15px; font-family: Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif }

/* CSS Tabs */
#navcontainer {
        background: #3399FF;
        border-top: 1px solid #9CC;
        font: bold 18px Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

@media all {
        #navlist {
                text-align: center
        }
}

#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist li {
        background: #000;
        margin: 0 3px 0 0;
        padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
        background: #900;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}

#navlist a:hover {
        background: #C00;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}

#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist li#active {
        background: #369;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}

html>body #navlist li#active {
        background: #000;
        margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background: #369;
        border-bottom: none;
        border-left: 1px solid #9CC;
        border-right: 1px solid #9CC;
        border-top: 1px solid #9CC;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #C00000;
}
a {
	color: #3399FF;
	font-weight: bolder;
}
/* SIDE */
#side {
	background: #EDEDED;
	vertical-align: top;
}
.catname {
	color: #60c56b;
	font-size: 15px;
	font-weight: bolder;
	background: #232829;
	padding: 3px 3px 3px 10px;
	margin-bottom: 4px;
}
.cats {
	background: url(images/cat_border.gif) repeat-x bottom;
	font-size: 14px;
	padding: 0 0 6px 0;
	margin-bottom: 4px;
}
.cats a {
	color: #3399FF;
	display: block;
	padding: 0 0 0 20px;
}
.cats a:visited {
	color: #999999;
}

.cats a:hover {
	color: #C00000;
}
.c1 {
	color: #005872;
	font-size: 12px;
	font-weight: bolder;
	padding: 0 0 0 10px;
}
.links a {
	color: #3399FF;
	display: block;
	padding: 0 0 0 20px;
}
.links a:visited {
	color: #999999;
}
.links a:hover {
	color: #C00000;
}

/* FOOTER */
.footer {
	background: #FFFFFF;
	height: 43px;
	color: Silver;
	font-size: 12px;
	padding-left: 10px;
}
/* FOOTER END */
/* SUBMIT */
.freelink input, select {
	 height: 18px;
	 font-size: 11px;
	 border: 1px solid #363636;
}
textarea {
	font-size: 11px;
	border: 1px solid #363636;
	overflow: auto;
	width: 320px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.freelink {
	width: 100%;
}
.freelink td {
	padding: 2px;
	vertical-align: top;
	font-size: 10px;
}