﻿/* Reseting settings, source: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	text-align:center;
	line-height: 1;
	color: black;
	background: #eee;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	/*background-image:url('img/sanyikakas_.jpg');*/
	background-position:top left;
	background-repeat:no-repeat;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a, a:hover{
	color:#034af1;
}

#wrapper{
	width:800px;
	margin:10px auto;
	text-align:left;
	/*border:7px solid black;*/
	/*border-right:7px dashed black;*/
	background:#ccc;
}
#wrapper h1 {
	font-size:40px;
	height:62px;
	font-weight:bold;
	padding:5px 0 15px 15px;
	border-bottom:5px dashed black;
	margin-bottom:15px;
	background:url(img/sanya_radir.jpg) no-repeat top right;
	vertical-align:middle;
}
#menuslider {
	margin:0 auto;
	background-color:#aaa;
	width:1000px;
	height:10px;
	background:#aaa no-repeat bottom center;
}
#topbox {
	text-align:center;
}
#commentbox{
	width:400px;
	height:150px;
	border:1px dashed black;
	background:#eee;
}
	#editedcomment{
		width:400px;
		height:150px;
		border:1px dashed black;
		background:#eee;
	}
#editcomment{
	display:none;
	height:184px;
	width:500px;
	padding:5px;
	background-color:#ccc;
	text-align:center;
}
.editlink {
	display:none;
	float:right;
	margin-top:5px;
}
.submitbutton {
	border:1px solid black;
	background-color:White;
	padding:2px;
	font-weight:bold;
}
.postheader, .postfooter, p{
	padding:0 5px 0 5px;
	display:block;
}
.postheader{
	margin-top:5px;
	/*border-top:1px solid black;*/
	font-weight:bold;
	margin-bottom:2px;
}
.postfooter{
	border-bottom:1px solid black;
	text-align:right;
	padding-bottom:2px;
	font-size:10px;
}
.label {
	margin-left:300px;
	width:120px;
	display:inline-block;
	text-align:right;
}
.login-input{
	margin-top:2px;
	width:175px;
	background:#eee;
	border:1px dashed black;
}
#reg {
	margin-left:-62px;
	padding-lefT:100px;
}
#reg label {
	width:200px;
	display:inline-block;
	text-align:right;
}
#reg input {
	width:200px;
}
#logreg{
	width:80px;
	float:right;
	display:block;
	padding:15px;
	margin-top:-80px;
	background-color:black;
	color:#ccc;
	font-weight:bold;
}
#logreg a, #logreg a:hover {
	color:#ccc;
	text-decoration:none;
}
#pager {
	
}
#logout {
	font-weight:bold;
}
#mustbeloggedin{
	margin:15px auto;
	width:350px;
	padding:6px;
	border: 1px solid black;
}
.quotename {
	font-weight:bold;
}
.quotebody {
	padding:5px;
	margin-left:2px;
	border:1px solid #eee;
	background-color:#ccc;
	display:block;
	margin-bottom:4px;
}
#profile label{
	display:inline-block;
	width:300px;
	text-align:right;
}
#profile select{
	width:150px;
	text-align:left;
	border:1px solid black;
}
#profile legend {
	font-size:1.4em;
	font-weight:bold;
	padding-left:4px;
}
#profile input {
	margin:0px;
	border:1px solid black;
}
strong {
	font-weight:bold;
}
/* new post styles */
.postclass {
	border-top:2px solid #555;
	border-bottom:2px solid #555;
	float:left;
	margin:5px 0;
}
.postleft {
	display:block;
	float:left;
	width:158px;
	border-right:2px solid #555;
	text-align:center;
	padding-bottom:4px;
}
.postright {
	display:block;
	float:left;
	width:632px;
	padding:4px;
	border-left:2px solid #555;
	margin-left:-2px;
}
.newpostheader {
	font-size:10px;
	border-bottom:1px solid #555;
	padding:4px;
	margin-bottom:4px;
}
.postsig {
	font-size:10px;
}
.poststatus {
	color:Green;
	margin-bottom:2px;
	display:inline-block;
	font-weight:bold;
}
.comment {
	padding:6px;
}
#buildnumber{
	text-align:right;
	font-size:10px;
}
