#wrapper {
	margin:auto;
	width:900px;
}

#login {
	border: 1px solid #AEAEAE;
	margin: 100px auto 0;
	padding: 0;
	width: 300px;
}

#adminmenu {
	padding-left: 0;
}

#adminmenu li {
	float: left;
	list-style: none;
	margin-right: 20px;
}

.clear {
	clear: both;
}

.error {
	padding: 0.75em;
	margin: 0.75em;
	border: 1px solid #990000;
	max-width: 400px;
	color: #990000;
	background-color: #FDF0EB;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

h4 { color:#000;}

p,li {
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
}

a {
	color: #f89520;
	text-decoration: none;
}

/*MY CODE*/
a.blogi { color:#ffc314!important; font-size:20px; padding-bottom:0!important; margin-bottom:-20px!important}
p.blogi2 { padding-bottom:20px!important; border-bottom:1px solid #434343;}
a.blogi2-2:hover { color:#ffc314 }
.view { background:#242424;}
h2.uutiset { color:#ffc314;}
h3.viewtitle { color:#fff;}

#uudetkotisivut { background:#7cccc8;}
#bloglogin { padding:20px 0; background:#343f50;}
#bloglogin h2 { color:#fff; font-weight:400; text-align:center;}
#bloglogin img { margin:0 auto; display:block;}

#login form { background:#4aaba5; padding:0 10px 10px 10px}
#login input[type="text"], #login input[type="password"]{
	width:100%;
	height:50px;
	margin:10px 0 0 0;
	color:#242424;
	}
#send, #send2 {
	margin-bottom:20px; margin-top:0px;
	display:table;
	width:200px;
	height:60px;
	background-color:rgba(255, 255, 255, 1);
	color:#242424;
	}
#send:hover, #send2:hover {	
	background-color:#e55f56;
	color:#fff;
	text-decoration:none;
	-webkit-transition: 0.5s; 
    transition: 0.5s;
	}

/*******/


form input {
	border: 0px solid #999999;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 2px;
}

table {width:98%; text-align:left; border:1px solid #DDDDDD; font-size:12px; color:#000;background:#fff; margin-bottom:10px;}
table th {background-color:#fff; border:1px solid #BBBBBB; padding:3px 6px; font-weight:normal; color:#000;}
table tr td {border:1px solid #DDDDDD; padding:5px 6px;}
table tr.alt td {background-color:#E2E2E2;}
table tr:hover {background-color:#fff; color:#000;}
