﻿/*
isBlogSetting
- Controls the background grey area and styling of each edit screen and setting page for NukePress Modules
*/

.isBlogSetting
{
	padding: 5px;
	background-color: #f1f1f1;
	margin-bottom: 15px;
}

.isEditPostLink
{
	margin: 1em 0;
}

.isPostEdit, #isBlogSettings, #isContentModeration, #isEditComment, .isRecentComments, .isBlogArchive, .isBlogCategories, .isFeaturedPosts, .isBloggers
{
	text-align: left;
	line-height: 150%;
}

.isRecentComments
{
	white-space: normal;
}

.isLongTextBox
{
	width: 300px;
}
.isMediumTextBox
{
	width: 150px;
}
.isShortTextBox
{
	width: 75px;
}

.isCheckboxList
{
	float: left;
}

.pickerWrapper_Default
{
	height: 35px !important;
}

#isBlog
{
	text-align: left;
}

#isBlog .CommandButton
{
}
#isBlog .NormalTextBox
{
}
#isBlog .Normal
{
}
#isBlog .NormalBold
{
}

.isBlogPostCategories ul, .isBlogListCategories, .isBlogCategories ul, .isBlogArchive ul, .isFeaturedPosts ul, .isBloggers ul
{
	padding: 0px;
	margin: 2px 0px 2px 0px;
}

.isRecentPosts ul
{

font-size:x-large;
	
}

.isBlogPostCategories li, .isBlogListCategories li, .isBlogCategories li, .isBlogArchive li, .isRecentPosts li, .isFeaturedPosts li, .isBloggers li
{
	list-style-type: none;
	margin-left: 0px;
}


.isFeaturedPosts li
{

	list-style-type:square
	margin-left: -15px;

}

.isBloggers li a, .isBlogCategories li a
{
	display: block;
}

.isBlogListCategories li, .isBlogPostCategories li
{
	display: inline;
}

.isRSSLink
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 14px;
		height: 14px;
		margin-right: 5px;
	background: url('feed-icon-14x14.png') no-repeat;
		clear: left;
}

.isRSSListItem
{
	display: inline;
	clear: left;

}


.isRSSBloggersListItem
{
    display: inline;
	clear: left;
}
.isRSSListItem a
{
	float: left;
}

#isFeaturedPostsRSS a
{
	margin: 1em 0;
	white-space: nowrap;
}

.isCommentText
{
}

.isCommentAuthor
{
	text-align: right;
}

.isPostTitle
{
	margin: .5em 0;
}

.isPostedBy
{
}

.isPostCategories
{
}

.isShortPost
{
	margin: 10px 0px;
}

.isPost
{
	margin: 2em 0 1em 0;
}

.isTrackbacks
{	
}

#PostMain hr
{
	height: 1px;
	padding: 0px;
	background-color: Black;
}

.isShortPostWrapper
{
	margin-bottom: 2em;
}

.isPostWrapper
{
}


.isTagCloud ul
{
	margin: 0px;
	padding: 0px;
}


.isTagCloud li
{
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 5px;	
}

/*Font Size for Tag Cloud */
.isTag7
{
	font-size: 1.6em !important;
	font-weight: 700 !important;
}
.isTag6
{
	font-size: 1.4em !important;
	font-weight: 600 !important;
}
.isTag5
{
	font-size: 1.2em !important;
	font-weight: 500 !important;
}
.isTag4
{
	font-size: 1.0em !important;
	font-weight: 400 !important;
}
.isTag3
{
	font-size: 0.9em !important;
	font-weight: 300 !important;
}
.isTag2
{
	font-size: 0.8em !important;
	font-weight: 200 !important;
}
.isTag1
{
	font-size: 0.7em !important;
	font-weight: 100 !important;
}

#isTags
{
}

#isTags .NormalBold
{
}

#isTags ul
{
	margin: 0px;
	float: left;
}
#isTags li
{
	display: inline;
}

.isClear
{
	clear: both;
}

#isLeaveAComment
{
}

#isLeaveAComment fieldset
{
	padding: 0;
	margin: 0px;
	border: 0;
}
#isLeaveAComment fieldset legend
{
	margin: 15px;
}

#isLeaveAComment fieldset label
{
	display: inline-block; /*triggers hasLayout*/
}

#isLeaveAComment fieldset label
{
	display: block; /*restores display*/
	width: 100px;
	margin-top: 12px;
	text-align: right;
	font-weight: bold;
	float: left;
	clear: left;
	line-height: 1em;
}

#isLeaveAComment fieldset .isCommentField
{
	width: 250px;
	margin-top: .6em;
	margin-bottom: .475em;
	padding: 2px;
	line-height: 1em;
	margin-left: 0.5em;
}

#isLeaveAComment .NormalRed
{
	margin-left: 105px;
}

.isCaptchaPanel
{
	padding-top: 10px;
}

.isCaptchaPanel .Normal
{
	width: 250px;
	margin: 0 0 0 0;
}

.isCaptchaPanel div.Normal div
{
	font-size: .75em !important;
	font-family: Arial, Helvetica, sans-serif;
}


/*Sorry - had to do a hack here because DNN didn't assign a name to the text field in the Captcha panel */
html > body .isCaptchaPanel div.Normal
{
	width: 250px;
	margin: 0;
	display: block;
	float: left;
}

.isCaptchaPanel .Normal input
{
	float: left;
}

#isLeaveAComment fieldset .isCaptchaPanel label
{
	margin-top: 0;
	margin-right: .5em;
}

#isLeaveAComment fieldset .isCaptcha
{
	margin: 0;
	padding: 10px 0px;
	float: left;
}

#isLeaveAComment fieldset .CommandButton
{
	margin: 5px 5px 5px 0;
	padding: 2px;
	float: left;
}

#isPostTags
{
	margin: 1em 0;
}

#isPostTags ul
{
	margin: 0px;
	padding: 0px;
}

#isPostTags li
{
	list-style: none;
	display: inline;
	margin: 0 2px;
}

.isSocialNetworking
{
	clear: both;
	margin: 1em 0;
}

#PostedCommentsTitle
{
	margin: 1em 0;
}

#PostedComment
{
}

.isOuterComment ul
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin: 5px 0;
}

.isOuterComment li
{
	list-style: none;
	margin: 0px 0px 10px;
}

.isInnerComment ul
{
	margin: 0px;
	padding: 0px;
}

.isInnerComment li
{
	list-style: none;
}

#isContentModeration .Item
{
	padding: 5px;
}

#isContentModeration .AlternatingItem
{
	background-color: #f1f1f1;
	padding: 5px;
}

/* Rating */
.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url('FilledStar.png');
}

.emptyRatingStar
{
	background-image: url('EmptyStar.png');
}

.savedRatingStar
{
	background-image: url('SavedStar.png');
}

/* BEGIN: THIS IS A SET OF ADDITIONAL STYLES ADDED BY OLEG */
#content pre,
#content div.code-box-n,
#content div.code-box {
  font-family: 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Monaco, Courier, monospace;
  white-space: pre;
  width: 39.5em;
  line-height: 1.4em;
  margin: 1em 0;
  border: 1px dashed #aaa8a8;
  padding: 0.5em 0 0.3em 0.5em;
  font-size: 100%;
  color: #000;
  overflow: auto;
}

#content div.code-box {
/*  background: #fff url(/img/cut.gif) no-repeat top right;*/
}

#content div.code-box-n {
  width: 33em;
  padding-left: 0.3em;
  border: 1px solid;
  border-color: #666 #999;
  background-color: #fff;
}

#content div.code-box-n:hover {
  border-color: #c30;
}

#content div.code-box-n a { font-weight: normal; }
#content div.code-box-n a:focus,
#content div.code-box-n a:hover {
  border-bottom: 1px solid #c00;
}

.codebox {
  font-family: 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Monaco, Courier, monospace;
  white-space: pre;
  width: 69.5em;
  line-height: 1.4em;
  margin: 1em 0;
  border: 1px dashed #aaa8a8;
  padding: 0.5em 0 0.3em 0.5em;
  font-size: 90%;
  color: #000;
  overflow: auto;
}
/* END: THIS IS A SET OF ADDITIONAL STYLES ADDED BY OLEG */