/* --------------------------------------------------------------------------
 *
 * Copyright themeforest.net
 * The following CSS is to be used only for purchased design
 *
 * -------------------------------------------------------------------------*/
html, body {
  height:100%;
}
body {
  
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}
/********************************/
/* Quick CSS Reset
/********************************/
img {
  border:0;
}
a, input {
  outline:none !important;
}
/********************************/
/* Layout
/********************************/
.wrapper {
	background:url(../images/bg.jpg) repeat center center;
	position:relative;
	width:100%;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
.main-page {
	width:811px;
	height:517px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-251px;
	margin-left:-405px;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.header {
  height:38px;
}
.clear {
  clear:both;
}
.logo {
	float:left;
	padding-left:312px;
}
/********************************/
/* Content 
/********************************/
.content {
	text-align:center;
	padding-top: 65px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
.content p {
  font-size:16px;
  font-family:Comic Sans MS;
  color:#fff;
  margin:0;
}
.error-text {
  margin-bottom:25px;
}
.oops{
  font-size:40px;
  color:#ffffff;
  margin:2px 0px 5px 0px;
}

.error-text h2.title {
  font-size:35px;
  font-weight:bold;
  margin:15px 0 5px 0;
  color:#fff;
}
/********************************/
/* Search Box
/********************************/

.search {
	width:263px;
	height:67px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 12px;
}
.search .input-box {
  background:url(../images/search-field.png) no-repeat 0 0;
  width:213px;
  padding:4px 5px 5px 5px;
  float:left;
}
.search .input-box input {
  border:0;
  background:0;
  font-size:16px;
  color:#549890;
  width:223px;
}
.search input.submit {
  background:url(../images/search-icon.png) no-repeat 0 0;
  width:30px;
  height:30px;
  cursor:pointer;
  text-indent:-99999px;
  font-size:0;
  line-height:0;
  border:0;
  padding:0;
}
/********************************/
/* Nav Links
/********************************/
.nav-links {
  float:left;
  padding-left:28px;
}
/********************************/
/* Footer
/********************************/
.footer ul {
  margin:0;
  padding:0;
  list-style:none;
}
.footer ul li {
  float:left;
  padding:0 10px;
  border-right:1px solid #b2b2b2;
}
.footer ul li a {
  font-size:13px;
  color:#fff;
  text-decoration:none;
}
.footer ul li a:hover {
  text-decoration:underline;
}
/********************************/
/* Miscell
/********************************/
.feed-icons {
  float:right;
  padding-right:30px;
}
.feed-icons ul li {
  border:0;
  padding:0 4px;
}
