/*
09-04-2008: Charlie
*/
html, body {
    background: url(/img/bg-body-pattern.gif);
}

#page {
	/* The entire design is contained within the 'page' id */
	border: 0px;
	border: 1px solid #ddd;
}
.page-head h2 {
    text-align: left;
}
#header {
	/* Contains the H1 and menu */
	background: #fff url(header-WP.jpg) no-repeat scroll right top;
    height: 181px;
}

#header h1, #header p.description {
    display:none;
}
	
#primary {
	/* Contains the main column */
	text-align: left;
}
ul.menu li a {
    border: 1px solid #888;
    border-bottom: 0px;
    background-color: #333;
    text-decoration: none;
}
ul.menu li a:hover {
    padding-bottom: 6px;
    text-decoration: none;
    background-color: #888;  
}
.hentry {
	/* Each entry is contained within the 'hentry' class */
}

.entry-content {
	/* The meat and potatoes of every entry */
	text-align: left;
}
.entry-content h1 {
    font-size:3em;
    line-height:28px;
}
.entry-content h2 {
    text-align: left;
}
.entry-content a, .entry-content a:visited {
    color: #666666;
    text-decoration: underline;
}

.entry-content ul {
    list-style-type: circle;
}

.entry-meta .entry-categories {
    display: none;
}

.secondary {
	/* Contains the sidebar */
}

/* livesearch box */
#s.livesearch {
    border-color:-moz-use-text-color #DDDDDD rgb(221, 221, 221);
    border-style:solid;
    border-width:1px;
}

