/* Three Stones Website Style Sheet */
a:link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}
a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
a:hover {
    color: #9acc8f;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
.maintext {
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff; 
}
.abouttext {
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff; 
}
.smalltext {
	font-size: 8pt; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13pt;
}
.header {
	font-size: 12pt; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}
.yellowtext {
	font-size: 9pt; 
	color: #FFE100; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}
.largeyellowtext {
	font-size: 12pt; 
	font-weight: bold;
	color: #FFE100; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;	
}
.largegreytext {
	font-size: 12pt; 
	font-weight: bold;
	color: #6D6E71; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;	
}
a.blog { 
        background:url(images/nav_blog.gif) no-repeat 0px 0px; 
        width: 55px; 
        height: 36px; 
        display: block; 
}

a.blog  span { 
        display: none; 
}

a.blog:hover { 
        background: url(images/nav_blog_over.gif) no-repeat 0px 0px; 
}
a.about { 
        background:url(images/nav_about.gif) no-repeat 0px 0px; 
        width: 55px; 
        height: 36px; 
        display: block; 
}

a.about  span { 
        display: none; 
}

a.about:hover { 
        background: url(images/nav_about_over.gif) no-repeat 0px 0px; 
}
a.characters { 
        background:url(images/nav_characters.gif) no-repeat 0px 0px; 
        width: 131px; 
        height: 36px; 
        display: block; 
}

a.characters  span { 
        display: none; 
}

a.characters:hover { 
        background: url(images/nav_characters_over.gif) no-repeat 0px 0px; 
}
a.links { 
        background:url(images/nav_links.gif) no-repeat 0px 0px; 
        width: 59px; 
        height: 36px; 
        display: block; 
}

a.links  span { 
        display: none; 
}

a.links:hover { 
        background: url(images/nav_links_over.gif) no-repeat 0px 0px; 
}
a.portfolio { 
        background:url(images/nav_portfolio.gif) no-repeat 0px 0px; 
        width: 106px; 
        height: 36px; 
        display: block; 
}

a.portfolio  span { 
        display: none; 
}

a.portfolio:hover { 
        background: url(images/nav_portfolio_over.gif) no-repeat 0px 0px; 
}
a.sketchbook { 
        background:url(images/nav_sketchbook.gif) no-repeat 0px 0px; 
        width: 59px; 
        height: 36px; 
        display: block; 
}

a.sketchbook  span { 
        display: none; 
}

a.sketchbook:hover { 
        background: url(images/nav_sketchbook_over.gif) no-repeat 0px 0px; 
		}
a.backgrounds { 
        background:url(images/nav_backgrounds.gif) no-repeat 0px 0px; 
        width: 165px; 
        height: 36px; 
        display: block; 
}

a.backgrounds  span { 
        display: none; 
}

a.backgrounds:hover { 
        background: url(images/nav_backgrounds_over.gif) no-repeat 0px 0px; 