body {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0;
	background-color: #44ACDD;
	background-attachment: fixed;
	background-image: linear-gradient(top, #44ACDD 0%, #3D89A9 100%);
	background-image: -o-linear-gradient(top, #44ACDD 0%, #3D89A9 100%);
	background-image: -moz-linear-gradient(top, #44ACDD 0%, #3D89A9 100%);
	background-image: -webkit-linear-gradient(top, #44ACDD 0%, #3D89A9 100%);
	background-image: -ms-linear-gradient(top, #44ACDD 0%, #3D89A9 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #44ACDD),
		color-stop(1, #3D89A9)
	);
}
a {
	color: #0E96D8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

[ng-cloak] > * {
	visibility: hidden;
}
#header-strip {
	height: 140px;
	background: #444;
	border-bottom: 10px solid #FFFEA5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.app #header-strip {
	height: 66px;
}
#page {
	width: 750px;
	margin: -138px auto 20px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .3);
	border-radius: 16px;
}
.app #page {
	margin: -70px auto 20px;
}
#header {
	position: relative;
	height: 91px;
	background: #666;
	border-radius: 16px 16px 0 0;
	padding: 20px;
}
.app #header {
	height: 51px;
	padding: 6px 20px;
}
#header-border {
	position: relative;
	margin: 0 -1px;
	border-bottom: 10px solid #FFFEA5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
#header-logo {
	position: relative;
	float: left;
	margin-top: 20px;
	color: #fff;
	text-decoration: none;
	width: 256px;
	height: 64px;
	background: url(../img/logo-white.png) no-repeat;
	background-size: 256px 64px;
}
.app #header-logo {
	margin-top: 0;
	width: 192px;
	height: 48px;
	background-size: 192px 48px;
}
#logo-name, #logo-tagline {
	display: none;
}
#header-symbol {
	position: absolute;
	width: 33px;
	height: 33px;
	top: 7px;
	left: 7px;
}
#body {
	min-height: 400px;
	background: #fff;
	border-radius: 0 0 16px 16px;
	padding: 20px;
}
#header .nav {
	float: right;
	text-align: right;
	color: #ccc;
}
.app #header .nav {
	margin-top: 30px;
}
.app #header .nav li {
	float: left;
	margin-left: 20px;
}
#header .nav a {
	color: #ccc;
	text-decoration: none;
	display: block;
}
#header .nav a:focus, #header .nav a:hover, #header .nav .active a {
	color: #fff;
	text-decoration: underline;
}
#header .utility {
	position: absolute;
	top: 100%;
	right: 20px;
	background-color: #50B0DA;
	border-radius: 0 0 16px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	text-transform: uppercase;
}
#header .utility li {
	float: left;
}
#header .utility li a {
	float: left;
	padding: 6px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
#header .utility li:last-child a {
	background-color: #fff;
	border-radius: 0 0 16px 16px;
	color: #999;
	margin-right: -1px;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
form.action-form {
	width: 400px;
	margin: 0 auto;
	padding: 40px 20px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: block;
	margin-bottom: 20px;
}
label span {
	display: block;
	width: 140px;
}
input[type=text],
input[type=password],
input[type=email] {
	border: 1px solid #ccc;
	border-radius: 6px;
	font: inherit;
	padding: 6px;
	width: 240px;
}
button {
	border: none;
	font: inherit;
	color: #fff;
	background-color: #999;
	border-radius: 6px;
	padding: 6px 12px;
	cursor: pointer;
}
button.primary {
	background-color: #44ACDD;
}
.error {
	border: 1px solid #c00;
}
.inline-error {
	display: block;
	font-size: 12px;
	background-color: #FFF5A1;
	border-radius: 6px;
	padding: 6px 12px;
	margin-bottom: 10px;
}
.alternate-form-action {
	font-size: 12px;
	line-height: 30px;
	margin-left: 20px;
}
.form-help {
	font-size: 12px;
	margin-top: 60px;
}
#body h1 {
	font-size: 2.6em;
	margin: 1em 0 1.5em;
}
#body h2 {
	color: #0E80BB;
	font-size: 1.6em;
	line-height: normal;
	margin: 20px 0;
}

#page-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#page-list li {
	background-color: #f6f6f6;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 10px;
	min-height: 64px;
}
#page-list .avatar {
	width: 64px;
	height: 64px;
	padding: 2px;
	background-color: #999;
	float: left;
	margin-right: 10px;
	border-radius: 3px;
}
#page-list a.delete {
	float: right;
	margin-left: 10px;
	font-size: 18px;
	color: #999;
	outline: none;
}
#page-list a.delete:hover {
	color: #333;
	text-decoration: none;
}
#page-list h3 {
	font-size: 14px;
	margin: 0;
}
#page-list .url-link {
	font-size: 12px ;
}

.notes {
	overflow: hidden;
}

.small-note {
	position: relative;
	box-sizing: border-box;
	background-color: #f6f6f6;
	background: -webkit-gradient(linear, 50% top, 75% bottom, from(#fff), color-stop(2.0, #f6f6f6));
	border: 1px solid #ccc;
	border-radius: 2px;
}
.small-note:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	width: 70%;
	top: 80%;
	max-width:300px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}

.small-note.yellow {
	background-color: #ffffd7;
	background: -webkit-gradient(linear, 50% top, 75% bottom, from(#fbffdf), color-stop(2.0, #fbeead));
	border-color: #f1dd68;
}
.small-note.green {
	background-color: #f0ffde;
	background: -webkit-gradient(linear, 50% top, 75% bottom, from(#f0ffde), color-stop(2.0, #bfe5a5));
	border-color: #bfe5a5;
}
.small-note.blue {
	background-color: #d9f8ff;
	background: -webkit-gradient(linear, 50% top, 75% bottom, from(#d9f8ff), color-stop(2.0, #afdaee));
	border-color: #afdaee;
}
.small-note.pink {
	background-color: #ffe3e3;
	background: -webkit-gradient(linear, 50% top, 75% bottom, from(#ffefef), color-stop(2.0, #fad1d2));
	border-color: #f4c9d0;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
#body .column {
	float: left;
	width: 340px;
	min-height: 200px;
}
#body .left.column {
	margin-right: 30px;
}
#body .left.column img {
	width: 330px;
	margin-left: 2px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .2), 0 0 3px rgba(0, 0, 0, .2);
}
#body {
	line-height: 1.8em;
}
#create-now {
	display: block;
	padding: 10px 20px;
	margin: 20px auto;
	width: 220px;
}
.call-to-action {
	font-weight: bold;
	color: #666;
	font-size: 12px;
}
#footer {
	width: 750px;
	margin: 10px auto;
	color: #fff;
	text-align: center;
}
#footer a {
	font-size: 12px;
	text-decoration: underline;
	color: #fff;
}

