/* Vistered Little Theme CSS file. */

/* Shiny theme. */

body {
	color: #000;
}

a:link, a:active, a:visited {
	color: #174E19;
}

a:hover	{
	color: #359B38;
}

#contentcontainer h3>a, #menucontainer h3, #wp-calendar caption, #menucontainer h2 {
	color: #000;
}

#header {
	background: url('images/shiny/header.png') top repeat-x;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	color: #000;
}

.wallpaper, code, #s, #comment, #namefield input, #emailfield input, #urlfield input {
	border: 1px dotted #111;
}

.blog blockquote {
    border: 1px dotted #174E19;
}

#contentcontainer p.headertext {
	color: #111;
	border-bottom: 1px dotted #000;
}

#contentcontainer p.footertext {
	color: #eee;
	border-top: 1px dotted #000;	
}

#s, #contentcontainer h3, #comment, #namefield input, #emailfield input, #urlfield input {
	color: #111;
}

.blog {
	background: url('images/shiny/blogbackground.png');
}

.blogbefore {
	background: url('images/shiny/blogtop.png') bottom center no-repeat;
        margin: -10px 0px 0px 0px;
}

.blogafter {
	background: url('images/shiny/blogbottom.png') top center no-repeat;
        margin: 0px;
}

.menu {
	background: url('images/shiny/menubackground.png');
}

.menubefore {
	background: url('images/shiny/menutop.png') bottom center no-repeat;
        margin: -10px 0px 0px 0px;
}

.menuafter {
	background: url('images/shiny/menubottom.png') top center no-repeat;
        margin: 0px;
}