@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000628;
	background-attachment: fixed;
	background-image: url(../_images/test.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

/*Shortcut*/

#bookmark-this {
  padding: 5px 10px;
  font-size: 12px;
  background: #0080C0;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

#bookmark-this:hover {
  background: #03ABFC;
  border: 1px solid #d58512;
  text-decoration: none;
}

#bookmark-this:active {
  border: 1px solid #d58512;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #0080C0;
}

/*Added fonts*/

@font-face {
    font-family: 'Aquarium';	
	src: url('../fonts/aquarium-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/aquarium-webfont.woff') format('woff'),
         url('../fonts/aquarium-webfont.ttf') format('truetype'),
         url('../fonts/aquarium-webfont.svg#i_hate_comic_sansregular') format('svg');
	font-weight: normal;
    font-style: normal;
}
img {
    height: auto;
    max-width: 100%;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}
h2 {
	color: #79CBF7;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
h3 {
	color:#F00;
	font-size:1.15em;
	font-weight:bold;
}
h4 {
	text-decoration: underline;
	color: #09F;
	font-weight: bold;
}
h5 {
	font-size: 1.25em;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
	margin-top: 3px;
}
a {
	text-decoration: none;
	color: #09F;
}
a img { 
	border: none;
}
a:link {
	text-decoration: none;
	color: #09F;
}
a:visited {
	color: #0033FF;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	font-size: 1.2 em;
	color: #6C9DEE;
}
.topper {
	background: #003;
	display: block;
	width: 100%;
	position: absolute;
	z-index: 1000;
	height: 50px;
	top: 0px;
	right: 0px;
}

.socialfb {
	width: 30px;
	position: absolute;
	top: 70px;
	right: 78px;
	z-index: 100;
}
.socialml {
	width: 30px;
	position: absolute;
	top: 70px;
	right: 29px;
	z-index: 100;
}
.menu-head {
	max-width: 1180px;
	width: 100%;
	position: relative;
	height: 50px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.menu {
	background-color: #003;
	color: #FFF;
	font-size: 0.75em;
	font-weight: bolder;
	text-transform: capitalize;
	position: relative;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.menu a {
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
}
.logo {
	position: relative;
	top: 15px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.container {
	width: 99%;
	max-width: 1080px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	position: relative;
	padding: 1px;
	margin-top: 50px;
	font-size: 0.8em;
}

header {
	display: none;	
}

.forum {
	position: absolute;
	top: 7px;
	right: 36px;
	width: 18.5%;
	display: none;
}
aside {
	width: 100%;
}

.sidebar1 {
	width: 99%;
	background-color: #EADCAE;
	padding-bottom: 10px;
	padding-top: 25px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position: relative;
}

.sidebar2 {
	display:none;
}

.content {
	width: 99%;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-left: 2px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 215px;
}
.content2 {
	width: 99%;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	z-index: 2000;
	padding-bottom: 10px;
	margin-top: 215px;
}
.content2 p {
	font-size: .8em;
	font-weight: bold;
	color: #666;
}
section {
	padding-right: 25px;
	padding-left: 25px;
}
.content a {
	color:#003;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}
.merchad {
	width: 55%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	font-weight: bold;
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: relative;
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	color: #FFF;
}


footer {
	background-color: #003;
	height: 75px;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	display: block;
	float: left;
	margin-top: 10px;
	position: relative;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-bottom: 10px;
	color: #CCC;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	left: 0px;
	bottom: 0px;
	z-index: 2001;
}

header, section, footer, aside, article, figure {
	display: block;
}

section .events {
	width: 95%;
	margin: 10px auto;
	text-align: center;
	border: thin double #999;
	background-color: #33CCFF;
	font-weight: 500;
	color: #009;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-animation: color_change 1.5s infinite alternate;
	-moz-animation: color_change 1.5s infinite alternate;
	-ms-animation: color_change 1.5s infinite alternate;
	-o-animation: color_change 1.5s infinite alternate;
	animation: color_change 1s infinite alternate;
}

@-webkit-keyframes color_change {
	from { background-color: #33CCFF; }
	to { background-color: yellow; }
}
@-moz-keyframes color_change {
	from { background-color: #33CCFF; }
	to { background-color: green; }
}
@-ms-keyframes color_change {
	from { background-color: #33CCFF; }
	to { background-color: yellow; }
}
@-o-keyframes color_change {
	from { background-color: #33CCFF; }
	to { background-color: green; }
}
@keyframes color_change {
	from { background-color: #33CCFF; }
	to { background-color: yellow; }
}

aside table tr td {
	text-align: center;
	font-size: .8em;
}

.fbinsert {
	width: 95%;
	max-width: 300px;
	min-width: 200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
