html, body {
	height: 100%;
}

body {
	margin: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
}

img {
	border: none;
}

.strong {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left-margin {
	margin-left: 20px;
}

.right-margin {
	margin-right: 20px;
}

.full-width {
	width: 100%;
}

h1 {
	display: inline-block;
	margin: 0.2em 0 0;
}

h3 {
	display: inline;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.action-link {
	text-decoration: underline;
}

a.return-link {
	text-decoration: underline;
	font-size: small;
}

ul {
	padding-left: 1.5em;
}

.large {
	font-size: large;
}

.small {
	font-size: small;
}

.highlight {
	background: #ff6;
}

.container {
	overflow: hidden;
}

/*
FORMS */

.input-form label {
	display: block;
}

.input-form label.inline {
	display: inline;
}

.input-form textarea.note-text {
	height: 15em;
}

.input-form input.submit {
	margin-right: 3px;
}

/*
PAGINATION */

div.pagination {
	border-top: 2px solid #ccc;
	padding-top: 15px;
	text-align: center;
}

/*
NOTES */

.note-list {
	margin-top: 0.7em;
}

.note-list .note {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

.note-list .note-title {
	display: inline;
}

.note-list .note-title a {
	/* background: #03C;
	color: #fff;
	padding: 2px 5px;
	text-decoration: none; */
}

.note-list .note .note-tags {
	font-size: 90%;
	margin: 4px 0 0;
}

.note .note-text {
	margin: 1em 0 0;
	border: 1px solid #ccc;
	padding: 1em;
	overflow: hidden;
	white-space: pre-wrap;
	font-size: 1.2em;
	line-height: 1.5em;
}

.note .note-tags {
	margin: 0.6em 0 0;
}

/*
POPUP */

body.popup {
	margin: 15px;
}

/*
LAYOUT */

#top-container {
	background: #555;
	padding: 10px 15px;
	overflow: hidden;
}

#top-container a {
	color: #ddd;
}

#top-logo {
	float: left;
	padding-left: 46px;
}

#logo {
	width: 48px;
	height: 48px;
	background: url(/images/post-it.png);
	position: absolute;
	top: -3px;
	left: 8px;
}

#top-menu {
	float: right;
}

#middle-container {
	overflow: hidden;
}

#main {
}

#main.left {
	float: left;
	width: 75%;
}

#main-content {
	padding: 15px;
}

#right {
	float: right;
	width: 25%;
}

#right-content {
	padding: 2em 20px 15px;
}

.height-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}

.bottom-push {
	height: 30px;
}

#bottom-container {
	background: #aaa;
	height: 20px;
	padding: 5px 15px;
	overflow: hidden;
}

#bottom-container a {
	color: #333;
}

#bottom-links {
	float: left;
}

#bottom-copyright {
	padding-top: 2px;
	font-size: 0.9em;
	float: right;
}

/*
TOP MENU */

ul.top-menu {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 0 0 0.5em;
}

ul.top-menu li {
	display: inline;
	margin: 0 0 0 0.5em;
}

/*
BOTTOM LINKS */

ul.bottom-links {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.bottom-links li {
	display: inline;
	margin: 0 0.8em 0 0;
}

/*
ACTION MENU */

ul.action-menu {
	font-size: 0.85em;
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 0.5em;
}

ul.action-menu li {
	display: inline;
	margin: 0 0.06em;
}

/*
TAG LIST */

ul.tag-list {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.tag-list li {
	display: inline;
	margin: 0 0.2em 0 0;
}

/*
TAG CLOUD */

.tag-cloud {
	margin: 0.5em 0;
}

/*
TAGS */

h1 input.additional-tag {
	width: 5em;
	padding: 0;
	border: 1px solid #ccc;
	font: inherit;
	font-weight: normal;
}

.tag1 {
	font-size: 100%;
}

.tag2 {
	font-size: 150%;
}

.tag3 {
	font-size: 200%;
}

.tag4 {
	font-size: 250%;
}

/*
FLASH NOTICE */

#notice, #error {
	padding: 0.5em 1em;
	margin: 0 0 0.5em;
}

#notice {
	background: #cfc;
	border: 2px solid #393;
}

#error {
	background: #fcc;
	border: 2px solid #933;
}

/*
OPEN ID */

input.open-id {
	background: url(/images/openid-16x16.gif) no-repeat 2px 2px;
	padding-left: 20px;
	width: 200px;
}

span.open-id {
	background: url(/images/openid-16x16.gif) no-repeat 2px;
	padding-left: 20px;
	font-size: small;
}