/*  
Theme Name: Senior
Author: Bijan Binaee
Author URI: http://www.binaee.com
Version:1.0
All right remains © binaee
*/

ol,li,h1,h2,h3,h4,h5,h6,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
	direction: ltr;
}
pre{
	text-align: left;
}

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

a{
	color:#7d8a96;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

.clear{
	clear:both;
}

html{
    background:#404552;
}

body{
	margin:0px;
	padding:0px;
	font-family:DejaVuSans;
	font-weight:bolder;
	font-size:15px;
	color:#7f8d99;
	background-color: #404552;
}

/* HEADER */

#header{
	position: fixed;
	top: 0;
	width:100%;
	height:58px;
    text-align: left;
	z-index: 5;
}
#header #logo{
	color:#f1f1f1;
	font-weight:900;
	font-family: Interstate;
	padding:15px 25px 15px 120px;
	font-size:25px;
	float:left;
	position: relative;
	transition: color 0.3s;
}
#header #logo:hover{
	text-decoration:none;
	color:#41b076;
}

.header_controller{
	display: block;	
	height: 100%;
	width: 1100px;
    margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*board*/

.post_button {
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 0.6em;
    margin-right: 30px;
    padding: 0.6em 1.1em 0.6em 1.5em;
    color: rgba(255, 255, 255, 0.78);
    fill: rgba(255, 255, 255, 0.78);
	font-family: Roboto;
	font-size:15px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.post_button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    cursor: pointer;
}

.post_button svg {
    flex-shrink: 0;
    height: 12px;
    width: 12px;
    margin-top: 10px;
    margin-left: 4px;
	top: 1px;
	position: relative;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.post_button_light {
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 0.6em;
    margin-right: 30px;
    padding: 0.6em 1.1em 0.6em 1.5em;
    color: rgba(37, 37, 37, 0.78);
    fill: rgba(37, 37, 37, 0.78);
	font-family: Roboto;
	font-size:15px;
    background-color: rgba(73, 73, 73, 0.2);
    transition: background-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.post_button_light:hover {
    background-color: rgba(73, 73, 73, 0.35);
    text-decoration: none;
    cursor: pointer;
}

.post_button_light svg {
    flex-shrink: 0;
    height: 12px;
    width: 12px;
    margin-left: 4px;
    margin-top: 10px;
	top: 1px;
	position: relative;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

