
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                  things common to all pages                    *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

BODY {
	background-image: url(bg.png);
	font-family: "Arial", sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.notice{
border: 2px dashed #bb02ff;
padding: 2px;
}
a:link, a:visited, a:hover, a:active {
	color: #000066;
}
.newcol{
background:#006600;
}
H1, H3 {
	border: 1px solid black;
	text-align: center;
	background-image:url(topban.jpg)
}
H1 {
	margin-top: 0px;
	margin-bottom: 0px;
	/*padding: 2px;*/
}
H1 A {
	color: black;
	margin-top:0px;
}
H3 {
	/*padding: 1px;*/
	margin-top: 28px;
}
THEAD {
	background: #DEDEDE;
	font-weight: bold;
}
TD {
	vertical-align: top;
	text-align: center;
}
#subtitle {
	width: 256px;
	font-size: 0.75em;
	margin: auto;
	text-align: center;
	border: 1px solid black;
	border-top: none;
	background: #bb02ff;
}
#body SELECT {width: 150px;}
TD>INPUT {width: 100%;}
TD>SELECT {width: 100%;}

#footer {
	clear: both;
	padding-top: 8px;
	font-size: 0.7em;
	text-align: center;
}

*[onclick] {cursor: pointer;}
IMG {border: none;}
FORM {margin: 0px;}
A {text-decoration: none;}
A:hover {text-decoration: underline;}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*             the navigation bar, and all its blocks             *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#nav {
margin-left: 5px;
	width: 150px;
	float: left;
	text-align: center;
	font-size: 0.9em;
}
#nav TABLE {
	width: 150px;
}
#nav TD {
	vertical-align: middle;
}
#nav INPUT {
	width: 100%;
	padding: 0px;
}
#nav SELECT {
	width: 100%;
	padding: 0px;
}

#comments P {
	text-align: left;
	width: 150px;
	max-width: 150px;
	overflow: hidden;
}

#navright {
margin-right: 5px;
	width: 150px;
	float: right;
	text-align: center;
	font-size: 0.9em;
}
#navright TABLE {
	width: 150px;
}
#navright TD {
	vertical-align: middle;
}
#navright INPUT {
	width: 100%;
	padding: 0px;
}
#navright SELECT {
	width: 100%;
	padding: 0px;
}
.more:after {
	content: " >>>";
}

.tag_count:before {
	content: "(";
}
.tag_count:after {
	content: ")";
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                 the main part of each page                     *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#body {
	margin-left: 160px;
	margin-right: 160px;
	margin-top:28px;
	text-align: center;
}
#body TABLE {
	width: 90%;
	margin: auto;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                     specific page types                        *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#pagelist {
	margin-top: 0px;
}

#tagmap A {
	padding: 8px 4px 8px 4px;
}

.comment {
	text-align: left;
}

.setupblock {
	border: 1px solid #AAA;
	padding: 8px;
	margin: 16px;
	width: 350px;
}

.helpable {
	border-bottom: 1px dashed gray;
}

.ok {
	background: #AFA;
}
.bad {
	background: #FAA;
}
.thumbblock {
	width: 220px;
	height: 220px;
	display: inline-block;
	float: left;
}
.thumb {
	display: inline-block;
	text-align: center;
	margin-bottom: 32px;
}
.paginator {
	clear: both;
	padding: 4px;
	margin-bottom: 32px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                     Top page advert                            *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table.ad {
border: 1px solid black;
width: 50%;
}

td.ad {
background-image: url(bg.png);
width: 100%;
}
.imgtop{
float: left;
}

.bgtop{
background:url(bgtop.jpg) bottom;
}

#submit{
border: 1px solid black;
background: #bb02ff;
color: #f0f0f0;
margin-left: 0px;
}

#barbot {
background-color: #bb02ff;
border-bottom: 1px solid black;
}

.menuh {
border-bottom: 1px solid black;
}

ul#twitter_update_list li {list-style:none; padding-bottom:10px;}
