@import url(http://fonts.googleapis.com/css?family=Ultra|Montserrat:700);

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(http://wolvensong.com/img/bg-9.jpg)
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 3px 1em;
	color: #5d54cb;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
    	list-style-type: none;
	padding: 0;
	margin: 0;
}

.text li {
    padding: 4px 1.5em 4px 1em;
    clear: left;
    text-align: right;
}

h3 {
	text-align: center;
	color: #5d54cb;
}

h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	margin: 0 auto;
	overflow: hidden;
}

.navigate {
    border-radius: 25px;
    background: #fff;
    padding: 20px; 
    width: 250px;
    position: fixed;
    top: 200px;
    max-width: 460px;
    margin: 0 0 0 auto;
    text-align: left;
    	opacity: 0.8;
    	filter: alpha(opacity=80);
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 24px rgba(0,0,0,0.3);
            box-shadow: 0 0 24px rgba(0,0,0,0.3);
}

.sidebar1 {
	float: right;
	width: 20%;
	padding-bottom: 10px;
}
.content {
	background: #cec9ff;
   	border-radius: 25px;
	position: absolute;
	top: 0px;
	left: 100px;
	padding: 10px 10px 100px 10px;
	width: 700px;
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 24px rgba(0,0,0,0.3);
            box-shadow: 0 0 24px rgba(0,0,0,0.3);
	z-index: -1;
}


.header {
	position: fixed;
	right: 200px;
	text-align:center;
	font-size:66px;
	font-weight:200;
}

.contact {
	background: #fff;
        font-size: .875em;
	position: fixed;
	text-align:center;
	bottom: 0px;
	right: 50px;
	width: 400px;
    	opacity: 0.8;
    	filter: alpha(opacity=80);
	-webkit-border-top-left-radius: 50%;
        -webkit-border-top-right-radius: 50%;
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-topright: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;

}

h1 {
    color: #fff;
    position: fixed;
    font-family: 'Ultra', 'Arial Black', serif;
    letter-spacing: 5px;
    left:-.3em;
    top:50;
    width: 1em;
    font-size: 48px;
    line-height: .8;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    text-shadow: 0 0 48px rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
}

.right {
	background-color: #8a7efe;
	color:#fff;
	text-align:right;
	font-size:26px;
	font-weight:200;
	padding-right:15px;
}

.left {
	background-color: #8a7efe;
        color:#fff;
	text-align:left;
	font-size:26px;
	font-weight:200;
	padding-left:15px;
}

.sub {
	background-color: #8a7efe;
        color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:200;
}

.p {
	padding: 10px;
	
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


ul.nav {
	position:absolute;
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
	padding-top: 200px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}

ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #6F7D94;
	color: #FFF;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}