/* CSS Document */
body {
	font: arial;
	letter-spacing: 1px;
	background-image: url('../images/graphics/background.jpg');
	text-align: center;
}

a {
	text-decoration: underline;
	color: #000000;
}

div.wrapper {
	text-align: center;
	width: 80%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
 height:auto;
}

.head {
        height:auto;
        border-bottom:0px;
	text-align: left;
	background-color: white;
}

#active {
	background-color: white;
}

#leftnav {
	text-align:left;
	float: left;
	width: 15%;
	margin: 0;
	padding: 1em;
 height:auto;
}

#content {
	margin-left: 20%;
	border-left: 1px solid gray;
        height:auto;
}

#content a{
       color:blue;
}

#blog {

	padding: 3em;
}

#container {
	width: 100%;
       height:auto;
	margin: 10px auto;
	background-color: white;
	color: #333;
}

#footer {

	text-align: center;
}

#top h1 {
	padding: 0;
	margin: 0;
}

#navigation {
border-top:o;
border-bottom: 1px solid gray;
text-align:centre;
}

#navigation ul,#navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	font-size: 20px;
	text-align: center;
	background-color: #FFFFFF;
}

#navigation ul li {
	display: inline;
}

#navigation ul li.last {
	margin-right: 0;
}

#navigation li a {
	
}

#navigation ul li a {
	background-color: #FFFFFF;
	color: white;
	padding: 0 0;
	text-decoration: none;
}


.title {
	text-align: left;
}

.timestamp {
	text-align: left;
	font-size: 12px;
	color: blue;
}

.blog_image {
	
	
}
.entry{
	display:block;
	text-align: justify;
	width:100%;
	border-bottom: 1px solid gray;
}

.entry img{
}	

.buttons{
text-align:centre;
}

.error{
color:red;}

.p1{
font-size: 14px;
margin-left:60px;
margin-right:60px;
text-align:justify;
}

.list1{
font-size: 14px;
margin-left:60px;
margin-right:60px;
text-align:left;
}