#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
}

#wallcomments p
{
	margin:5px 10px;
	float:left;
	width:25%;
	padding:15px;
	height: 200px !important;
	font-size:1.2em;
	color: #151515;
	overflow: visible;
	
	/* -moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 3px 3px 2px #EEE;
	-webkit-box-shadow: 3px 3px 2px #EEE;
	box-shadow: 3px 3px 2px #EEE;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	background: url("/wp-content/uploads/2011/11/clouds.png") no-repeat scroll 155px 135px transparent;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); */
}

#wall_post input  {
	width: 25%;
	font-size: 16px;
	line-height: 100%;
	height: auto;
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
	padding: 4px;
}

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 100%;
	font-size: 20px;
	line-height: 100%;
	height: auto;
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
	padding: 4px;
}

#wall_post .wall-btn{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: all 0.1s linear 0s;
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF 25%, #E6E6E6);
    background-repeat: no-repeat;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 9px 9px 9px 9px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 3px 10px 4px;
	margin: 5px 12px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #D57717;
    font-family: inherit;
    font-size: 16px;
    font-style: italic;
	width: 30%;
}

#wallcomments {		
	overflow: visible;
	font-family: Monotype Corsiva, Lucida Handwriting, Comic Sans;
	
	/* 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;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	top: 40px;
	position: relative;
	font-size: .9em;
}

.wallcomment {
	top: 35px;
	position: relative;
	font-size: 1.05em;
}

.wall-error {
	color:#D57717;
	text-align: center;
	font-weight: bold;

}
.wall-success {
	/* background:#c0dFa0; */
	text-align: center;
	font-weight: bold;
}

#wall_post_toggle  {
	cursor:pointer;
}



.wall-alt {
	/* this would paint every other comment with a background 
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	background: url("/wp-content/uploads/2011/11/house.png") no-repeat scroll 155px 135px transparent !important; */
	background: url("/wp-content/themes/Goodwill/images/template/postits.png") no-repeat scroll 0px 50% transparent !important;
	background-position: -400px 0px !important;
}

.wall-1
{
	/* this would paint the background of first comment, wall-2 for second... 
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); 
	background: url("/wp-content/uploads/2011/11/mittens.png") no-repeat scroll 155px 135px transparent !important;*/
	background: url("/wp-content/themes/Goodwill/images/template/postits.png") no-repeat scroll 0px 50% transparent !important;
	background-position: -200px 0px !important;
}

.wall-bkgd
{
	background: url("/wp-content/themes/Goodwill/images/template/postits.png") no-repeat scroll 0px 50% transparent !important;	
	background-position: 0px 0px !important;
}


.wall-admin
{
	/* this would paint the background for admin made comments 
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); */
}

.wall-registered
{
	/* this would paint the background for other registred users */
	background:#F0d0E0; 
}

.wall-gravatar
{
	float:left;
	padding-right: 5px;
}