/*      FONTS       */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500);

body {
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	color: #555;
}
h3 {
  font-family: 'roboto condensed',sans-serif;
	font-weight: 700;
	padding-bottom: 0.5em;
	margin-top: 1em;
}

/*		LINKS		*/
a {
	color: brown;
	text-decoration: none;
}
a:hover {
	color: red;
}

/*		STRUCTURE		*/
#container {
	width: 80vw;
	margin: 48px auto;
	overflow: hidden;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
#left_column {
	width: 20vw;
	padding-top: 2em;
	float: left;
	overflow: hidden;
}
#main_column {
	padding-top: 2em;
	margin-left: 2vw;
	width: 57.8vw;
	float: left;
	overflow: hidden;
}
footer {
	height: 10vh;
	clear: both;
}

/*		POSTS		*/
#posts .container {
	border-bottom: 1px solid #eee;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	overflow: hidden;
	position: relative;
	min-height: 68px;
}
#posts .container .avatar {
	width: 2em;
	float: left;
}
#posts .avatar img {
	width: 48px;
}
#posts .container .content {
	position: absolute;
	left: 60px;
	top: 0;
	right: 0;
}
#posts .container .msg {
	padding-bottom: 0.5em;
	line-height: 1.2;
}
#posts .container .pseudo {
	color: #aaa;
	font-size: 0.8em;
	padding-top: 0.25em;
}
#posts .container .pseudo b {
	color: #888;
}


/*		HEADER		*/
header {
  border-bottom: 3px solid #333;
  padding-bottom: 1em;
}
header h1, 
header h2 {
	text-indent: 22vw;
}
header h1 {
	font-size: 4em;
  font-family: 'roboto condensed',sans-serif;
  padding-bottom: 18px;
  padding-top: 0.5em;
}
header h1 i {
	color: #aaa;
}


/*		LEFT COLUMN		*/
#left_column li {
	font-size: 90%;
	list-style: square;
	color: #aaa;
	margin-left: 1em;
	margin-bottom: 0.25em;
	width: 80%;
	line-height: 1.3;
}

/*		MAIN COLUMN		*/
#main_column form {
	padding-bottom: 1em;
	border-bottom: 2px solid #eee;
	margin-bottom: 1em;
}
#main_column textarea {
	width: 97%;
	height: 4em;
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	display: block;
	margin-bottom: 0.25em;
	border: 2px solid #555;
	padding: 2px 6px;
}
#main_column textarea:focus {
	outline: none;
}
#main_column form input {
  font-family: 'roboto condensed',sans-serif;
  padding: 0.25em 0.75em; 
	border: 2px solid #555;
	font-size: 1.1em;
	font-weight: 300;
	margin-top: 0.5em;
	height: 1.75em;
	line-height: 1em;
	background: white;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#main_column form input:hover {
	cursor: pointer;
	background: #222;
	color: #fff;
	border-color: #222;
}
#main_column form p {
	color: #aaa;
}
#main_column form #caracteres {
	color: maroon;
}

/*		GENERIC		*/
.network {
	height: 14px;
	width: 14px;
	padding-right: 4px;
}
