/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/mailchimp.css";
@import "lib/forms.css";
@import "lib/navigation.css";
@import "lib/plugins/modal.css";
@import "lib/plugins/tabs.css";
@import "lib/plugins/validate.css";
@import "lib/plugins/form_textarea.css";

/* Colors
-------------------------------------------------------------- 
Hot Pink: #ED1F8F
Med Pink: #F58BC5
Light Pink: #F8B9CF
Teal: #00958F
Light Teal: #DCF7F5
Purple: #9D3393
Med Purple: #9A4E9E
Gray: #808080

*/

/* Site
-------------------------------------------------------------- */
  
body {
	background:#fff url("http://www.emilywest.com/assets/images/layout/background_home.png");
	}
	
img {
	vertical-align: top;
	}
  
embed {
	margin-top:15px;
	}
	

/*Layout*/
#wrapper {
	background:#fff;
	margin:20px auto 0 auto;
	padding:10px 20px 15px 20px;
	width:1060px;
	}
	
#left {
	float:left;
	margin-top:35px;
	}
	
#right {
	float:right;
	margin-top:35px;
	}
	
#center {
	margin:10px auto 0 auto;
	}
	
.left {
	float:left;
	}
.right {
	float:right;
	}
	
.print_only {
	display:none;
	}
	
hr {
	border-color:#FAFAFA;
	border-left:0 none;
	border-right:0 none;
	border-style:solid none;
	border-width:1px 0;
	height:2px;
	margin:10px 0 10px 0;
	text-align:left;
	width:80%;
	}
	
/*Footer*/
#footer {
	clear:both;
	margin-top:15px;
	padding:20px 0 0 110px;
	}

#footer li {
	display: inline;
	list-style-type: none;
	padding:0 8px 0 5px;
	vertical-align:middle;
	}
	
#footer .border {
	border-right:1px solid #000;
	}
	
#footer .submit {
	background:#ED1F8F;
	border:1px solid #9D3393;
	color:#000;
	height:20px;
	}
	
/*Backgrounds*/
.background_about {
	background:#fff url("../images/layout/background_about.png"); 
}
.background_contest {
	background:#fff url("../images/layout/background_bff.png"); 
}
	
/*Homepage*/
.blog {
	clear:both;
	margin-right:12px;
	}
	
/*About*/
#about {
	background:#F8B9CD;
	border:#ED1F8F solid 5px;
	width:575px;
	}
	#about .inner {
		border:#000 dotted 2px;
		font-size:18px;
		padding:10px;
		}
	.padding-left {
		padding:0 0 0 90px;
		}
	.padding-right{
		padding:5px 40px 0 0;
		}
	
/*Shop*/
#shop {
	background:#F8B9CD;
	border:#ED1F8F solid 5px;
	width:1000px;
	}
	#shop .inner {
		border:#000 dotted 2px;
		font-size:18px;
		padding:10px;
		}
	.padding-left {
		padding:0 0 0 90px;
		}
	.padding-right{
		padding:5px 40px 0 0;
		}
		
/*Contest*/
#friends {
	background:#F8B9CF;
	float:left;
	margin:0 15px 0 25px;
	padding:10px;
	width:250px;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;

	
	}
	#friends .white	{
		background:#fff;
		padding:3px 10px 3px 10px;
		}

	.contest {
		margin:0 15px 0 0;
		vertical-align: top;
		}
	
	.contest img {
		margin:15px 0 25px 0;
		}
		
	.contest-image img {
		border:1px solid #EC008C;
		margin:15px 25px 0 0;
		}
		
		
	.enter {
		margin:0 0 25px 175px;
		}
		
		#howtoenter {
			background:#fff url(../images/howtoenter.png) no-repeat;
			height:30px;
			}
		#grandprize {
			background:#fff url(../images/grandprize.png) no-repeat;
			height:30px;
			}
		#newfriends {
			background:#fff url(../images/newfriends.png) no-repeat;
			height:47px;
			}
		#next {
			background:#fff url(../images/next.png) no-repeat;
			}
		#kaylyn {
			background:#fff url(../images/meet_kaylyn.png) no-repeat;
			height:123px;
			}
			.text {
				display:none;
				}
	p.profiletext {
		font-family:arial, sans-serif;
		font-size:16px;
		font-weight:bolder;
		}
		
.voting_box {
	background:#F8B9CF;
	clear:both;
	height:620px;
	margin:5px;
	padding:8px;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	}
	
	.contest_voting {
		width:100%;
		}
	
	.voting_box h3 {
		color:#00958F;
		font-size:17px;
		}
	.voting_box .categories {
		padding-right:15px;
		}
	.voting_box strong {
		color:#00958F;
		}
	.voting_box p {
		border-top:#fff solid 1px;
		font-size:14px;
		padding-top:10px;
		}
	.voting_box input {
		background:#00958F;
		border:#000 solid 1px;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		height:25px;
		margin:5px 0 0 20px;
		padding-bottom:5px;
		}

.voting img {
	border:#ccc 1px solid;
	}
		
/*PLAY */
.dotted_border {	
	border:#000 3px dotted;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;

	-khtml-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;

	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	}
	
#color_pages img {
	border:1px solid #000;
	margin:15px 0 0 45px;
	vertical-align:middle;
	}
#color_pages img.full {
	border:1px solid #000;
	margin:15px 0 0 10px;
	}
#color_pages a {
	font-size:24px;
	font-weight:bold;
	vertical-align:middle;
	}
#color_pages .actions {
	margin-left:375px;
	}
	
/*SIZECHART*/
table.sizechart {
	border:2px solid #F8B9CF;
	width:500px;
	}
tr.sizechart {
	border:1px solid #F8B9CF;	
	padding-left:10px;
	}
th.sizechart {
	background:#F8B9CF;
	border:0;
	padding-left:10px;
	}
tr.headings {
	font-size:14px;
	padding-left:10px;
}
td strong {
	padding-left:10px;
	}
	
/*HOROSCOPES*/
.horoscopes {
	float:right;
	width:450px;
	}
	.horoscopes p {
		font-size:14px;
	}
	.horoscopes {
		background:#F8B9CF;
		}
	.horoscopes img, .horoscopes strong {
		margin-left:165px;
		}

/*FORM*/

#contact-area {
	width: 700px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 410px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #F8B9CF;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 175px;
	padding-top: 5px;
}

.submit-button {
	background:#F58BC5;
	border:#000 1px dotted;
	color:#000;
	cursor:hand;
	font-size:18px;
	font-weight:bold;
	margin:10px;
	padding:5px;
	}
