/*PlayazBall.com CSS*/

body {
	margin: 0px 0px 20px 0px;
    text-align: center;
	background: #000 url(img/bkgd/columns.gray.jpg) repeat-y center top;
	color: #FFFFFF;
	font: normal 13px/15px "Courier New", courier, Arial;
	
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #8FABBE;
	}

a:visited {
	color: #8FABBE;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #ffd600;
	}
	
p
{
	color: #FFFFFF;
	font: normal 13px/15px "Courier New", courier, Arial;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#topbar 
	{
	height: 10px;
	background: #424238;
	border-bottom: 2px solid black;
	}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	background-color: #000;
	}

#banner {
	background-color: #000;
	text-align: left;
	height: 240px;
	}

#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#center {
	float: left;
	width: 500px;	
	overflow: hidden;
	}

#googleAds 
	{
	margin-left: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #000;	
	color: #FFF;
	font: Verdana, Arial, sans-serif;
	}

#right {
	float: left;
	width: 200px;
	background-color: #000;	
	overflow: hidden;
	}

.content p {
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	font: normal 13px/18px Georgia, Times New Roman, serif;
	}

.content blockquote {
	line-height: 110%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #88755d;	
	text-align: left;	
	margin-bottom: 10px;
	color: #a39d8d;
	font: bold 13px/16px "Courier New", courier, Arial;
	text-transform: uppercase;
	}

.content h3 {
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	font: bold 20px/22px "Courier New", courier, Arial;
	text-transform: uppercase;
	}

.content p.posted {
	color: #999;
	border-top: 1px solid #999;
	text-align: left;
	margin-bottom: 25px;
	padding: 3px;
	font: bold 12px/14px "Courier New", courier, Arial;
	}

.sidebar {
	padding: 15px;
	font: 12px/12px "Courier New", courier, Arial;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 15px;
	margin-left: 17px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	margin-left: 17px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #FFF;
	text-align: left;	
	margin-top: 5px;
	list-style-type: none;
	font: 12px/12px "Courier New", courier, Arial;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.subhead 
	{
	margin-bottom: 0px;
	margin-top: 5px;
	}

#msgBoard 
	{
	margin-left: 17px;
	margin-top: 5px;
	margin-bottom: 15px;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	font: x-small/150% Georgia, Times New Roman, Times, serif;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
	
/*End CSS*/