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


/* specific divs */

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


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

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

#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/yanimeyellow/search.png) no-repeat top center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 8px; 
}

#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/yanimeyellow/categories.png) no-repeat top center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 8px; 
}

#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/yanimeyellow/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/yanimeyellow/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/yanimeyellow/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;
}
