/* @import "../../menu-structure.css"; */
@import "menu.css";
@import "layout.css";
@import "fonts.css"; /* fonts for this theme */
@import "colors.css"; /* fonts for this theme */
@import "../../content.css";
@import "weblog.css";
@import "../../weblog-local.css";

body {
}

#main {
	border-style: solid;
	border-top-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

#header {
	border: 1px solid;
}

#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}

#breadcrumbs {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}

#breadcrumbs div {
	display: inline;
}

#skiplinks {
	display: none;
}

#content {
}

#content-center {
	border-left: 1px solid;
	border-right: 0px solid;
	border-top: 1px solid;
	border-bottom: 0px solid;
}

.content-right-item {
	border-left: 1px solid;
	border-right: 0px solid;
	border-top: 1px solid;
	border-bottom: 0px solid;
}

#footer {
}


