/* Companion Custom CSS over-rides for [ I Dream of a Jeanie Bottle ]:  -  */

.comment {
	background-color:RGB(191,217,180);
	border: solid 2px;
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.post {
	background-color:RGB(255,255,255);
	border: solid 2px;
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.menu ul li a:link, .menu ul li a:visited {
	color: black;
}
/* change the background of the author of the posts comments */
.bypostauthor { background: #fdfdf4; }

/* Bordes and backgrounds for Sidebars and BLOG */

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {margin: 0 auto;width: 980px; height: 170px; background: url('/images/Header/Current_Header.png') top right no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: none; width: 980px; height: 0px; text-indent: -9999px;}
#header .description {display: none;}

#sidebar-left, #sidebar-right {
	background: RGB(255,255,255);
	border: solid 2px;
	border-radius: 10px;
	margin: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sidebar-left {
	width:190px;
}

#sidebar-right {
	width:165px;
}
/* Begins Custom Menubar */

/* Ends Custom Menubar */
