﻿body 
{
  background-image: url('../img/tigerbg.gif');
  background-repeat: no-repeat;
  background-position: center 170px;
  background-attachment: fixed;
  font-family: Tahoma,Verdana,Arial;
  font-size: small;
}

#main
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	min-height: 760px;
}

#namelogo
{
	border-width: 0;
	position: absolute;
	left: 252px; /* (800-296)/2 */
	top: 58px;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#reverselogo
{
	position: absolute;
	right: 0px;
	top: 0px;
}

div.blueline
{
	text-align: center;
	white-space: nowrap;
	background-image: url('../img/blueline.gif');
	height: 33px;
	padding-top: 15px;
}

div.headerline
{
	position: absolute;
	left: 156px;
	right: 156px;
}

#firstblue
{
	top: 2px;
	color: White;
	font-size: x-large;
	font-weight: bold;
	font-family: Monotype Corsiva,Tahoma,Verdana,Arial;
	line-height: 16px;
}

#secondblue
{
	top: 100px;
}

#topmenu
{
	position: relative;
	top: -12px;
	left: -12px;
}

#topmenu li
{
	float: left;
	list-style: none;
	padding: 0px 10px;
	color: White;
	font-size: medium;
}

#topmenu li a
{
	color: White;
	text-decoration: none;
}

#topmenu li a:hover
{
	text-decoration: underline;
}

#mainlogo
{
	float: left;
	background-color: #0D0F75;
	margin: 0px 20px 20px 0px;
}

#footer
{
	position: absolute;
	width: 800px;
	margin-top: 15px;
	bottom: -60px;
	color: White;
}

p.heading, table.league caption
{
	font-size: large;
	font-weight: 600;
}

table.league, table.scores
{
	margin: 20px;
}

table.league th, table.scores th
{
	background-color: #3D3FA5;
	color: White;
}

table.league, table.league th, table.league td, table.scores, table.scores th, table.scores td
{
	border: solid 2px black;
	border-collapse: collapse;
	text-align: center;
	padding: 5px;
}

table.scores caption
{
	font-size: medium;
	font-weight: 600;
}

table.right
{
	float: right;
	clear: right;
}

table.meets
{
	border: solid 2px black;
	clear: left;
}

table.meets td
{
	padding: 10px;
}

#knockout
{
	border-collapse: collapse;
}

#knockout td
{
	padding: 5px;
	text-align: center;
}

td.show
{
	background-color: #ddd;
}

tr.subheading th
{
	background-color: #6D6FD5;
}

tr.altrow
{
	background-image: url('../img/transblue.gif');
}

.link
{
	cursor: pointer;
}

.link:hover
{
	text-decoration: underline;
}

/* Original meetup layout stuff */

td.maintitle
{
	font-size: large;
	font-weight: 600;
}

td.mainbody, img.photo
{
	padding: 10px 0px;
}

ul#raidmembers li img
{
    padding-left: 5px;
    vertical-align: middle;
}

.topcontainer
{
    width: 200px;
    height: 170px;
    text-align: center;
    border: 1px solid #002;
    padding: 0px 10px 20px 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#latestraidscontainer
{
    margin-right: 20px;
    float: left;
}

#latestraids
{
    background-color: #002;
}

#latestbossescontainer
{
    margin-left: 20px;
    float: right;
}

#latestbossescontainer p.heading
{
    margin-bottom: 10px;
}

#latestbossescontainer h4
{
    margin: 0px 0px -10px 0px;
    text-align: left;
}

.newsitem .title
{
	font-size: x-large;
	font-weight: bold;
	color: #0D0F75;
}

.newsitem .subtitle
{
	font-weight: bold;
	color: #3D3FA5;
	padding-bottom: 10px;
}

.newsitem .content
{
	padding: 10px 0px;
}

#rightcolumn
{
    float: right;
    text-align: center;
}

#rightcolumn .title
{
    clear: right;
    font-size: large;
    font-weight: bold;
    color: #0D0F75;
    margin: 20px 0px 5px 0px;
}

hr
{
    width: 560px;
    text-align: left;
    margin-left: 0px;
}
