/*  
Skin Name: Citrus
Skin URI: 
Description: Yellowish skin to brighten up your life.
Version: 
Author: Nik Iliadis & Windy Road
Author URI: 
*/

/* Citrus theme. */

.header_content { background-image: url('background.png'); }
.header_bottom { background-image: url('header_bottom.png'); }

.banner .post { 
	background-image: url('bannerbackground.png'); 
}

	.quadbar .banner .post { 
		background-image: url('quadbarbannerbackground.png'); 
	}

#contentcontainer .post,
.mceContentBody {
	background-image: url('blogbackground.png'); 
}

.banner .blogbefore .middle { 
	background-image: url('bannertop.png'); 
}

	.banner .blogbefore .middle { 
		background-image: url('quadbarbannertop.png'); 
	}

#contentcontainer .blogbefore .middle { 
	background-image: url('blogtop.png');
}

.banner .blogafter .middle { 
	background-image: url('bannerbottom.png'); 
}

	.quadbar .banner .blogafter .middle { 
		background-image: url('quadbarbannerbottom.png'); 
	}

#contentcontainer .blogafter .middle { 
	background-image: url('blogbottom.png');
}

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

	.quadbar .topmenugroup .menu, 
	.quadbar .bottommenugroup .menu { 
		background-image: url('blogbackground.png'); 
	}
/*
	.quadbar .middlemenugroup { 
		background: url('quadmenubackground.png') top center repeat-y;
	}

	.quadbar .middlemenugroup-before { 
		background: url('quadmenutop.png') top center repeat-y;
	}

	.quadbar .middlemenugroup-after { 
		background: url('quadmenubottom.png') top center repeat-y;
	}
*/

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

	.quadbar .topmenugroup .menubefore,
	.quadbar .bottommenugroup .menubefore {
		background-image: url('blogtop.png'); 
	}
	
.menuafter { background: url('menubottom.png') top center no-repeat; }

	.quadbar .topmenugroup .menuafter,
	.quadbar .bottommenugroup .menuafter {
		background-image: url('blogbottom.png');
	}
	
#thumbs.framed img {
	background: url('thumbframe.png');
}

#thumbs.framed img:hover,
#thumbs.framed img.selected {
	background: url('thumbframe_hover.png');
}

body {
	color: #000;
}

a:link, a:active, a:visited {
	color: #337711;
        text-decoration: underline;
}

a:hover	{
	color: #000;
        text-decoration: underline;
}

#contentcontainer h1 a,
.mceContentBody h1 a, 
#menucontainer h4, 
#wp-calendar caption, 
.comment-author a,
#footer h4 {
	color: #000;
        text-decoration: none;
}

#header h1 a:link, #header h1 a:active, #header h1 a:visited, #header h1 a:hover,
div.blogtitle a:link, div.blogtitle a:active, div.blogtitle a:visited, div.blogtitle a:hover {
	color: #000;
        text-decoration: none;
}

#thumbs img, pre, #s, #comment, #namefield input, #emailfield input, #urlfield input, .reply {
	border: 1px dotted #000;
}

.post blockquote {
    border: 1px dotted #fff;
}

#contentcontainer div.headertext,
.mceContentBody div.headertext {
	color: #000C49;
	border-bottom: 1px dotted #000C49;
}

.footeritems {
	color: #000C49;
	border-top: 1px dotted #000C49;	
}

#s, #contentcontainer h1, .mceContentBody h1, #comment, #namefield input, #emailfield input, #urlfield input {
	color: #000;
}

.blogafter { margin-bottom: -10px; }
.menuafter { margin-bottom: -20px; }
	.quadbar .middlemenugroup-before { padding-top: 10px; }
	.quadbar .middlemenugroup-after { padding-bottom: 10px; }
	.quadbar .bottommenugroup { margin-top: 10px; }
	
#menucontainer { padding-bottom: 20px; margin-top: -5px; }
	.quadbar #menucontainer { margin-top: 0px; }
#contentcontainer { padding-bottom: -10px; margin: 0px; }

.page_item ul {
	display: block;
}
