html {
	min-height: 100%;
	position: relative;
}

body {
	background: url(../noise.png)  repeat top left;
	font-family: "Lucida Sans Unicode", Verdana;
	color:#555;
	text-align:center;
	margin-bottom: 40px;
}

a {
	color: #559;
}
a:hover {
	cursor: pointer;
	color: #11c;
}

.whiteFont {color: #fff;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}
.colorBackground {
	background-color: #1ab !important;
}

.lightFont {
	color:#aaa; 
	font-size:18px;
}

.btn-info {
		border-color: #1ab;
		background-color: #2bc;
}

.navbar-default .navbar-toggle {
	border-color: #888;
}

.navbar .container {
	width: 98%;
	padding: 0.6px 20px 0.6px 20px;
	-moz-border-radius: 2px;
		border-radius: 2px;
}
.navbar .container .navbar-brand {
	color: #fff;
}
.navbar li {
	font-size: 13px;
	text-transform: uppercase;
}
.navbar, .navbar-collapse {
	border: 0;
	background: none;
}
.navbar li a {
	color: #ddd !important;
}
.navbar li a:hover, .active a {
	color: #fff !important;
	background: none !important;
	border-bottom: 1px solid #fff;
}

.color-selector {
	padding: 0px 12px;
	list-style-type: none;
}
.color-selector li {
	float: left;
}
.color-selector li a {
    display: block;
    text-align: center;
    padding: 17px 4px 16px;
    text-decoration: none;
}
.color-selector li a:hover, .active a {
	border-bottom: 0px;
}

.form-control:focus {
  border-color: #3bf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(20, 60, 255, 0.6);
}

footer {
	bottom: 0;
	width: 100%;
	font-size: 13px;
	position: absolute;
}
footer a {
	color: #ddd !important;
}
footer a:hover {
	color: #fff !important;
}

/* Drop shadow without images
 * http://www.prowebdesign.ro/round-brush-like-responsive-drop-shadows-with-css3-and-no-images/ */

.css3-shadow {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 80, 0.3);
			box-shadow: 0 1px 4px rgba(0, 0, 80, 0.3);
}
/*
 * Drop shadow effect with box-shadow
 */
.css3-shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,80.8);
			box-shadow: 0 0 40px rgba(0,0,0,80.8);
	bottom: 0px;
	width: 80%;
	height: 50%;
	-moz-border-radius: 100%;
		border-radius: 100%;
	left: 10%;
	right: 10%;
}

.box {
	background: #fff;
	margin: 10px auto 30px;
	padding: 20px;
	-moz-border-radius: 2px;
		border-radius: 2px;
}
/* / Drop shadow without images */

span.editable, .note-editor {
	border-radius: 3px !important;
	border: 1px dotted #c7c1ed !important;
}