
body {
	text-align: center;
  	margin:0 auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  	background: #595959 url(http://roythegnome.com/images/back.jpg) no-repeat center top;
}

#container {
  	width:680px;
	margin: 0 auto;
	text-align: left
} 

a {
	color:#ffffff;
	text-decoration:none; 
}

#content {
	padding: 10px;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width:520px;
	height:520px;
	overflow: auto;
	position: relative;
	left: 100px;
	top: 140px;
}

#content a {
	color:#c9e7e7;
	text-decoration:underline; 
}

#content a:hover {
	color:#000;
	text-decoration:underline; 
}


#pagetitle {
	text-align:right;
	font-size: 28px;
	color: #b30000;

}

#footer {
	padding: 10px;
	font-size: 10px;
	  width:680px;
	text-align:center;
	position: absolute;
	top: 760px;
}

div.likes, div.dislikes {
	width: 242px;
	float: left;
	display: inline;
	margin: 0 2px 2px 0;
	padding: 2px;
}

#errorMsg, #successMsg{
	color: #f91a07;
}


/*- NAV */
#nav {
	font-size: 22px;
	line-height: 1.4em;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold; 
	font-family: "trajan pro", georgia, serif;
	color: #000000;
	position: relative;
	margin-left: 300px;
	top: 120px;
}

#nav a {
	color:#000000;
}

a.current_page_item, #nav a:hover {
	color:#fff !important;
}



/*- FAMILY MAP */
#imap {display:block; width:525px; height:450px; background:url(images/family.png); position:relative; }

a#sleepy, a#happy, a#doc {display:block; height:0; padding-top:350px; overflow:hidden; position:absolute;}

* html a#sleepy, * html a#happy, * html a#doc {height:80px; height:0;}

a#sleepy {left:5px; top:80px; background:transparent;  width:120px;}
a#happy {left:135px; top:80px; background:transparent; width:135px;}
a#doc {left:280px; top:10px; background:transparent; width:240px; padding-top:440px;}

#sleepy:hover {background: transparent url(images/family.png) -5px -80px no-repeat;}
#happy:hover {background: transparent url(images/family.png) -135px -80px no-repeat;}
#doc:hover {background: transparent url(images/family.png) -280px -10px no-repeat;}


