#Header {
	background-position:right top;
	background-repeat:no-repeat;
}
#Header .Logo {
	background-position:left -90px;
	background-repeat:no-repeat;
	padding: 10px 0 0 0;
}

#Header .Logo a {
	font-size:36px; color:#fff; line-height:30px;
	text-decoration:none;
	}
	
#Header .textlogo {
	margin-top: 10px;
	}
	
html {
	color:#232323;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#232323;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:10px 0;
	line-height:1.4;
}
.Heading1, .Heading2, .Heading3, .Heading4, .Heading5, .Heading6 {
	font-family:Georgia;
}

.postcontent .Heading1, .postcontent .Heading2, .postcontent .Heading3, .postcontent .Heading4, .postcontent .Heading5, .postcontent .Heading6 {
	clear:both;
	}

.Heading1 {
	font-size:30px;
}
.Heading2 {
	font-size:24px;
}
.Heading3 {
	font-size:21px;
}
.Heading4 {
	font-size:18px;
}
.Heading5 {
	font-size:15px;
}
.Heading6 {
	font-size:14px;
}
.Note {
	font-size:12px;
	color:#a9a9a9;
}
.Heading1, .Heading2 {
	letter-spacing:-1px;
}
.Headline {
	margin-bottom:25px;
}
.Headline .decoration {
	padding-bottom:5px;
}
.Thumbnail:hover {
	text-decoration:none;
}
.Thumbnail:hover .title {
	text-decoration:underline;
}
.TitleList, .TitleList .item {
	border-color:#a9a9a9;
	border-style:dotted;
	border-width:0 0 1px;
}
.TitleList {
	border-width:1px 0 0;
	list-style:none;
	margin-top:0px;
}
.TitleList .title {
	display:block;
	padding:9px 0;
-webkit-transition:background-color .5s ease-in-out;
-moz-transition:background-color .5s ease-in-out;
-o-transition:background-color .5s ease-in-out;
-ms-transition:background-color .5s ease-in-out;
transition:background-color .5s ease-in-out;
}

.ContentPreview {
	position:relative;
}
.ContentPreview .title {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	color:#000;
}

.ContentPreview .title.Heading1 {
	line-height:36px;
}

.ContentPreview .title.Heading3 {
	line-height:24px;
}

.ContentPreview .play {
	position:absolute;
	top:150px;
	left:10px;
	width:25px;
	height:25px;
	border:2px solid #fff;
	border-radius:25px;
	padding:5px;
	background-color:#000;
	background-color:rgba(0, 0, 0, .6);
	color:#fff;
	text-indent:-999em;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
.ContentPreview .Thumbnail:hover .play {
	background-color:rgba(0, 0, 0, 1);
}
.ContentPreview .excerpt {
	line-height:1.4;
}
.ContentListing {
	margin-bottom:20px;
	border-top:1px dotted #c2c2c2;
	padding-top:10px;
}
.ContentListing .item {
	margin-bottom:10px;
	border-bottom:1px dotted #c2c2c2;
	padding-bottom:10px;
	list-style:none;
}
.ContentListing .excerpt {
	line-height:1.4;
}
.RelatedContent {
	margin-bottom:20px;
}
.RelatedContent .heading {
	margin-bottom:10px;
}
.RelatedContent .listing {
	border-top:1px dotted #c2c2c2;
}

.RelatedContent .item {
	border-bottom: 1px dotted #c2c2c2;
	padding: 15px 8px 0 0;
	list-style: none;
	min-height: 170px;
	position: relative;
}

.RelatedContent .PeopleReading .item {
	border-bottom:0px dotted #c2c2c2;
	padding: 8px 0px 0 0;
	list-style: none;
	min-height: 60px;
	}

.TooltipContainer {
	display:none;
	position:absolute;
	z-index:100;
	box-shadow:0 2px 2px 1px rgba(0, 0, 0, .5);
	border-radius:3px;
	padding:5px;
	text-shadow:0 1px 1px #000;
	color:#fff;
}
.TooltipContainer::after {
position:absolute;
bottom:-4px;
left:15px;
z-index:1950;
background-color:#6fa602;
height:10px;
width:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
content:'';
}
.ModalOverlay {
	position:fixed;
	z-index:9999991;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
}
.ModalContainer {
	position:absolute;
	z-index:9999992;
	left:0;
	right:0;
	box-shadow:0 0 50px rgba(0, 0, 0, .75);
	margin:0 auto;
	border-radius:4px;
	padding:5px;
	background-color:#fff;
}
.ModalContainer .contents {
	padding:11px;
	border:1px solid #c9c9c9;
	border-radius:3px;
}
.ModalContent {
	margin-top:5px;
	color:#a9a9a9;
}
.ModalClose {
	display:block;
	position:absolute;
	top:-18px;
	right:-18px;
	width:37px;
	height:37px;
	outline:none;
	line-height:37px;
	text-align:center;
	cursor:pointer;
}
.ModalClose:hover {
	text-decoration:none;
}
#Tombstone .heading {
	margin:0 0 20px;
}
#Tombstone .ribbon {
	display:block;
	position:absolute;
	top:90px;
	left:-11px;
	width:146px;
	height:43px;
	font-style:italic;
	font-weight:bold;
	line-height:48px;
	text-align:center;
	color:#fff;
}
#Tombstone #others {
	margin-top:-45px;
}
.FollowUs {
	margin-bottom:20px;
}
.FollowUs .heading {
	margin-bottom:10px;
	font-style:italic;
	font-family:Georgia;
}
.FollowUs .heading a {
	color:inherit;
}
.FollowUs .facebook {
	position:relative;
	z-index:1;
	margin-bottom:10px;
	border-bottom:1px dotted #acacac;
	padding-bottom:10px;
}
.FollowUs .google, .FollowUs .twitter {
	display:inline-block;
}
.FollowUs .twitter {
	width:202px;
}
.FollowUs .google {
	width:90px;
}
.ShareTools {
	position:relative;
	height:20px;
	margin:0 0 10px;
}
.ShareTools .item {
	display:inline-block;
	position:relative;
	list-style-type:none;
}
.ShareTools .facebook {
	top:-3px;
	width:137px;
}
.ShareTools .twitter {
	width:90px;
}
.ShareTools .google {
	width:65px;
}
.ShareTools .print {
	top:-8px;
	width:33px;
}
.Slider {
	position:relative;
	padding:10px 40px;
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.20);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.20);
}
.Slider .header {
	margin:0 0 10px;
}
.Slider .header a:hover {
	text-decoration:underline;
}
.Slider .sliderWindow {
	position:relative;
	overflow:hidden;
}
.Slider .sliderListing {
	width:900000px;
	height:100%;
	position:absolute;
	left:0;
	z-index:0;
}
.Slider .sliderListing li {
	float:left;
	overflow:hidden;
	list-style:none;
}
.Slider .sliderListing .page li {
	margin-right:10px;
}
.Slider .prev, .Slider .next {
	display:block;
	position:absolute;
	top:50%;
	z-index:1;
	width:36px;
	height:36px;
	margin-top:-18px;
	text-indent:-5000px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}
.Slider .prev {
	background-repeat:no-repeat;
	left:-12px;
}
.Slider .next {
	background-repeat:no-repeat;
	left:inherit;
	right:-12px;
}
.Slider .header div, .Slider .more {
	color:#666;
}
.Slider .ArticlePreview.Inline {
	margin:0;
}
.Slider .ArticlePreview.Inline .title {
	margin-left:100px;
}
.Slider .ArticlePreview.Inline .excerpt {
	margin:0 0 0 100px;
}
.Slider .prev {
	background-color:#20c3ec;
}
.Slider .next {
	background-color:#20c3ec;
}
.Pagination {
	margin:20px 0;
	height:20px;
	text-align:center;
}
.Pagination li {
	display:inline-block;
	border:1px solid #acacac;
	padding:2px 5px;
	list-style:none;
}
.Pagination .selected {
	background-color:#d6d6d6;
	color:#666;
}
.PageHeader {
	margin-bottom:10px;
}
.PageHeader .heading {
	float:left;
	margin-right:20px;
}
.PageHeader .ShareTools {
	float:left;
	margin:8px 0 0;
}
.PageHeader .RSS {
	float:right;
	margin-top:8px;
}
.BrowseList {
	padding:15px;
	background-color:#e8f2d5;
}
.BrowseList .header {
	margin:0 0 10px;
}
.BrowseList .more, .BrowseList .less {
	width:130px;
	margin-top:8px;
}
.BrowseList .more .text, .BrowseList .less .text {
	float:right;
}
.BrowseList .more .arrow, .BrowseList .less .arrow {
	display:block;
	float:right;
	width:0;
	height:0;
	margin:3px 0 0 5px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:10px solid red;
}
.BrowseList .more .arrow {
	border-top:10px solid #6fa602;
}
.BrowseList .less .arrow {
	border-bottom:10px solid #6fa602;
}
html {
	background-color:#fff;
}

	
#searchFooter {
	background-color:#20c3ec;
}
.RelatedCategories .header {
	color:#20c3ec;
}
.Module .more, .Module .less {
	color:#20c3ec;
}
.thingsYouNeed .header, .thingsYouNeed .cbox {
	background-color:#20c3ec;
}
.ArticlePreview .more {
	color:#6fa602;
}
.Filter .item::before {
background-color:#6fa602;
}
.Filter .active .link {
	color:#20c3ec;
}
.Filter .active::before {
background-color:#20c3ec;
}
.SponsoredLinks .count {
	color:#6fa602;
}


.Search .submit {
	margin-top:2px;
	}
	
.Icon, .RSS, .warningIcon, .tipIcon {
	background-color:#8ebd2f;
}
.Icon:hover .RSS:hover, .warningIcon:hover, .tipIcon:hover, .Icon:hover {
	background-color:#6fa602;
}
.ModalFrame .submit {
	background-color:#20c3ec;
}
.ModalWindow .modalSlideshow .button {
	background:#20c3ec;
}
.ModalWindow .copyContainer .slideTitle {
	color:#20c3ec;
}
.PremiumVideoSeries .VideoSeries {
	background-color:#8ebd2f;
}
.PremiumVideoSeries .VideoSeries .page li:hover {
	border-color:#20c3ec;
	background-color:#e8f2d5;
}
.PremiumVideoSeries .VideoSeries .sliderListing .page li:hover .title {
	color:#20c3ec;
}
.PremiumVideoSeries .betaMax .overlay {
	background-color:#8ebd2f;
}

.VideoSeries .sliderListing .selected .title {
	background-color:#6fa602;
}
#VideoPlayer {
	border-color:#6fa602;
}
.steps .stepNumber {
	color:#8ebd2f;
}
#RelatedVideos .videosBox .button {
	background-color:#20c3ec;
}
.Tabs {
	border-color:#20c3ec;
}
.Tabs a:hover, .Tabs .selected a {
	background-color:#20c3ec;
}
.Authors {
	background-color:#e8f2d5;
}
.Authors .item {
	border-color:#8ebd2f;
}
.Authors .item:hover {
	background-color:#20c3ec;
}

#PLATFORM_TL, #PLATFORM_CENTER li .vertical-a:hover {
	background-color:#e8f2d5;
}
#PLATFORM_TL li .vertical-a {
	border-color:#6fa602;
}
#PLATFORM_CENTER-h4 span {
	border-color:#8ebd2f;
}
.FeaturedArticle .writer, .FeaturedArticle .Heading3, .FeaturedArticle .Sidebar .title {
	color:#8ebd2f;
}
.Sidebar .tape {
	background-color:#8ebd2f;
}
.ArticleFlip .Sidebar .title {
	color:#6fa602;
	cursor:pointer;
}
.FeaturedArticle .PullQuote {
	border-color:#8ebd2f;
}
.FeaturedArticle .PullQuote .quote {
	color:#8ebd2f;
}
.FeaturedArticle .UnorderedTitleList .title:hover {
	background-color:#e8f2d5;
}
.Slider .prev {
	background-color:#20c3ec;
}
.Slider .next {
	background-color:#20c3ec;
}
.AuthorProfileModal {
	background:#e8f2d5;
}
.SlideShow .wideHeader {
	color:#20c3ec;
	border-bottom-color:#20c3ec;
}
.Slideshow .controlButton {
	background-color:#8ebd2f;
}
.SlideShow .controlButton {
	background-color:#8ebd2f;
}
.slideshowsSlider .control {
	background-color:#20c3ec;
}
#SlideshowContainer .title {
	color:#20c3ec;
}
.SlideShow .SliderContainer, .SliderContainer .sliderBody .currentArrow {
	background-color:#20c3ec;
}
.SliderContainer .sliderBody .next, #RelatedSlideshows .restartButton, .SliderContainer .sliderBody .prev {
	background-color:#8ebd2f;
}
.PostPlate2 .sidebar .replay .Heading3 {
	color:#20c3ec;
}
#RelatedSlideshows .fancyButton {
	background-color:#6fa602;
}
#RelatedSlideshows .title {
	color:#8ebd2f;
}
.StepByStep #RelatedSlideshows .title {
	color:#6fa602;
}
#FeaturedContentTest .description {
	background-color:#20c3ec;
	background-color:rgba(32, 195, 236, .85);
}
.StepByStep .RelatedArticles .tagline {
	color:#20c3ec;
}
.StepByStep .thingsYouNeed .title {
	color:#6fa602;
}
.StepByStep .thingsYouNeed .cbox {
	background-color:#8ebd2f;
}
.StepByStep .StepSlider .button {
	border-color:#bd4a06 transparent #bd4a06 #bd4a06;
	background-color:#fd874d;
	background-image:-moz-linear-gradient(top, #fd874d, #f25c05);
	background-image:-webkit-linear-gradient(top, #fd874d, #f25c05);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fd874d), to(#f25c05));
}
.ArticleFlip .sectionTitle {
	color:#8ebd2f;
	padding-top:20px;
}
.ArticleFlip .PullQuote {
	border-top-color:#8ebd2f;
	border-bottom-color:#8ebd2f;
}
.PullQuote .quote {
	color:#20c3ec;
}
.PremiumVideoSeries .SeriesHeader .title {
	color:#20c3ec;
}
.Tech .PremiumVideoSeries .SeriesHeader .title {
	color:#6fa602;
}
.SlideShow5 .right {
	background-color:#20c3ec;
}
#Tombstone .ContentPreview .title {
	color:#6fa602;
}
.FeaturedSeriesVideo .seriesHeader .heading {
	color:#20c3ec;
}
.Tech .FeaturedSeriesVideo .seriesHeader .heading {
	color:#6fa602;
}
.inDepth {
	border-bottom-color:#20c3ec;
}
.inDepth .tab {
	background-color:#20c3ec;
}
.RelatedSearches .search a, .GoogleTextAd .Ad .title, .RelatedAds .ad {
	color:#638f0a;
}

.rightBox {
	margin: 0px 0 10px 0px;
	padding: 33px 0px 0px;
	position: relative;
	}
	
.rightBox ul {
	list-style:none;
	}
	
.rightBox h2 {
	letter-spacing: 0;
	color: #212121;
	display: block;
	padding-bottom: 5px;
	position: absolute;
	top: 6px;
	left: -6px;
	padding: 13px 15px 5px 0px;
	margin: 0 0 0 6px;
	font-family: Georgia;
	font-size: 24px;
	border-bottom:1px solid #CCC; border-style:dotted;
	display:block; width:95%;
	}
	
.rightBox ul li {
	padding: 5px 0;
	border-bottom: 1px solid #f5f5f5;
	}
	
/* ADS */
.rightBox.rightBoxMidAds{
	padding: 0px 0 12px;
	position:relative;
    margin-left: 0;
}

.rightBox.rightBoxMidAds div#ads {
    margin-left: 0;
}

.rightBox.rightBoxMidAds div div {
	margin:0 23px 20px 0px;
	float:left;
}

.rightBox.rightBoxMidAds div div a img {
	border:1px solid #D8D8D8;	
}

.rightBox.rightBoxMidAds a.advertise {
	display:block;
	padding:0 10px 6px 15px;
	clear:both;
	font-weight:bold;
}

/* Social Links */
#socialLinks {
	background:url(../images/bk_social_links.png) 0 4% no-repeat;
	height: 60px;
	padding: 54px 0 0;
}

#socialLinks .linkedin, #socialLinks .facebook, #socialLinks .twitter, #socialLinks .rss {
	display:block;
	width:50px;
	height:50px;
	float:left;
	margin-left:12px;
	margin-right: 10px;
	text-indent:-9999px;
}

#socialLinks .linkedin:hover, #socialLinks .facebook:hover, #socialLinks .twitter:hover, #socialLinks .rss:hover {
	margin-bottom:2px;
}

#socialLinks .linkedin {
	background:url(../images/ico_linkedin.png) 0 0 no-repeat;
}

#socialLinks .facebook {
	background:url(../images/ico_facebook.png) 0 0 no-repeat;
}

#socialLinks .twitter {
	background:url(../images/ico_twitter.png) 0 0 no-repeat;
}

#socialLinks .rss {
	background:url(../images/ico_rss.png) 0 0 no-repeat;
}


/* PAGINATION */

.emm-paginate {padding:10px 0px; overflow:hidden;}
.emm-paginate a {background: #e5e5e5; color:#000; margin-right:5px; padding:6px 10px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {margin-right:5px; padding:6px 10px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}

#archive-title {
	padding:0 10px;
	}
	
.singlecat, .singlecat a {
	color:#999;
	}
	
.postcontent img {
	max-width:610px;
	}
	
.alignleft {
	float: left;
	padding: 0 10px 10px 0;
	}
	
.aligncenter, .alignnone {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	margin: 0.3em auto 0.5em auto;
	}
	
.ad_before_content, .ad_after_content {
	margin: 0.3em auto 0.5em auto; width:336px;
	}
	
.ad_center_content {
	float: left; width:310px;
	}
	
.postTags {
	color:#999;
	}

.nextprevious_btns {
	min-height:80px;
	}
	
.btn_previousart {
	float:left;
	width: 48%;
	}
	
.btn_previousart span {
	clear:both; display:block; color:#dddddd;
	}
	
.btn_previousart a {
	background: transparent url(../images/arrow_previous_article.png) no-repeat scroll left center;
	display: block;
	font-size: 18px;
	padding: 12px 0px 8px 44px;
	margin-left: -56px;
	}

.btn_nextart {
	float:right;
	width: 48%;
	}
	
.btn_nextart span {
	clear:both; display:block; color:#dddddd; text-align:right;
	}
	
.btn_nextart a {
	background: transparent url(../images/arrow_next_article.png) no-repeat scroll right center;
	display: block;
	font-size: 18px;
	padding: 12px 43px 8px 0px;
	margin-right: -58px; text-align: right;
	}
	
.authorbox {
	padding:20px; overflow:hidden;
	}
	
	.authorbox .authorimg {
		float:left; width:70px;
		}
		
	.authorbox header {
		float:left;
		}
		
	.author_disc {
		float:left; width:500px;
		}
		
/* Comments Area - Start here */
		
		.comments-form {
			clear:both; margin:20px 0;
			}
			
		#commentform {
			padding:5px;
			}
			
		#respond {
			width:100%; margin:20px 0;
			}
			
		#comments {
			overflow:hidden;
			}
			
			#comments input, #comments textarea {
				background:#fff; padding:5px; border:0; color:#615f5f; font-family:Georgia, "Times New Roman", Times, serif;
				font-size:16px;
				-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
				-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
				box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
				}
				
			.comments_arrow_top {
				background:transparent url(http://iwebstreet.com/wp-content/themes/iwebstreet/images/comments_arrow_top.gif) no-repeat scroll left top;
				display:block;
				margin:0 0 0 61px;
				padding:10px;
				position:absolute;
				width:405px;
				}
				
			#comments input.width_name {
				width:272px; margin:0 5px 10px 0;
				}
				
			#comments input.width_email {
				width:308px; margin:0 0px 10px 0;
				}
				
			#comments .width_comments {
				width:600px; height:200px;
				}
			
			.comments_title {
				padding:2px 0;
				}
				
			input.btn_submit {
				background:#20c3ec !important; color:#fff !important; padding:4px 15px !important;
				}
				
			.comments_title2 {
				display:block; padding:8px 0 6px 0; color:#615f5f; font-family:Georgia, "Times New Roman", Times, serif;
				font-size:16px;
				}
			
			h2.mbigtitle {
				font-size:24px; font-family:Georgia, "Times New Roman", Times, serif; color:#000;
				border-bottom:4px solid #7dc2ff; float:left; padding:0 10px 2px 0;
				}		
			
			.comment_button {
				margin:10px 0;
				}
				
			.commentbox {
				}
				
			.comments_boxdata {
				
				}
			
			 /* Comments Section - Start here */

.postcomment {
	background:url("http://iwebstreet.com/wp-content/themes/iwebstreet/css/images/post-comment.jpg") no-repeat scroll left top transparent;
	clear:both;
	color:#686868;
	font-family:Lucida Sans;
	font-size:23px;
	font-weight:bold;
	padding-bottom:13px;
	padding-top:10px;
}
#comments {
	width:auto;
	padding-top:20px;
}
#comments h3 {
	font-weight:bold;
}
ol.commentlist {
	padding-left:0px;
	margin-left:0px;
	padding-top:10px;
	overflow:hidden;
}

.commentlist li {
	list-style:none;
	}
	
ol.commentlist li {
	border-top:1px solid #E8E8E8;
	padding-top:10px;
	font-weight:normal
}
.comment-body {
	line-height:19px;
	width:auto;
}

.comment-body p {
	clear:both;
	}

.comment-author {
	font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#999; height:38px;
	}
	
.comment-author .reply {
	float:right; padding:14px 0 0;
	}
	
.comment-textdspl {
	border:1px solid #EAEAEA;
	margin:12px 0 0;
	padding:5px;
	}
	
.comment-author .fn {
	font-size:16px; color:#6fa658;
	line-height:45px; font-style:normal;
	}
	
.says {
	color:#999999;
	}

.comment-meta a {
	color:#999999; line-height:45px; text-decoration:none;
}
#comments .comment {
	margin-top:10px;
}
#comments img.avatar {
	background:none repeat scroll 0 0 #FFFFFF;
	margin-right:6px;
	padding:4px;
	float:left;
}
#comments .comment-right {
	margin-left:0;
	width:364px;
}
#comments .comment .comment-container {
	padding:14px 0;
}
#comments .comment-head {
	margin:0;
	padding:0 15px;
}
#comments .name a {
	color:#156FAF;
	font-family:Georgia, serif;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	margin:0;
	text-transform:capitalize;
}
#comments .date a {
	margin-right:10px;
	clear:both
}
#comments .date {
	margin-right:10px;
}
#comments .date a, #comments .edit {
	font-size: 11px;
	color:#a8a8a8;
}
#comments .comment-entry {
	color:#555555;
	font-size:12px;
	padding-top:4px;
}
#comments .comment-entry p {
	margin: 0 0 10px 0;
}
#comments ul.children {
	background: url(http://iwebstreet.com/wp-content/themes/iwebstreet/css/images/ico-comment-reply.png) no-repeat 0 25px;
	padding:0 0 0 25px;
	margin:0;
}
#comments .cancel-comment-reply {
	float:right; margin:12px 0 0;
}
#comments .navigation a {
	display: block;
	margin: 15px 0 0 0;
	text-decoration: none;
}
#comments a.comment-reply-link {
	background:url(http://iwebstreet.com/wp-content/themes/iwebstreet/css/images/bg-button.png) no-repeat center 0;
	padding:2px 6px;
	color:#fff;
	font:Georgia, serif;
	font-size:12px;
	font-style:italic;
	text-shadow: #777 0px 1px 0px;
	background-color:#aaa;
	border:1px solid #999;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:right
}
#comments a.comment-reply-link:hover {
	cursor:pointer;
	opacity:0.8;
}
.comment-on {
	font-size:16px;
	font-weight:bold;
	padding-top:12px;
}
#commentform p {
	padding-bottom:5px;
	padding-top:5px;
}
.commentmetadata {
	font-size:11px;
	float:left;
	}

.comment-block {
	padding-top:11px;
}
.comment-block ul {
	padding-left:0px;
}
.comment-block ul li {
	border-top:2px solid #E8E8E8;
	padding-bottom:12px;
	padding-left:14px;
	padding-top:8px;
}
.comment-block ul li big {
	padding-bottom:3px;
}
.comment-block ul li big a {
	font-size:20px;
	color:#156faf;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none !important
}
.comment-block ul li small {
	padding-bottom:3px;
}
.comment-block ul li small a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a8a8a8;
	text-decoration:none !important
}

.nocomments, .comment-on {
	clear:both !important;
	font-size:16px !important;
	font-weight:bold !important;
	padding-top:12px !important;
}

.commentlist {
	clear:both; margin-top:20px;
	}
	
#facebook_comments {
	margin:20px 0;
	}

.postans {
	background:url(../images/comments.png) no-repeat left top;
	padding:0 0 0 56px;
	margin: 20px 0 0 0;
	font-family: Georgia;
	font-size: 15px;
	color: #666;
	text-align: justify;
	}
	
.post_comment {
	background:url(../images/comments.png) no-repeat left top;
	padding:0 0 0 56px;
	margin: 20px 0 0 0;
	font-family: Georgia;
	font-size: 15px;
	color: #666;
	text-align: justify;
	}
	
.post_tick {
	background:url(../images/tick.png) no-repeat 12px 2px;
	padding:0 0 0 50px;
	margin: 20px 0 0 0;
	font-family: Georgia;
	font-size: 15px;
	color: #666;
	text-align: justify;
	min-height:30px;
	}
	
.header_ad {
	padding:5px 0 0 0;
	}
	
	.header_ad .inner_ad {
	width:728px; margin:auto; border:1px solid #ebebeb;
	}

.footer_ad {
	padding:5px 0 0 0;
	}
	
	.footer_ad .inner_ad {
	width:728px; margin:auto;
	}

.pro_home_section {
	margin-bottom:20px;
	}
	
.pro_pnl {
	text-align:center;
	}
	
.pro_home_section .pro_pnl {
	float:left; width:150px;
	}
	
.pro_home_section .pro_pnl .price {
	color:#649501; font-weight:bold;
	}
	
.pro_home_section .pro_pnl .desc {
	color:#999; font-size:12px;
	}
	
.pro_home_section .pro_pnl .desc2 {
	color:#636363; font-size:12px;
	}
	
p.pro {
	line-height:20px; margin:0px 0;
	}

.product_image {
	float:left; width:200px; margin:10px 20px 20px 0; 
	}
	
.single_shortdec.intro {
	border-top:5px solid #ececec; margin:10px 0 10px; padding:5px 0;
	}
	
.product_panel_single {
	overflow:hidden;
	}
	
.pro .button_link {
	margin:10px 0;
	}
	
.pro_description {
	clear:both; margin-top:40px;
	}
	
.product_content {
	float:left; width:400px;
	}
	
.product_content .pro {
	padding:5px; background:#f5f5f5; margin:5px 0;
	}
	
.single_price {
	font-weight: bold;
	font-size:24px
	}
	
.pro dt {
	color: #777;
	clear: both;
	float: left;
	font-weight: normal;
	margin: 0 0 3px 0px;
	padding: 0 15px 0 0;
	text-align: right;
	width: 100px;
	}
	
.pro dd {
	display: block;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	width: 250px;
	}
	
.pro dd.single_shortdec {
	width:398px;
	}

#breadcrumbs {
	padding:0 25px; margin:0px; 
	}

#breadcrumbs, #breadcrumbs a {
	color:#a9a9a9;
	}
	
.item.videopost a {
	background-image:url('../images/style_sprite.png');
	background-position:0 -498px;
	background-repeat:no-repeat;
	padding-left:20px;
	}
	
.item.slideshow a {
	background-image:url('../images/style_sprite.png');
	background-position:0 -663px;
	background-repeat:no-repeat;
	padding-left:20px;
	}
	
.ContentPreview .slideshow {
	background:url(../images/icon-gallery.png) no-repeat left bottom;
	position: absolute;
	height: 62px;
	width: 57px;
	display: block;
	top: 135px;
	left: 5px;
	}
	
.ContentPreview .videopost {	
	position: absolute;
	top: 156px;
	left: 10px;
	width: 25px;
	height: 25px;
	border: 2px solid #fff;
	border-radius: 25px;
	padding: 5px;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	text-indent: -999em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-image: url(../images/style_sprite.png);
	background-position: 0 -707px;
	background-repeat: no-repeat;
	}
	
.postcontent.gallery img{
	float:left; max-width:150px; max-height:112px; margin:0 8px 5px 0;
	}

.boxFooter {
	float: left;
	width: 228px;
	text-align: left;
	list-style: none;
	margin: 0px 6px;
	}
	
	.boxFooter .rsswidget img {
		display:none;
		}
	
	.boxFooter h2 {
		 border-bottom: 7px solid #ff1838;
		 }
		 
	.boxFooter ul {
		margin-top: 10px;
		}
		 
	.boxFooter h2 a, .boxFooter h2 {	 
		font-family: Georgia;
		font-size: 17px; color:#000;
		}
		
.boxFooter li {
	border-color: #a9a9a9;
	border-style: dotted;
	border-width: 0 0 1px;
	list-style: none;
	margin: 0 4px;
	}
	
.boxFooter li a{
	display: block;
	padding: 9px 0;
	-webkit-transition: background-color .5s ease-in-out;
	background-image: url('../images/style_sprite.png');
	background-position: 0 -663px;
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
/* Comments Section - End here */

	/* Comments Area - End here */