@import url("common.css");

/* Elements */
body { background: #F2F5F9;	}
a { color : #5297F9; }

/* Classes */
.containerheader { background: #5297F9 url(Images/icon_windows.gif) left no-repeat;  }
.containerheader h3 { background: #5297F9 url(Images/blue_titleback.gif) right no-repeat; }
.containercontent { border: 1px solid #3573D6; }
.post {	background: #FFF; }
.postfoot a { color: #3573D6; }
.postfoot { background: #F9FBFF url(Images/blue_postfootback.gif) repeat-x; }
.textbox { border: 1px solid #3573D6; }
.textarea { border: 1px solid #3573D6; }
.button { border: 1px solid #3573D6; }

/* IDs */
#maincontainer { background: #D9E8FA; border: 1px solid #5274AB; }
#header h1 a { color : #3573D6; }
#tagline { color: #5297F9; }
#blogstats span { color: #D9E8FA; }
#menubar { background: #5297F9 url(Images/blue_titleback.gif) right no-repeat; }
#right { background: #D9E8FA; }
#entryCal .selected { background-color: #3573D6 !important; }