body
{
	margin: 0px;
	padding: 0px 200px 0px 0px;
	font-family: verdana;
}

img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

h1
{
	
	margin: 20px 0px 0px 10px;
	
}
#log
{
	position: fixed;
	top: 0px; 
	right: 0px;
	height: 100%;
	
	background: silver;
	
	margin: 0px 10px 0px 0px;
	padding: 0px;
	
	overflow-y: scroll; 
	overflow-x: hidden; 
	font-size: 11px;
	z-index: 10;
}
#log .dicename
{
	width: 70px;
	line-height: 15px;
	height: 15px;
	white-space: nowrap;
	font-weight: bold;
	background: white;
	overflow: hidden;
	padding: 5px;
}
#log .result
{
	line-height: 15px;
	height: 15px;
	width: 100px;
	max-width: 120px;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px;
}



.packet
{	
	margin: 10px 7px 10px 7px;
	padding: 10px;
}

.dice
{
	width: 97px;
	height:100px;
	overflow: hidden;
	box-shadow: 10px 10px 20px #000;
	cursor: pointer;
	
}

.dice.kickoff,
.dice.casualty
{
	width:200px;
}
.dice.injury,
.dice.armor
{
	width: 100px;
}

.scroller
{
	position:relative;
}

.side
{
	height: 100px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
div.side
{
	height: 100px;
	background-color: #fafafa;
}
div.side div.text
{
	padding-top: 35px;
}

.d8 div.side
{
	background: #c3c3c3;
}



.weather .side
{
	font-size: 12px;
	line-height: 11px;
	background-repeat: no-repeat;
	background-position: center center;
	
}
.side.swelteringheat
{
	background-image: url(images/swelteringheat.jpg);
}
.side.verysunny
{
	background-image: url(images/verysunny.jpg);
}
.side.pooringrain
{
	background-image: url(images/pooringrain.jpg);
}
.side.blizzard
{
	background-image: url(images/blizzard.jpg);
}
.side.nice
{
	background-image: url(images/nice.jpg);
}

.side img
{
	margin-top: 15px;
}

#blockblock .scroller,
#blockblock .dice,
#blockblock .side
{
	background: black;
}

.container
{
}

.blockstats
{
	margin: 20px 20px 20px 20px;
	width: 600px;
	height: 350px;
	border: 1px solid silver;
	float: left;

}
