/* ----------------------------------------------- 
                             C O L O U R 	
----------------------------------------------- */

body { background:  #E7E7E9;}


/* ----------------------------------------------- */
/* =STRUCTURAL */

div#wrapper {
	background: #f7f7f7 url("http://www.ollieclubb.net/images/wrapper.gif") right top repeat-y; 
}

div#header { background: #C0CFDD;}

div#nav{ background: none;}
div#primary{ }
div#full{ }
div#secondary{ }
div#footer {color: #ccc; background: #f7f7f7;}


/* ----------------------------------------------- */
/* =TYPOGRAPHY */

blockquote { background-color: #E6E6E6;color: #444; }
blockquote p{ }
cite { color: #666; }


#primary ul li{
	background:url("http://www.ollieclubb.net/images/bullet_black.gif") no-repeat 0 0;
	padding-left: 18px;
}
#primary ul.comments li {
	background: none;
	padding-left: 0px;
}


/* ----------------------------------------------- */
/* =LINKS */

/* default internal links*/
a,
a:link, 
a:active,
a:visited { color: #618198; }

a:hover { color: #fff; background: #40405c; }

a.external {
background-image: url("http://www.ollieclubb.net/images/26.gif");
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 16px;
}

a:visited.external{
	text-decoration: line-through;
	border: none;
}


/* =MENU */

#secondary .selected a { color: #fff; background: #40405c; }

a#logo { color: #40405c; }
a:hover#logo { color: #fff; }


#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	background: none;
	text-decoration: none;
}


/* END LINKS */

.details { color: #999; }	
.boxout { background: #ddd; }	
.success { background: #fff; }
.bad { background: #f00; color: #fff; }
