body{
	margin: 0;
	background-color: #fff;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 1.5;
}

#sidebar {
	color: #fff;
	top: 0;
	left: 0;
	position: absolute;
	width: 300px;
	min-height: 700px;
	height: 100%;
	background-color: #222;
	padding: 0px 50px 0px 50px;
}

#header {
	height: 70px;
}

h1 {
	font-size: 40px;
}

#blog1, #blog2, #postid1, #postid2, #tag1, #tag2 {
	width: 200px;
	height: 24px;
	background-color: #999;
	border: solid 0px white;
	margin-bottom: 5px;
	padding: 3px 5px;
	color: #eee;
	font-size: 14px;
}

#blog1:focus, #blog2:focus, #postid1:focus, #postid2:focus, #tag1:focus, #tag2:focus {
	outline: none;
	background-color: #eee;
	color: #222;
}

/*Buttons*/
#submit, #random{
	height:30px;
	width:70px;
	margin:0;
	padding-top: 3px;
	float: left;
	background-color: #00957d;
	border: 0px;
	color: #fff;
	font-size:14px;
}

#submit:hover, #random:hover{
	cursor: pointer;
	background-color: #666;	
}

#submit:active, #random:active{
	cursor: pointer;
	background-color: #333;	
}

/*canvas*/
#result {
	border: 1px dashed #eee;
	background-color: #f7f7f7;
	width: 500px;
	margin: 0 200px;
}

#main {
	width: 500px;
	margin: 100px 0 0 400px;
}

#main p {
	height: 30px;
	color: black;
	margin-left: 200px;
	transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;	
	-moz-transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.opacityZero {
	opacity: 0;
}