html{
	background-color: lightgrey;
}


#container{
	width: 80%;
	height: auto;
	margin: auto;
}

#header{
z-index: 1;

width: 100%;
height:200px;
background-image: url(../imgs/culture.jpg);
background-repeat:no-repeat;
background-size: 100%;
align:center;
border-radius: 10px;
box-shadow: 4px 4px 4px black;
margin-bottom: 10px;
}
#content{
	width: 100%;
	height:auto;
	border-radius: 10px;
	box-shadow: 4px 4px 4px black;
	background-color: white;

}
.b_header{
	padding-left: 20px;
	margin:auto;
	width: 30%;
	height: 35px;
	border-radius: 10px;
	
}
#ul_list{
	list-style-type: none;
	position: fixed;
	margin: 10px 0px 0px -30px;
	/*margin: 10px;*/
}

.list{
	display: inline;
	width:100;
	border: 2px solid #3b5998;
	padding: 5px ;
	border-radius: 10px;
	background-color: #454242;


}
.list:hover{
	background-color: #696969;
}

#name{
font-size: 3em;
padding-left: 20px;
text-align: left;
font-family: 'Lobster', Georgia;
font-weight: 900;
color:#DAA520;
text-shadow: 2px 2px #000000;

}

.logo{
	
	margin-left: 20px;
	margin-top: 130px;
	width:50%;
	height: 60px;
	
}
#a_header{
	text-decoration: none;
	color: #ffffff;
}


#home {
  float : left;
  margin-left:50px;
  width:auto;
  height:auto;
  border-radius: 10px ;
  border: 1px solid black;
  margin-left:100px;
  padding:4px;
  background-color:white;


}

#footer{
clear: both;
width: 100%;
height:40px;
background-color: #121F1F;
border-radius: 10px;
}
#follow_bar{
	margin-top: .8%;
	padding-left: 2%;
	float: left;
	font-family: Times;
	color: #000000;

}
#post{
padding: 5%;

}
#tag{
	font-style: italic;
}
#imgfollow{
	padding-right: 10px;
	width: 30px;
	height: 30px;
	padding-top: 5px;
}


