#ai_comments {
	width: 425px;
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
}
#ai_comments, .ai_comment {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
.ai_comment_container {
	position: relative;
	left: 95px;
    z-index:2;
}
.ai_comment {
	width: 425px;
	margin: 0 0 30px 35px;
}			
.ai_comment_content
{
    margin: 0;
    color: #000;
    width: 352px;
    padding: 8px;
    text-align: left;
    background-color: #e2e2e2;
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    position: relative;
}
.ai_comment_author
{
    margin: 0 auto;
    margin-bottom: 22px;
    color: #000;
    width: 375px;
    height: 50px;
    padding: 8px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #999;
    position: relative;
    z-index:1;
    top: -12px;
   /* left: -58px;*/
}
.ai_comment_author img {
		position: relative;
		left: -8px;
		height: 50px;
		width: 50px;
		float: left;
}
.ai_author {
		padding-top: 20px;
}
.ai_comment_bottom_border {
		width: 376px;
		height: 11px;
		background: url("/blog_ai/images/comment_bottom.gif") no-repeat;
		position: relative;
		left: -6px;
    	z-index:2;
}
.ai_comment_top_border {
		width: 370px;
		height: 10px;
		background: url("/blog_ai/images/comment_top.gif") no-repeat;
		font-size: 1px; /* IE 6 hack to keep the height 10px */
}
.post { border-bottom: solid 2px; }
/********* Admin Styles ************/
.admin h1 {
	font-weight: bold;
	font-size: 18px;
	color: #4281b7;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
}

.userCol {
	float: left;
	padding: 10px;
}

.admText {
	width: 400px;
	height: 40px;
}
.admInput{
	width: 400px;
}

.msg {
	font-style: italic;
	color: green;
}

.errmsg {
	font-style: italic;
	color: red;
}
#header {
	background: #000000 url('/wordpress/wp-content/themes/default/images/apolloheader.jpg') no-repeat bottom center;
}
#footer p { padding: 17px 0pt }

a {
	color: #ed5105;
}

