
/**  Color Definitions  **/

/*  Background Images  */
#header {
    background: url('http://www.bigcatpants.com/misc/melo/bcp4.jpg') top right no-repeat;
}
#site-name a:hover {
    background: url('http://www.bigcatpants.com/misc/melo/bcpghost.png') 4px 8px no-repeat;
}

/*  Body colors  */
body, #header {
    background-color: #0f1b63;
    color: #000000;
}
/* HEIGHT OF THE BANNER */
#header{
	height:266px;
}
body a, #page #header a, #page ul.nice-menu a {
    color: #ffffff;
}

/*  Page colors  */
#page, ul.nice-menu a.active, ul.nice-menu-down li.menuparent li, ul.nice-menu-down li:hover {

/* this bg color is the bg for the part where all the boxes are on */
    background-color: #6c7fff;
}

h2#comments-title{
color:#6c7fff;
background-color:#ffffff;
}
h2.title a{
color:#ffffff;
}
#content-inner h1.title a, #content-inner h2.title a {
	color:#6c7fff;!important
}

/*################################################*/
/*################################################*/
/*################################################*/
#navbar-inner{
	position:relative;
	top:130px;
}

#nice-menu-1 li a{
	color:#ffffff;
	background-color: #0f1b63;
}

#nice-menu-1 li a a.active{
	color:0f1b63;
	background-color: #ffffff;
}

.comment-author a{
	color: #0f1b63;
}

/*################################################*/
/*################################################*/
/*################################################*/

#page a, ul.nice-menu a.active {
  color: #FFFFFF;
}

/*  Box colors  */

/*  Box Header  */
#content-header h1.title, 
#sidebar-left .block h2.title, 
#sidebar-right .block h2.title,
#comment-input h2.title, #comments #comments-title,
body.front .fp-col h2.title
{
/* back titles for boxes*/
    background-color: #ffffff;
    color: #6c7fff;
}
#content-inner, #sidebar-left .block, #sidebar-right .block,
body.front .fp-col .block {
    border: solid #ffffff 1px;
}

/*  Box Body  */
#content-inner, #sidebar-left .block, #sidebar-right .block,
body.front .fp-col .block {
    background: #0f1b63;
    color: #ffffff;
}

/*  Box Links  */
#content-inner a, #sidebar-left .block a, #sidebar-right .block a,
body.front .fp-col .block a {
    color: ff0000;
}

/*########### HIDE GOOGLE VERTICAL BANNER AD ##################*/
#block-block-1{display:none;}