@charset "UTF-8";
/* CSS Document */
 #slider {
	position: relative;
	float: right;
	width: 800px;
	height: 420px;
	background-color: #999999;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CACACA;
	border-bottom-color: #CACACA;
	border-left-color: #CACACA;
	}
#latest-article {
	position: relative;
	float: right;
	width: 780px;
	height: 460px;
	background-color: #fff;
	padding-top: 20px;
	}
#latest-article-thumb {
	position: relative;
	float: left;
	}
#latest-article-thumb img {
	height: 460px;
	width: 335px;
	}
#latest-article-title {
	position: relative;
	float: left;
	width: 400px;
	font-size: 46px;
	font-weight: bold;
	line-height: 0.8em;
	padding: 40px 0 0 0;
	margin-left: 30px;
	color: #c4c4c4;
	}
#latest-article-tagline {
	position: relative;
	float: left;
	width: 400px;
	font-size: 18px;
	font-weight: bold;
	line-height: 0.8em;
	padding: 20px 0 0 0;
	margin-left: 30px;
	color: #141414;
	}
#latest-article-desc {
	position: relative;
	float: left;
	width: 390px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	padding: 20px 0 0 0;
	margin-left: 30px;
	color: #141414;
	}
#latest-article-readmore {
	position: relative;
	float: left;
	width: 390px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	padding: 20px 0 0 0;
	margin-left: 30px;
	color: #141414;
	text-align: right;
	}
#contentbody {
	position: relative;
	clear: both;
	width: 982px;
	height: auto;
	margin: 0;
	padding: 0;
	}
.mainstrip { 
	position: relative;
	float: left;
	background-image: url(../images/mainblackstrip-02.jpg);
	background-repeat: no-repeat;
	width: 590px;
	height: 81px;
	margin-left: -46px;
	}
.mainstrip-text {
	position: absolute;
	margin: 32px 0 0 65px;
	padding: 0;
	}   
.mainstrip h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #c4c4c4;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 1em;
	}
/*** Article/Content ***/

.contentrow {
	position: relative;
	float: left;
	width: 660px;
	}
/********* YES I NEEDED TO USE A CSS HACK ***************/
* html .content-listing {
	margin-left: 10px;
	}	
* html .contentrow {
	margin-left: -20px;
	}	
/********* DO NOT REMOVE THE ABOVE CSS HACK OR PAGE WILL EXPLODE ***************/
.pagination, .pagination-wide {
	position: relative;
	float: left;
	clear: both;
	width: 640px;
	text-align: right;
	padding: 20px 0 10px 0;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #141414;
	}
.pagination-wide {
	width: 740px;
	}
.pagination a, .pagination-wide a {
	color: #be50e2;
	}
.pagination a:hover, .pagination-wide a:hover {
	color: #c4c4c4;
	}
#leftcolumn {
	position: relative;
	float: left;
	width: 660px;
	}

.content-listing {
	position:relative;
	float:left;
	width:620px;
	height:auto;
	padding-bottom: 30px;
	margin: 20px 0 20px 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.listing-thumb {
	position: relative;
	float: left;
	width: 160px;
	background-color:#333333;
	height: 220px;
	overflow: hidden;
	}
.listing-thumb img {
	width: 160px;
	height: 220px;
	}
.listing-timestamp, .listing-title, .listing-description, .listing-topic, .listing-body {
	position: relative;
	float: left;
	width: 440px;
	margin: 0;
	margin-left: 20px;
	overflow: hidden;
	}
.listing-body{
	padding-bottom: 20px;
	}
.read-more {
	position: relative;
	float: left;
	margin-top: -10px;
	}
.tags-links {
	position: absolute;
	left: 180px;
	bottom: 20px;
	font-weight: bold;
	clear: both;
	}
.tags-links a, .tag-links a:hover {
	color: #8416a8;
	}
.listing-topic {
	margin: 0 0 0 10px;;
	padding: 0;
	text-indent: 1px;
	}
.listing-description {
	padding-bottom: 5px;
	}
.listing-title a {
	color: #a1a1a1;
	text-decoration: none;
	}
.listing-title a:hover {
	color:#be50e2;
	text-decoration: none;
	}
.listing-title h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	line-height: .9em;
	text-decoration: none;
	overflow: hidden;
	}
.listing-description h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
	overflow: hidden;
	}
.listing-timestamp h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #5d5d5d;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	overflow: hidden;
	}
.listing-topic h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	overflow: hidden;
	}
.listing-body p {
	font-size: 9pt;
	color: #141414;
	}
.read-more a {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #141414;
	}
/*** Designer List ***/
#designer-anchor {
	position: relative;
	width: 640px;
	margin-left: -10px;
	float: left;
	}
#designer-anchor ul li {
	list-style: none;
	float: left;
	margin-right: 1px;
	}
#designer-anchor ul li a {
	font-size: 12px;
	display: block;
	padding: 7px;
	background-color: #c4c4c4;
	color: #fff;
	}
#designer-anchor ul li a:hover {
	background-color: #141414;
	color: #fff;
	}
.list-title, .boutique-list-title {
	position: relative;
	float: left;
	width: 630px;
	clear: left;
	margin-left: 30px;
	overflow: visible;
	}
* html .list-title {
	margin-left: 15px;
	}
.list-title h3 { 
	position: relative;
	padding: 0;
	margin: 0;
    font-weight:normal;
    font-size:24px;
    color: #333333;
    text-align:left;
	margin: 20px 0 10px 5px;
}
* html .list-title h3 {
	margin-left: 0;
	}

.list-title ul {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
    float:left;
    margin-bottom:10px;
    width:630px;
}
* html .list-title ul {
	margin-left: -10px;
	}

.list-title ul.last { margin-right:0 !important; }

.list-title ul li {
    margin-left: 5px;
	float: left;
	display: block;
	width: 110px;
	height: 35px;
}

.list-title ul li a {
	position: relative;
	float:left;
	display:block;
	color:#BE50E2;
	text-decoration:none;
	line-height:normal;
	font-size: 11px;
	font-weight: bold;
}

.list-title ul li a:hover { text-decoration: underline; }

.boutique-list-title ul {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
    float:left;
    margin-bottom:10px;
    width:620px;
	}
* html .boutique-list-title {
	margin-left: 15px;
	}
.boutique-list-title ul li {
    margin-left: 0px;
	float: left;
	display: block;
	width: 300px;
	height: 80px;
}
.boutique-list-title ul li a {
	display:block;
	color:#BE50E2;
	text-decoration:none;
	line-height:normal;
	font-size: 11px;
	font-weight: bold;
	}
/*** Article/Content RIGHT BAR ***/
#rightsidebar {
	clear: none;
	position: relative;
	right: 0;
	float: right;
	height: auto;
	width: 310px;
	}
#rightsidebar p{
	padding: 0;
	margin: 0 0 0 20px;
	
	}

.blackstripright { 
	position: relative;
	float: right;
	background-image: url(../images/blackstripright.jpg);
	background-repeat: no-repeat;
	width: 351px;
	height: 80px;
	margin-right: -45px;
	}
.blackstrip-text {
	position: absolute;
	margin: 32px 35px 0 20px;
	padding: 0;
	}
.blackstrip-text h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #c4c4c4;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 1em;
	}
/*** Follow Us Section ***/

#socialnets, #blogs, #itgirl {
	position: relative;
	float: right;
	width: 300px;
	height: auto;
	}
#socialnets img {
	padding-right: 5px;
	}
.social-network-link {
	position: relative;
	float: left;
	width: auto;
	margin-right: 20px;
	}
#socialnets a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	}
#socialnets a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #434343;
	}
#blogs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
	}
#blogs li {
	float: left;
	margin-right: 20px;
	}

#blogs a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	}
#blogs a:hover {
	color: #434343;
	}
/*** Ads Section ***/

#adbox {
	position: relative;
	margin:0 6px 0 auto;
	width:300px;
	height:auto;
	border:1px solid #CACACA;
	}
	
#poll {
	position: relative;
	float: left;
	margin-left: 20px;
	}
.designer-thumb {
	margin: 0;
	padding: 0;
	position: relative;
	width: 130px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.designer-thumb img {
	margin-bottom: 5px;
	}
.designer-thumb p {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
#links-list {
	position: relative;
	float: right;
	width: 630px;
	height: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 40px;
}
#links-list ul {
	padding: 0;
	margin: 0;
	width: 600px;
	list-style: none;
}
* html #links-list ul {
	margin-left: -20px;
	}
#links-list .link-title a {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #be50e2;
	padding-top: 20px;
	}
#links-list .link-title a:hover {
	color: #c4c4c4;
	}
#links-list .link-type {
	clear: left;
	position: relative;
	float: left;
	font-weight: bold;
	}
#links-list .link-url a, .link-url {
	position: relative;
	float: left;
	clear: both;
	color: #000000;
	text-decoration: underline;
	padding-bottom: 10px;
	}
.discount-desc {
    position: relative;
    float: left;
    clear: both;
    /*top: -5px;*/
    }
#links-list .link-url a:hover {
	color: #be50e2;
	}
#links-list .link-desc {
	position: relative;
	float: left;
	clear: both;
	font-size: 12px;
	color: #141414;
	padding-bottom: 20px;
	}
#links-list .discount-code a {
	clear: both;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #be50e2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 600px;
	text-align: right;
	padding-bottom: 10px;
	}