html {
    margin: 0;
    padding:0;
	width: 100%;
	height: 100%; 
    color: #333333;
    font-size: 14px;
	font-family: 'ExpressLightSSiLight', Arial, Helvetica, sans-serif;
    background-color:#F0F0F0;
	background: url(../images/black_lozenge.png) repeat; 
  	/*-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/
}

#wrapper {	
	min-height:100%;
	position:relative;
}

#MainContent section{
	position:relative;
	display:block;
	padding:20px;
}

#Background section{
	position:relative;
	display:block;
}

a:link{
	text-decoration: none;
}

h1 {
    margin:0;
    color: black;
}

#LangSelect {
	position:relative;
	top:0px;
	left:0px;
	width: 185px;
	height:10px;
	display: inline-block;
	background:rgba(26,55,19, 0.7) center;
	color:white;
	padding:5px;
	font-size:10px;
}

label {
    position: relative;
    display: inline-block;
}
.styled-select {
	position:relative;
	top:0px;
}

.styled-select select {
	display: inline-block; 
	padding:0px;
	background:rgba(26,55,19, 0.8) center;
	width: 100px;
	outline: none;
	color: white;
	border: 0px;
	font-size: 12px;
	line-height: 1;
	-webkit-appearance: none;
}

.styled-select {
   background: url(../images/selectoption_arrow.png) no-repeat right #eaeaea;
  /* border: 1px solid #ccc;*/
}

#twitter {
	display:inline-block;
	width:20px;
	height:15px;
	background: url(../images/twitter_icon.png) no-repeat;
	background-position: 0 -2px;
}

#twitter:hover{
	background: url(../images/twitter_icon_over.png) no-repeat;
	background-position: 0 -1px;
}

#facebook {
	display:inline-block;
	width:20px;
	height:15px;
	background: url(../images/facebook_icon.png) no-repeat;
	background-position: 0 -2px;
}

#facebook:hover{
	background: url(../images/facebook_icon_over.png) no-repeat;
	background-position: 0 -1px;
}

#pinterest {	
	display:inline-block;
	width:20px;
	height:15px;
	background: url(../images/pinterest_icon.png) no-repeat;
	background-position: 0 -2px;
}

#pinterest:hover{
	background: url(../images/pinterest_icon_over.png) no-repeat;
	background-position: 0 -1px;
}

#published-state {
	font-family: 'ExpressLightSSiLight', Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	
}
#published-state b{
	color:rgb(102, 0, 102);
}

#top-bar {
	visibility:hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 180px;
	height: 30px;
	background-color: #eaeaea;
	z-index: 3;
}
#top-bar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top-bar li{
	display: inline;
	background-image: url(../images/nav_divider.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 0 0 0 3px;
	color: #333;
}
	#top-bar li a:link{
		color: #333;
		padding: 3px 3px 3px 3px;
	}
	#top-bar li a:hover{
		color: #B0237B;
	}
	#top-bar li a:visited{
		color: #333;
	}
	#top-bar li a:active{
		color: #AC0057;
	}
	
#top-nav-right{
	float: right;
	margin:5px 2px 5px 2px;
	font-size:12px;
	font-family: 'Belfast-Xlight Regular', Arial, Helvetica, sans-serif;
}
#top-nav-left{
	float: left;
	margin:7px 5px 5px 5px;
	font-size:13px;
}
#social-txt {
	margin-top:12px;
}
.preloader{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height: 600px;
	height:100%;
	opacity: 0.6;
	background:#fff url(../images/loading2.gif) 50% 550px no-repeat;
	display:inline;
	z-index: 2;
}

#level_0 h1, h2, h3, h4, h5{
	margin: 0px;
}

#top-info {
	position: relative;
	top:0px;
	right:0px;
	float: left;
	color: #f1f1f1;
	max-width: 350px;
	height: 80px;
	font-size: 12px;
}

input[type=text], input[type=password] {
	width:100%;
	margin:2px;
	padding:2px;
}

input[type="button"] {
	margin: 4px;
	width: 60px;
	height: 30px;
}

input[type="submit"] {
	width: 60px;
	height: 30px;
}


#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%;
	height:200%;
	z-index:2;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
	z-index:1;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	#LangSelect {
		position:relative;
		top:0px;
		right:0px;
		width: 212px;
		height:20px;
		display: block;
		background:rgba(26,55,19, 0.7) center;
		color:white;
		padding:15px;
		font-size:14px;
	}
	styled-select select {
		display: inline-block; 
		padding:3px 3px 5px 3px;
		background:rgba(26,55,19, 0.8) center;
		width: 120px;
		outline: none;
		color: white;
		border: 0px;
		font-size: 12px;
		line-height: 1;
		-webkit-appearance: none;
	}
	.styled-select select {
		display: inline-block; 
		padding:3px 3px 5px 3px;
		background:rgba(26,55,19, 0.8) center;
		width: 100px;
		outline: none;
		color: white;
		border: 0px;
		font-size: 12px;
		line-height: 1;
		-webkit-appearance: none;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	#LangSelect {
		position:relative;
		top:0px;
		right:0px;
		width: 212px;
		height:20px;
		display: block;
		background:rgba(26,55,19, 0.7) center;
		color:white;
		padding:15px;
	}
}

/*Hides and unnecessary div*/
#modal-hide-this {
	background-color:red;
	display:none;
}