/* Common Styling */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
    font-family: 'Righteous', cursive;
	color: #58ac00;
}

h1 {font-size: 1.5em; font-weight: normal;}

h2 {font-size: 1em; font-weight: normal;}

h3 {font-size: 1em;}

h4 {font-size: 0.75em;}

b {
	font-size: 110%;
	font-weight: bold;
}
	
.textcenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul {
	list-style: none;
	list-style-type: none;
}

table{
	width: 125px;
	text-align: right;
}

tr, th, td {
	width: 40px;
	padding: 5px;
	text-align: left;
}

a:link, a:visited {
	color: #ffffff;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:active {
	list-style: none;
	list-style-type: none;
	text-decoration: none;		
	color: #58ac00;
	cursor: pointer;
}

menu {
	position: absolute;
	margin-top: 60px;
	text-align: left;
	text-decoration: none;
	color: #58ac00;
}

menu a:link, a:visited {
	display: block;
	text-align: left;
	padding: 4px;
	color: #58ac00;
}

menu a:hover, a:active {
	list-style: none;
	list-style-type: none;
	text-decoration: none;		
	cursor: pointer;
	color: #ffffff;
}

a#home {
	width: 100%;
	height: auto;
}

#krahnic-title:hover {
	filter: alpha(opacity = .7);
	opacity: .7;
}

#krahnic-title a {
	display: inline-block;
	min-width: 100%;
	min-height: 100%;
}

/* CONTENT */

#content-frame {
	position: relative;
	left: 180px;
	top: 100px;
}	

#info-content a:link, a:visited {
	display: block;
	text-align: left;
	padding: 4px;
}

#facebook {
	position: fixed;
	top: 5px;
	left: 760px;
	width: 60px;
	height: 60px;
	background: transparent url(../nav/facebook.png) no-repeat;
	background-size: 60px 60px;
	padding: 20px;
	pointer-events: auto;
}

/* Content - Mobile Customizations */
@media (max-width: 600px), (max-height: 440px) {


@media (min-device-width: 600px) and (min-device-height: 440px) {
	section#krahnic-title {
		display: none;
	}
}

