.logo {
	margin: 0px 0px 3em 0px;
}

.logo-inner {
	margin: 0px auto;
	display: block;
}

.divider {
	border-top:1px solid #3c3c3e;
	padding-top:0em;
}

.address-logo {
	margin-bottom:2em;
}

.btn-right {
	float:right;
}

.social-links {
	margin:4px 0px 0px;
	float:left;
	list-style:none;
	padding:0px;
}

.social-links li {
	display:inline-block;
	position:relative;
	margin-right:15px;
}

.social-icon {
	background:url('../imgs/sprite-sheet.png') no-repeat;
	height:25px;
	width:25px;
	position:relative;
	display:block;
}

.fb-icon {
	background-position:-147px 0px;
}

.linked-icon {
	background-position:-122px 0px;
}

.twitter-icon {
	background-position:-72px 0px;
}

.fb-icon:hover {
	background-position:-147px -25px;
}

.linked-icon:hover {
	background-position:-122px -25px;
}

.twitter-icon:hover {
	background-position:-72px -25px;
}

.gas-icon {
	margin-left:10px;
}

.registered-with {
	position:relative;
	float:right;
}

footer {
	position:relative;
	background:#fff;
	margin:3em 0px 1em;
	padding:10px 15px;
	height:52px;
	vertical-align: baseline;
	line-height:32px;
}


/* -------- TEXT STYLING ------*/
  
#twitter-feed {
	min-height:1em;
    margin:auto;
    margin-top:0px;
    padding:2em 10px 2em 50px;
    background-color:none;
    overflow:auto;
    background: url('../imgs/twit-bird.png') no-repeat center left 5px;
}
  
#twitter-feed h1 {
    color:#5F5F5F;
    margin:0px;
    padding:9px 0px 9px 0px;
    font-size:18px;
    font-weight:lighter;    
}
  
.twitter-article, #loading-container {
    width:100%;
    border-top:1px dotted #CCC;
    float:left; 
    padding:0px;
    position:relative;
} 
.twitter-pic {
    position:absolute;
}
  
.twitter-pic img {
    float:left;
    border-radius:7px;  
    border:none;
}
  
.twitter-text {
    width:100%;
    float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twitter-text p {
    margin:0px; 
}
.twitter-text a,  h1 a {
    color: #000000;
    text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #000000;
}
  
.tweet-time {
    color:#878787;
    float:left;
}
.tweet-time a, .tweet-time a:hover {
    color:#878787;
}
  
.tweetprofilelink a {
    color:#444;
}
.tweetprofilelink a:hover {
    color:#444;
}