@charset "utf-8";
/* CSS Document */

.phraseBody{
	overflow:hidden;
	padding-left: 20px;
	padding-right:20px;
}

.phraseTitle{ /* title div with background and bolding */
	background-image:url(images/layout/RBPanelMid.jpg);
	background-repeat:repeat-x;
	height: 30px;
	width: 90%;
	font-size:1.1em;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	position:relative;
	top: 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom:10px;
	overflow:visible;
}

span#pt{
	position:absolute;
	padding-top: 6px;
	padding-bottom:12px;
	height:30px;
	width:100%;
	font-size:1.075em;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	overflow:visible;
}

div#author{
	position:absolute;
	right: 0px;
	top: 0px;
	text-align:right;
	color:#999;
	padding-bottom:16px;
}

img#phraseImgLeft{
	position:absolute;
	left: -1px;
	top:0px;
}

img#phraseImgRight{
	position:absolute;
	right: -1px;
	top: 0px;
}

div.phraseButton{
	position:relative;
	left: 0px;
	top: 1px;
	background-image:url(images/layout/phraseButton.jpg);
	background-position:0% 100%;
	cursor:pointer;
	height: 28px;
	width: 28px;
}

div#bodyOptions{
	width:100%;
	position:relative;
	left:0px;
	top:0px;
}

a.ILikeThis, a.ILikeThis:link, a.ILikeThis:visited{
	color:#093;
}
a.ILikeThis:hover, a.ILikeThis:active{
	color:#0F0;
}

img.submitEdit{
	position:absolute;
	top:19px;
	right:10px;
}

.bodyText{
	left:5%;
	position:relative;
	width: 90%;
	height: 200px;
	top: 20px;
	overflow:hidden;
}

div#alphabetDiv{
	text-align:center;
}

span#nullAlphabet{
	color:#999;
}

span#nullAlphabet2{
	color:#CCC;
}

div#showHigh{
	position:absolute;
	left:0px;
	top:0px;
	width: 250px;
}

div#showLatest{
	position:absolute;
	top:0px;
	right:0px;
	width:250px;
}

div#sweary{
	position:absolute;
	right: 20px;
	top: -7px;
}

div#newPhrase{
	text-align:center;
}

div#commentSpan{
	padding-bottom:8px;
	padding-top:8px;
	padding-left:8px;
	text-indent:4;
	position:relative;
	background-color:#FFF4DD;
}

div.WNCommentsDiv{
	width: 95%;
	border-bottom:#F9DE8E 1px solid;
	margin-left:auto;
	margin-right:auto;
}

div.commentsHead{
	text-align:center;
	font-weight:bold;
	padding-top: 5px;
}

div.commentBy{
	padding-right:8px;
	color:#999;
	font-size:0.9em;
	text-align:right;
}
