





/* ####################################### */
/* ############ SITE DEFAULTS ############ */
/* ####################################### */


body {
	font-family		:	Arial, Helvetica Neue, Helvetica, sans-serif;
	color			:	#555;
	line-height		:	1.5em;
}



/* HEADERS
------------------------------------------------*/


h1,h2,h3,h4,h5,h6 {
	font-family		:	Georgia, Palatino, "Palatino Linotype", Times, Times New Roman, serif;
	font-weight: normal
}




h1,.h1 {
	font-size: 2.5em; 
	color: #111;
	margin-bottom: 0.5em;
}

h2,.h2 {
	font-size: 2em;
	color: #222; 
	margin-bottom: 0.5em;	
}

h3,.h3 {
	font-size: 1.5em;
	color: #454545; 
	margin-bottom: 0.8em;
}

h4,.h4 {
	font-family		:	Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #454545; 
	margin-bottom: 0.5em;
	padding-top: 1em;
}

div.e-introduction h3 {
	color: #fff;
}




.e-body-wrap .subtitle {
	font-size: 1.1em;
	font-weight: normal;
	color: #B3087B;
	margin-top: -10px;
}


/* PAGE TITLE
------------------------------------------------*/

.e-page-title {
	padding-bottom: 1.5em;
}

#page-title {
	margin-bottom: 0.1em;
}



/* HORIZONTALLY CENTERED HEADINGS
------------------------------------------------*/

.c-heading {
	text-align: center;
}

.h-strap,
#page-subtitle {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #777;
	font-size: 133.3333333333333%;
	font-weight: normal;
}

	


.chantelle-pic-sig {
	text-indent: -9999px;
	background: url(/images/chantelle_pic_sig.jpg) no-repeat 0 0;
	width: 200px;
	height: 77px;
	display: block;
}

acronym, abbr {
	border: 0;
	cursor: normal;
	letter-spacing: normal;
}


/* SITE LOGO
------------------------------------------------*/

h1#site-logo {

}

h1#site-logo a:link,
h1#site-logo a:visited,
#site-img-logo {
	width: 180px;
	height: 80px;
	margin: 0.5em 0;
}





/* ####################################### */
/* ################ =LINKS ############### */
/* ####################################### */

a[href^="http"] {
	background: 0;
	padding-right: 0;	
}

a:link,
a:visited {
	text-decoration: underline;
}

.addBasket-container {
	clear: left;
	display: block;
	overflow: hidden;
}


/* CALL TO ACTION
------------------------------------------------*/

.cta-container {
	display: block;
	overflow: hidden;
}

/*DEFAULTS*/
a.cta-link:link,
a.cta-link:visited {
	display: block;
	float: left;	
	padding:1px;
	text-decoration: none;
}

a.cta-link:link span,
a.cta-link:visited span {
	display:block;
	padding:0.5em 1.5em;
}


/*PRIMARY STYLES*/
a.cta-primary:link,
a.cta-primary:visited {
	background:#BC77D0;
	border: 1px solid #33153C;
	color: #fff;
	text-decoration: none;
}

a.cta-primary:link span,
a.cta-primary:visited span {
	background:#722E85 url(/images/small_chevron.gif) no-repeat 95% 53%;
	padding-right: 28px;
}

a.cta-primary:hover span,
a.cta-primary:focus span {
	background: #9744B0 url(/images/small_chevron_hover.gif) no-repeat 95% 53%
	color: #fff;
}



/*SECONDARY STYLES*/
a.cta-secondary:link,
a.cta-secondary:visited {
	background: #F6F6F6 url(/images/breadcrumb_bg.jpg) repeat-x scroll 0 0;
	border: 1px solid #DBDBDB;
	color: #666;
	padding: 0;
}

a.cta-secondary:hover,
a.cta-secondary:focus  {
	background: #EEEEEE;
	color:#6B157D;
}

a.cta-secondary:link span,
a.cta-secondary:visited span {
	border-color:#FFFFFF #F9F9F9 #F9F9F9;
	border-style:solid;
	border-width:1px;
}


/* CTA SIZES
------------------------------------------------*/

a.cta-small:link span,
a.cta-small:visited span {
	padding:0.2em 1em;
	font-size: 0.9em;
}


/* CTA EXTRAS
------------------------------------------------*/

a.cta-bold:link span,
a.cta-bold:visited span {
	font-weight: bold;
}















a.standard-button:link,
a.standard-button:visited {
	display: block;
	background: #eee url(/images/breadcrumb_bg.jpg) repeat-x scroll 0 0;
	border:1px solid #DBDBDB;
	text-decoration: none;
	font-size: 0.9em;
	float: left;
	text-transform: uppercase;
}

a.standard-button:hover,
a.standard-button:focus {
	background: #f9f9f9;
	border-color: #ccc;
}

a.standard-button span {
	display: block;
	border: 1px solid #f9f9f9;
	border-top: 1px solid #fff;
	padding: 0.1em 1em;
}



/* GLOBAL LINK STYLES
------------------------------------------------*/


a:link,
a:visited {
	color			:	#6B157D;
}

a:hover,
a:focus {
	color			:	#711887;
	text-decoration: underline;
}

/* ####################################### */
/* ############### BUTTON ################ */
/* ####################################### */

.btn {
	display: inline-block;
	padding: 12px 50px;
	text-align: center;
	font-size: 133.3333333333333%;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: 0 0;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

}

.btn-block {
	display: block;
}



.btn-green,
.btn-green:link,
.btn-green:visited {
	border: 1px solid #34500E;
	background-color: #517D15;
	background-image: url(/images/btn_green_bg.png);
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5), 1px 1px 0 rgba(255,255,255,.1);
	text-transform: uppercase;
	letter-spacing: 0.035em;
	
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.4);
       -moz-box-shadow: 0 0 3px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.4);
         -o-box-shadow: 0 0 3px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.4);
        -ms-box-shadow: 0 0 3px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.4);
            box-shadow: 0 0 3px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.4);
}

.btn-green:hover,
.btn-green:focus {
	background-position: 0 -69px;
	background-color: #507C14;
}

.rgba .btn-green:hover,
.rgba .btn-green:focus {
	color: rgba(255,255,255,.9);
}

.btn-green:active {
	background: #507C14;	
}



/* HIGHLIGHTS / LOWLIGHTS
------------------------------------------------*/
/* Color for elements which are not links but you want to emphasise 
.highlight {	
	color			:	;
}
*/

/* Color for elements which you want to have a faded effect
.fade {	
	color			:	;
}
*/


/* SECTION LINKS
------------------------------------------------*/

/* HEAD PRE 
.e-head-pre a:link,
.e-head-pre a:visited {
}

.e-head-pre a:hover,
.e-head-pre a:focus {
}
*/


/* HEAD 
.e-head a:link,
.e-head a:visited {
}

.e-head a:hover,
.e-head a:focus {
}
*/


/* INNER FOOT
.e-inner-foot a:link,
.e-inner-foot a:visited {
}

.e-inner-foot a:hover,
.e-inner-foot a:focus {
}
*/


/* FOOT
.e-foot a:link,
.e-foot a:visited {
}

.e-foot a:hover,
.e-foot a:focus {
}
*/




ul.policy-debug {
	float: left;
	list-style: none;
	border: #ddd solid 1px;
}

ul.policy-debug li {
	float: left;
	list-style: none;
	padding-right: 20px;
}



u {
	color:#FF0A8B;
	text-decoration: none;
}

/* ####################################### */
/* ################# MISC ################ */
/* ####################################### */



/* QUOTES
------------------------------------------------*/

blockquote.standard-quote {
	background: url(/images/quote_left.png) no-repeat scroll 0 0;
}

blockquote.standard-quote div {
	background:transparent url(/images/quote_right.png) no-repeat scroll 100% 95%;
	padding: 5px 25px;
}

blockquote.standard-quote div p {
	margin: 0;
	font-style: italic;
}





/* ####################################### */
/* ############### TABLES ################ */
/* ####################################### */

th,
td {
	padding:0.5em 10px;
	border: 1px solid #D3D3D3;
	vertical-align: top;
}

th {
	background:#DEDEDE url(/images/profile_block_header_bg.jpg) repeat-x 0 0;
	border-bottom:1px solid #D3D3D3;
	color:#454545;
	font-weight:bold;
}

th[scope="row"] {
	text-align: right;
}

.hidden-cell {
	border: 0;
	background: 0;
}


/* ####################################### */
/* ################# LISTS ############### */
/* ####################################### */

.v-list,
.h-list,
.i-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.h-list li {
	float: left;
	margin: 0 20px 1.5em 0;
}

.v-list li {
	margin-bottom: 1em;
}

.i-list li {
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding-left: 24px;
}

.icon-silk-add {
	background-image: url(/r/i/icons/silk_set_ie6/add.png);
}

.icon-silk-briefcase {
	background-image: url(/r/i/icons/silk_set_ie6/briefcase.png);
}

.icon-silk-link {
	background-image: url(/r/i/icons/silk_set_ie6/link.png);
}

.icon-silk-world {
	background-image: url(/r/i/icons/silk_set_ie6/world.png);
}

.icon-social-fb {
	background-image: url(/r/i/icons/socialmediaicons/facebook-16x16.png);
}

.icon-silk-photo {
	background-image: url(/r/i/icons/silk_set_ie6/photo.png);
}

.icon-silk-user-female {
	background-image: url(/r/i/icons/silk_set_ie6/user_female.png);
}

.icon-silk-rosette {
	background-image: url(/r/i/icons/silk_set_ie6/rosette.png);
}

.icon-silk-tag-pink {
	background-image: url(/r/i/icons/silk_set_ie6/tag_pink.png);
}

.icon-silk-camera {
	background-image: url(/r/i/icons/silk_set_ie6/camera.png);
}

.keyword-tag {
	background: #DEDEDE url(/images/profile_block_header_bg.jpg) repeat-x;
	border-bottom: 1px solid lightGrey;
	color: #454545;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	margin: 0px 10px 10px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	   	-ms-border-radius: 5px;
	   	 -o-border-radius: 5px;
			border-radius: 5px;
}








