/* Layout
 ----------------------------------------------- */
html {
    font-size: 62.5%; /* 1em = 10px */
}

body {
    background: #000;
    color: #222;
    font-family: Arial, sans-serif;
    font-size: 100%; /* 1em = 10px */
    line-height: 1.33;
    padding: 0 0 1em;
}


#wrapper {
	margin: 0 auto;
	font-size: 1.2em;
	width: 1170px;
}

#header {
	background: transparent url(/img/rathole-superman-1-bg.jpg) no-repeat;
	padding-top: 343px;
	width: 1170px;
}

#main-navigation {
	background: transparent url(/img/rathole-bg-v-sprite.png) repeat-x 0 0;
	height: 42px;
	margin: 0 165px;
	text-align: center;
	width: 840px;
}

#main-navigation li {
	display: inline;
	padding: 0 10px;
}

#content {
	background: #fff;
	font-size: 1.2em;
	margin: 0 165px;
	min-height: 300px;
	padding:15px 60px;

}

#footer {
	background: transparent url(/img/rathole-superman-1-bg-b.jpg) no-repeat;
	padding-top: 320px;
	width: 1170px;
}

.ownership {
	color: #a5b3c7;
	padding: 15px 0;	
	margin: 0 165px;
}

/* Headings
 ----------------------------------------------- */

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

.hoverColour1 {
	color: #005EE2 !important;
}

.hoverColour2 {
	color: #EF0B36;
}

/* Links
 ----------------------------------------------- */
a {
	border-bottom: dotted 1px #005EE2;
	color: #005EE2;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	border-bottom: none;
}

#main-navigation a {
	border-bottom: none;
	font-size:1.8em;
	line-height:42px;
	outline: none;
	text-decoration: none;
}

#main-navigation a:link,
#main-navigation a:visited {
	color: #c2a05b;
}
	
#main-navigation a:hover,
#main-navigation a:focus {
	color: #EF0B36;
}

#main-navigation a:active {
	color: #005EE2;
} 

#footer a {
	border-bottom: none;
	color: #a5b3c7;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #fff;
}


strong {
	font-weight: bold;
}

.socialLogos {
	padding-top: 2em;
}

.socialLogos a:link,
.socialLogos a:visited,
.socialLogos a:hover,
.socialLogos a:active,
.socialLogos a:focus, {
	border: 0;
}

.socialLogos li {
	padding-bottom: 1em;
}

/* Streampad Plugin customization */
#streampadProfileButton {
	display: none;
}

.musicplayer a:link,
.musicplayer a:hover,
.musicplayer a:visited,
.musicplayer a:active {
	border-bottom: 0;
}

#mplayer {
	padding-top: 30px;
	width:  434px;
	margin: 0 auto;	
}
