
@import url("../../rsc/css/basic.css");	/* Import basic styles */

@import url("../../rsc/css/img.css");	/* Import standard image styles */

@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */

@import url("../../rsc/css/forms.css");	/* Import default form styles */

@import url("../../rsc/css/comments.css");	/* Import default comment styles */



/*

 * Main page construct:

 */

body {

	background-image: url(rsc/img/blog_background.png); background-repeat: repeat-y; background-position:center; background-color:#000000; 

	color: #000;

	font-family: "Archer Book"; 

}



div.wrapper

{

	margin: 0 1em;

	padding: 1em 0;

}




div.wrapper2 /* Main white content zone */

{

	background: #ffffff;

	width: 125ex;

	margin: 0 auto;

	padding-top: 0px; 
	
	
	}



div.pageHeader /* Title zone */

{
	margin: 1ex;
	padding: 0px;
	
	border-bottom: 3px  dotted #000000;

	background-repeat: no-repeat;

	background-position: center top;

}





.bPosts /* Left column */

{

	width: 60ex;

	float: left;

	overflow: hidden;

}



.bSideBar /* Right column */

{

	width: 35ex;

	float: right;

	overflow: hidden;

	border-left: 3px dotted #000000;

	padding-bottom: 250px;	/* Breathing space for background image */

}

div.clear {

	clear: both;

}

div#pageFooter {

	margin: 1ex 195px 1ex 1ex;

	padding:0;

	border-top: 1px dotted #000;

	color: #000;

	-webkit-text-size-adjust: none; /* iPhone */

}

p.baseline {

	font-size: 70%;

	text-align: center;

	margin:1ex;

}



/*

 * General styles:

 */

a:visited {

	color: #666;

	text-decoration:none;

}

a:hover {

	color: #c0c;

	text-decoration:underline;

}



h2 {

	color: #f09;

	font-size: 180%;

	margin: 1ex;

}

h3 {

	color: #f09;

	font-size: 120%;

}

h4 {

	color: #f09;

	font-size: 110%;

}



/*

 * Blog list on top:

 */

div.PageTop ul {

	border-bottom: 1px dotted #000;

	margin: 0 1ex;

	padding: 0;

	list-style-type:none;

	padding: .5ex 0;

}

div.PageTop li {

	display: inline;

	padding-right: 1em;

}

div.PageTop a.selected {

	color: #f09;

	font-weight:bold;

}





/*

 * Menu on top:

 */

div.top_menu ul {

	margin: 0;

	padding: 0;

	list-style-type:none;

	padding: .5ex 0;

}

div.top_menu li {

	display: inline;

	padding-right: 1em;

}

div.top_menu a.selected {

	color: #f09;

	font-weight:bold;

}





/*

 * Header styles:

 */

div.pageHeader h1 {

	font-size: 250%;

	font-weight: bold;

	margin: 0;

	padding: 0;

}

div.pageHeader h1 a {

	color: #000;

}

div.pageHeader h1 a:hover {

	color: #c0c;

}

div.pageHeader div.widget_core_coll_tagline {

	letter-spacing: 4px;

	margin: 1ex 0;

	font-size: 109%;

}





/*

 * Styles for forms

 */

.bPost, .bPostpublished

{

	clear: both;

	margin: 0 2.5ex;

	padding: 0;

}

div.separator {

	text-align:center;

	margin: 2em 0;

}

.bSmallHead {

	font-size: 78%;

	margin: 2ex 0 1ex 0;

}

.bTitle {

	color: #000;

	margin: 1ex 0;

}

.bText {

	margin-top: 0px;

	margin-bottom: 0px;

}

.bSmallPrint

{

	clear: both;

	font-size: 78%;

	margin: 1ex 0 2ex 0;

}



input.bComment,

textarea.bComment

{

	background-color: #eee;

	border: 1px solid #ccc;

	width: 97%;

	padding: 2px;

	margin: 0ex;

}

select.bComment		/* Used by the profile form */

{

	background-color: #eee;

	border: 1px solid #ccc;

	padding: 1px;

	margin: 0ex;

}





/*

 * Styles for sidebar (right)

 */

.bSideItem {

	font-size: 84%;

	margin: 2ex;

	padding: 0 0 2ex 0;

}



.bSideItem ul {

	margin-left: 8px;

	padding-left: 8px;

	margin-top: 8px;

	margin-bottom: 8px;

	list-style-type:square;

}

.bSideItem ul ul{

	margin-left: 8px;

	padding-left: 8px;

	margin-top: 0px;

	margin-bottom: 0px;

}

.bSideItem form {

	margin-top: 0px;

	margin-bottom: 0px;

}

.dimmed

{

	color: #aaa;

	font-size: 84%;

}

input.SearchField

{

	background-color: #eee;

	border: 1px solid #ccc;

	padding: .5ex;

	width: 100px;

	margin: 0ex;

}



/* Special SideItems: */

.widget_plugin_evo_Calr,

.widget_core_coll_title,

.widget_core_coll_longdesc {

	padding: 0;

}

.widget_core_coll_title a {

	color: #f09;

}



/* Calendar: */

table.bCalendarTable caption {

	border: 1px solid #ccc;

	background-color: #eee;

	border-bottom: 0;

}

table.bCalendarTable {

	border: solid 1px #ccc;

	border-collapse: separate;

}

table.bCalendarTable a {

	color: #f09;

}

table.bCalendarTable tfoot td {

	background-color: #eee;

	border-top: 1px solid #ccc;

}

table.bCalendarTable tfoot a {

	text-decoration: none;

}

table.bCalendarTable tfoot a:hover {

	background-color: #fac;

}

th.bCalendarHeaderCell {

	color: #ccc;

	font-weight:normal;

}

#bCalendarToday {

	background-color: #fac;

}



/*

 * Styles for comment screen:

 */

form.bComment fieldset div.label,

form.bComment fieldset div.input,

form.bComment fieldset div.info

{

	font-size: 84%;

}

textarea.bComment,

input.bComment,

input.SearchField {

	background-color: #fff0f8;

}


.Archer-Bold {font-weight: bold; font-style: normal;line-height:normal; font-family: 'Archer', sans-serif;}
@font-face {font-family: 'Archer-Bold'; src: url('Fonts/archer-bold-pro-webfont.eot'); src: local('Archer-Bold'); src: url('Fonts/Archer-Bold-Pro.otf') format('opentype'); src: url('Fonts/archer-bold-pro-webfont.svg') format('svg');  font-weight: bold; font-style: normal; src: local('☺'), url('Fonts/archer-bold-pro-webfont.woff');}
.Archer-Book {font-weight: normal; font-style: normal;line-height:normal; font-family: 'Archer', sans-serif;}
@font-face {font-family: 'Archer-Book'; src: url('Fonts/archer-book-pro-webfont.eot'); src: local('Archer-Book'); src: url('Fonts/Archer-Book-Pro.otf') format('opentype'); src: url('Fonts/archer-book-pro-webfont.svg') format('svg'); font-weight: normal; font-style: normal; src: local('☺'), url('Fonts/archer-book-pro-webfont.woff');}
.Archer-Light {font-weight: normal; font-style: normal;line-height:normal; font-family: 'ArcherLight', sans-serif;}
@font-face {font-family: 'Archer-Light'; src: url('Fonts/archer-light-pro-webfont.eot'); src: local('Archer-Light'); src: local('Archer-Light'); src: url('Fonts/Archer-Light-Pro.otf') format('opentype'); src: url('Fonts/archer-light-pro-webfont.svg') format('svg'); font-weight: normal; font-style: normal; src: local('☺'), url('Fonts/archer-light-pro-webfont.woff');}
.Archer-Medium {font-weight: normal; font-style: normal;line-height:normal; font-family: 'ArcherMedium', sans-serif;}
@font-face {font-family: 'Archer-Medium'; src: url('Fonts/archer-medium-pro-webfont.eot');  src: local('Archer-Medium'); src:  local('Archer-Medium'); src:  url('Fonts/Archer-Medium-Pro.otf') format('opentype'); src:  url('Fonts/archer-medium-pro-webfont.svg') format('svg'); font-weight: normal; font-style: normal; src: local('☺'), url('Fonts/Archer-Medium-Pro.woff');}
.Archer-Semibold {font-weight: bold; font-style: normal;line-height:normal; font-family: 'ArcherSemibold', sans-serif;}
@font-face {font-family: 'Archer-Semibold'; src: url('Fonts/archer-semibold-pro-webfont.eot'); src: local('Archer-Semibold'); src: local('Archer-Semibold'); src: url('Fonts/Archer-Semibold-Pro.otf') format('opentype'); src:  url('Fonts/archer-semibold-pro-webfont.svg') format('svg'); font-weight: bold; font-style: normal; src: local('☺'), url('Fonts/Archer-Semibold-Pro.woff');}		
.FuturaLT-Light {font-weight: normal; font-style: normal;line-height:normal; font-family: 'FuturaLTLight', sans-serif;}
@font-face {font-family: 'FuturaLT-Light'; src: url('Fonts/futura_lt_light-webfont.eot'); src: local('FuturaLT-Light'); src:   local('FuturaLT-Light'); src: url('Fonts/Futura LT Light.ttf') format('truetype'); src: url('Fonts/futura_lt_light-webfont.svg') format('svg'); font-weight: normal; font-style: normal; src: local('☺'), url('Fonts/Futura LT Light.woff');}
.GothamRounded-Bold {font-weight: bold; font-style: normal;line-height:normal; font-family: 'GothamRounded', sans-serif;}
@font-face {font-family: 'GothamRounded-Bold'; src: url('Fonts/gothamrnd-bold-webfont.eot'); src: local('GothamRounded-Bold'); src:  local('GothamRounded-Bold'); src: url('Fonts/GothamRnd-Bold.otf') format('opentype'); src:  url('Fonts/gothamrnd-bold-webfont.svg') format('svg'); font-weight: normal; font-style: normal; src: local('☺'), url('Fonts/GothamRnd-Bold.woff');}
.GothamRounded-Book {font-weight: normal; font-style: normal;line-height:normal; font-family: 'GothamRounded', sans-serif;}
@font-face {font-family: 'GothamRounded-Book'; src: url('Fonts/gothamrnd-book-webfont.eot'); src: local('GothamRounded-Book'); src: local('GothamRounded-Book'); src:  url('Fonts/GothamRnd-Book.otf') format('opentype'); src: url('Fonts/gothamrnd-book-webfont.svg') format('svg'); font-weight: normal; font-style: normal; src: local('☺'), url('Fonts/GothamRnd-Book.woff');}
.GothamRounded-Medium {font-weight: normal; font-style: normal;line-height:normal; font-family: 'GothamRoundedMedium', sans-serif;}
@font-face {font-family: 'GothamRounded-Medium'; src: url('Fonts/gothamrnd-medium-webfont.eot'); src: local('GothamRounded-Medium'); src: local('GothamRounded-Medium'); src: url('Fonts/GothamRnd-Medium.otf') format('opentype'); src: url('Fonts/gothamrnd-medium-webfont.svg') format('svg'); font-weight: normal; font-style: normal; src: local('☺'), url('Fonts/GothamRnd-Medium.woff');}
.MetroScriptLig {font-weight: normal; font-style: normal;line-height:normal; font-family: 'MetroScriptLig', sans-serif;}
@font-face {font-family: 'MetroScriptLig'; src: url('Fonts/metroscript_lig-webfont.eot'); src: local('MetroScriptLig'); src: local('MetroScriptLig'); src:  url('Fonts/metroscript lig.otf') format('opentype');  src:  url('Fonts/metroscript_lig-webfont.svg') format('svg'); font-weight: normal; font-style: normal; src: local('☺'), url('Fonts/metroscript_lig-webfont.woff');}
.MetroScript {font-weight: normal; font-style: normal;line-height:normal; font-family: 'MetroScript', sans-serif;}
@font-face {font-family: 'MetroScript'; src: url('Fonts/metroscript-webfont.eot');src: local('MetroScript'); src: local('MetroScript'); src:  url('Fonts/metroscript.otf') format('opentype');  src:  url('Fonts/metroscript-webfont.svg') format('svg'); font-weight: normal; font-style: normal; src: local('☺'), url('Fonts/metroscript-webfont.woff');}
.TimesNewRomanPSMT {font-weight: normal; font-style: normal;line-height:normal; font-family: 'TimesNewRoman', sans-serif;}
@font-face {font-family: 'TimesNewRomanPSMT'; src: url('Fonts/times-webfont.eot');  src: local('TimesNewRomanPSMT'); src: local('TimesNewRomanPSMT'); src: url('Fonts/times.ttf') format('truetype'); src: url('Fonts/times-webfont.svg') format('svg'); font-weight: normal; font-style: normal; src: local('☺'), url('Fonts/times-webfont.woff') ;}

/*Eleanor K and TK Soon*/
.logo_links {font-family: 'Gotham Rounded Book'; font-style: normal;line-height:normal; font-size: 18px; color:#FFF; }
body {margin-left:0; margin-right:0; margin-top:0;}
/*Fittings, Wardrobe, Bra Q's, Blog, Contact*/
.upper_nav_menu {font-family: "Gotham Rounded Medium"; font-size: 16px; font-weight: bold; font-style: normal;line-height:normal;color:#000;}
/*Home, Site Map, About Us, Contact*/
.lower_nav_menu {font-family: "Archer Book";font-size: 12px; font-weight: normal; font-style: normal; }
/*This is a menu that leads to BFE store categories. Bras, Bridal, Daywear, etc. */
.left_nav_menu {font-family: "Gotham Rounded Medium";font-size:13px; font-weight:bold; color:#000;}
/*This controls left nav menu link appearance*/
a.leftnav:link {color: #000; text-decoration: none;font-family: "Gotham Rounded Medium";font-size:13px; font-weight:bold; color:#000;}
a.leftnav:visited { color: #000; text-decoration: none;font-family: "Gotham Rounded Medium";font-size:13px; font-weight:bold; color:#000;}
a.leftnav:active {color: #000; text-decoration: none;font-family: "Gotham Rounded Medium";font-size:13px; font-weight:bold; color:#000;}
/*General link appearance*/
a:link {color: #000; text-decoration: none;font-family: "Gotham Rounded Medium";font-size:13px; font-weight:bold; color:#000;}
a:visited {color: #000; text-decoration: none;font-family: "Gotham Rounded Medium";font-size:13px; font-weight:bold; color:#000;}
a:hover {color: #000; text-decoration: none;font-family: "Gotham Rounded Medium";font-size:13px; font-weight:bold; color:#000;}
a:active {color: #000; text-decoration: none;font-family: "Gotham Rounded Medium";font-size:13px; font-weight:bold; color:#000;}