.deleteNewsletterAddress {
	cursor:pointer;
	vertical-align:middle;
}
.blog {
	margin:0;
}
.blog p {
	margin-top:0px;
}
.editContent {
	border:1px dashed grey;
	padding:5px;
	min-width:100px;
}
[contenteditable]:focus {
    outline:0px solid transparent;
}
.editContent img {
	resize:both;
}
span.editContent {
	display:inline-block;
	vertical-align:middle;
}
.placeholder {
	color:grey;
	pointer-events:none;
}
.entry {
	padding-top:15px;
}
.loadMoreEntries {
	padding-top:15px;
	display:block;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	padding:5px;
	text-shadow:0px 1px 0px #ffffff;
	font-size:10px;
	line-height:10px;
	margin-right:10px;
	opacity:0.5;
}
.enabled {
	opacity:1.0;
}
.enabled:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.enabled:active {
	position:relative;
	top:1px;
}
.button img {
	vertical-align:-11px;
	height:30px;
}

#editorPanel {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	padding-top:10px;
	background-color:rgba(0,0,0,0.7);
	text-align:center;
	vertical-align:bottom;
	z-index:20000;
}
#editorPanel .button {
	margin-bottom:10px;
}
.editorPanelStore {
	display:none;
}

.comment {
	margin-bottom:10px;
}
.comment img {
	cursor:pointer;
	vertical-align:middle;
}
.commentReply {
	border-left:3px solid #000000;
	padding-left:5px;
	margin-bottom:0;
}
.commentReplyForm {
	display:none;
	margin-bottom:14px;
}
.error {
	color:red;	
}
.invisible {
	display:none;
}
.blog .formField, .blog .loginPasswordField {
	width: 100%;
	max-width:400px;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
	padding: 1px;
	border: 1px solid #999999;
}
.blog .loginPasswordField {
	width:200px;
	display:none;
}
.picturePreload {
	position:fixed;
	top:-6000px;
	left:-6000px;
}