/* @override http://127.0.0.1:8888/eol/x/styles/other.css */

@import url("global.css");  /* import the global styles*/

#evanonline{
	background-image: url(../images/eomulti.png);
}
#fifth{
	/*background-image: url(../images/otherheader.jpg);*/
}
h1{
	background-image: url(../images/otherback.jpg);
}

a{
	color: #0e6d9c;
}
a:hover{
	text-decoration:overline;
}

.info{
	background-color:#ffff00;
	border:solid #fff828 3px;
	padding:20px;
	width:500px;
}
.error{
	background-color:#ffaaaa;
	border: solid red 3px;
	padding: 20px;
	width:500px;
}

/******************************specials for guestbook*/
#guestbook_entry{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
#guestbook_entry input, #guestbook_entry textarea{
	color: #0e6d9c;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width: 100%;
	font-size: 12px;
}
#guestbook_entry button{
	float: right;
}

.yellow_block{
	
	font-family: "Courier New", Courier, Monaco, monospace;
	
	border-color: #343500;
	
	padding: 20px;
	
	border-style: solid;
	
	border-width: thin;
	
	color: #333300;
	
	background-color: #fffea4;
	
}


/*****************************specials for shifter*/
#shifturl{
	color: #0e6d9c;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width: 100%;
	font-size: 12px;
}



/*****************************specials for contact*/
a.contactbutton{
	display:block;
	width:250px;
	height:125px;
	background-position:top left;
	float:left;
	margin:5px;
}
a.contactbutton:hover{
	background-position: bottom left;
}
a.contactbutton span{
	display:none;
}
#facebookbutton{
	background-image: url(../images/facebookbutton.png);
}
#linkedinbutton{
	background-image: url(../images/linkedinbutton.png);
}
#guildwarsbutton{
	background-image: url(../images/guildwarsbutton.png);
}
#gmailbutton{
	background-image: url(../images/gmailbutton.png);
}

/**************************specials for share*/
h2.filename{
	margin-bottom: 0px;
}
p.fileinfo{
	margin: 0px;
	color: #797979;
}

