body {
	margin:0px;
	padding:0px;
	background-color:#d6d6d6;
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:none;
	text-decoration:none;
}
a{
    color:#9c9c9c;
	transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
}
a:hover{
    color:#000;
}
nav {
	position:relative;
	margin:auto;
	width:816px;
	height:170px;
	font-size:24px;
}
nav a{
	text-decoration:none;
	text-align:center;
	color:#9c9c9c;
}
.navigation {
  float:left;
  min-width:120px;
  width: auto;
  height: 50px;
  margin:0 5px 20px 5px;
  line-height:60px;
  background:#FFF;
  border-left:solid 3px #cccccc;
  border-right:solid 3px #cccccc;
  border-bottom:solid 3px #cccccc;
}
.navigation:hover{
	height:140px;
	line-height:220px;

}
.current_page{
  float:left;
  color:#000000;
  min-width:120px;
  line-height:220px!important;
  width: auto;
  height: 140px;
  margin:0 5px 20px 5px;
  line-height:60px;
  background:#FFF;
  border-left:solid 3px #cccccc;
  border-right:solid 3px #cccccc;
  border-bottom:solid 3px #cccccc;   
}
#title {
	position:relative;
	margin:auto;
	width:300px;
	height:auto;
	font-size:110px;
	font-family:Asenine, Arial, Helvetica, sans-serif;
	line-height:50px;
	color:#9c9c9c;
	text-align:center;

}
#subheading {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	width:600px;
	font-size:32px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	text-align:center;

}
.textnormal {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9c9c9c;
}
.textlarge {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	text-align:center;
}
.thumbnail img {
	height:200px;
    padding:20px;
}
.thumbnail2 img {
	width:300px;
	height:auto;
}
#box {
	position:relative;
	margin:20px auto;
	width:900px;
	height:auto;
	background:#fff;
	-moz-box-shadow: 0 0 5px #9c9c9c;
	-webkit-box-shadow: 0 0 5px#9c9c9c;
	box-shadow: 0 0 5px #9c9c9c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:20px;
}
#box2 {
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	width:350px;
	height:auto;
	background:#fff;
	-moz-box-shadow: 0 0 5px #9c9c9c;
	-webkit-box-shadow: 0 0 5px#9c9c9c;
	box-shadow: 0 0 5px #9c9c9c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:20px;
}
#box2 li{
    list-style-type:none;
    padding-bottom:5px;
}
#login{
	position:relative;
	margin:auto;
	top:200px;
	width:350px;
	height:auto;
	background-color:#FFF;
	-moz-box-shadow: 0 0 15px #9c9c9c;
	-webkit-box-shadow: 0 0 15px #9c9c9c;
	box-shadow: 0 0 15px #9c9c9c;
	font-family:Arial;
	font-size:18px;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#login input{
	border-color:#E4E4E4;
	border-style:solid;
	border-width:2px;
	font-size:18px;
	font-family:Arial;
	background-color:#EEE;
}
#login input:focus{
	border-color:#09F;	
}
#login textarea{
	border-color:#E4E4E4;
	border-style:solid;
	border-width:2px;
	font-size:18px;
	font-family:Arial;
	background-color:#EEE;
}
#login textarea:focus{
	border-color:#09F;	
}
#login .button {
	cursor:pointer;
}
#password{
	position:relative;
	margin:auto;
	width:650px;
	height:auto;
	background-color:#FFF;
	-moz-box-shadow: 0 0 15px #9c9c9c;
	-webkit-box-shadow: 0 0 15px #9c9c9c;
	box-shadow: 0 0 15px #9c9c9c;
	font-family:Arial;
	font-size:18px;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#password input{
	border-color:#E4E4E4;
	border-style:solid;
	border-width:2px;
	font-size:18px;
	font-family:Arial;
	background-color:#EEE;
}
#password input:focus{
	border-color:#09F;	
}
#password textarea{
	border-color:#E4E4E4;
	border-style:solid;
	border-width:2px;
	font-size:18px;
	font-family:Arial;
	background-color:#EEE;
}
#password textarea:focus{
	border-color:#09F;	
}
#password .button {
	cursor:pointer;
}
footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:15px;
	width:600px;
	height:15px;
	background:#fff;
	-moz-box-shadow: 0 0 5px #9c9c9c;
	-webkit-box-shadow: 0 0 5px#9c9c9c;
	box-shadow: 0 0 5px #9c9c9c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	padding:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	font-size:18px;
}
hr {
	width:auto;
	height:5px;
	background-color:#CCC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	border:none;
}
input {
	background-color:#EEE;
	border-color:#E4E4E4;
	border-width:2px;
	border-style:solid;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
}
input:focus {
	border-color:#39F;
	border-width:2px;
	border-style:solid;
}
textarea {
	background-color:#EEE;
	border-color:#E4E4E4;
	border-width:2px;
	border-style:solid;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
}
textarea:focus {
	border-color:#39F;
	border-width:2px;
	border-style:solid;
}
.button {
	cursor:pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	min-width:100px;
    width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
    color:#777777;
}
#editor{
    position:relative;
    padding:5px 10px;
    font-size:18px;
    color:#FFF;
    width:98.40%;
    height:30px;
    background:#5F5F5F;
    -webkit-box-shadow: inset 0px -15px 30px -7px #000000;
    box-shadow: inset 0px -15px 30px -7px #000000;
}
#editor a{
    color:#FFF;
    text-decoration:none;
}
#editor a:hover{
    text-decoration:underline;
}
.error{
	position:relative;
    margin:10px 0;
	width:300px;
	height:auto;
	text-align:center;
	font-size:18px;
    color:#cc0000;
    border:1px solid #cc0000;
    background:#EB9BA5;
    padding:5px;
}
.success{
	width:350px;
	height:auto;
	background:#D6F7D0;
	color:#1B7309;
	border:solid 1px #1B7309;
	text-align:center;
	margin:10px auto;
	padding:10px 0;
}
.pagenum{
    padding:2px;
    min-width:20px;
    width:auto;
    height:20px;
    border-top:1px solid #9c9c9c;
    border-right:1px solid #9c9c9c;
    border-left:2px solid #9c9c9c;
    border-bottom:2px solid #9c9c9c;
    text-decoration:none; 
}
.pagenum:hover{
    border-top:1px solid #000000;
    border-right:1px solid #000000;
    border-left:2px solid #000000;
    border-bottom:2px solid #000000;
}
.center{
    margin: auto;
    width: 50px;
}
@font-face {
    font-family:'Asenine';
    src: url('../font/ASENINE.eot');
    src: url('../font/ASENINE.eot?#iefix') format('embedded-opentype'),
         url('../font/ASENINE.woff') format('woff'),
         url('../font/ASENINE.ttf') format('truetype');
}