/* -------------------------------------
	R E S E T
------------------------------------- */
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,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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}

/* Pinky:#ff6699 */
/* Bluey:#00bbbf */

body{
	padding:2em;
	font-size:62.5%;
	color:#58595b;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
p{
	font-size:12px;
	line-height:20px;
}
#footer p{
	color:#aaa;
	margin-bottom:20px;
}

/* Layout */
#container{
	width:700px;
	margin:0 auto;
}
#header, #nav, #content, #footer{font-size:1em;}
#header{
	margin-bottom:20px;
}
#nav{
	margin-bottom:20px;
}
#content,#footer{
	padding:20px 0;
}
#header p{font-size:1.4em;}
#nav li{font-size:1.3em;}
#content{margin:0.5em 0em;}
#footer, #content{border-top:0.1em solid #0099ff;}
#footer p{font-size:1.1em;}

/* Images */
img.theWrestler{
	float:right;
}
#logo-mo{
	margin-bottom:10px;
}

/* Anchors */
a:link,a:active,a:visited{
	color:#0099ff;
	text-decoration:none;
}
a:hover{
	color:#0099ff;
	text-decoration:underline;
}

/* Lists */
ul, li{list-style:none; padding:0em; margin:0em;}
li{display:inline;}

/* Forms */
input, textarea{padding:0.5em;}

/* Headings */
#header h1{float:left; text-indent:-9999em;}
h1{color:#0099ff; margin:0em 0em 1em 0em;}
h2{}
h3{}
h4{}
h5{}
h6{margin:0em 0em 0.5em 0em;}
h1, h2, h3, h4, h5, h6{font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-size:2.5em;}
/*	------------------------------------------
	U S E F U L  C L A S S E S
------------------------------------------	*/
.clear{clear:both;}.clear-left{clear:left;}.clear-right{clear:right;}.float-left{float:left;}.float-right{float:right;}.align-center{text-align:center;}.align-right{text-align:right;}.align-left{text-align:left;}.relative{position:relative;}.inline{display:inline;}.inline-block{display:inline-block;}.block{display:block;}.bold{font-weight:700;}.italic{font-style:italic;}.zero{margin:0 !important;padding:0 !important;}.hide{display:none;}
.georgia{font-family:georgia;}
.round{-moz-border-radius:3px;-webkit-border-radius:3px;}
.orange{color:#FF6E02;}
.blue{color:#64757f;}
.grey{color:#888;}
.ccc{color:#ccc;}
.red{color:#c42d2d;}
.transparent{filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity: 0.4;}
.logo-tamarin-18{background:url(images/logo-tamarin-18.png) top left no-repeat;display:inline-block;height:18px;width:18px;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{display:inline-block;}
/* start commented backslash hack \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* close commented backslash hack */