ul.centermenu
{
float:left;
left:10px;
color: #000000;
}
a.active { color: #000000 }

h2.play
{
color:#3972b8;
position:absolute;
}

.flash
{
width:100%;
text-align:center;
border:0px #ccc solid;
padding:5px 0 10px 0;
}
.flash .pagination
{
width:100%;
margin:0 0px 0 0px;
text-align:center;
}
.flash .pagination a
{
font-size:1.2em;
font-weight:bold;
display:block;
color:#3972b8;
}
.flash .pagination a:hover
{
text-decoration:underline;
}
.flash .pagination a.prev
{
float:left;
margin:0 0px 0 10px;
}
.flash .pagination a.more
{
text-align:center;
}
.flash .pagination a.next
{
text-align:right;
float:right;
margin:0 10px 0 00px;
}

/* Comment box Start */
.commentbox
{
margin:0 auto;
padding:0 0 10px 0;
}
.commentbox .bg
{
width:95%;
margin:0 auto;
background:url(/images/template/comment-bg.jpg) repeat-x;
border-bottom:1px #ccc dashed;
padding:0 5px;
}
.commentbox .bg h2
{
text-align:left;
font-weight:bold;
font-size:1.3em;
padding:2px 0 0 10px;
}
h2.head
{
text-align:left;
font-weight:bold;
padding:2px 0 0 10px;
}
.description
{
float:left;
width:49%;
border-right:1px #ccc dashed;
padding:2px 2px 10px 10px;
}
.description a
{
color:#3972b8;
}
.description a:hover
{
color:#3972b8;
text-decoration:underline;
}

a.addcomment
{
background:url(/images/template/add_comment.jpg) top left no-repeat;
width:166px;
height:22px;
display:block;
padding:1px 0 0 10px;
color:#000;
margin:15px 0 0 0;
}
.commententry
{
width:95%;
margin:0 auto;
padding:5px 0;
}
.commententry a
{
font-weight:bold;
color:#3972b8;
}
.commententry a:hover
{
text-decoration:underline;
font-weight:bold;
color:#3972b8;
}

/* Comment Form */
form#comment label
{
text-indent:-5000px;
}
form#comment textarea#comment_text
{
width:80%;
height:45px;
}
form#comment input#comment_submit
{
background:#ccc;
display:inline;
background:url(/images/template/submit.png) top left no-repeat;
width:65px;
height:22px;
border:0;
margin:0 0 3px 10px;
}

/* tools Styling */
.tools
{
position:relative;
left:20px;
width:47%;
float:left;
}
.tools p a
{
margin:1px 5px;
}

#otherlinks
{
background:url(/images/template/links.png) top left no-repeat;
width:259px;
height:22px;
margin:0 0 10px 0;
}
#otherlinks a.digg
{
position:absolute;
display:block;
width:82px;
height:22px;
text-indent:-5000px;
}
#otherlinks a.delicious
{
position:absolute;
left:82px;
display:block;
width:76px;
height:22px;
text-indent:-5000px;
}
#otherlinks a.stumble
{
position:absolute;
left:158px;
display:block;
width:101px;
height:22px;
text-indent:-5000px;
}
#otherlinks a.digg:hover
{
background:url(/images/template/links.png) bottom left no-repeat;
}
#otherlinks a.delicious:hover
{
background:url(/images/template/links.png) no-repeat;
background-position:-82px -22px;
}
#otherlinks a.stumble:hover
{
background:url(/images/template/links.png) no-repeat;
background-position:-158px -22px;
}