*{
margin:0;
padding:0
}

body {
	background:#fff;
	border-top:10px solid #900;
	color:#000;
	font: 0.9em Verdana, Geneva, sans-serif;
	text-align:center
}

p {margin-bottom: 1em; }

.page {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:873px
	}

#footer {
	border-top:1px solid #000;
	clear:both;
	width: 870px;
	margin:0 auto 0 auto;
	padding:10px 0;
	text-align:center;
        font-size: 0.7em;
	}
/* End Main-Layout */



/* Begin Header */
h1 {
font-family: "Arial Black", Gadget, sans-serif;
font-size: 3em;
font-weight: bold;
padding:30px 0 0 0;
text-align:center;
text-transform:uppercase
}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
text-decoration:none;
color:#000
}

.description {
color:#777;
font:14pt Georgia, serif;
padding:0 0 5px 0;
text-align:center;
text-transform:uppercase;
}

form.login {display: inline;}

.googleads {border-bottom: 1px solid #000; padding: 5px 0 5px 0; text-align: center;}

#header ul{
	border-bottom:2px solid #000;
	border-top:1px solid #000;
	padding:3px 0; text-align: center;
}

#header ul li {
	display:inline;
	padding:0 10px 0 10px;
}

#header ul li a:link, #header ul li a:active, #header ul li a:visited, #header ul li a:hover{
	color:#000;
	font:1.1em georgia,"trebuchet ms";
	text-decoration:none;
	text-transform:uppercase
}
/* End Header */

#hottags {float: left; width: 160px; overflow-x: hidden; margin-right: 20px; padding: 0; }

#discussions, #profileblock { margin-left: 180px; width: 690px; }

#latest, #forumlist, #favorites { margin: 10px 0 20px 0; width: 690px; }

#latest th, #forumlist th, #favorites th { background: #ddd; border-bottom: 1px solid #ccc; padding: 2px; text-align: center; }

#latest tr, #forumlist tr, #favorites tr { background: #f6f6f6; }

#latest tr.alt, #forumlist tr.alt, #favorites tr.alt { background: #f0f0f0; }

#latest td, #forumlist td, #favorites td { padding: 2px; }

#latest td.num, #forumlist td.num, #favorites td.num { text-align: center; }

#viewdiv { margin-bottom: 20px; }

form.postform {margin: 20px 0 20px 0; }

form.postform p {margin-bottom: 10px; }

#thread { background: #fff; list-style: none; margin: 0; padding: 0; }

#thread li { padding: 10px 2px 2px 2px; line-height: 1.5em;  background: #f9f9f9; border-bottom: 1px solid #ccc; }

#thread li.alt { background: #f0f0f0; }

#thread li ol li, #thread li ul li {padding: 0; border: 0; background: none; }

.threadauthor { margin-left: -180px; overflow: hidden; position: absolute; width: 160px; text-align: right; }

.threadauthor small { font-size: 0.7em; }

.poststuff { border-top: 1px dotted #ccc; margin: 10px 0 0; 	padding: 2px 0 0; font-size: 0.7em; color: #777; }

.submit { text-align: right; }

#infotable { margin-top: 10px; width: 100%; font-size: 0.7em; }
#infotable ul { list-style: none; }
#infotable td { padding: 0; vertical-align: top; }
.topicmeta {text-align: right; }

/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#000;
	font:normal 1.5em georgia, serif;
	margin:20px 0 0 0
	}

h2,h3{
	border-bottom:1px solid #000
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#000;
	text-decoration:none
}

.postmetadata {
	color:#666;
	font-size: .7em;
	padding:2px 0 10px 0
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#900;
	text-decoration:none
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry, .entrytext{
	line-height:150%;
	margin:2px 0 0 0;
	}
	
.entry p, .entrytext p{
	margin: 0 0 15px 0;
        text-align: justify;
	}

a:link,a:visited,a:active,a:hover{
	color:#900;
	text-decoration: none;
}
/* End Content*/



/* Begin Comments */
#commentform input, #commentform textarea {font: 0.9em Verdana, Geneva, sans-serif; width: 600px;}
.commentlist li {
	font-size:0.9em
	}
	
.commentlist li {
	font-weight:bold
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none
	}

.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify;
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
ul {list-style-position: inside; }
.entry ul, .entry ol, .entrytext ul, .entrytext ol {margin:5px 0 5px 26px; list-style-position: inside; }



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px
	}

#sidebar2 #searchsubmit {
	padding:1px
	}

.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0
	}

#commentform textarea {
	width:95%;
	padding:2px
	}

#commentform #submit {
	margin:0;
	float:right
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	background:#f3f3f3;
	border:1px solid #000;
	line-height:120%;
	margin:10px 0;
	padding:5px 10px 5px 10px
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}
dt {font-weight: bold; padding-top: 1em;}
dd {text-align: justify; padding-left: 50px;}

a img {
	border:none
	}
img.leftthumb {float: left; margin: 0 10px 0 0;}
img.photo {display: block; margin: 0 auto 0 auto;}
p.photo {text-align: center; font-size: 0.7em;}
.nav {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
}

