/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

/* *****************************************************************************
	SIDEBAR LOGIN WIDGET
***************************************************************************** */

/* Logged In */

.widgetcontent .avatar_container {
	float:left;
	}

.widgetcontent .avatar_container img {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 10px;
	margin-top: 0px;
	}

.widgetcontent ul.pagenav {
	list-style-type:none;
	}
	
/* Not Logged In */

.widgetcontent table.sidebarlogin {
	background-color:transparent;
	border:none;
	}
	
.widgetcontent table.sidebarlogin td {
	background-color:transparent;
	border:none;
	padding:2px 0;
	}

.widgetcontent input#user_login, .widgetcontent input#user_pass {
	width:175px;
	}
	
.widgetcontent ul.sidebarlogin_otherlinks {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
.widgetcontent ul.sidebarlogin_otherlinks li {
	display:inline;
	padding:0 10px;
	border-left:solid 1px #cccccc;
	}

.widgetcontent ul.sidebarlogin_otherlinks li:first-child {
	padding:0 10px 0 0;
	border-left:none;
	}
