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

.adminTxt {
		font-size:20px;
		color:#333;
		
}


/*********************************COLORED BOXES/HEADER STYLES*********************************/
.neutralBox {
	background-color:#eee;
	border: solid 1.5px #CC783A;
	padding: 5px;
}
.positiveBox {
	background-color:#eee;
	border: solid 1.5px #D1024D;
	padding: 5px;
}
.negativeBox {
	background-color:#eee;
	border: solid 1.5px #301042;
	padding: 5px;
}
.neutral {
	color:#CC783A;
	text-decoration:none;
}
a.neutral:link {
	color:#CC783A;
	text-decoration:none;
}
a.neutral:visited {
	color:#CC783A;
	text-decoration:none;
}
a.neutral:hover {
	color:#CC783A;
	text-decoration:underline;
}
a.final:visited {
	color:#999;
	text-decoration:none;
}

a.final {
	color:#999999;
	text-decoration:none;
}
a.final:hover {
	color:#999;
	text-decoration:underline;
}
.final {
	color:#999999;
}
.positive {
	color:#D1024D;
	text-decoration:none;
}
a.positive:link {
	color:#D1024D;
	text-decoration:none;
}
a.positive:visited {
	color:#D1024D;
	text-decoration:none;
}
a.positive:hover {
	color:#D1024D;
	text-decoration:underline;
}
.negative {
	color:#621A48;
	text-decoration:none;
}
a.negative:link {
	color:#621A48;
	text-decoration:none;
}
a.negative:visited {
	color:#621A48;
	text-decoration:none;
}
a.negative:hover {
	color:#621A48;
	text-decoration:underline;
}
/*********************************COMMON CLASSES *********************************/
a, a:link, a:visited {
	color:#333;
	text-decoration:underline;
}

a:hover, a:active {
	color:#D1024D;
}
h4.left {
	width:auto;
	float:left;
	padding:1px 0 0 2px;
}
h4.right {
	width:auto;
	float:right;
	padding:2px 2px 0 0;
}
.fancyFont {
	 font-family: "Futura Std", "Futura", Verdana, Arial, sans-serif;
	color:#FFF;
	margin:1px 0 0 0;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:.05em;
	line-height:1;

}
.toolTipIcon {
	width:11px;
	height:10px;
}
.toolTipIcon img {
	border:0;
}
.toolTipIcon span {
	display:none;
}	
.clear {
	clear:both;
}
.clearRight {
	clear:right;
}
:focus{
	outline:none;
	}
img {
	border:0;
	outline:none;
}
/*********************************USERNAME HEADER*********************************/

#userHello span.hello {
	color:#000;
	font-weight:normal;
	font-size:18px;
	padding-left:14px;
	
	
}
/*********************************VARIOUS TEXT STYLES*********************************/

span.pink {
	color:#D1024D;	
}
.orange {
	color:#FBB03B;
}
/*********************************SEARCH BOX *********************************/

input.search {
	background:url(../images/searchBoxBg.png) transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	border:0;
	outline:none;
	color:#666;
	width:114px;
	margin:0;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	height:16px;
	font-weight:bold;
	font-size:10px;
	line-height:1;
	
}
input.searchSubmit {
	background:url(../images/searchIcon.png) transparent;
	background-repeat:no-repeat;
	background-position:0 3px;
	border:0;
	outline:none;
	height:20px;
	width:19px;
	padding:0;
	margin:0;
}


/*********************************MINI VIBEFILE LINKS*********************************/

.label {
	color:#999;
}
/*********************************MINI VIBE BOX - LEFT COLUMN*********************************/

#vibeNHolder #vibeNBox .vibeMiniHolder{
	padding:5px 0;
	border-bottom:#666 dotted 1px;
	position: relative;
}
.vibeMiniHolder .vibeMiniAvatar {
	float:left;
}
.vibeMiniHolder .vibeMiniAvatar img {
	border:0;
}
.vibeMiniHolder .vibeMiniInfo {
	float:right;
	width: 100px;
}
a.vibeMiniName {
	font-size:12px;
}
a:link.vibeMiniName, a:visited.vibeMiniName {
	color:#666;
}
a:hover.vibeMiniName, a:active.vibeMiniName {
	color:#D1024D;
}
.vibeMiniHolder .vibeMiniInfo .vibeMiniMeter {
	float:left;
	color:#666;
	font-size:12px;
	margin-top:4px;
	line-height:1;
	
}
.vibeMiniHolder .vibeMiniInfo .vibeMiniMeter img{
	border:0;
	margin-top:3px;

}
.vibeMiniNumber {
	font-size:14px;
	line-height:1;
}
.vibeMiniHolder .vibeMiniInfo .vibeMiniEditLinks {
	float:right;
	margin-top:8px;
}
.vibeMiniHolder .vibeMiniInfo .vibeMiniEditLinks span {
	display:none;
}
.vibeMiniHolder{
line-height:22px;
margin-left:  5px;
margin-right:  5px;
}
a.vibeMiniEdit {
	background-image:url(../images/editVibe_mini.png);
	background-repeat:no-repeat;
	height:12px;
	width:12px;
	display:inline;
	margin:0 10px 0 0;
	text-decoration:none;
}
a.vibeMiniNew {
	background-image:url(../images/newEntry_mini.png);
	background-repeat:no-repeat;
	height:12px;
	width:12px;
	display:inline;
	text-decoration:none;
}
/*********************************MINI SHARED BOX - LEFT COLUMN*********************************/

.shareEntryHolder {
	background-image:url(../images/shareN_icon_small.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	border-bottom:1px dotted #666;
	padding:5px 0;
}
.shareEntryHolder .shareEntry {
	width:120px;
	float:right;
	font-size:10px;
	color:#666;
	line-height:1.25;
}

/*********************************VARIOUS TEXT LINK STYLES*********************************/

a.viewLink, a:active.viewLink, a:visited.viewLink {
	color:#ccc;
	font-size:9px;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 5px;
	float:right;
}
a:hover.viewLink, a:active.viewLink{
	text-decoration:underline;
	color:#FFF;
}
a.newLink, a:active.newLink, a:visited.newLink {
	color:#ccc;
	font-size:9px;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 5px;
	float:right;
	border-right:1px #ccc solid;
}
a:hover.newLink, a:active.newLink{
	text-decoration:underline;
	color:#FFF;
}
a.smallLink, a:active.smallLink, a:visited.smallLink {
	color:#666;
	font-size:9px;
	text-decoration:none;
}
a:hover.smallLink, a:active.smallLink{
	text-decoration:underline;
	color:#333;
}

.orangeHeading {
	background-image:url(../images/orangeHeading.jpg);
	background-repeat:repeat-x;
	height:21px;
}
.pinkHeading, .pink2Heading {
	background-image:url(../images/pinkHeading.jpg);
	background-repeat:repeat-x;
	height:21px;

}
.purpleHeading {
	background-image:url(../images/purpleHeading.jpg);
	background-repeat:repeat-x;
	height:21px;

}
.greybox{
	width:auto;
	background-color:#EEEEEE;
	padding: 5px;
	border-bottom:#666 solid 1px;
}
/*********************************START MIDCOLUMN STYLES*********************************/
a.entourageName, a:link.entourageName, a:visited.entourageName {
color:#D1024D;
font-weight:bold;
text-decoration:none;
}


 a:hover.entourageName,  a:active.entourageName {
text-decoration:underline;
 }
 a.entourageVibeName, a:link.entourageVibeName, a:visited.entourageVibeName {
color:#333;
font-weight:bold;
text-decoration:underline;
}
 a:hover.entourageVibeName,  a:active.entourageVibeName {
text-decoration:bold;
 }

/*********************************AD SPACE STYLES*********************************/


.adSpace {
	margin:15px 0 0 0;
	text-align:right;

}
.adSpace img {
	border:none;
}
.skyscraper img{
	width:120px;
	height:600px;
}
.wideSkyscraper img{
	width:160px;
	height:600px;

}
.verticalBanner img {
	width:120px;
	height:240px;

}
.smallSquare img{
	width:200px;
	height:200px;

}
.smallRect img {
	width:180px;
	height:150px;
	
}

/************************** FORM ***********************/
.comment_box{
	width:630px;
	height:65px;
	border:1px solid #CC783A;
	overflow:hidden;
	margin:10px 0 20px 0;
	}

.comment_box:focus{
	border:1px dotted #CC783A;
	}

.outline{
	border:1px solid #CC783A;
	padding:3px;
	}

.outline:focus{
	border:1px dotted #CC783A;
	padding:3px;
	}

.submit_form{
	background-image:url(../images/submit_bg.png);
	float:right;
	width:101px;
	height:23px;
	border:none;
	cursor:pointer;
	outline:none;
	}

.submit_form:hover{
	background-image:url(../images/submit_bg_RO.png);
	float:right;
	width:101px;
	height:23px;
	border:none;
	cursor:pointer;
	}


.point{
	width:50px;
	margin:0 0 0 40px;
	}

.break{
	margin:20px 0 15px 0;
	}

input.continue {
	background:url(../images/continueBtn.png) transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	border:0;
	outline:none;
	height:39px;
	width:119px;
	padding:0;
	margin:0;
	cursor: pointer;
}
input.continue:hover {
	background-position:0 -39px;
	outline:none;
}

input.bigsave {
	background:url(../images/btn_saveBig.png) transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	border:0;
	outline:none;
	height:43px;
	width:82px;
	padding:0;
	margin:20px 20px 0 0;
	float: right;
	cursor: pointer;
}
input.bigsave:hover {
	background-position:0 -43px;
	outline:none;
}
input.retrieve {
	background:url(../images/retrieveBtn.png) transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	border:0;
	outline:none;
	height:39px;
	width:129px;
	padding:0;
	margin:0;
	cursor: pointer;
}
input.retrieve:hover {
	background-position:0 -39px;
	outline:none;
}

.userNameHolder {
border-bottom:1px dotted #666666;
color:#333333;
font-size:18px;
margin-top:5px;
padding-bottom:5px;
text-align:center;
}

.bottomBorder {
border-bottom:1px dotted #666666;
margin:0;
padding:0;
}

ul.listComments {
color:#333333;
font-size:95%;
margin:0;
min-height:2em;
padding:0;
position:relative;
width:inherit;
}
ul.listComments li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px solid #999999;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:10px;
padding-top:5px;
}
ul.listComments li:nth-of-type(2n) {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DDCEDA none repeat scroll 0 0;
}
ul.listComments li:last-child {
}
ul.listComments li p {
margin:5px 0;
padding:0 0 0 1em;
}
ul.listComments li p.postedOn {
border-top:1px dotted #999999;
color:#84366C;
font-style:italic;
margin:5px 0 0 10px;
padding-left:0;
padding-top:5px;
text-align:right;
}
ul.listComments li div.comment_links {
background-color:#EEEEEE;
border-top:1px dotted #666666;
clear:both;
font-size:105%;
padding:5px;
}
.comment_reply_holder {
border-top:1px dotted #999999;
clear:both;
padding:0 20px 5px;
}
.comment_reply_holder textarea.replyTxt {
margin:5px 0;
}
a.replyIcon {
background-image:url(../images/icon_return.png);
background-position:0 4px;
background-repeat:no-repeat;
color:#333333;
display:block;
float:right;
height:14px;
margin:5px 0 0 5px;
padding:3px 0 0;
text-decoration:none;
}
a.replyIcon:hover span {
text-decoration:underline;
}
a.replyIcon span {
padding-left:15px;
}
.comment_score {
float:right;
margin-top:10px;
position:relative;
width:120px;
}
.comment_score h4 {
font-size:20px;
font-weight:normal;
margin:5px 7px 0 0;
text-align:right;
}
.comment_content {
float:left;
margin:0 0 10px;
width:62%;
}
.comment_content h3.entourageName {
border-bottom:1px dotted #999999;
margin:10px 0 0 10px;
padding-bottom:5px;
}


a.trash {
background-image:url(../images/icon_trash.png);
background-repeat:no-repeat;
background-position:0 1px;
height:17px;
}

a.trash span {
padding-left:15px;
}

.deletePermanent a, .deletePermanent a:link, .deletePermanent  a:visited {
float:left;
color:#333;
text-decoration:none;
margin:0px;
padding:0px;
}
.deletePermanent a:hover span, .deletePermanent a:active span{
color:#621A48;
text-decoration:underline;
}


/************************** Getting Started Page ***********************/

.getStarted {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:dotted #666 thin;
}

.purple {
	color: #621A48;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
a.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #621A48;
	text-decoration: none;
}


a.reportBug {
background:url(../images/btn_reportBug.png) no-repeat -24px 0;
border:none; 
display:block; 
height:124px; 
width:24px;
}

.reportBug:hover {
background-position:0 0;
}

div.questions_form {
	height:220px;
	width:755px;

}

div.questions_form dd {
	width: 200px;
	float: left;
	margin:0px;
	height:20px;
	margin-bottom:15px;
}
div.questions_form dt {
	width: 150px;
	float: left;
	text-align:right;
	padding-right:10px;
	margin:0px;
	height:20px;
	margin-bottom:15px;
}
div.questions_form dt label {
	display: inline;
}

