/************
**  Text: 							363636
**  Lighter text: 			666/777
**	Links:							F152A4
** 	Links hover:				F598C8
**	Pink Borders: 			F475A7
**  Sidebar bg: 				EEE
**  Sidebar bg darker: 	F5F5F5
**  Light bg 						F8F8F8
**	Headings:						AA4E7C
****/


/* Sidebar menu on the right when not logged in */
#start-sidebar header {
	border-bottom: 1px solid #F475A7;
}


#log-in.log-in-page header {
	border-bottom: 1px solid #F475A7;
}
#log-in span {
	background: url(../images/design/log-in-textfield-background.png) no-repeat;
}

/* Start page when not logged in */
#user-photos .white-gradient {
	background: url(../images/design/white_gradient.png);
}


/* Start page when logged in */
#start-flow header h2 {
	border-bottom: 1px solid #F475A7;
}				
#featured-offers h3, #start-chat h3 {
	border-bottom: 1px solid #F475A7;
}


/* Info, Recruit, FAQ, forum rules, EULA */
#info aside h3,
#recruit aside h3 {
	color: #F152A4;
}


/* Sign up / Settings */
#signup .international a {
	color: #F589C1;
}
#signup aside h2 {
	color: #F152A4;
}
#signup aside h3 {
	color: #F152A4;
}


/* Collect points */
#collect h3 {
	color: #F152A4;
}
#collect h4 {
	color: #F152A4;
}


/* Offers */
#offer-introduction a span {
	color: #F152A4;
}


/* Forum */
#forum.thread .first_col img.user_pic {
	border: 1px solid #686868;
}


/* Poll */
.voted_item div {
	background: #FCB7D9;
}


/* Acitivty points */
#activity-points h3 {
	color: #F152A4;
}

/* activity points in the start page*/
#act-points-wr {
	background: url(../images/meter-bg.png) no-repeat;
}
#act-points-wr.full {
	background-image: url(../images/meter-full.png);
}
#act-points-bar {
	background: url(../images/meter.png) repeat-x;
}


/* Event logs */
#event-logs tr:nth-child(odd) {
	background-color: #F3F3F3;
}

#event-logs tr:nth-child(even) {
	background-color: #FAFAFA;
}


/* Blog */
#blogs h1.border {
	border-bottom: 1px solid #F475A7;
}



/*------------------------------------*/


/* Make up tips */
#makeup-brush {
	float: right;
	margin-top: 30px;
}
#makeup-tips nav {
	margin: 0 0 20px;
	overflow: hidden;
}
#makeup-tips nav h2 {
	font-weight: 400;
	margin: 10px 0 5px;
}
#makeup-tips nav li {
  width: 130px;
  margin-left: 35px;
  list-style-type: disc;
  float: left;
  margin-top: 2px;
}