@charset "utf-8";
/* ZackScott Landing Page */
/* Author: GraphicRabbit www.graphicrabbit.biz */

body {background:url(../img/bg.png) no-repeat top center #8c7767;}

#logo {}

#site-bar {
	background:#e1e1e1;
	border:1px solid #cecece; 
	height:340px;
}

.site-box {
	margin:20px 0px;
}

.youtube-box {
	padding:10px;
	
}

#instagram-feed, #twitter-feed, .ads {margin-top:20px; background:#CCC;}
	
	#instagram-feed, #twitter-feed h3 {padding-top:10px;}
	
.instagram {margin:20px 0px;}
	
	.instagram img {
		border:5px solid #a0a0a0;
	}
	
#tweets li hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}


#tweets li {
	padding: 5px;
	color:#5a5a5a;
	border-bottom:1px solid #5a5a5a;
	line-height:150%;
	list-style:none;
}

#tweets li .timestamp {text-align:right;}

#tweets li.tweet_content_0 {
	border-top:0px none;
}
#tweets li:last-child{
	border-bottom:0px none;	
}

#tweets .hash { color:#5a5a5a; } 
#tweets .reply { color:#5a5a5a; } 

a:link { text-decoration:underline; color:#5a5a5a;}
a:active { text-decoration:underline; color:#5a5a5a;}
a:hover { text-decoration:underline; color:#5a5a5a;}
a:visited { text-decoration:underline; color:#5a5a5a;}

#footer {background:#e1e1e1; margin-top:20px; border:1px solid #999;}

