@charset "UTF-8";
/*
 *  Author:       	Jason Rosewell @Linkhouse Media www.linkhousemedia.com
 *  Created:      	May 10, 2010
 *  Language:    CSS
 *  Project:      	The Bra Project
 *
 * ***************************************************************************
 *	Colour Palette
 *	Pink: 				#E72C98
 *	Tan:					#E1E1E1
 
 */


body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	text-shadow: 0 1px 0 #fff;
	color:#333;
	background:url(../images/bg.maingradient.png) repeat-x top #e1e1e1;
}

body#map_iframe {
	background:none;
}

.map_caption {
	text-align:center;
	font-size:0.9em;	
}

.loader {
	background:url(../images/loader.gif) no-repeat;
	font-size:1.1em;
	font-weight:bold;
}

.org {
	font-size:1.2em;
	font-weight:bold;
	}
	.org b {
		color:#E72C98;
	}

/* ELEMENTS */

a {
	text-decoration:none;
	color:#666;
	}
	a:hover {
		color:#191919;
	}

h2.error {
	background:#E72C98;
	color:#FFFFFF;
	text-shadow:none;
	padding:8px;
	margin-bottom:0;
}

h3.step {
	background:#E72C98;
	color:#FFFFFF;
	text-shadow:none;
	display:inline;
	padding:4px 8px 4px 8px;
	border:1px #fff solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float:left;
	margin:0 20px 0 0;
}

p.error {
	border:1px dotted #E72C98;
	margin-top:0;
	padding:10px;
}

img {
	border:none;
}

input, select {
	font-size:1.4em;
}

select {
	border:1px solid #CCC;
	padding:3px;
}

textarea {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	resize:none;
	border:1px solid #CCC;
}

label {
	font-size:1.2em;
	margin:20px 0 5px 0;
}

small {
	font-size:0.9em;
	color:#666;
}

iframe {
	overflow:hidden;
}

th {
	text-align:left;
}

/* END ELEMENTS */

/* FOOTER */

#footer #line-length {
	float:none;
	clear:both;
	font-size:1em;
	color:#333;
	text-align:center;
	/*margin-top:10px;*/
	}
	#footer #line-length span {
		color:#E72C98;
		font-size:1.4em;
		font-weight:bold;
	}

/* END FOOTER */

/* NAVIGATION */

#nav {
	font-size:1.3em;
	color:#666;
	font-weight:100;
	}
	#nav li a {
		background:none;
		border:1px solid #e1e1e1;
		-moz-border-radius: 7px; -webkit-border-radius: 7px;
	}
	#nav li a.logo {
		border:none;
	}
	#nav li a:hover {
		background:#BABBAF;
		text-shadow:none;
		color:#fff;
	}
	#nav li a.logo:hover {
		background:none;
	}

.subnav {
	font-size:0.8em;
	color:#191919;
	background:#e1e1e1;
}

#admin-menu a {
	color:#E72C98;
	}
	#admin-menu a:hover {
		color:#333;
		text-decoration:underline;
		text-shadow:none;
	}

/* END NAVIGATION */

/* FEATURE / HOME PAGE */

#artboard, #helperline {
	background:url(../images/bg.clothesline.png) top center no-repeat;
}

#feature #artist {
	font-size:1.3em;
	text-align:center;
	}
	#feature #artist span {
		color:#666;
	}
	#feature #artist .artista {
	font-size:0.8em;
}

	
#content #wallet {
	background:url(../images/bg.polaroid_wallet.png) no-repeat top left;
	}
	#content #wallet div {
		font-size:2em;
		font-weight:bold;
		color:#E72C98;
	}

#welcome h1 {
	font-weight:normal;
	font-family:Arial Narrow, Helvetica, sans-serif;
	}
	#welcome h1 span {	
		border-right:1px dotted #666;
		margin-right:10px;
	}
	
/* END FEATURE / HOME PAGE */

/* CLOTHESLINE */

.wrapper {
	background:url(../images/bg.wrapper.png) 23px 30px no-repeat;
}

.polaroid .overlay {
	background:url(../images/bg.polaroid.png) no-repeat scroll 0 0 transparent;
	}
	.polaroid .title {
		font-weight:normal;
}

.artista span {
	color:#666;
	}
	.artista a {
		background-image:url(../images/bg.bullet.png);
		background-position:0 2px;
		background-repeat:no-repeat;
	}
	.artista a:hover, .artista a.dropdown {
		background-position:2px -21px;
	}

/* END CLOTHESLINE */

/* GOOGLE TRANSLATE */

.goog-te-gadget {
	line-height:3
}

.goog-te-gadget div {
	float:left;
	margin-right:20px;
}
