@import url("common.css");

/* Elements */
body { background: #F9FFFB;	}
a { color : #90BE8C; }

/* Classes */
.containerheader { background: #90BE8C url(Images/icon_windows.gif) left no-repeat; }
.containerheader h3 { background: #90BE8C url(Images/olive_titleback.gif) right no-repeat; }
.containercontent { border: 1px solid #6F9D6D; }
.post {	background: #FFF; }
.postfoot a { color: #6F9D6D; }
.postfoot { background: #F9FFFB url(Images/olive_postfootback.gif) repeat-x; }
.textbox { border: 1px solid #6F9D6D; }
.textarea { border: 1px solid #6F9D6D; }
.button { border: 1px solid #6F9D6D; }

/* IDs */
#maincontainer { background: #E2F9DE; border: 1px solid #6F9D6D; }
#header h1 a { color : #6F9D6D; }
#tagline { color: #90BE8C; }
#blogstats span { color: #DEF4D9; }
#menubar { background: #90BE8C url(Images/olive_titleback.gif) right no-repeat; }
#right { background: #DEF4D9; }
#entryCal .selected { background-color: #6F9D6D !important; }