/* Normalization of CSS/HTML elements, ignore */
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block; unicode-bidi: embed }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

/* End of normalize */

@font-face {
	font-family: "Aileron";
	src: url("fonts/aileron.light.otf") format("opentype");
}

@font-face {
	font-family: "Bitstream";
	src: url("fonts/VeraMono.ttf") format("truetype");
}

body {
	font-family: "Aileron", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
  line-height: 30px;
}

code {
  border: 0;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow-x: auto;
  padding: 15px;
  font-size: 14px;
}

div .code {
  background: #1d1f21;
  font-family: "Bitstream",'Bitstream Vera Sans Mono','DejaVu Sans Mono',Monaco,Consolas,monospace;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px;
}

fieldset {
	padding: 1em;
	font: 85%/1 sans-serif;
	border: 2px groove threedface;
}

ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

input[type=text], input[type=password], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 4px 0px 4px 4px;
  margin: 6px 2px 4px 0px;
  border: 1px solid #C2B8B8;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 4px 0px 4px 4px;
  margin: 6px 2px 4px 0px;
  border: 1.5px solid rgba(81, 203, 238, 1);
}

.errorList {
	color:red;
	list-style-type: none;
}

.successText {
	color: green;
	margin-top: 20%;
}

.successTextBig {
	color: green;
}

.tall {
	padding-top: 25px;
}

.button	{
	background-color:#0086FF;
	color:white;
	border-style: solid;
	border-width: 0px;
	border-radius: 0px;
	background-clip: padding-box;
	padding:0;
	margin:0;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	height:30px;
	width:120px;
	display:block;
	cursor:pointer;
	font-size: 13px;
	margin-left: 43.7%;
}

.button:hover {
	background-color: #42B7FF;
}

.buttonLink {
	background-color:#0086FF;
	color:white;
	border-style: solid;
	border-width: 0px;
	border-radius: 0px;
	background-clip: padding-box;
	padding:0;
	margin:auto;
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	height:30px;
	width:120px;
	display:block;
	cursor:pointer;
	font-size: 13px;
	text-decoration:none;
}

.buttonLink:hover {
	background-color: #42B7FF;
}

.fields {
	margin: auto;
	padding: 15px;
	width: 50px;
}

.clear {
	clear: both;
}

.inputForm {
	border-color: rgba(0,0,0,.2);
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 350px;
	margin: auto;
	margin-top: 10%;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-top: 13px;
	background-color: #E1E3F2;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.inputForm .formTitle {
	/*font-weight: bold;
	font-size: 22px;*/
}

.inputForm .formTitleLeft {
	float: left;
}

.inputForm .fieldLabel {
	margin: right;
	margin-top: 6.5%;
	float: left;
	width: 10px;
	font-size: 16px;
	text-align: right;
}

.postForm {
	border-color: rgba(0,0,0,.2);
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 900px;
	margin: auto;
	margin-top: 3%;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-top: 13px;
	background-color: #E1E3F2;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.postForm .formTitle {
	font-weight: bold;
	font-size: 22px;
}

.postForm .fieldLabel {
	margin: right;
	margin-top: 3%;
	float: left;
	width: 10px;
	font-size: 16px;
	text-align: right;
}

.postForm .field {
	margin: auto;
	padding: 15px;
	width: 200px;
}

.postForm .button {
	background-color:#0086FF;
	color:white;
	border-style: solid;
	border-width: 0px;
	border-radius: 0px;
	background-clip: padding-box;
	padding:0;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	height:30px;
	width:120px;
	display:block;
	cursor:pointer;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

.postForm .field a {
	background-color:#0086FF;
	color:white;
	border-style: solid;
	border-width: 0px;
	border-radius: 0px;
	background-clip: padding-box;
	padding:0;
	margin:auto;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	height:30px;
	width:120px;
	display:block;
	cursor:pointer;
	font-size: 13px;
	text-decoration: none;
}

.postForm .field a:hover {
	background-color: #42B7FF;
}

.postForm .button:hover {
	background-color: #42B7FF;
}

.small {
	width: 450px;
}

.inputForm p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.postForm p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.newsPost {
	background-color: white;
	color: #2C2C2C;
	clear: both;
}

.newsPost .title {
	width: 880px;
	color: white;
	padding: 10px;
	text-align: left;
	/*font-size: 34px;*/
	background-color: #161616;
	vertical-align: middle;
	min-height: 45px;
}

.newsPost .title h1 {
	font-weight: 500;
	margin-left: 1%;
	margin-top: 5px;
}

.newsPost .title .postInfo {
	margin: 0;
	padding-left: 7px;
	font-size: 12px;
	/*font-style: italic;*/
	text-align: left;
	vertical-align: middle;
	color: #9C9C9C;
  line-height: 20px;
}

.newsPost .title .deletePostButton {
	background-color:#0086FF;
	color:white;
	border-style: solid;
	border-width: 0px;
	border-radius: 0px;
	background-clip: padding-box;
	padding:0;
	margin:auto;
	text-align: center;
	float: right;
	vertical-align: middle;
	line-height: 30px;
	height:30px;
	width:80px;
	display:block;
	cursor:pointer;
	font-size: 12px;
	text-decoration: none;
	margin-top: -1.15%;
	margin-right: -1.15%;
}

.newsPost .title .deletePostButton:hover {
	background-color: #42B7FF;
}

.newsPost .title .editPostButton {
	background-color:#0086FF;
	color:white;
	border-style: solid;
	border-width: 0px;
	border-radius: 0px;
	background-clip: padding-box;
	padding:0;
	margin:auto;
	text-align: center;
	float: right;
	vertical-align: middle;
	line-height: 30px;
	height:30px;
	width:80px;
	display:block;
	cursor:pointer;
	font-size: 12px;
	text-decoration: none;
	margin-right: -1.15%;
}

.newsPost .title .editPostButton:hover {
	background-color: #42B7FF;
}

.newsPost .title .link {
  text-decoration: none;
  color:#FFFFFF;
}

.newsPost .content {
	color: #2C2C2C;
	text-align: left;
	line-height: 25px;
	word-wrap: break-word;
}

.newsPost .regText {
	width: 890px;
	margin-right: 10px;
	padding-left: 10px;
  padding-right: 10px;
	font-size: 14px;
  letter-spacing: 0.7px;
}

.newsPost .image {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -10px;
  height: 100%;
}

.newsPost .imgCenter {
  /*padding-left: 0px;
  padding-right: 0px;
  margin-left: -10px;
  height: 100%;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
}

.itemBox {
    width: 220px;
    height: 100px;
    background-color: #F0F1F2;
    color: #505050;
    border-color: rgba(0,0,0,.2);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box;
    list-style: none;
    text-align: left;
    padding: 15px;
        padding-top: 15px;
    padding-top: 5px;
    margin: 15px;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 20px;
    float: left;
}

.itemBox p {
  font-size:13px;
}

.itemBox:hover {
  background-color: #FFFFFF;
}

.page {
  text-align: left;
  padding: 20px;
}

#footerContent {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #616161;
	margin-top: 20px;
}

#headerBar {
	width: auto;
	height: 100px;
	background-color: #151515;
	margin: 0;
	padding: 0;
	text-align: center;
}

#headerBar .item {
	transition: background-color 0.2s ease;
	font-size: 16px;
	color: white;
	margin-top: 25px;
	padding-left:20px;
	padding-right:20px;
	margin-left:2px;
	margin-right:2px;
	height:50px;
	line-height:50px;
	vertical-align: middle;
	text-align: left;
	float: left;
}

#headerBar .item:hover {
	background-color:#0086FF;
}

#headerBarContent {
	width: 900px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#headerBarLogo {
	float: left;
	width: 120px;
	height: 100px;
}

#headerBarMenu {
	float: left;
	width: 800px;
	height: 50px;
	margin-top: -35px;
}

#logoBanner	{
	width: 900px;
	height: 360px;
	background: #151515 url('https://i.imgur.com/sGLXzy0.png') center no-repeat;
	/*background: #151515 url('https://vignette.wikia.nocookie.net/pixar/images/9/9d/Heimlich-screaming.jpeg') center no-repeat;*/
}

#smallBanner	{
	width: 900px;
	height: 150px;
	background: #151515 url('https://i.imgur.com/sGLXzy0.png') center no-repeat;
	/*background: #151515 url('https://vignette.wikia.nocookie.net/pixar/images/9/9d/Heimlich-screaming.jpeg') center no-repeat;*/
}

#logoButton {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: -25px;
	width: 100px;
	height: 100px;
	background: #151515 url('/images/logo.png')  center no-repeat;
}

#logoButton:hover {
	background: #151515 url('/images/logo_hover2.png')  center no-repeat;
}

#accountPanel {
	color: white;
	float: right;
	vertical-align: middle;
	text-align: right;
	font-size: 14px;
	margin: 0;
	line-height:40px;
	margin-bottom: 20px;
	height: 40px;
	background-color: #505050;
}

#accountPanel .item {
	color:white;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin:0;
	margin-bottom: 20px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:left;
	float:right;
}

#accountPanel .item2 {
	color:white;
	background-color: #1D8F00;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin:0;
	margin-bottom: 20px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:left;
	float:right;
}

#contentBox {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	box-shadow:0 5px 30px black;
}
