a:link{
	color:#223344;
}
a:visited{
	color:#227788;
}
#main div a:hover,#footer div a:hover {
	text-decoration:none;
}
#header{
	padding:0.1em;
	font-size:130%;
	text-align:center;
}
#header a:link{
	color:#ffffff;
	text-decoration:none;
}
#header a:visited{
	color:#ffffff;
}

#sub_header{
	padding:0.2em 0.2em 0.2em 1em;
}

.title {
	color:darkgreen;
	font-size:140%;
	font-weight:bold;
}
.title a:link, .title a:visited {
	color:darkgreen;
	text-decoration:none;
}

.navi, #nav, #sidebar {
	font-size:90%;
}

.navi a:hover, #nav a:hover, #sidebar a:hover {
	color:sienna;
	text-decoration:none;
}

.editview {
/*	box-shadow: 5px 5px 15px 0px rgba(0, 40, 40, 0.7);*/
}

.outline {
	background:#ffeef6;
	margin:0.5em;
	padding:0.2em 1px 1px 0.8em;
	border-radius:0.8em;
}
.edit_mode, .edit_mode_inline {
	background-color:#ffff88;
}

.current, .current_inline {
	background-color:#ffcc77 !important;
}
.list, .amode, .current, .edit_mode {
	padding-left:0.5em;
	padding-right:0.5em;
}
.list_inline, .amode_inline, .current_inline, .edit_mode_inline {
	padding-left:0.2em;
	padding-right:0.2em;
}
.amode, .amode_inline {
	background-color:#88ddee;
}
.keyword {
	color:#000;
	padding:1px 3px;
	background-color:yellow;
}
.space {
	background:#dddddd;
}
pre {
	background-color:#ddeeee;
	padding:0.5em;
	border-radius:4px;
}
textarea {
	width:100%;
	box-sizing:border-box;
}
h1 {
	/*margin:0.5em 0.2em 0.2em 0;*/
	padding:1px 1px 1px 0.5em;
	background-color:teal;
	color:#fff;
	font-size:120%;
}
h2 {
	margin:0.5em 0.2em 0.2em 0.5em;
	background-color:#eeeeee;
	padding:0.1em 0.1em 0.1em 0.3em;
	font-size:110%;
	border-left: 1em solid teal;
}
h3 {
	margin:0.5em 0.2em 0.2em 1em;
	background-color:#eeeeee;
	padding:0.1em 0.1em 0.1em 0.3em;
	font-size:100%;
	border-left: 0.6em solid teal;
}
h4 {
	margin:0.5em 0.2em 0.2em 1.5em;
	margin-left:1.5em;
	padding:0.1em 0.1em 0.1em 0.3em;
	font-size:90%;
	border-left: 0.6em solid teal;
	border-bottom: 1px solid teal;
}
table.calendar thead th,
table.calendar thead td {
	padding:0 0 2px;
	text-align:center;
}

table.calendar tbody th,
table.calendar tbody td {
	padding:5px;
	border:1px solid #ccc;
	width:20px;
	text-align:center;
}

table.calendar tbody th {
	background-color:#eee;
}

table.calendar tbody td {
	color:#666;
}
table.calendar th.sun,
table.calendar td.sun
{
	color:#d00;
}
.calendar a:link {
	text-decoration:none;
	color:#000;
}
.calendar a:visited {
	color:#000;
}
.calendar a:hover {
	text-decoration:underline;
}
.sun a:link, .sun a:visited {
	color:#d00;
}
.sat a:link, .sat a:visited {
	color:blue;
}
table.calendar td.today,a.today {
	background-color:#eee;
}


a.pup:link,a.pup:visited {
	font-weight:bold;
	color:#cc2222;
}
a.pup:hover,a.readmore:hover {
	text-decoration:underline;
}
a.readmore:link,a.readmore:visited {
	font-weight:bold;
	color:#008899;
}

