/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */

/* Print Style! */


/* basic elements */
/* This should cover most common elements */
html, body
{ 
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

p
{
	text-align: left;
}

h1
{
	font-weight: bold;
	font-size: 16px;
	margin: 0px;	
}

h2, h3
{ 
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}

h3
{
	font-size: 12px;
}

h4
{ 
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 15px;
}

a, a:link
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #80a0d3;
}

a:visited
{
	font-weight: bold; 
	text-decoration: none;
	color: #3e4d66;
}

a:hover, a:active
{
	text-decoration: underline; 
	color: #ffb80c;
}

img
{
	border: none;
}



/* Classes */

.box
{
	margin-bottom: 20px;
}

.boxcontent
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.projectentry {
	margin-bottom: 80px;
	clear: both;
}


/* specific divs */
#website
{
	text-align: left;
}

#menu
{
	visibility: hidden;
	display: none;
}

/* Display the URL of links after the link text. Good for print */
/* This only works in CSS2 Compliant browsers (Not IE) */
#content a:link:after, #content a:visited:after
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}


/* using an image to replace text. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#logo:after
{
	content: url(/images/yanime/logo.png);
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 111px;
	width: 100%;
	display: block;
	text-align: center;
}

#logo span
{
	display:none
}

#welcome
{
	visibility: hidden;
	display: none;
}

#header
{
	height: 150px;
	text-align: left;
	padding: 0px;
}

#extracontent
{
	visibility: hidden;
	display: none;
}

#footer
{
	padding-top: 3px;
}

.footernav
{
	visibility: hidden;
	display: none;
}

#footer p
{
	font-size: 9px;
	text-align: center;
}

#footer a
{
	margin-left: 6px;
	margin-right: 6px;
}