/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */

/* Import off the base website stylesheet so we don't duplicate work */
@import "/style/yanimeaqua.css";


/* specific divs */

#usercomments
{
	margin-left: 26px;
}

#newsheader
{
	background: transparent url(../images/yanimeaqua/news.jpg) no-repeat top left;
	width: 479px; 
	height: 25px; 
}


/* Subheader marking the Comment section */
/* using an image to replace text. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#commentsheader
{
	background: transparent url(../images/yanimeaqua/comments.jpg) no-repeat top left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 78px; 
	height: 9px; 
}

#commentsheader span
{
	display:none
}

/* Subheader marking the Add A Comment form */
/* using an image to replace text. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#addcommentheader
{
	background: transparent url(../images/yanimeaqua/addcomment.jpg) no-repeat top left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 104px; 
	height: 9px; 
}

#addcommentheader span
{
	display:none
}


/*Sidebar image replacement */

#syndicatebox li
{
	list-style: none;
}

.small
{
	padding-top: 15px;
	font-size: 9px;
}

.small a
{
	margin-left: 6px;
	margin-right: 6px;
}

.syndicatelinks
{
	text-align: center;
}

.syndicatelinks img
{
	padding-top: 4px;
}

.searchboxform
{
	text-align: center;
}


/* Calendar Styles */

/* Cell that displays the name of the current month for the calendar */
th.calMonthCurrent {
 font: inherit;
   font-weight:normal;
   padding: 0px;
   text-align: center;
}


/* Our forward and backward buttons */
th.calMonthBackward {
 font: inherit;
   font-weight:normal;
   padding: 0px;
   text-align:center;
}

th.calMonthForward {
 font: inherit;
   font-weight:normal;
   padding: 0px;
   text-align:center;
}

/* Days of the Week */
.calMonthHeader th {
 font: inherit;
   text-align:center;
   font-weight:normal;
   padding: 0px;
}

/* Highlight the current day */
.calMonthToday {
 font: inherit;
/* color: #ffffff;*/
 background-color: #2a85b8;
 border: 1px solid #000000;
}

table.calMonth {
 font: inherit;
 width:145px;
 margin: 0px auto 0px;
}
