/* FONTS */

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url('http://www.tionhegemony.com/holosite/content/xIAtSaglM8LZOYdGmG1JqQ.woff') format('woff');
}

@font-face {
  font-family: 'Mako';
  font-style: normal;
  font-weight: 400;
  src: local('Mako'), url('http://www.tionhegemony.com/holosite/content/o_a1a_7ly-bxb26LESxgxQ.woff') format('woff');
}

/* Layout */
body {
	background-color: black;
	background-image: url(images/background.jpg);
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family: Mako, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

:focus {
	outline: 0;
} 

#wrapper {
	margin: 0 0;
}

#header {
	background-color: black;
	background-image: url(images/header3_pattern.png);
	background-repeat: repeat-x;
	min-width: 960px;
	height: 80px;
}

#header_logo {
	background-image: url(images/header3_left.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 651px;
}

#infobar {
	float: right;
	padding-right: 4px;
	padding-top: 56px;
	height: 24px;
}

#mainnav {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#mainnav>ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainnav>ul>li
{
	float: left;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}

#mainnav>ul>li:hover {
	overflow: visible;
}

#mainnav>ul>li>a:link,
#mainnav>ul>li>a:visited,
#mainnav>ul>li>a:active
{
	display: block;
	line-height: 15px;
	height: 15px;
	background-color: #111111;
	border: 1px solid #333333;
	border-radius: 3px;
	vertical-align: middle;
	color: #aaaaaa;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 5px 0 5px;
	margin: 3px 0 0 0;
	float: left;
	white-space: nowrap;
}

#mainnav>ul>li>a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#mainnav>ul>li>ul {
	display: block;
	position: absolute;
	min-width: 100%;
	top: 20px;
	left: 0px;
	background-color: #101010;
	border-color: #202020;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #101010;
	padding: 0 3px 3px 3px;
	z-index: 1;
	list-style-type: none;
}

#mainnav>ul>li>ul>li {
	display: block;
	list-style-type: none;
}

#mainnav>ul>li>ul>hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #333333;
	margin: 5px;
}

#mainnav>ul>li>ul>li>a:link,
#mainnav>ul>li>ul>li>a:visited,
#mainnav>ul>li>ul>li>a:active {
	display: block;
	line-height: 15px;
	height: 15px;
	background-color: #111111;
	border-radius: 3px;
	vertical-align: middle;
	color: #aaaaaa;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 5px;
	margin: 3px 0 0 0;
	white-space: nowrap;
}

#mainnav>ul>li>ul>li>a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #202020;
}

/** The divider between all the main navigation links. **/
li.mainnavDivider
{
	padding: 0;
	width: 3px;
	height: 20px;
}

#date {
	display: inline;
	background-color: #111111;
	border: 1px solid #333333;
	border-radius: 3px;
	width: 182px;
	height: 14px;
	float: right;
	color: #CCCCCC;
	text-align: center;
	margin-top: 3px;
	padding: 0px 4px 1px 4px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

#center {
	background-color: #111111;
	background-image: url(images/sidebar3.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	width: 100%;
	min-width: 960px;
	overflow: auto;
}

#sidebar {
	float: left;
	width: 142px;
	padding: 5px 0;
}

#content {
	padding: 5px 5px 5px 145px;
	min-height: 500px;
}

#footer {
	min-width: 960px;
	background-color: black;
	background-image: url(images/footer3_pattern.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 30px;
}

.msgred, .msggreen {
	line-height: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
}

.msgred { color: orangered; }
.msggreen { color: lightgreen; }

/* General */

img {
	border: 0px;
}

a {
	color: #AABBAA;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color:#CCCCCC;
	text-decoration: none;
}

form {
	margin:0px 0px 0px 0px;
}

input {
	color: #aabbaa;
	background: black;
	border: 1px solid #555555;
	font-size: 12px;
	font-weight:normal;
	font-family: Mako, Verdana, Arial, Helvetica, sans-serif;
	border-radius: 3px 3px 3px 3px;
	padding: 
}

input[type=button], input[type=submit], input[type=reset] {
	cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	border-color: #999999;
}

input[type=text]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus {
	color: white;
}

select {
	color: #aabbaa;
	background: #000000;
	border: 1px solid #606060;
	font-size: 12px;
	font-weight:normal;
	font-family: Mako, Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	border-radius: 3px 0px 0px 3px;
}

select:hover {
	color: white;
}

/* Sidebar */

.sidebar-outer {
	width: 132px;
	color: #B6BFAB;
	background-color: #303030;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #555555 #444444 #444444 #555555;
	border-radius: 0px 3px 3px 0px;
	padding: 2px;
	text-align: center;
	margin: 0 0 5px 0;
}

.sidebar-inner {
	text-align: left;
}

a.side, a.sideoff, a.sideflash {
	display: block;
	text-indent: 3px;
	color:#AAAAAA;
	border-radius: 4px;
}

a.sideoff {
}

a.sideflash {
}

a:hover.side, a:hover.sideoff, a:hover.sideflash {
	background-color:#101010;
	color:#CCCCCC;
}

/* Right-side Navbars */

.rightnav {
	width: 132px;
	color:#B6BFAB;
	border-width: 1px;
	border-style: solid;
	border-color: #555555 transparent #444444 #555555;
	border-radius: 3px 3px 3px 3px;
	background-color:#303030;
	padding: 2px;
	text-align: center;
	margin: 0 0 5px 3px;
}

.rightnav-inner {
	text-align: left;
}

a.rnav {
	display: block;
	text-indent: 3px;
	color:#AAAAAA;
	border-radius: 4px;
}

a:hover.rnav {
	background-color:#101010;
	color:#CCCCCC;
}

/* Content */
div.blockheader {
	background-color: #111111;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #555555 #252525 #252525 #555555;
	border-radius: 3px 3px 0 0;
	height: 30px;
	line-height: 30px;
}

div.news:hover {
	background-color: #222222;
}

div.blocktitle {
	display: inline-block;
	float: left;
	text-align: left;
	padding-left: 5px;
	font-family: Dosis, Verdana, sans-serif;
	font-size: 16px;
	color: #77bbcc;
}

div.blockinfo {
	display: block;
	text-align: right;
	padding-right: 15px;
	font-size: 10px;
	color: #AAAAAA;
}

/*  Generic content blocks */
.content-block {
	background-color: #404040;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	border-right: 1px #333333 solid;
	padding: 0 5px;
}

.blockbody {
	position: relative;
	overflow: auto;
    margin-bottom: 5px;
	color: #DDDDDD;
	text-align: justify;
	background-color: #282828;
	border-left: 1px solid #555555;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
	padding: 8px;
	font-family: Mako, tahoma, arial, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
}

.blockbody:last-of-type  {
	margin-bottom: 0;
}

.blockbody p:last-of-type {
	margin-bottom: 0;
}

/* News page  */

span.newsedittime {
	display: block;
	font-family: Mako, verdana, arial, sans-serif;
	color: gray;
	font-size: 11px;
	text-align: right;
}

div.news {
	margin-top: 5px;
	cursor: pointer;
}

div.news .blocktitle {
	color: tan;
}

div.blockbody p:first-child {
	margin-top: 0;
}

div.blockbody p.title1 {
	font-size: 14px;
	font-weight: bold;
}

div.blockbody p.title2 {
	font-size: 12px;
	font-weight: bold;
}

div.blockbody p.title3 {
	font-weight: bold;
}

/* Forms */
.form {
	width: 270px;
	margin: 5px auto 5px auto;
	padding: 5px;
	border: 1px solid gray;
}

.form label {
	display: inline-block;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

.form input {
	width: 120px;
	margin: 2px 0;
}

.form select {
	width: 120px;
	margin: 2px 0;
}

/* Members page */
#memberlist {
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#memberlist tbody tr.oneweek { background-color: #404020; }
#memberlist tbody tr.oneweek td { border-bottom: 1px solid #383818; }

#memberlist tbody tr.twoweeks { background-color: #402020; }
#memberlist tbody tr.twoweeks td { border-bottom: 1px solid #381818; }

#memberlist tbody tr.active { background-color: #303030; }
#memberlist tbody tr.active td { border-bottom: 1px solid #282828; }

#memberlist tbody tr.guest { background-color: #222222; color: #cccccc; }
#memberlist tbody tr.guest td { border-bottom: 1px solid #181818; }

#memberlist tbody tr:hover {
	background-color: #111111;
}

#memberlist thead td {
	background-color: #404040;
}

#memberlist span.banned { color: red; font-family: arial, verdana, tahoma; font-size:12px; line-height:18px; }
#memberlist span.public { color: white; font-family: arial, verdana, tahoma; font-size:12px; line-height:18px; }
#memberlist span.guest { color: #cccccc; font-family: arial, verdana, tahoma; font-size:12px; line-height:18px; }
#memberlist span.citizen { color: lightgreen; font-family: arial, verdana, tahoma; font-size:12px; line-height:18px; }
#memberlist span.admin { color: lightblue; font-family: arial, verdana, tahoma; font-size:12px; line-height:18px; }

/* Log */

#log {
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#log thead td { background-color: #404040; }
#log tbody tr { background-color: #303030; }
#log tbody tr td { border-bottom: 1px solid #282828; line-height:16px; }
#log tbody tr:hover { background-color: #111111; }

/* Profile page */
/* Forms */
#profileForm {
	padding: 5px;
	line-height: 21px;
}

#profileForm label {
	display: inline-block;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

#profileForm input {
	width: 200px;
	margin: 2px 0;
}

#profileForm select {
	width: 200px;
	margin: 2px 0;
}

#profileForm fieldset{
	border: 1px solid #606060;
}

#profileForm legend {
	border: 1px solid gray;
	padding-left: 3px;
	padding-right: 3px;
}

#profileForm textarea {
	color: #8C8C8C;
	background: #000000;
	border: 1px solid #606060;
	font-size: 12px;
	font-weight:normal;
	font-family: Mako, Verdana, Arial, Helvetica, sans-serif;
}

div #dep, div #ran {
	display: inline;
}

/* Archive */
#archive ul {
	padding-left: 20px;
	margin: 5px 0;
}
#archive li {
	padding-top:1px;
	padding-bottom:1px;
}

#archive h2 {
	margin: 16px 0 8px 0;
}

#archive h3 {
	margin: 14px 0 6px 5px;
}

#archive h4 {
	margin: 12px 0 4px 10px;
}

#archive p  {
	margin: 4px 0 10px 15px;
}

#searchbar {
	display: none;
	position: absolute;
	top: 160px;
	left: 133px;
	width: 500px;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #111111;
	opacity: 0.95;
	margin: 10px auto;
	padding: 10px 0;
	background-color: #181818;
	border: 1px solid #333333;
	overflow: auto;
	text-align: center;
}

#searchbar #search {
	margin: 10px 5px 0 0;
	width: 300px;
}

#searchbar #srcbtn {
	margin: 10px 5px 0 0;
	width: 60px;
}

#searchbar #clsbtn {
	margin: 10px 5px 0 0;
	width: 60px;
}
