/* Vistered Little Theme CSS file. */

/* Default theme. */
@import url( "../../common.css.php?skin=default" );

body {
	color: #ccc;
}

a:link, a:active, a:visited {
	color: #BB1A67;
}

a:hover	{
	color: #fff;
}

#contentcontainer h3 a, #menucontainer h3, #wp-calendar caption, #menucontainer h2 {
	color: #FF268E;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	color: #ddd;
}

#thumbs input, code, #s, #comment, #namefield input, #emailfield input, #urlfield input {
	border: 1px dotted #777;
}

#thumbs.framed input {
	border: none;
}

.blog blockquote {
    border: 1px dotted #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-image: url('light_header.png'); }

#bodyowner .blog { 
	background-image: url('wide_light_bannerbackground.png'); 
}

#contentcontainer .blog {
	background-image: url('wide_light_blogbackground.png'); 
}

#bodyowner .blogbefore .middle { 
	background-image: url('wide_light_bannertop.png'); 
}

#contentcontainer .blogbefore .middle { 
	background-image: url('wide_light_blogtop.png');
}

#bodyowner .blogafter .middle { 
	background-image: url('wide_light_bannerbottom.png'); 
}

#contentcontainer .blogafter .middle { 
	background-image: url('wide_light_blogbottom.png');
}

.menu {	background-image: url('light_menubackground.png'); }

.menubefore { background-image: url('light_menutop.png'); }

.menuafter { background-image: url('light_menubottom.png'); }

#thumbs.framed input {
	background: url('light_thumbframe.png');
	border: none;
}

#thumbs.framed input:hover,
#thumbs.framed input.selected {
	background: url('light_thumbframe_hover.png');
}


#bodyowner {
	width: 964px;
}

#bodyowner .blog {
	width: 894px;
	}
#bodyowner .blogbefore .middle {
	width: 964px;
	}
#bodyowner .blogafter .middle {
	width: 964px ;
	}

#contentcontainer {
	width: 716px;
	}
	
#contentcontainer .blog {
	width: 646px;
	}
#contentcontainer .blogbefore .middle {
	width: 716px;
	}
#contentcontainer .blogafter .middle {
	width: 716px ;
	}

body {
	color: #50494C;
}

a:link, a:active, a:visited {
	color: #FF268E;
}

a:hover	{
	color: #50494C;
}

#contentcontainer h3 a, #menucontainer h3, #wp-calendar caption, #menucontainer h2 {
	color: #FF268E;
        font-weight: bold;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	color: #50494C;
}

#thumbs input, code, #s, #comment, #namefield input, #emailfield input, #urlfield input {
	border: 1px dotted #50494C;
}

#thumbs.framed input{
	border: none;
}

.blog blockquote {
    border: 1px dotted #FF268E;
}

#contentcontainer p.entry {
	color: #50494C;
	align:justify;
}

#contentcontainer p.quote {
	color: #50494C;
	font-weight: bold;
        text-align: center;
        padding: 12px;
}

#contentcontainer p.entryheader {
	color: #50494C;
	font-weight: bold;
}

#contentcontainer p.headertext {
	color: #555;
	border-bottom: 1px dotted #50494C;
}

#contentcontainer p.footertext {
	color: #555;
	border-top: 1px dotted #50494C;	
}

#s, #contentcontainer h3, #comment, #namefield input, #emailfield input, #urlfield input {
	color: #FF268E;
        font-weight: bold;
}
