/* Base */
@import url(/.shared/themes/common/base-weblog.css);

/* Tip Jar */
@import url(/.shared/themes/common/tipjar.css);

/* Portal */

/* Theme */
@import url(/.shared/themes/jim/theme-journal_black.css);


/* ph=1 */
/* nhm:dynamic-ssi */

body {
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
background-color: #ccc;
}



.entry-header {
    font-size: 14px;
    line-height: 1.3;
    margin: 0px 0px 0px 0px;
    background: none;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.projects-header h2,
{
margin-bottom: 0px;
}
.content-header {
 font-size: 20px;
    margin: 0px 0 5px;
    border-bottom: 1px dotted #ddd;
}

#container {
	background: #ccc
}

.module-powered .module-content {
    background-color: #ccc;
    font-size: 13px;
    font-style: italic;
    color: #222;
    margin: 5px 5px;
    padding: 2px 2px;
    border: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.module-elsewhere .typelist-plain .module-list-item, .typelist-plain .archive-list-item {
    background: #ccc;
    padding: 5px 15px;
    margin: 0 0 1px 0;
}

.nav-list-item a {
    font-size: 13px;
    margin-right: 20px;
    padding: 10px 0px 4px;
    text-decoration: none;
    border-bottom: 4px solid #ccc;
    color: #999;
}
.nav-list-item a:hover {
    border-bottom: 4px solid #ccc;
    color: #000;
}

.module-content ul li {
    background: #ccc;
    padding: 5px 10px;
    margin: 0 0 1px 0;
    font-family: arial;
}

.project-list {
font-family: arial;
font-size: 12px;
}
/* ph=1 */

