* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #0d0d0d;
	background-image: url('images/bg.png');
	background-color: #0d0d0d;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#wrapper {
	width: 100%;
	height: 100%;

}

#topbar {
	width: 70%;
	height: 285px;
	background-image: url('images/logo.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 15px;
	text-align: center;
	float: right;
	margin-right: 3%;
	position: relative;
}

#social {
	position: fixed;
	text-align: center;
	left: 0;
	bottom: 0;
	margin: 0 auto 15px 10%;
}

#social i {
	font-size: 30px;
	color: #c096fb;
	margin-right: 5px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#social i:hover {
	color: #f231f9;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#menu {
	width: 64%;
	height: 50px;
	line-height: 50px;
	border-top: 1px dashed #a575ae;
	border-bottom: 1px dashed #a575ae;
	text-align: center;
	float: right;
	margin-right: 3%;
}

#menu a {
	font-family: 'Cambria', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 2px;
	border-bottom: 1px dashed transparent;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#menu a:hover {
	color: #fe2b6d;
	border-bottom: 1px dashed #fe2b6d;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#menu i {
	color: #fe2b6d;
	font-size: 10px;
	margin-right: 15px;
}

#content {
	width: 62%;
	height: auto;
	float: right;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #ffffff;
	color: #0d0d0d;
	text-align: justify;
	margin: 15px 3% 5px 0px;
	padding: 5px 1%;
	border: 3px solid #fe2b6d;
}

#content p {
	margin: 10px 0px;
}

#footer {
	clear: both;
	width: 64%;
	float: right;
	text-align: center;
	margin-right: 3%;
	margin-bottom: 1%;
}

#footer i {
	font-size: 10px;
	color: #fe2b6d;
	margin: 0px 5px;
}

h1, h1 a {
	font-size: 18px;
	text-decoration: underline;
}

h1:hover, h1 a:hover {
	color: #0d0d0d !important;
}

#content a {
	color: #0d0d0d;
	text-decoration: underline;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#content a:hover {
	color: #fe2b6d;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#content table {
	width: 70%;
	margin: 0 auto;
	font-size: 13px;
}

#content table td {
	width: 20%;
}

#content table td i, #content li i {
	font-size: 11px;
	color: #fe2b6d;
	margin: 0px 5px;
}

h2 {
	width: 95%;
	margin: 5px auto;
	padding: 5px 0px;
	background-color: #0d0d0d;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

h4 {
	width: 93%;
	margin: 1px auto;
	padding: 5px 1%;
	background-color: #cccccc;
	color: #262626;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}

#content li {
	width: 93%;
	margin: 1px auto;
	padding: 5px 1%;
	background-color: #ededed;
	color: #262626;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}

.lifetimes {
	width: 95%;
	margin: 5px auto;
	padding: 5px 0px;
	color: #0d0d0d;
}

.lifetimes .right {
	float: right;
	font-size: 12px;
	text-align: center;
}

.lifetimes .left{
	float: left;
	font-size: 12px;
	text-align: center;
}

.lifetimes img {
	margin: 5px 5px 0px 5px;
}

.ib img {
	border: 3px solid #0d0d0d;
}

.sources { background-color: #fff6f2; color: #262626; width: 56%; padding: 2%; display: block; margin: 5px auto 0 auto; border: 2px dashed #ffa075; font-size: 12px; }
.sources h3 { font-size: 16px; font-style: italic; font-weight: normal; }
.sources ul {  list-style-type: square; list-style-position: inside; }
.sources li { width: 93%; margin: 3px auto !important; padding: 1px 1% !important; background-color: transparent !important; color: #262626!important; border: none !important; display: list-item !important; font-size: 12px !important; font-weight: normal; text-transform: none; text-align: left; }
.sources li span { color: #df784a !important; }

#coming {
	width: 60%;
	background-color: #ede1ed;
	margin: 10px auto;
	padding: 10px 0px;
	color: #404040;
	border: 2px dashed #bca2e0;
	text-transform: uppercase;
}

#coming #c {
	display: table;
	width: 100%;
	margin-top: 5px;
}

#coming #ctitle {
	width: 80%;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#coming i {
	font-size: 18px;
	color: #fe2b6d;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5%;
}