/*
Theme Name:     Livster Clean Theme
Theme URI:      http: //livster.net/
Description:    Slightly modified version of p2 
Author:         Decoy
Author URI:     http: //livster.net/
Template:       p2
Version:        0.1.0
*/

@import url("../p2/style.css");

#header .sleeve {
	border-radius: 1em; 
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em; 
}

#footer {
	border-radius: 1em; 
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em; 
}

#main input {
	border-radius: 1em; 
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}

#wrapper {
	border-radius: 1em; 
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}

.sleeve_main {
	border-radius: 1em; 
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}

#postbox {
	border-radius-topleft: 0.6em; 
    -webkit-border-top-left-radius: 0.6em;
    -moz-border-radius-topleft: 0.6em;
}

#main {
	border-radius-bottomleft: 0.6em; 
    -webkit-border-bottom-left-radius: 0.6em;
    -moz-border-radius-bottomleft: 0.6em;
	border-radius-topleft: 0.6em; 
    -webkit-border-top-left-radius: 0.6em;
    -moz-border-radius-topleft: 0.6em;
}

body {
	background: #6C507B;
}

a, a:visited, h1 a:visited, a:active, #main .selected .actions a, #main .selected .actions a:link, #main .selected .actions a:visited, #help dt {
	color: #553169;
}

#header .sleeve a, #header .sleeve a:visited, #header .sleeve a:active {
	color: #553169;
}

#header .sleeve small {
	color: #888;
}

#inlinelogin div {
	height: 2em;
	clear: both;
	margin-bottom: 2px;
}
#inlinelogin .mid {
	width: 50%;
}
#inlinelogin #wp-submit {
	width: 30%;
	float: right;
}
#wp-submit:hover {
	border-color: #555;
}
#inlinelogin form {
	background: #fafafa;
	color: #666;
	//padding: 5px 7px;
	line-height: 16px;
}

#inlinelogin input {
	//float: right;
	margin-top: 5px;
	border: 1px solid #d1d1d1;
	background: #fafafa;
	color: #666;
	padding: 5px 7px;
	line-height: 16px;
}

div.avatar {
	border-radius: 1em; 
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em; 
}

#postbox .avatar div {
	padding: 0;
	border: 1px solid #ccc;
}
#main div.avatar {
	float: left;
	margin-right: 15px;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-left: 2px;
}
#main ul.commentlist div.avatar {
	margin-right: 12px;
}

.postcontent {
	min-height: 56px;
}

#postbox .inputarea {
	padding-left: 76px;
}

#sidebar ul li {
	padding: 4px 0 6px;
}

#wrapper #sidebar #sidebar-login div.avatar {
	margin: 0;
	padding: 0;
	border: none;
}

.p2-recent-comments div.avatar {
	float: left;
	border: 1px solid #ccc;
}

.image-feed-small a img { max-width: 200px; }