/* General Page Styles */
body {
	background-color: #f0f0f0;
	font: 10px Verdana, Helvetica, sans-serif;	
}

img { border:0px; }
p.centre { text-align: center; }
p.pad { padding-left: 10px; }
span.pad { padding-left: 10px; }
span.centre { padding-left: 70px; }

a.plain {
	text-decoration: none;
}

a.dot {
	text-decoration: none;
	border-bottom: 1px dotted;
}

p.box {
        margin-left: 35px;
        width: 320px;
        min-width: 320px;
        padding: 5px;
        border: 1px #c0c0c0 dashed;
}

/* banner */
#banner img {
	margin-left: 10px;
}

#banner img.fire {
	text-align: right;
	padding-left: 15px;
	padding-top: 5px;
}

#banner img.foaf {
	padding-left: 15px;		
	padding-bottom: 5px;
}

span.ffire {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
}

/* left column */
#leftcontent h3 {
	color: #FF9900;
	text-align: center;
}

#leftcontent a:link {
        color:#FF9900;
        font-size:10px;
        text-decoration: none;
}

#leftcontent a:visited {
        color:#FF9900;
        font-size:10px;
        text-decoration: none;
}

#leftcontent a:hover {
        color:#33cc33;
        background-color:transparent;
}

#menu ul {
        width: 80px;
        margin-left:0px;
        padding-left:20px;
}

#menu li {
        background-color: #f5f5f5;
        padding-top: 2px;
        padding-bottom:2px;
        padding-left: 16px;
        margin-left: 2px;
        margin-bottom: 2px;
        margin-top:2px;
        list-style: none;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

#menu a:link {
        color:#000000;
        font-size:14px;
        text-decoration: none;
}

#menu a:visited {
        color:#000000;
        font-size:14px;
        text-decoration: none;
}

#menu a.focus:link {
	color:#c0c0c0;
        font-size:14px;
        text-decoration: none;
}

#menu a.focus:visited {
	color:#c0c0c0;
        font-size:14px;
        text-decoration: none;
}

#menu a:hover {
        color:#c0c0c0;
        background-color:transparent;
}

#content.gallery {
	background-color: #CCCCFF;
}

.gallery h2 {
	text-align: center;
}
.gallery p {
	text-align: left;
	margin-left: 10px;
}

/* this section doesn't work in IE on windows.
   In order to get the background colour to display I've had to add an ID
   to the body tag (negating the point of the templated site. If I find a way
   to fix it I'll put this bit back

#content.daily { 
	background-color: #000000; 
}

.daily h1 {
        color: #99FF99;
        font-size: 14px;
	text-align: center;
	text-decoration: underline;
}

.daily h2 {
        color:#99FF99;
        font-size: 12px;
}
*/

body#dailies #content {
	background-color: #000000;
}

body#dailies #content h1 {
        color: #99FF99;
        font-size: 14px;
        text-align: center;
        text-decoration: underline;
}

body#dailies #content h2 {
        color:#99FF99;
        font-size: 12px;
}

#rightcontent h2 {
	text-align: center;
	font-size: 14px;
	color:  #800080;
	
}

span.foot {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}


/* index.html */
p.meres {
	text-align: center;
	padding-top: 10%;
}

/* files.html */
h1.files {
	font-size: 14px;
        text-align: center;
	text-decoration: underline;
}		

ul.files { margin-left:0px; padding-left:10px }

/* tech.html */
p.tech { padding-left:10px }

/* daily.html */
p.toppad {
	 padding-top:20px;
}

a.daily:link { 
	color:#CCCCFF; 
}

a.daily:visited {
        color:#CCCCFF;
}

ul.daily {
        width: 150px;
        margin-left:0px;
        padding-left:10px;
        background-color: #000000;
}

li.daily {
        background-color: #303030;
        padding-top: 2px;
        padding-bottom:2px;
        padding-left: 2px;
        margin-left: 2px;
        margin-bottom: 2px;
        margin-top:2px;
        list-style: none;
}

div.news {
	position: absolute;
	margin-left: 27%;	
	top: 200px;
}


/* about.html */

h1.about {
	text-align: center;
	text-decoration: underline;
	color: #873db7;
	font-size: 14px;
}

h3.about {
	margin-left: 15px;
	color: #873db7;
	font-size: 12px;
}

/* blacklist */
h1.blacklist {
        text-align: center;
        text-decoration: underline;
        color: #873db7;
        font-size: 14px;
	font-weight: bold;
}

h3.blacklist {
        margin-left: 15px;
        font-size: 12px;
}

/* leech.html */
body.leech { background-color:#f0f0f0 }
p.leechpad { padding-left:10px; padding-top:20px }
