/* CSS Document */
/* post button start*/
#postform {
	display:none;	
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
/*
a.button {
	background: transparent url('http://www.oscaralexander.com/tutorials/img/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /1* sliding doors padding *1/
	text-decoration: none;
}
a.button span {
	background: transparent url('http://www.oscaralexander.com/tutorials/img/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /1* hide dotted outline in Firefox *1/
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /1* push text down 1px *1/
} 
/1* post button end*1/


/1* This just gives it a black BG...take it out when you implement*/
/*
body {
	background-color:#000000;
	background-image:url();
	background-attachment:fixed;
	background-position: center top;
	background-repeat:no-repeat;
	margin: 0;
}
*/
.woum {
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
/* Friend Feed Container */

.resize_wall_post_picture img {
width: 100px;
height : auto;
}

.resize_wall_post_video embed, .resize_wall_post_video object  {
width: 300px;
height : 150px;
max-width:640px;
}

.resize_wall_post_audio embed, .resize_wall_post_audio object  {
width: 200px;
height : 10px;
max-width:640px;
}

.resize_wall_post_audio iframe {
max-width:640px;
max-height:320px;
}
.horzcellstable {
	background-color: #999999;
	width: 500px;
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	padding: 0px 2px;
	border-spacing:2px;
	margin: 0px;
}
.text_10_white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: bold;
	color: #FFFFFF;
}
/* Posts */
.friendpost {
	color:#060606;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
.friendpost a, .friendpost a:link {
	color: #03377E;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.friendpost a:hover {
	text-decoration: underline;
}
.kpost {
	background-color:#eaeaea;
	padding:3px;
	color:#060606;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0pt;
	line-height: 11pt;
	min-height:44px;
	text-align:left;
}
.kpost {
	background-color:#eaeaea;
	padding:3px;
	color:#060606;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0pt;
	line-height: 11pt;
	min-height:44px;
	text-align:left;
}
.kpost img {
height:80px;
width:auto;
}

.new_item img {
height:10px;
width:25px;
}

.kpostportrait {
	float:left;
	/*border:1px solid #5D7387;*/
	padding: 2px;
	height: 40px;
	width: 40px;
	margin-right: 4px;
}
.kpostportrait img {
	height: auto;
	width: 40px;
	position:absolute;
	clip:rect(0px,40px,40px,0px);
}
/* Post Navigation - this is the table that says 1 Hour Ago */

.kpostnav {
	background-color:#C0C0C0;
	border:0 solid #000000;
	margin:0;
	padding:1px 0 1px 52px;
}

.post_nav {
	background-color:#C0C0C0;
	border:0 solid #000000;
	margin:0;
}

.comment_time {
	background-color:#C0C0C0;
	border:0 solid #000000;
	margin:0;
	padding:1px 0 1px 27px;
}


/* Comments */

.kcomment {
	background-color:#AEAEAE;
	border:0 solid #000000;
	color:#060606;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0;
	margin:3px 0 3px 50px;
	padding:2px;
	min-height:22px;
}
.kcomment_input{
	display:none;
}
.kcommentportrait {
	float:left;
	/*border:1px solid #5D7387;*/
	padding: 2px;
	height: 20px;
	width: 20px;
	margin-right: 4px;
}
.kcommentportrait_old img {
	height: 18px;
	width: 60px;
	position:absolute;
	clip:rect(0px,20px,20px,0px);
}

.kcommentportrait img {
	height: 20px;
	width: 20px;
	position:absolute;
	clip:rect(0px,20px,20px,0px);
	border:hidden;
}

.but_comment_post_old{ vertical-align: top; padding:2px;}

.but_comment_post img{ 
	height: 18;
	vertical-align: middle; 
	padding:2px;
}