/****************	START BROWSER INCONSISTENCY RESET	************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************	END BROWSER INCONSISTENCY RESET		************************/

/****************   FONTS *************************/

@font-face {
	font-family: OratorSTD;
	src: url("http://www.ryanmcgrady.com/OratorStd.otf");
}


/*************** UNIVERSAL TAGS *******************/

h1 {
font-size: 12px;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

a {
font-size: 12px;
font-family:Verdana, Helvetica, Arial, sans-serif;
text-decoration: underline;
cursor: default;
color: #000000;
}


/************** CLASSES ******************/

.menu {
font-size: 12px;
font-family:Verdana, Helvetica, Arial, sans-serif;
text-align: center;
letter-spacing: 2px;
text-decoration: none;
cursor: default;
color: #000000;
}

.arrow {
font-size: 20px;
font-family:Verdana, Helvetica, Arial, sans-serif;
text-align: center;
letter-spacing: 2px;
text-decoration: none;
cursor: default;
}

.ryan {
font-size: 12px;
text-align: center;
font-family:Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
letter-spacing: 2px;
cursor: default;
}

.current {
text-decoration: none;
}

.smalllink {
font-size: 10px;
}

.games {
font-family:Verdana, Helvetica, Arial, sans-serif;
line-height: 11px;
font-size: 10px;
padding-left: 10px;
padding-right: 10px;
}


/* CONTAINER NEEDED TO DISPLAY CLOUDS */

#container { 
position:absolute; 
top:0;
left:0;
visibility:hidden; 
z-Index:10; 
padding-bottom: 1500px;
width: 100%;
}

/* USED FOR RYAN MCGRADY DISPLAY AND MENU */

#ryanbox {
position: absolute;
display: table;
width: 150px;
height: 150px;
}

#ryanbg {
position: absolute;
width: 150px;
height: 150px;
background-color: #d3bb97;
opacity: .8;
}

#ryancontent {
display: table-cell;
font-family:Verdana, Helvetica, Arial, sans-serif;
vertical-align: middle;
width: 150px;
height: 150px;
text-align:center;
color: #000000;
border: 1px solid #000000;
}



/* USED FOR ABOUT SECTION */

#aboutbg {
position: absolute;
width: 300px;
height: 300px;
background-color: #d3bb97;
opacity: .8;
}

#aboutbox {
position: absolute;
display: table;
width: 300px;
height: 300px;
}

#aboutcontent {
display: table-cell;
vertical-align: middle;
font-family:Verdana, Helvetica, Arial, sans-serif;
width: 300px;
height: 300px;
text-align: center;
border: 1px solid #000000;
}

#aboutcontent p {
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
}

#aboutcontent h1 {
font-size: 12px;
font-weight: bold;
font-family:Verdana, Helvetica, Arial, sans-serif;
}


/* USED FOR RESEARCH */

#researchbg1 {
position: absolute;
width: 250px;
height: 400px;
background-color: #d3bb97;
opacity: .8;
}

#researchbg2 {
position: absolute;
width: 250px;
height: 400px;
background-color: #d3bb97;
opacity: .8;
}

#researchbox1 {
position: absolute;
display: table;
width: 250px;
height: 400px;
}

#researchbox2 {
position: absolute;
display: table;
width: 250px;
height: 400px;
}

#researchcontent1 {
display: table-cell;
vertical-align: middle;
width: 250px;
height: 400px;
text-align: center;
padding: 10px 5px 10px 5px;
border: 1px solid #000000;
}

#researchcontent2 {
display: table-cell;
width: 250px;
height: 400px;
text-align: center;
padding: 10px 5px 10px 5px;
border: 1px solid #000000;
}

#researchcontent1 p {
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
}

#researchcontent2 p {
font-family:Verdana, Helvetica, Arial, sans-serif;
line-height: 11px;
font-size: 10px;
padding-left: 10px;
padding-right: 10px;
}

#researchcontent1 h1 {
font-size: 12px;
font-weight: bold;
font-family:Verdana, Helvetica, Arial, sans-serif;
text-align: center;
}

#researchcontent2 h1 {
font-size: 12px;
font-weight: bold;
font-family:Verdana, Helvetica, Arial, sans-serif;
text-align: center;
}
