html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
	font-family: Georgia, serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	text-align: left;
}
table th {
	padding: 8px 20px;
	border-bottom: 2px solid #ccc;
}
table td {
	padding: 5px 20px;
}
#content {
	margin: 20px;
	font-size: 1.6em;
	min-width: 300px;
	max-width: 700px;
	width: auto;
}
#content.double-width {
	min-width: 960px;
	max-width: 1400px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, serif;
	font-weight: normal;
}
h1 {
	font-size: 36px;
	margin: 25px 0 10px;
}
h2 {
	font-size: 28px;
	margin: 20px 0 7px;
}
h3 {
	font-size: 21px;
	margin: 18px 0 5px;
}
h4 {
	font-size: 16px;
	margin: 15px 0 5px;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	margin: 15px 0 5px;
	font-weight: bold;
	font-style: italic;
}
h6 {
	font-size: 16px;
	margin: 15px 0 5px;
	font-style: italic;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover, a:focus {
	color: #D62727; /* use a colour? redish: D62727, bluish: 314BDC */
	border-bottom: 1px dotted #D62727;
	padding-bottom: 2px;
}
p, ul, ol {
	margin: 15px 0;
	line-height: 150%;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol {
	margin-top: 0;
}
li > p:first-child {
	margin-top: 0;
}
li > p:last-child {
	margin-bottom: 0;
}
ul ul, ol ol, ul ol, ol ul {
	margin: 0;
}
#header {
	width: 100%;
	position: relative;
}
.double-width #header {
	width: 46%;
}
#page-title {
	margin-bottom: 10px;
}
#page-title a {
	font-size: 36px;
	color: #000;
	border: none;
}
#page-title a:hover {
	border: none;
	color: #000;
}
#user-info {
	position: absolute;
	top: -12px;
	right: 0;
}
.nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	box-shadow: 0 0 9px #ccc;
	margin: 20px 0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
form.thin {
	width: 280px;
}
form > ul {
	padding-left: 0;
}
form > ul > li {
	margin-top: 10px;
	list-style: none;
}
form #controls {
	display: block;
	text-align: right;
}
form input, form textarea {
	width: 100%;
}
.submit {
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 4px;
	width: 100px;
	margin-top: 8px;
	margin-left: 20px;
	font-family: Georgia, serif;
	font-size: 16px;
}
.submit:hover {
	background-color: #ccc;
	border-color: #888;
}
form ul label {
	margin-right: 10px;
}
form ul li {
	margin: 5px 0;
}
form.folderName input {
	font-family: Georgia;
	font-size: 24px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#login-form {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 1px 30px 10px 25px;
}
#login-form .submit {
	background-color: #ddd;
}
#login-form .submit:hover {
	background-color: #ccc;
}
#flash {
	background-color: #F5F5F5;
	color: #666;
	list-style-type: none;
	padding: 7px 20px;
}
.double-width #flash {
	width: 46%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#notes ul {
	list-style: none;
	line-height: 150%;
	font-size: 18px;
}
.annotation {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	word-spacing: 4px;
}
#note-edit-inner {
	position: relative;
	min-height: 200px;
}
#wmd-input {
	font-family: Consolas, monospace;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border: 1px solid #666;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}
#hidden-resize {
	font-family: Consolas, monospace;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
	white-space: pre-wrap;
	border: 1px solid #666;
	padding: 5px;
	margin: 0;
	visibility: hidden;
}
#note-edit {
	float: left;
	width: 46%;
}
#note-options {
	border: 1px solid #ccc;
	margin-top: 20px;
	padding: 0 20px;
}
.helper {
	position: relative;
	color: #999;
	text-decoration: none;
	vertical-align: super;
	font-size: 12px;
	padding: 2px;
}
.helper:hover {
	color: #D62727;
}
.helper span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	width: 500px;
	padding: 8px 20px;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	z-index: 1;
}
.helper:hover span {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
}
#note-preview {
	margin-left: 38px; /* min width of 960px, so 46% + 50% gives at least 38px spare */
	float: left;
	width: 50%;
	word-wrap: break-word;
}
#note-preview.note-view {
	margin-left: 0;
	width: 100%;
}
#note-preview ul, #note-preview ol {
	margin-left: 20px;
}
#note-preview li {
	margin: 0;
}
#note-preview pre, #note-preview code {
	font-family: Consolas, monospace;
	line-height: 18px;
	font-size: 14px;
	white-space: pre-wrap;
}
#note-preview h1 code,
#note-preview h2 code,
#note-preview h3 code,
#note-preview h4 code,
#note-preview h5 code,
#note-preview h6 code {
	font-size: 85%;
	line-height: 100%;
}
#note-preview blockquote {
	padding-left: 40px;
	padding-right: 40px;
}
#note-preview hr {
	border: 0px solid #ddd;
	border-bottom: 3px dotted #ddd;
	width: 75%;
	margin: 30px auto;
}
#note-view-header {
	background-color: #eee;
	padding: 4px 6px;
	text-align: center;
}
.hyphenate {
	text-align: justify;
}
#message-box {
	display: none;
	position: fixed;
	padding: 0 50px;
	top: 10px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	background-color: #fff;
	opacity: 0.9;
	border: 1px solid #999;
}
#directoryStructure ul {
	margin-left: 15px;
	margin-bottom: 6px;
}
#directoryStructure .folderHeading {
	border-left: 5px solid #ddd;
	background-color: #eee;
	padding: 2px 0;
	line-height: 100%;
	margin: 6px 0 4px;
}
#directoryStructure .folderName {
	padding: 4px 10px 0;
	margin: 0;
	cursor: default;
}
#directoryStructure .collapsed .folderName {
	padding: 4px 10px;
}
#directoryStructure .folderHeadingButton {
	margin: 0 10px;
}
#directoryStructure .collapsed ul {
	display: none;
}
#directoryStructure .collapsed .folderHeadingButton {
	display: none;
}
#directoryStructure .dndHover {
	background-color: #E6EFFB;
}
#directoryStructure .emptyFolder {
	color: #ccc;
	font-style: italic;
}
#directoryStructure .folder-info {
	color: #999;
	margin-left: 20px;
}
.recent-note-folder {
	font-size: 15px;
	color: #ccc;
}
a:hover .recent-note-folder, a:focus .recent-note-folder {
	color: #D75353;
}
#bottom {
	clear: both;
}
#footer {
	margin: 30px 0 20px;
}
