@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background:url(../images/bg.jpg) top center repeat-x #ffe5e5;
	font-family:Arial, Helvetica, sans-serif;
}

a {color:#df3062;}

img {border:none;}

.clr {clear:both;}

#wrapper {
	width:900px;
	margin:0 auto;
}

#inner-top-wrapper{
	height:96px;
}

#logo {
	float:left;
	position:absolute;
	z-index:10;
}

#header {
	width:621px;
	height:45px;
	float:right;
	display:block;
	position:relative;
}

#nav-border-left {
	float:left;
	display:block;
}
#nav-border-right {
	float:right;
	display:block;
}

#navbar {
	float:left;
	display:block;
	width:601px;
	background:url(../images/nav_bg.png) repeat-x top left;
}

.nav-link {
	float:left;
	display:block;
	font-weight:bold;
	text-align:center;
	width:78px;
	height:45px;
	padding-top:5px;
}

.nav-link a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

#iphone {
	float:right;
	position:absolute;
	right:5px;
	top:0;
}

#featured {
	height:484px;
	background:url(../images/front-bg.png) top left no-repeat;
}

#top-row1 {
	margin-bottom:10px;
	width:900px;
}

#video-holder {
	width:589px;
	height:317px;
}

.feature-box {
	width:187px;
	height:156px;
	float:left;
	display:block;
	margin-right:12px;
}

.feature-box-wide {
	width:301px;
	height:130px;
	display:block;
	float:left;
	background:url(../images/front-lead.png) no-repeat top left;
	text-align:center;
	padding-top:46px;
}



#wrapper-content {
	margin:10px 0;
}

#wrapper-main-content {
	width:695px;
	display:block;
	float:left;
	margin-right:10px;
	background:#fff url(../images/content-bg.png) top left no-repeat;
}

.feedtitle {
	font-size:18px;
	font-weight:bold;
	color:#5d276d;
}

#creditfooter {display:none;}

ul li .headline {
	margin:0;
}

ul li .headline a {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
ul li .headline a:hover {
	text-decoration:underline;
}

.headline {
	margin:10px 0 0 125px;
	font-weight:bold;
	font-size:22px;
	color:#5e2670;
}

#wrapper-side-content {
	width:195px;
	display:block;
	float:left;
}

#main-content {
	padding:10px 10px 10px 10px;
}

#side-content {
	padding:10px;
	background:#fff;
}

#wrapper-wide {
	padding:10px;
	margin-bottom:10px;
	background:#fff;
}

#wrapper-footer {
	background:#df3062;
}

#wrapper-footer .nav-link {
	float:left;
	display:block;
	text-align:center;
	height:15px;
	margin:0 15px;
	width:auto;
}

#wrapper-footer .nav-link a{
	color:#fff;
	text-decoration:none;
	font-size:10px;
}

.cm-wrapper {
	margin:10px 0;
}

.cm-photo {
	width:200px;
	height:150px;
	float:left;
	display:block;
	margin-right:10px;
	border:1px solid #df3062;
}

#thumbnails {
	margin-left:15px;
	margin-top:10px;
	width:180px;
	float:left;
	display:block;
}

#leftCol {
	float:left;
	display:block;
	width:215px;
}

.cm-info {
	width:460px;
	float:left;
	display:block;
}

#social-bar {
	padding-left:7px;
}

.social-btns {
	text-align:center;
	width:40px;
	float:left;
	display:block;
}

#randomMember {
	margin:10px 0;
}

#randomMemberText {
	background:#df3062;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

.member-thumb {
	margin:2px;
	padding:1px;
	border:1px solid #df3062;
}

.divider {
	border-bottom:1px solid #5d276d;
	margin-bottom:10px;
}

#main-content ul li {
	margin-bottom:20px;
}

/* STORE */

.item-wrapper {
	margin:10px;
}
.item-tn {
	width:150px;
	float:left;
	display:block;
	padding:1px;
	border:1px solid #df3062;
}
.item-desc {
	margin-left:15px;
	float:left;
	display:block;
	font-size:14px;
	width:450px;
}
.item-price {
	font-size:12px;
}
.item-desc strong {
	color:#5d276d;
	font-weight:bold;
	font-size:16px;
}


