/***********************
For use with YugiPro Online
Pages:
index.php
deck.php
************************/

html {}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background: url(../../images/pageBackground.png) repeat-x;
}
#wrap {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}
#header {
	background: url(../../images/header_logo.png) no-repeat top left;
	width: 100%;
	height: 92px;
}
#header .nav {
	color: #ffffff;
	font-size: 1.5em;
	float: right;
	margin-top: 40px;
	margin-right: 85px;
}
#header .nav:hover {
	cursor: default;
}
#header .nav a {
	color: #ffffff;
	text-decoration: none;
}
#header .nav a:hover, #header .nav a.active {
	color: #99cc99;
}
#header .nav .sub {
	margin-left: 20px;
	font-size: .75em;
	color: #99cc99;
	display: none;
}
#header .nav .sub a {
	color: #99cc99;
}
#header .nav .sub a:hover {
	text-decoration: underline;
}
#content h1 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 35px;
	margin-bottom: 0px;
}
#content .main {
	font-size: .875em;
	width: 545px;
	margin-left: 60px;
	color: #ffffff;
}
#content .main p {
	margin-top: 5px;
}
#content .main p a {
	color: #99cc99;
	text-decoration: none;
}
#content .main p a:hover {
	text-decoration: underline;
}
#content .main p .point {
	margin-left: 15px;
}

#largeButtons a {
	height: 0px;
	overflow: hidden;
	width: 300px;
	padding-top: 166px;
	float: left;
}

#largeButtons .join {
	background: url(../../images/joinButton.png);
	margin-right: 10px;
}

#largeButtons .play {
	background: url(../../images/playButton.png);
	margin-right: 10px;
}

#largeButtons .compete {
	background: url(../../images/competeButton.png);
}

#largeButtons .join:hover {
	background: url(../../images/joinButton_hover.png);
	margin-right: 10px;
}

#largeButtons .play:hover {
	background: url(../../images/playButton_hover.png);
	margin-right: 10px;
}

#largeButtons .compete:hover {
	background: url(../../images/competeButton_hover.png);
}
