

.fa {
  padding: 10px;
  font-size: 18px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.5;
}

.fa-facebook {
  background: white;
  color: grey;
}

.fa-twitter {
  background: white;
  color: grey;
}

.fa-google {
  background: white;
  color: grey;
}

.fa-linkedin {
  background: white;
  color: grey;
}

.fa-youtube {
  background: white;
  color: grey;
}

.fa-instagram {
  background: white;
  color: grey;
}

.fa-pinterest {
  background: white;
  color: grey;
}

.fa-snapchat-ghost {
  background: white;
  color: grey;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: white;
  color: grey;
}

.fa-android {
  background: white;
  color: grey;
}

.fa-dribbble {
  background: white;
  color: grey;
}

.fa-vimeo {
  background: white;
  color: grey;
}

.fa-tumblr {
  background: white;
  color: grey;
}

.fa-vine {
  background: white;
  color: grey;
}

.fa-foursquare {
  background: white;
  color: grey;
}

.fa-stumbleupon {
  background: white;
  color: grey;
}

.fa-flickr {
  background: white;
  color: grey;
}

.fa-yahoo {
  background: white;
  color: grey;
}

.fa-soundcloud {
  background: white;
  color: grey;
}

.fa-reddit {
  background: white;
  color: grey;
}

.fa-envelope {
	background: white;
	color: grey;
}

.fa-rss {
  background: white;
  color: grey;
}

.buttons {
	border : solid 0px #e6b215;
	border-radius : 8px;
	moz-border-radius : 8px;
	font-size : 16px;
	color : #ffffff;
	padding : 5px 18px;
	background-color : #FF9900;
	cursor:pointer;
}

.buttons:hover {
	background-color:#ffc477;
}

.buttons:active {
	position:relative;
	top:1px;
}

#newPost {
	margin: 0 auto;
	width: 90%;
}

#charCounter { float:right }

textarea {
  width:		100%;
	height: 	10em;
}

#content {
 	width: 90% ;
  	margin-left: auto ;
  	margin-right: auto;
	margin-bottom: 10px;
	font-family:verdana, sans-serif;
	word-spacing:4pt;
	font-size:13px;
}

#content_blog_post {
	width: 40% ;
	text-align: left; 
	margin-left: 80px ;
	line-height: 1.5;
	margin-right: auto;
    margin-bottom: 10px;
    font-family:verdana, sans-serif;
    word-spacing:4pt;
    font-size:14px;
}

#posts {
	font-weight:normal;
	color:#000000;
	word-spacing:4pt;
	font-size:10px;
	text-align:left;
	font-family:verdana, sans-serif;
	width: 90%;
	margin: 0 auto;
}

#posts th {
	background-color: #FF9900;
	color: white;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

#posts td {
	padding: 8px;
	border-color: #666666;
	background-color: #ffffff;
	border-bottom: 1px solid #ddd;
}

.header{ 
	width: 90% ;
	margin-left: auto ;
	margin-right: auto;
    margin-bottom: 10px;
    font-family:verdana, sans-serif;
    word-spacing:4pt;
	font-size:20px;
}

.header_img {
	float:top;
}

.footer{ 
	width: 90% ;
	margin-left: auto ;
	margin-right: auto;
    margin-bottom: 10px;
    font-family:verdana, sans-serif;
    word-spacing:4pt;
    font-size:10px;
} 

a:link {
	color: green;
	background-color: transparent;
	text-decoration: none;
  }
  
a:visited {
	color: grey;
	background-color: transparent;
	text-decoration: none;
  }
  
a:hover {
	color: red;
	background-color: transparent;
	text-decoration: underline;
  }
  
a:active {
	color: black;
	background-color: transparent;
	text-decoration: underline;
  }