body {
	background-image: url(background.png);
	margin: 10px;
}

p, li, div {
	font-family: "verdana";
	font-size: 11px;
}

img {
	border: 0px;
}

h1 {
	font-size: 17pt;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 11pt;
}

h5 {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	color: #000000;
	font-family: "Verdana";
	font-size: 11px;
	background: #ffffee;
	background-image: url('input.png');
	background-repeat: repeat-x;
	border: 1px solid black;
}

input[type="radio"] {
	background-image: none;
	border: 0px;
}

.quote {
	background-color: #454645;
	border: 1px solid #000000;
	padding: 10px;
	margin: 0px;
	position: relative;
}

.forum_header {
	background-image: url(title.png);

	border-bottom: 1px solid #454645;

	padding: 1px;
	padding-left: 5px;
	margin-bottom: 2px;

	text-align: left;
	font-weight: bold;
}

.forum_row {
	border-bottom: 1px solid #454645;
	background-color: #2c2c2c;
	padding: 5px;
}

.forum_side {
	border-bottom: 1px solid #454645;
	border-right: 1px solid #454645;
	background-color: #353635;
	height: 50px;
	vertical-align: top;
	text-align: center;
}

.forum_table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 10px;
	border: 1px solid #454645;
	border-bottom: 0px;
	margin: 0px;
}

.signature_line
{
	width: 50%;
	height: 1px;
	border-width: 0;
	background-color: white;
	margin-left: 0px;
	text-align: left;
}

th {
	background-image: url(title.png);

	border-bottom: 1px solid black;

	padding: 1px;
	padding-left: 5px;
	margin-bottom: 2px;

	text-align: left;
	font-weight: 900;
}

td {
	border-bottom: 1px solid black;
	background-color: #454645;
	vertical-align: top;
	padding: 5px;
}

table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 10px;
	border: 1px solid black;
	border-bottom: 0px;
	margin: 0px;
}

#board {
	position: relative;
	border: 5px solid #221111;
	background-image: url('../images/board.png');
	max-width: 800px;
	height: 500px;
}

.boardPaperContainer {
	position: absolute;
	background-image: url('../images/hanger.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	min-height: 50px;
	min-width: 100px;
	z-index: 1; 
}

.boardPaper {
	position: relative;
	width: 100%;
	min-height: 100%;
	border: 2px solid #222222;
	background-color: white;
	background-image: url('.../images/paper.png');
	padding: 3px;
	overflow: hidden;
	color: black;
	font-size: 11px;
	z-index: 2; 
}

.boardCredit {
	position: relative;
	z-index: 3;
	visibility: hidden;
	position: static;
	background-color: #454645;
	color: white;
	border: 1px solid black;
}

#main {
	position: relative;
	width: 70%;
	min-height: 745px;
	border: 1px solid black;
	background-color: #2c2c2c;
	
	margin-right: auto;
	margin-left: auto; 
}

#leftBorder {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 20px;

	border-right: 1px solid black;

	background-image: url(border.jpg);
	background-repeat: repeat-y;
}

#rightBorder {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 20px;
	border-left: 1px solid black;

	background-image: url(border.jpg);
	background-repeat: repeat-y;
}

#topBorder {
	position: absolute;
	top: 0px;
	left: 21px;
	right: 21px;
	height: 100px;
	border-bottom: 1px solid black;
	
	text-align: center;

	background-color: #050000;
	background-image: url(../images/bricks.png);
	background-repeat: repeat-x;
}

#logo {
	width: 600px;
	height: 100px;
	
	margin: auto;

	background-image: url(../images/logga.png);
	background-repeat: no-repeat;
	background-position: center;
}

#usersOnline {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px;

	border-bottom: 1px solid black;
	border-left: 1px solid black;
	
	background: url('background.png');
	color: white;
	font-size: larger;
}

#numUsersOnline {
	font-size: larger;
	color: white;
}

#leftMenu {
	position: absolute;
	left: 21px;
	top: 101px;
	bottom: 0px;
	width: 60px;

	border-right: 1px solid black;

	background-color: #454645;

	text-align: right;
	color: #ffffff;
}

#topMenu {
	position: absolute;
	left: 82px;
	right: 21px;
	top: 101px;
	height: 20px;

	border-bottom: 1px solid black;

	background-color: #454645;
	background-image: url('topmenu.png');

	color: #ffffff;
}

#control {
	position: absolute;
	right: 10px;
	vertical-align: middle;
	color: black;
	font-weight: bold;
}

#messages {
	position: absolute;
	left: 10px;
	color: black;
	font-weight: bold;
}

#copyright {
	position: relative;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	color: #555555;
}

#ads {
	position: fixed;
	right: 5px;
	bottom: 5px;
}

#insiderPanel {
	float: right;
	width: 200px;
	border: 1px solid black;
	background: #454645;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

li.menuItem {
	background-color: #454645;
	padding-right: 2px;
	list-style-type: none;
	text-align: right;
	font-size: 12px;
}

.menuItem a:link, .menuItem a:active, .menuItem a:hover, .menuItem a:visited {
	color: #ffffff;
	text-decoration: none;
}

#content {
	position: relative;

	margin-top: 122px;
	margin-left: 82px;
	margin-right: 21px;
	margin-bottom: 0px;

	padding: 5px;

	background-color: #2c2c2c;

	color: #ffffff;
}

#speechBalloon {
	position: relative;
	top: 25px;
	left: -40px;
	width: 198px;
	height: 199px;
	float: left;
	background-image: url("../images/speech_balloon.png");
	background-repeat: no-repeat;
}

#speechBalloonText {
	margin: 10px;
	margin-left: 38px;
	width: 150px;
	height: 179px;
	color: black;
	overflow: auto;
}

.card {
	position: relative;
	background-image: url("../images/card.png");
	display: inline-block;
	width: 244px;
	height: 197px;
	padding-top: 35px;
	text-align: center;
	vertical-align: top;
}

.card_description {
	position: absolute;
	font-size: smaller;
	left: 49px;
	right: 44px;
	top: 53px;
	bottom: 3px;
	overflow: auto;
}

.card_image {
	position: relative;
	display: inline;
	margin-top: 10%;
	max-width: 125px;
	max-height: 100px;
	border: 2px solid #4c2000;
}

.card_quantity {
	position: absolute;
	left: 212px;
	top: 195px;
	font-size: larger;
	font-weight: bold;
}

.tombstone {
	display: table-cell;
	width: 128px;
	height: 134px;
  	text-align: center;
	background-image: url('../images/items/tombstone.png');
}

.tombstoneText {
	position: relative;
	top: 45%;
	color: #222222;
}

.Gryffindor {
	color: #f00000;
}

.Slytherin {
	color: #13aa04;
}

.Ravenclaw {
	color: #0086d3;
}

.Hufflepuff {
	color: #faec12;

}

a:link, a:active, a:visited {
	color: #bbbbbb;
	text-decoration: none;
}

a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}

.flip-horizontal {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/
}
.flip-vertical {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; /*IE*/
}

