* {
	margin:0;
	padding:0;
	border:none;
}
body {
	width:100%;
	background:url('images/chirperchat-bg.jpg') repeat;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}
header {
	width:100%;
	height:50px;
	margin-top:-20px;
	background-color:#13607a;
}
h1, h2 {
	font-family: 'Montserrat', sans-serif;
}
h1{
	line-height:50px;
	color:#b8d721;
	font-size:27px;
}
h1 span{
	color:white;
}
h2{
	font-size:22px;
	color:white;
	display: inline-block;
	vertical-align: top;
}
h3 {
	font-size:20px;
	padding-bottom:15px;
	color:#177692;
}
h4 span {
	font-weight:300;
	font-size:14px;
}
form{
	display:inline-block;
	vertical-align: top;
	margin-bottom:15px;
}
.copyright {
	font-size:12px;
	color:#13607a;
	text-align:center;
}
.errors {
	color:#FF0000;
	font-weight:500;
}
.logout {
	display:inline-block;
	vertical-align: top;
	line-height:60px;
	padding-right:30px;
	font-weight:500;
	font-size:16px;
	color:white;
}
.logout a {
	color:white;
}
.logout a:hover {
	text-decoration: none;
	color:white;
}
.message {
	width:920px;
	padding:20px;
	border:1px solid #cecece;
	border-radius:5px;
	margin:15px 0 35px;
	background-color:#ececec;
}
.message-text {
	padding:0 25px 10px;
	font-size:16px;
	line-height:24px;
}
.comment {
	width:838px;
	padding:7px 20px;
	background-color:#fff;
	margin: 0 0 20px 20px;
	border-radius:4px;
}
.comment-user-name, .comment-user-name span {
	font-size:15px;
}
#header-bar, #content-wrapper {
	width:980px;
	margin:0 auto;
}
#header-bar a:hover {
	text-decoration: none;
}
#content{
	width:980px;
	padding:15px 30px;
	border-bottom-right-radius:12px;
	border-bottom-left-radius:12px;
	background-color: white;
}
#welcome-header {
	width:980px;
	height:60px;
	padding-left:30px;
	background-color: #177692;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	margin:50px auto 0;
}
#login {
	margin-right:30px;
	width:420px;
}
#registration {
	padding-left:30px;
	border-left:1px solid rgba(148,192,205,0.5);
	width:450px;
}
#login input[type="submit"], #register input[type="submit"] {
	margin-top:10px;
	width:125px;
}
#delete-msg-btn input[type="submit"] {
	margin-left:20px;
}
#message-form{
	width:920px;
}
#comment-form{
	width:878px;
	margin-top:10px;
	padding:0 20px;
}
#del-com-form {
	display: inline-block;
}
#birds-footer{
	margin:30px 0 50px 25px;
}