/* 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/yanime.css";


/* specific divs */

#usercomments
{
	margin-left: 25px;
}


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


/* 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/yanime/comments.jpg) no-repeat top left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 77px; 
	height: 8px; 
}

#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/yanime/addcomment.jpg) no-repeat top left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 120px; 
	height: 8px; 
}

#addcommentheader span
{
	display: none;
}


/*Sidebar image replacement */

/* "Search" */
/* using an image to replace text. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#searchbox
{
	background: transparent url(../images/yanime/search.png) no-repeat top center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 7px; 
}

#searchbox span
{
	display: none;
}

/* "Categories" */
/* using an image to replace text. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#categoriesbox
{
	background: transparent url(../images/yanime/categories.png) no-repeat top center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 7px; 
}

#categoriesbox span
{
	display: none;
}

/* "Calendar" */
/* using an image to replace text. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#calendarbox
{
	background: transparent url(../images/yanime/calendar.png) no-repeat top center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 7px; 
}

#calendarbox span
{
	display: none;
}

/* "Archives" */
/* using an image to replace text. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#archivesbox
{
	background: transparent url(../images/yanime/archives.png) no-repeat top center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 7px; 
}

#archivesbox span
{
	display: none;
}

/* "Syndicate" */
/* using an image to replace text. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#syndicatebox
{
	background: transparent url(../images/yanime/syndicate.png) no-repeat top center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 7px; 
}

#syndicatebox span
{
	display: none;
}

#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;
 background-color: #dedede;
}

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