﻿/*#############################################################
Name: Dirtylicious
Date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements  */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
	top: 0px;
}

:focus {
	outline: 0;
}

a {
	color:  black /* #048 */;
	border: 0;
}
	
a:hover {
	color: Maroon /* #06C */;
	border: 0;
}

a:selected {
	border: 0;
}

img
{
	border:0;
}

.selected
{
	border: 0;
}

body {
	background: #090909   no-repeat center top;
	color: #FFFFFF;
	Font: normal 67.5% Trebuchet MS,Franklin Gothic Medium,Tahoma,sans-serif;
	padding-top: 32px;
}

p,code,ul {padding-bottom: 1.2em;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;	
	width: 95%;
}

.pagebody 
{
	background: url('img/bggrad2.gif') repeat-x;
	background-color: #090909;
}

.outer-container {
	background: url('images/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* header & title */
.header {
	background: #FFF;
	height: 60px;
	margin-bottom: 0px;
	text-align: left;
	border: 2px black solid;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	
	color: #FFF;
	font: normal 3em sans-serif;

	padding-bottom: 2px;
	text-decoration: none;
}
.header .title {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* main */
.main
{
	background-image: url('img/navbar.png');
	background-repeat: repeat-y;
	/* background-color: #F3F3F3;  */
	border-right: 2px solid Black;
	padding: 0px 12px 0 0;
}

.mainbg
{
	background-image: url('img/bgtile.jpg');
	background-repeat: repeat;
	margin-left: 140px;
	margin-right: -12px;
	border: 0px;
}

/* content */
.content
{
	padding-left: 45px;
	padding-right: 37px;
	/* background-color: #F3F3F3; */
	color: Black;
}

.content .descr
{
	color: #FF6 ;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li
{
	border: 0px;
	margin-left: 18px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content a {border: 0px;}

.warningtext
{
	color: Red;
	font-style: italic;
}

/* navigation */
.navigation {
	float: left;
	width: 170px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	/*padding-left: 12px;*/
}

/* friends links */

div.friendsbox
{
	width: 140px;
	border-style: solid;
	border-color: white;
	border-width: 2px 0px;
}

div.friendshdr 
{
	padding-left: 30px;
	padding-top: 3px;
	text-align: left;
	font-weight: bold;
	color: maroon;
}

div.friends 
{
	padding-left: 20px;
	text-align: left;
	color: White;
}

div.friends a, div.footer a
{
	color: #FFF;
    border: 0;
    text-decoration: none;
}

div.friends a:hover, div.footer a:hover
{
	color: Maroon;
	text-decoration: none;
	border: 0;
}

/* footer */
.footer {
	background: #141516;
	color: #FFFFFF;
	font: bold 1em sans-serif;
	margin-top: 0px;
	padding: 10px 12px;
	text-align: center;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

/* path */
.path {
	background: url(img/boxbg.gif) repeat-x;
	background-color: #141516;	
	color: White;
	margin-top: 0px;
	font: normal 1em Verdana,sans-serif;
	padding: 6px 12px 10px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

#navigation h2 {
	height: 35px;
	margin: 0;
	padding: 3px 0 0 10px;
	background: url(images/post_title_bg.png) repeat-x;
	font-size: 153.9%;
	font-weight: normal;
	color: #666666 ;
}

/* subsection header */

div.subsection
{
	border: #666666 1px solid;
	width: 100%;	
	background: url(img/boxbg.gif) repeat-x;
	background-color: #000000;
	color: white;
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 3px 12px;
	margin-right: 20px;
}

div.subsubsection
{
	font-size: medium;
	font-weight: bold;
	text-align: left;
	padding: 3px 0px;
}

.hideme { visibility: hidden; }

/* Main page layout formatting */

.mainpage
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

.gettingstartedbox
{
	padding: 11px;
	border: Black solid;
	border-width: 0px 2px 2px 2px;
	width: 100%;
	margin: 0px;
}

.gettingstartedbox li
{
	padding: 2px 0px;
}

.gettingstartedbox a
{
	font-weight: bold;
	font-size: em1.2;
	color: Maroon;
}

.gettingstartedbox a:hover
{
	color: Black;
}

.statsbox
{
	padding: 11px;
	border: Black solid;
	border-width: 0px 2px 2px 2px;
	width: 100%;
	margin: 0px;
}

.statstbl
{
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.statscol1 
{
	/* color: #DA922C; */
	color: #007812;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	border: black solid;
	border-width: 0px 1px 1px 0px;
	margin: 0px;
	font-size: small;
}

.statscol2 
{
	text-align: left;
	padding-left: 6px;
	border: black solid;
	border-width: 0px 0px 1px 0px;
	margin: 0px;
}

.eventsbox
{
	padding: 11px 0px 11px 22px;
	border: Black solid;
	border-width: 0px 2px 2px 2px;
	width: 100%;
	margin: 0px;
	background-color: #141516;
}

.event
{
	background-color: #141516;
	color: White;
	text-align: center;
	width: 100%;
	height: 100%;
}

/* News Items */

span.newshdr
{
	font-size: medium;
	font-weight: bold;
	color: Maroon;
}

span.footnote /* Reused in Statistics box as well. */
{
	text-align: left;
	font-style: italic;
	font-size: smaller;
	color: Gray;
}

hr.newsdiv
{
	color: Black;
	background-color: Black;
	width: 60%;
	border: 0;
}

/* Admin report */

hr.fulldiv
{
	color: Black;
	background-color: Black;
	width: 100%;
	border: 0;
}

td.col1
{
	width: 160px;
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
}

td.col2
{
	padding-right: 10px;
	text-align: left;
}

td.col3
{
	text-align: right;
	width: 140px;
}

#dhtmltooltip{
        position: absolute;
        border: 1px solid black;
        padding: 2px;
        color: white;
        background-color: #92b4e0;
        visibility: hidden;
        z-index: 100;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
    }
    
    .RadTabStrip .rtsLevel { clear: none !important;}
