.side-menu {
	color: #222;
	opacity: .2;
	position: fixed;
	right: 47px;
	top: 97px;
	transition: .5s;
	z-index: 3;
	}

	.side-menu:hover {
		opacity: .9;
		transition: .5s;
		}

	.side-menu-box {
		background: #333;
		border: solid 2px #111;
		border-radius: 10px;
		font: 14px verdana-bold;
		letter-spacing: px;
		line-height: 34px;
		margin: 0px auto;
		padding: 14px;
		position: relative;
		text-align: left;
		}

		.title {
			font: 21px verdana-bold;
			letter-spacing: 2px;
			text-align: center;
			}


		#wrapper #content .side-menu-box a:link {text-decoration: none; color: #555; }
		#wrapper #content .side-menu-box a:visited {text-decoration: none; color: #555; }
		#wrapper #content .side-menu-box a:hover {text-decoration: none; color: #bbb; }
		#wrapper #content .side-menu-box a:active {text-decoration: none; color: #0f0; }

/* jump */
/* jump for chrome */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#theology .jump {
				bottom: 77px;
				position: relative;
			}
		}
/* jump for firefox */
	@-moz-document url-prefix() {
		#theology .jump {
			padding-top: 60px;
			}
		}
/* jump */


		/* jump */
		/* jump for chrome */
			@media screen and (-webkit-min-device-pixel-ratio:0) {
				#theology .jump-alt {
					position: relative;
					top: -98px;
    					}
				}
		/* jump for firefox */
			@-moz-document url-prefix() {
				#theology .jump-alt {
					padding-top: 87px;
					}
				}
		/* jump */