@charset "utf-8";
/* 
	Stylesheet: Wall Styles 2009 
	Author: Tom Belknap
	Created: December 12th, 2009
*/


/* Wraps a post node */
.myaccMind {
	display: block;
	clear: both;
	background: url(../graphics_myaccount/bkrnd_wall_post.jpg) no-repeat;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

.myaccClear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}


/* Container for images in both posts and comments */
.myaccMindImage {
	display: block;
	float:left;
	margin:0;
	padding:4px 10px 6px 0;
	width:50px;
	height: 50px;
	}
	
/* Wrapper for post text */
.myaccWallText {
	display: block;
	float:left;
	letter-spacing:-0.001em;
	margin:0;
	padding:0 0 4px;
	width:390px;
	}
.myaccWallText:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
	
/* Wraps all comments */
.wallLeftSpace {
	display: block;
	}

.wallLeftSpace:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
	
/* Wrapper for post dates on comments and posts */
.myaccWallDate {
	display: block;
	padding-top:8px;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	}

.myaccWallDate a:link, .myaccWallDate a:hover, .myaccWallDate a:visited, .myaccWallDate a:active {
	font-size: 10px !important;
	color: #065bb9;
	text-decoration: none;
	}

/* Wrapper for comment text */
.myaccCommentText {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 4px;
	width: 70%;
	font-size: .9em;
	letter-spacing: -0.001em;
	}

.inlineText {
	display: inline !important;
	}
	
/* Wraps each comment node */
.myaccCommWrap {
	display: block;
	background: #ECEFF5;
	width: 80%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
	}
	
.myaccCommWrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
	
.myaccViewAllComm {
	display: block;
	background: #ECEFF5;
	width: 80%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
	}

.myaccViewAllComm a:link, .myaccViewAllComm a:hover, .myaccViewAllComm a:active, .myaccViewAllComm a:visited {
	font-size: 0.8em !important;
	color: #065bb9;
	text-decoration: none;
	}

/* Wrapper for "Like" */
.myaccPeopleLike {
	display: block;
	margin: 3px 80px 0 80px;
	padding: 0 0 0 25px;
	background: #ECEFF5 url(../graphics_myaccount/like.jpg) no-repeat;
	background-position: 5px center;
	border-bottom: 2px solid #FFFFFF;
	font-size: .8em;
	color: #666666;
	}
	
.countdown {
	display: block;
	float: left;
	width:200px;
	padding: 5px 0 0 2px;
	color:#333333;
	font-size:9px;
	text-decoration:none;
	}

.countdown input {
	border-style:none;
	color:#993300;
	font-size:10px;
	font-weight:bold;
	}
	
#myaccountcommentformfield:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Links */
a.metalinks:link, a.metalinks:hover, a.metalinks:active, a.metalinks:visited {
	font-size: .8em;
	}
	
.textblur
{
	color: #aaaaaa
}