/* 
 * Style sheet for thesecretdogproject.
 *
 * I'm assuming that output is generated using triv; this should be kept
 * up-to-date with changes to triv.sh and to the secretdogproject template.
 *
 * THP Dec 2006
 *
 * Updates:
 *
 *      20090901    Updated colorscheme
 */

html 
{
	/*background: #FFFFFF;*/
    /*background: #47032F;*/
    background: #222222;
}

body 
{
    margin-left: 10%;
    margin-right: 10%;
	padding-left: 0%;
	padding-right: 0%;
    font-family: sans-serif;
	background: #FFFFFF;
    color: #222222;
}

div.page_title
{
    text-align: center;
    padding: 2%;
    font-size: 110%;
    background: #98A3A6;
    color: #E4F0EA;
}

div.links
{
    text-align: center;
    font-size: 90%;
    padding-top: 0.01%;
    padding-bottom: 0.01%;
    color: #999999;
    background: #E4F0EA;
}

div.page_body
{
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 100%;
    background: #FFFFFF;
}

div.footer
{
    font-size: 90%;
    background: #98A3A6;
    color: #E4F0EA;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}

/* Not sure why this isn't caught by the appropriate divs...? */
h2.fluff_title
{
    font-size: 90%;
    text-align: right;
}

h2.content_title
{
    font-size: 95%;
    text-align: right;
	color: #222222;	
}

p.valid_html
{
    /*text-align: center;*/
}

p.license
{
    text-align: center;
}

p.date
{
    text-align: right;
    font-size: 90%;
    color: #707780;
}

p.image
{
    text-align: center;
    font-size: 90%;
    color: #707780;
}

p.comment_author
{
    font-size: 95%;
    text-align: right;
	color: #222222;	
}

p.comment_body
{
    font-size: 95%;
}

p.comments_button
{
     text-align: right;
}

hr
{
    width: 75%;
}

a 
{
    color: #222222;
}

a:hover {
	color: #66ccff;
}

a:visited {
    color: #222222;
}
/* EOF */
