body
{
    color: #FFFFFF;
    background-color: #FEF0C1;
    margin: 0;
    padding: 0;
    font-family: sans-serif, serif, ariel;
    font-size: 12px;
    background-image: url('img/bg_rpt.jpg');
	background-repeat: repeat-x;
}

html
{
}

a img
{
    border: 0;
}

ul
{
}

p.error
{
    border: 3px outset #902020;
    padding: 3px;
    background-color: #E0E010;
    color: #903000;
}

p.dialog
{
    border: 3px outset #902020;
    padding: 3px;
    background-color: #606010;
    color: #F0F000;
}

#all
{
    padding: 0;
    margin: 0 auto;
    width: 1024px;
}

#header
{
    height: 325px;
    width: 1024px;
	margin: 0 auto;
    background-image: url(img/header.jpg);
    background-repeat: no-repeat;
}

#logo
{
}

#header h1
{
	display: none;
}

#bodyheader
{
	background-image: url(img/body_header.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 83px;
	margin: 0 auto;
}

#menu
{
	width: 1000px;
	height: 57px;
	margin: 0 auto;
	margin-top: -50px;
	margin-bottom: 50px;
	display: block;
}

#menuhead
{
	background-image: url(img/nav_left.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 98px;
	float: left;
}

#menufoot
{
	background-image: url(img/nav_right.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 100px;
	margin-top: -3px;
	float: left;
}

#menuitems
{
	float: left;
	min-width: 800px;
	background-image: url(img/nav_rpt.png);
	background-repeat: repeat-x;
	height: 45px;
	margin-top: 5px;
}

#menu ul, #memberMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li, #memberMenu ul li
{
	float: left;
}

#menu ul li a span
{
	display: none;
}

#menu ul li ul, #memberMenu ul li ul
{
	position: relative;
	top: -10px;
	z-index: 10;
	display: none;
}

#menu ul li:hover ul, #memberMenu ul li:hover ul
{
	display: block;
}

#menu ul li ul li, #memberMenu ul li ul li
{
	float: none;
}

#menu ul li ul li a, #memberMenu a
{
	display: block;
	background-color: #000000;
	background-image: url(img/submenu_rpt.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 10px;
}

#memberMenu
{
	margin: 0;
	padding: 0;
	width: 100%;
}

#memberMenu a
{
	width: 130px;
}

#news
{
	padding-right: 70px;
	margin-bottom: -8px;
	background-image: url(img/nav_news.png);
	background-repeat: no-repeat;
	width: 59px;
	height: 60px;
	display: block;
}

#replays
{
	padding:  0 30px;
	margin-top: -8px;
	background-image: url(img/nav_replays.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 60px;
	display: block;
}

#highlights
{
	padding: 0 30px;
	margin-top: -8px;
	background-image: url(img/nav_highlights.png);
	background-repeat: no-repeat;
	width: 116px;
	height: 60px;
	display: block;
}

#forum
{
	padding: 0 26px;
	margin-top: -8px;
	background-image: url(img/nav_forums.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 78px;
	display: block;
}

#faq
{
	padding: 0 34px;
	margin-top: -8px;
	background-image: url(img/nav_faq.png);
	background-repeat: no-repeat;
	width: 52px;
	height: 60px;
	display: block;
}

#contact
{
	margin-top: -8px;
	background-image: url(img/nav_contact.png);
	background-repeat: no-repeat;
	width: 96px;
	height: 60px;
	display: block;
}

#center
{
	width: 1024px;
}

#content
{
    width: 800px;
	background-image: url(img/body_rpt.jpg);
	background-repeat: repeat-y;
	min-height: 800px;
	margin: 0 auto;
	margin-top: -57px;
	margin-bottom: 40px;
	position: relative;
}

#newsContent
{
	width: 600px;
	float: right;
	padding: 10px;
	min-height: 1300px;
	padding-right: 80px;
}

#newsContent div, #newsContent pre
{
    width: auto !important;
    margin: 0;
    padding: 0;
}

#content h2, #eastcontent h2, #eastcontent2 h2
{
    color: #C07010;
    width: 90%;
    margin: 0;
    padding: 0;
	text-align: center;
	font-size: 22px;
	background-image: url(img/body_ropesplitter.jpg);
	background-repeat: no-repeat;
	background-position: bottom center
}

#maincontent h2
{
    width: auto;
    border-bottom: 0;
    padding-bottom: 10px;
}

#official
{
	clear: both;
}

#official a
{
	background-image: url(img/footer_visitofficial.png);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	width: 267px;
	margin-left: 150px;
}

#newsContent fieldset
{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#newsContent legend
{
    margin-left: 20px;
}

.post, .contact, .replays
{
    border: 10px outset #C07000;
}


.posthead, .contact, .replays
{
    background-color: #602000;
    padding: 5px;
}

#newsContent h3
{
    padding: 5px;
}

span.poster
{
    float: right;
}

span.poster span.date
{
    border-left: 2px solid #000000;
    padding-left: 5px;
}

hr
{
    clear: both;
}

.posthead h2
{
    float: left;
    width: 450px!important;
}

.commentsbody
{
    padding: 5px;
    background-color: #200000;
}

.post .content, .contact, .replays
{
    padding: 5px;
    background-color: #200000;
    min-height: 500px;
}

.comments
{
    border: 4px outset #C07000;
}

.commentshead p
{
    background-color: #602000;
    padding: 5px;
    margin-top: 0;
}

#content a, #eastcontent a, #eastcontent2 a
{
	color: #FFFFFF;
    text-decoration: underline;
}

#content a:hover, #eastcontent a:hover, #eastcontent2 a:hover
{
    color: #C40000;
    text-decoration: none;
}

#eastcontent
{
	width: 297px;
	position: absolute;
	top: 40px;
	left: -200px;
	z-index: 9;
}

#eastcontent2
{
	width: 297px;
	position: absolute;
	top: 40px;
	left: 720px;
	z-index: 9;
}

#eastcontent .ad, #eastcontent2 .ad
{
	padding-right: 20px;
	padding-left: 37px;
}


#eastcontent input, #eastcontent2 input
{
    max-width: 150px;
}

#eastcontent select, #eastcontent2 select
{
    max-width: 150px;
}

#eastcontent ul, #eastcontent2 ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#eastcontent a, #eastcontent table, #eastcontent #status,
#eastcontent2 a, #eastcontent2 table, #eastcontent2 #status
{
	background-image: url(img/side_splitter.png);
	background-repeat: no-repeat;
	background-position: bottom center;
    padding: 4px;
    text-decoration: none;
	padding: 10px 0;
	padding-right: 20px;
	padding-left: 45px;
    display: block;
}

.riotredsection
{
	padding: 10px 0;
	padding-right: 20px;
	padding-left: 45px;
    display: block;
}

.riotredsection a
{
	background-image: none!important;
	padding: 0!important;
	clear:both;
	display: inline!important;
}

.riotredsection span
{
	float: none!important;
}

.riotredsectionbottom
{
	background-image: url(img/side_splitter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 3px;
}

#eastcontent table tr:hover, #eastcontent2 table tr:hover
{
	color: #c40000;
}

.streamtable tr:hover
{
	color: #c40000;
	cursor: pointer;
}

#eastcontent span, #eastcontent2 span
{
	float: right;
	color: #FF9933;
}

.eastcontentfoot
{
	background-image: url(img/side_footer.png);
	background-repeat: no-repeat;
	width: 297px;
	height: 28px;
	margin-bottom: 30px;
}

.eastcontentbody
{
	background-image: url(img/side_rpt.png);
	background-repeat: repeat-y;
	width: 297px;
}

.eastcontenthead
{
	background-image: url(img/side_rpt.png);
	background-repeat: repeat-y;
}

.spacer
{
	height: 40px;
	display: block;
}

#newest h2
{
	display: none;
}

#newest
{
	background-image: url(img/side_header2.png);
	background-repeat: no-repeat;
	padding-top: 28px;
	width: 297px;
}

#popular h2
{
	display: none;
}

#popular
{
	background-image: url(img/side_header1.png);
	background-repeat: no-repeat;
	padding-top: 28px;
	width: 297px;
}

#riotred h2
{
	display: none;
}

#riotred
{
	background-image: url(img/side_header_latestredpost.png);
	background-repeat: no-repeat;
	padding-top: 28px;
	width: 297px;
}

#ServerStatus
{
	background-image: url(img/side_header_lolserverstatus.png);
	background-repeat: no-repeat;
	padding-top: 28px;
	width: 297px;
}

#ServerStatus h2
{
	display: none;
}

#search h2
{
	display: none;
}

#search
{
	background-image: url(img/side_header4.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 297px;
}

#top h2
{
	display: none;
}

#top
{
	background-image: url(img/side_header3.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 297px;
}

#dec input
{
    width: 220px;
}

#dec #right
{
    float: right;
}

#copy
{
    margin-left: 100px;
    width: 400px;
    height: 100px;
}

#footer
{
    color: #FFFFFF;
    font-size: 10px;
}

#footer a
{
    color: #FFFFFF;
}

#newswrapper
{
    width: 70%;
    float: left;
}

#newswrapper h3
{
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
}

.newsitem
{
    border: 2px outset #AFAFAF;
    padding: 10px;
}

.newsitem .name
{
    font-weight: bold;
    font-style: italic;
}

#maincontenthead
{
    height: 36px;
    padding: 0;
    margin: 0;
    margin-left: 30px;
    margin-top: 20px;
}

#maincontent
{
	padding: 13px;
    margin: 0;
    padding-top: 0px;
	min-height: 900px;
	margin-left: 30px;
}

#maincontentfoot
{
    background-image: url(img/body_footer.png);
    background-repeat: no-repeat;
    width: 860px;
    height: 259px;
    padding: 0;
	position: absolute;
	margin-left: -73px;
}

.replaytable
{
    width: 600px;
    font-size: 12px;
}

.replaytable th
{
    background-color: #805020;
}

tr.odd
{
    cursor:pointer;
    background-color: #B33E24;
}

tr.even
{
    cursor:pointer;
    background-color: #B45125;
}

#replaysummary th
{
    text-align:left;
}

#replayteams
{
    width: 100%;
}

#replayteams tr
{
    background-color: #502000;
}

#replayteams tr.first
{
    background-color: #805020;
}

#usertable a
{
    color: #000000;
}

.test, .Riot
{
    color: #FF0000;
    font-weight: bold;
}

#paypalHead
{
	margin-top: 4px;
	margin-left: 150px;
}

#riotTracking tr td
{
	border-bottom: 2px solid #502000;
}

#login
{
	background-image: url(img/login_expanded.png);
	background-repeat: no-repeat;
	height: 123px;
	width: 223px;
	position: fixed;
    z-index: 500;
	top: 0;
	right: 200px;
	font-size: 10px;
	display: none;
}

#login form
{
	padding: 0 25px;
}

#login p
{
	padding: 0 30px;
	font-size: 16px;
}

#login a
{
	color: #FFFFFF;
}

#login input
{
	width: 90px;
	font-size: 10px;
}

#loginClose
{
	position: absolute;
	right: 0;
	bottom: 10px;
	height: 30px;
	width: 45px;
	display: block;
}

#loginclose
{
	background-image: url(img/login_expanded.png);
	background-repeat: no-repeat;
	height: 123px;
	width: 223px;
	position: fixed;
    z-index: 500;
	top: 0;
	right: 200px;
	top: -80px;
	font-size: 14px;
}

#loginclose p
{
	text-align: center;
	margin-top: 80px;
	padding: 0 30px;
}

#loginclose a
{
	color: #FFFFFF;
}

.archivehead
{
	background-image: url(img/archiveditem_left.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 19px;
	float: left;
}

.archivefoot
{
	background-image: url(img/archiveditem_right.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 19px;
	float: left;
	margin-top: -10px;
}

.archive a
{
	background-image: url(img/archiveditem_rpt.jpg);
	background-repeat: repeat-x;
	height: 31px;
	float: left;
	text-decoration: none!important;
	display: block;
	width: 550px;
	color: #000000!important;
	font-size: 14px;
	padding-top: 4px;
}

.archivenext
{
	clear: both;
	display:block;
	height: 10px;
}

.archive h2
{
	background-image: none;
}

.archive img
{
	float: left;
	margin-top: -4px!important;
}

/* Server Status */

#statusIcon
{
	background-image: url(img/status_sprite.jpg);
	background-repeat: no-repeat;
	height: 116px;
	width: 116px;
	float:left;
}

#statusIcon.online 
{
	background-position:0 -348px;
}

#statusIcon.unavailable 
{
	background-position:0 -232px;
}

#statusIcon.busy 
{
	background-position:0 -116px;
}

h3.busy
{
	color: #E06425;
	font-size: 22px;
}

h3.unavailable
{
	color: #C40000;
	font-size: 22px;
}

h3.online
{
	color: #007400;
	font-size: 22px;
}

#status
{
	height: 146px;
}

/* Forum style */

#frontForum a
{
    text-decoration: none;
    border: 1px solid #770100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;
    width: 300px;
    padding: 10px;
    margin: 0 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#frontForum a:hover
{
    background-color: #441100;
}

#frontForum a span
{
    font-size: 25px;
    display: block;
    float: right;
    width: 77%;
    text-align: center;
}

#forumContent
{
	padding-right: 10px;
	margin-left: -20px;
	min-height: 600px;
}

ul#categorys
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#categorys li, .forumNavHeader
{
	margin-left: -12px;
	width: 777px;
	height: 110px;
	background-image: url(img/forum_title.jpg);
	background-repeat: no-repeat;
}

ul#categorys li a, .forumNavHeader a
{
	padding-top: 30px;
	padding-left: 140px;
	font-size: 26px;
	color: #000000!important;
	height: 80px;
	width: 600px;
	display: block;
}

#forumMenu
{
    border-spacing: 0px;
}

#forumMenu img
{
	width: 30px;
}

#forumMenu .odd, #forumMenu .even
{
	font-weight: bold;
	font-size: 13px;
	color: #660600;
	cursor: auto;
}

#forumMenu a
{
	color: #E7AA4A;
}

#forumMenu a:hover
{
	color: #FFEEDD;
}

#forumMenu td
{
	padding: 2px;
    border-top: 1px solid #661100;
}

#forumMenu tr.row:hover
{
    background-color: #661100;
}

.pageNum
{
	float: right; 
}

.pageNum a, .pageNum span, .newThread
{
    padding: 4px;
    background-color: #661100;
    margin: 1px;
    border: 1px solid #000000;
    text-decoration: none !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pageNum span
{
    background-color: #433009;
}

.pageNum a:hover, .newThread:hover
{
    background-color: #BB5530;
    color: #000000 !important;
}
.forumpost
{
	clear:both;
    position: relative;
	min-height: 200px;
	margin-top: 10px;
	padding-top: 10px;
    margin-left: -12px;
	background-color: #180500;
    width: 779px;
}

.popular
{
    background-color: #662000;
}

.postAvatar
{
	float: left;
	height: 175px;
	padding: 4px;
    width: 90px;
    overflow: hidden;
}

.postAvatar img
{
	height: 88px;
	width: 88px;
}

.time
{
	padding: 5px;
}

.postContent
{
	float:left;
	width:600px;
	min-height: 175px;
    overflow: hidden;
}

.postContent fieldset
{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.postContent fieldset legend
{
    margin-left: 20px;
}

.postContent pre
{
    width: auto !important;
    margin: 0;
    padding: 0;
}


.postquote a, .postedit a, .postdate, .postdelete a, .like a, .dislike a, .liked
{
	padding: 2px;
	float: right;
    border: 1px solid #661100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #441100;
}

.postquote a
{
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.forumpost:hover .postquote a, .forumpost:hover .postedit a, .forumpost:hover .postdelete a,
.forumpost:hover .like a, .forumpost:hover  .dislike a, .forumpost:hover .liked
{
    display: block;
}

.postdate
{
    font-size: 11px;
    margin-right: 2px;
}

.like a
{
    position: absolute;
    top: 50px;
    right: 47px;
    display: none;
}

.dislike a, .liked
{
    position: absolute;
    top: 50px;
    right: 1px;
    display: none;
}

.postedit a
{
    position: absolute;
    top: 50px;
    right: 45px;
    display: none;
}

.postdelete a
{
    position: absolute;
    top: 50px;
    right: 1px;
    display: none;
}

.postquote a:hover, .postedit a:hover, .postdelete a:hover
{
    background-color: #bb5530;
    color: #000000 !important;
}

.postedit a, .postquote a, .postdelete a
{
    text-decoration: none !important;
}

.postedited
{
	padding: 3px;
	height: 20px;
    font-size: 11px;
	max-width: 600px;
}

.clear
{
	display: block;
	height: 1px;
	clear: both;
}
