/* Vistered Little Theme CSS file. */

/* Default theme. */

body {
	color: #ccc;
}

a:link, a:active, a:visited {
	color: #819035;
}

a:hover	{
	color: #fff;
}

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

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

.wallpaper, code, #s, #comment, #namefield input, #emailfield input, #urlfield input {
	border: 2px solid #FFF;
}

.blog blockquote {
    border: 2px solid #3ba6e4;
}

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

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

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

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

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

.blogbefore { background: url('images/default/blogtop.png') bottom center no-repeat; }

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

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

.menubefore { background: url('images/default/menutop.png') bottom center no-repeat; }

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