

#wall_post{ font-size: 12px; }

#wall_post #wpwall_author, #wall_post #wpwall_comment{ width: 200px; padding: 3px; margin-bottom: 5px; font-size: 12px; font-family: Tahoma,Geneva,Kalimati,sans-serif; border: #001D49 1px solid; background: #081831; color: #fff; }
#wall_post #wpwall_comment{ height: 65px; }
#wall_post #submit_wall_post{ width: 67px; height: 22px; color: #fff; border: none; font-size: 12px; float: right; background: url('http://starcraft2.hu/common/template/images/b_button.png') no-repeat left top;  }
#wall_post #submit_wall_post:hover{ background-position: 0 -22px; }


#wp_latest {
    padding:2px;
}

#wp_wall p
{
	/*margin-top:4px;
	margin-bottom:4px;*/
        margin:0px;
}

#wallcomments p
{
	/*margin-bottom:5px;*/
	clear:both;
}

#wall_post input  {
	border: 1px solid #cccccc;
	width: 140px;
}

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 140px;
}

#wallcomments {		
	
	overflow: auto; 
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

.wallnav {
	margin:5px 0px 0px 0px;
        float:right;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
        color: #DDDDDD;
}

.wallcomment_admin a {
        color: #00C0FF!important;
}
.wallcomment_admin {
        color: #00C0FF!important;
}

.wallcomment {
	font-weight:normal;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
}



.wall-alt {
	/* this would paint every other comment with a background  
	background: #F0F0E0 ; 	*/
}

.wall-1
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
}


.wall-admin
{
	/* this would paint the background for admin made comments 
	background:#F0F0E0; */
}

.wall-registered
{
	/* this would paint the background for other registred users 
	background:#F0d0E0; */
        border:1px solid #333;
        padding:1px;
}

.wall-gravatar
{
	float:left;
	padding-right: 5px;
}
