body {
    margin-top: 80px;
    font-size: 16px;
}

.navbar-fixed-top .nav {
    padding: 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 5px 0;
}

.navbar-brand img {
    width: 152px;
    height: 50px;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.clearFloats {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0 0;
	padding: 0;
}

.simpleCaptcha { display: inline-block; padding: 0.5em; border: 1px solid #acf; border-radius: 5px; background-color: #f9f9ff; margin-bottom: 15px; }
.simpleCaptcha p { margin: 0.5em; }
.simpleCaptcha .captchaIntro, .simpleCaptcha .refreshCaptcha { float: left; }
.simpleCaptcha .captchaText { font-weight: bold; }
.simpleCaptcha .refreshButton { height: 1.2em; cursor: pointer; position: relative; top: 0.3em; margin-left: 0.2em; }
.simpleCaptcha .refreshButtonText { position: absolute; left: -9999px; }
.simpleCaptcha .captchaImages { clear: left; }
.simpleCaptcha .captchaImage { margin: 0 2px; border: 2px solid transparent; cursor: pointer; }
.simpleCaptcha .simpleCaptchaSelected { border: 2px solid #393; border-radius: 4px; background-color: #cfc; }

.editPageTitle, .editPageTitle:focus{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 20px;
	color: #317EAC;
    border: none !important;
    box-shadow: none;
    outline: 0 none;
}

.saveStatusInfo{
	display: none;
	float: left;
}

.saveStatusInfo span{
	font-weight: normal;
}

.ndxPic{
	display: block;
	float: right;
	margin: 20px 0 10px 10px;
	max-width: 40%;
	height: auto;
}

#topContainer{
	position: relative;
}

#fbTop{
	position: absolute;
	top: 18px;
	left: 170px;
	height: 30px;
	width: 30px;
}

#fbTop img{
	height: 30px;
	width: 30px;
}

.iconRed{
	color: #e76060;
}

.deleteNoteButton{
	display: block;
	float: right;
	margin-top: 4px;
}

.noteTagButtonWrapper{
	text-align: center;
	margin-top: 3px;
}

.tagIframeWrapper{
	height: 300px;
}

.tagIframe{
	width: 100%;
	height: 100%;
	border: none;
}

.tagFieldBtn{
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

.notesList li{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.notesList li:last-child{
	border-bottom: none;
}

a.noDecoration, a.noDecoration:hover, a.noDecoration:focus, a.noDecoration:active{
	text-decoration: none;
}

small .label{
	font-weight: normal;
}

.navbar-nav > li > .dropdown-menu{
	max-height: 600px;
	overflow-y: auto;
}













@media(max-width:767px) {
	
	#fbTop{
		top: 10px;
		right: 80px;
	}
	
	body {
	    margin-top: 70px;
	}
	
	.navbar-fixed-top .nav {
	    padding: 15px 0;
	}

	.navbar-fixed-top .navbar-brand {
		padding: 0;
	}
	
}


@media (min-width: 768px) {
	
	.navbar-nav .open ul {
		display: none
	}
	
	.navbar-nav .hovernav:hover > .dropdown-menu {
		display: block;
	}
	
}

