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

/*BODY*/
body {
	background:#FFF url(../2013/header.png) top center no-repeat;
	font:14px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	
}
/* LINKS */

a { color:#000; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:none; }
/* CONTENT LAYOUT */

.wrapper {
	margin:0 auto;
	width:1000px;
}
#page {
	clear:both;
	position:relative;
	padding-bottom:60px;   /* Height of the footer */
}
.container {
	background-color:#eee;
	border-bottom:1px solid #cdcdcd;
	border-radius:6px;
	moz-border-radius:6px;
	padding:8px;
	webkit-border-radius:6px;
}

#page .left {
width: 280px;
float: left;

}
#page .right {
	float: right;
	padding-left: 5px;
}
#page .leftbar {
	color:#FFF;
	background-color:#363636;
	width:280px;
	height:24px;
	font-size:18px;
	letter-spacing:-1px;
	padding-top:2px;
	padding-left:5px;
}
#id {
height: 190px;
position: relative;
top: 30px;
left: 25px;
}

/* HEADER SOCIAL */

social,
a.isocial,
a.tsocial {

	display:inline-block;
	padding:6px 15px 10px;
	position:relative;
	top:20px;
	width:110px;
	left:800px;
	
}
a.isocial {
	background: url(../2013/id.png) no-repeat;
	width:59px;
	height:57px;
	text-shadow:0px -1px 1px #416600;

} 
a.isocial:hover {
background: url(../2013/idro.png) no-repeat;
	width:59px;
	height:57px;
}
a.tsocial {
	background: url(../2013/twitter.png) no-repeat;
	text-shadow:0px -1px 1px #023264;
	width:59px;
	height:57px;

}
a.tsocial:hover {
background: url(../2013/twitterro.png) no-repeat;
	width:59px;
	height:57px;
}


/* HEADER: Navigation */

ul.main-nav {
	float:left;
	font:18px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding:73px 0 40px 0;
	position:relative;
	width:710px;
}
body#members ul.main-nav {
	padding:28px 0 0 0;
}
ul.main-nav li {
	display:inline;
	list-style:none;
	margin:0px 35px 0 10px;
	padding:0 5px;
}
ul.main-nav li a {
	color:#7a7a7a;
	text-decoration:none;
}
ul.main-nav li a:hover {
	color:#FFF;
	text-decoration:none;
	text-shadow:0px 0px 5px rgb(174, 20, 247);
}
ul.main-nav li a.active {
	background:url(http://pinkvelvetvault.com/images/nav-selected-bg.png) repeat-x 0 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.4);
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 22px;
	text-shadow:0px 0px 5px rgb(174, 20, 247);
	text-decoration:none;
}
ul.main-nav li a.active:hover {
	background-position:0px -33px;
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
	moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
	webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
}

/*SIGN UP */
signup,
a.signup {
	background: url(http://pinkvelvetvault.com/2013/button.png);
	color:#f8f8f8;
	display:inline-block;
	height:20px;
	font:20px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	text-align:center;	
	margin-right:12px;
	padding-top:18px;
	width:194px;
	height:62px;
	top:70px;
	left:70px;
	text-decoration:none;

}
a.signup {
	background: url(http://pinkvelvetvault.com/2013/button.png) no-repeat;

	position: relative;

	display:inline-block;
	
} 
a.signup:hover {
    background: url(http://pinkvelvetvault.com/2013/buttonro.png) no-repeat;

	position: relative;

	display:inline-block;
}
/*SLIDER*/

.theme-dark.slider-wrapper {
	background-image:url(../2013/slider.png);
	width:674px;
	height:320px;
}

/* FOOTER: Navigation */

#footer {

 clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 margin-top: -3em;
   
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	left:44px;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	max-width: 589px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:5px;
	bottom:5px;
	background:#000;
	color:#fff;
	width:578px;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:5px;
	background-image:url(../2013/previous.png);
	width:38px;
	height:39px;
}
.nivo-nextNav {
	right:90px;
	background-image:url(../2013/next.png);
	width:38px;
	height:39px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*FEATURES */
#features {

	width:200px;

	display:block;

	}
#features2 {
	left: 775px;
	height: 50px;
	width: 200px;
	position: absolute;
	display: block;
	top: 321px;

	}
#features3 {
	left: 543px;
	height: 50px;
	width: 200px;
	position: absolute;
	display: block;
	top: 321px;

}

/*BIG TEXT */
#bigtext {
	text-align:center;
	font-size:48px;
	color:#363636;
	letter-spacing:-1px;
	line-height:36px;
	h
}
/*NEW SITES */
#newsites {
	width:690px;
	position:relative;
	top:20px;
}
.newsitetitle {
	font-size:14px;
	color:#fff;
	text-align:center;
	position:absolute;
	z-index:3;
	width:200px;
	top:20px;
}
.newsiteimage {
	position: absolute;
	z-index: 3;
	width: 160px;
	top: 67px;
	float:left;
	margin-left:24px;
}
.newsitetext {
	font-size:16px;
	color:#363636;
	text-align:center;
	position: absolute;
	z-index: 3;
	width: 200px;
	top: 237px;
	float:left;

}
#bigbar{
	color:#FFF;
	background-color:#363636;
	font-size:48px;
	letter-spacing:-1px;
	padding-left:5px;
}
#newsite1 {
	background-image:url(../2013/newsites.png) ;
	width:206px;
	height:360px;
	float:left;
	margin-right: 25px;
	margin-left:10px;
	
}
#newsite2 {
	background-image:url(../2013/newsites.png);
	width:206px;
	height:360px;
	float:left;
	margin-right: 25px;
}
#newsite3 {
	background-image:url(../2013/newsites.png);
	width:206px;
	height:360px;
	float:left;
	margin-right: 10px;
}
.sitelink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	font-style: normal;
	text-indent: 50px;
}
.bigtable2 {
	background-color: #FFF;
	background-image: url(../images/workingbar2.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.bigtable2 tr .bigtable {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #271D25;
	letter-spacing: -1px;
}
.bigtable13 {
	background-color: #FFF;
	background-image: url(../images/bigtable13.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}