/* STANDARD STYLING */
.b { font-weight: bold; }
.center { text-align: center; }
.row1 { background-color: #CECECE; }
.row2 { background-color: white; }
.siteTitle {
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}
.small { font-size: x-small; }
/* TAG BASED STYLING */
body {
	background-color: #EFEFEF;
	font-family: sans-serif;
	margin: 0px;
}
img { border: 0px; }
input,li,td,th { font-size: small; }
li { text-align: justify; }
p {
	font-size: small;
	text-align: justify;
	text-indent: 25px;
}

a.nav { color: white; }
div.center,table.center {
	margin-left: auto;
	margin-right: auto;
}
.small { font-size:x-small; }

/* ID BASED STYLING */
#causes { float: left; }
#demos {
	color: white;
	background-color: black;
	font-size: small;
	margin: 0px;
	padding: 2px;
}
#document {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#encParty {
	float: left;
	border: 1px ridge black;
}
#encMonsters {
	border: 1px ridge black;
	float: left;
}
#encResults {
	clear:both;
}
#facebook {
	color: black;
	background-color: white;
	float: left;
}

#header,#footer {
	color: white;
	background-color: black;
	font-size: small;
}
#header {
	top: 0px;
	left: 0px;
}
#footer {
	bottom: 0px;
	left: 0px;
	text-align: right;
}

/* FIREFOX FIXES */
form {
	margin: 0px;
	padding: 0px;
}
