@charset "utf-8";

/*
(C) SCRAPTURE.org - street_fashion.css, LastUpdate 080410

	Table of Content
	
	OVER VIEW
	
*/

/*
-------------------------------------------------------------------------------
OVER VIEW
-------------------------------------------------------------------------------*/

div.wrapper {
	padding: 20px 0 30px;
	min-height: 100px;/*IE7*/
	clear: both;
	float: none;
	width: auto;
	line-height: 1;
}

div.entry {
	width: 310px;
	height: 155px;
	/*background: url(../img/articles/entry_bg.gif) 0 0 repeat;*/
	margin: 0 0 20px 20px;
	float: left;
	position: relative;
	display: inline;
	color: #333;
}

body.category div.entry { margin: 0 20px 20px 0; }

div.swsAd {
	width: 300px;
	height: 298px;
	padding: 30px 4px 0;
	border: 1px solid #DDD;
	background: url(../img/ad/adsbyglam_300.gif) center 302px no-repeat;
}

div.ck,
div.next { margin: 0 0 20px!important; }

div.entry p.status {
	width: auto;
	height: 10px;
	position: absolute;
	top: 157px;
	right: 0;
	font: normal 10px/1.0 Arial, Helvetica, sans-serif;
	color: #AAA;
}

div.entry div.cover {
	width: 155px;
	height: 155px;
	background: #EEE;
	float: left;
	position: relative;
	overflow: hidden;
}

div.entry div.cover p.title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 138px;
	height: 30px;
	background: #000;
	padding: 5px;
	color: #FFF;
	font-size: 12px;
	opacity: 0.80; /* w3c */
	-moz-opacity: 0.80;
	filter: alpha(style=0, opacity=80); /* ie */
}

div.entry div.cover p.title span.date {
	color: #666;
	display: block;
	font: bold 10px/1.0 Arial, Helvetica, sans-serif;
}

div.entry div.excerpt {
	width: 139px;
	height: 143px;
	float: right;
	padding: 5px 15px 5px 0;
	position: relative;
	overflow: hidden;
	color: #333;
	font-size: 10px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

div.entry h2.copy {
	color: #333;
	font-size: 12px;
	padding: 0 0 5px 10px;
}

div.entry h2.copy a {
	color: #000;
	border-bottom: 1px solid #DDD;
	padding-bottom: 1px;
	line-height: 1.5;
}

div.entry h2.copy a:hover { color: #555; }

div.entry p {
	font-size: 10px;
	line-height: 1.5;
	padding: 0 0 2px 10px;
}

div.entry p.readMore a {
	color: #0099CC;
	border-bottom: 1px solid #A4D2DC;
	padding-bottom: 1px;
}

div.entry span.new {
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	left: -20px;
	top: -20px;
	text-indent: -7777em;
	background: url(../img/articles/new.png) 0 0 no-repeat;
	z-index: 9999;
}

* html div.entry span.new {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static.scrapture.org/img/articles/new.png", sizingMethod="crop");
}

/*
NEW ARTICLE */

div#newArticle.entry {
	width: 640px;
	height: 330px;
	background: #EEE;
	margin: 0 0 20px 0;
}

div#newArticle.entry div.cover {
	width: 320px;
	height: 330px;
	background: #EEE;
	float: left;
	position: relative;
}

div#newArticle.entry div.cover p.title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 310px;
	height: auto;
	background: #000;
	padding: 10px;
	color: #FFF;
	font: italic normal 14px/1.3 'Century Gothic', Arial, Helvetica, sans-serif;
	opacity: 0.80; /* w3c */
	-moz-opacity: 0.80;
	filter: alpha(style=0, opacity=80); /* ie */
}

div#newArticle.entry div.cover p.title span.date {
	color: #666;
	display: block;
	font: bold 11px/1.0 Arial, Helvetica, sans-serif;
}

div#newArticle.entry div.excerpt {
	width: 305px;
	height: 300px;
	background: #EEE;
	float: right;
	padding: 15px 15px 15px 0;
	position: relative;
	border: none;
}

div#newArticle.entry h2.copy {
	color: #333;
	font-size: 16px;
	padding: 0 0 18px 15px;
	line-height: 1.6;
}

div#newArticle.entry h2.copy a {
	color: #333;
	border-bottom: 1px solid #DDD;
	padding-bottom: 2px;
}

div#newArticle.entry h2.copy a:hover { color: #000; }

div#newArticle.entry p {
	font-size: 14px;
	line-height: 1.7;
	padding: 0 0 10px 15px;
	color: #666;
}

div#newArticle.entry p.readMore a {
	color: #0099CC;
	border-bottom: 1px solid #A4D2DC;
	padding-bottom: 1px;
}

div.entry div.blogContnet { display: block; }

div#newArticle.entry p.status {
	top: 315px;
	right: 5px;
	font: normal 10px/1.0 Arial, Helvetica, sans-serif;
	color: #AAA;
}

div.entry span.cCount {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 22px;
	padding-top: 3px;
	z-index: 99;
	display: block;
	text-align: center;
	background: url(../img/posts/comments_count_bg.png) 0 0 no-repeat;
	color: #333;
	font: bold 12px/1.0 Arial, Helvetica, sans-serif;
}

* html div.entry span.cCount {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static.scrapture.org/img/posts/comments_count_bg.png", sizingMethod="crop");
}

div.leaderboard {
	width: 728px;
	height: 90px;
	background: #EEE;
	margin: 0 auto 20px;
	padding: 5px;
	position: relative;
}

div.mRectangle {
	margin-bottom: 20px;
	background: url(../img/ad/300_advertisement.gif) center bottom no-repeat;
	width: 300px;
	height: 265px;
	overflow: hidden;
}

