/*  960 GRID */

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}
/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:baseline;*/
	/*background:transparent;*/
}
body {
	line-height:1;
}
ol, ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
body {
	background-color: #bc3082;
	height: 100%;
	width: 100%;
	
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	color: #fdd6f0;
	font-family: Arial;
	font-size: 15px;
}
.clean {
	clear: both;
}

#container {
	height: 100% !important;
	width: 100%;
	
	margin: 0px;
	padding: 0px;
	border: none;
}
#frameHead {
	width: 100%;
	height: 570px;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	background-image: url(/assets/images/frameHead_bg.jpg);
	background-repeat: repeat-x;
	
	z-index: 0;
	position: absolute;
}
#frameBody {
	width: 100%;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(/assets/images/frameBody_bg.png);
	background-repeat: repeat-x;

	
	z-index: 100;
	position: absolute;
	top: 380px;
}
#frameFoot {
	width: 100%;
	height: 280px;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	background-image: url(/assets/images/frameFoot_bg.jpg);
	background-repeat: repeat-x;
}

#head {
	height: 450px;
	width: 960px;
	
	background-image: url(/assets/images/head_bg.png);
	background-repeat: no-repeat;
	
	border: none;
	margin: 0px auto;
	padding: 0px;
}
#phone {
	width: 185px;
	height: 50px;
	
	border: none;
	padding:12px 25px 0px 0px;
	margin: 0px 0px 0px 730px;
	float: right;
	vertical-align: top;
	
	background-image: url(/assets/images/phone_bg.png);
	background-repeat: no-repeat;
	
	z-index: 3;
	position: absolute;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	font-size: 13px;
	
	text-shadow: 0px 1px 5px #000000;
}
#request {
	height: 80px;
	width: auto;
	border: none;
	padding: 0px;
	margin: 90px 20px 0px 0px;
	float: right;
	
	z-index: 4;
	position: relative;
	top: 200px;
	
}
#headRight {
	height: 450px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	border: none;
	float: right;
	position: absolute;
	z-index: 1;
}
#headLeft {
	width: 310px;
	height: 390px;
	
	background-image: url(/assets/images/logo_bg.png);
	background-repeat: no-repeat;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	float: left;
	position: absolute;
	z-index: 2;
}
#logo {
	height: 170px;
	width: 310px;
	
	margin: 0px;
	padding: 0px;
	border: none;
}
#logo img {
	border: none;
}
#menu {
	height: 220px;
	width: 310px;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	
}
#menu a {
	width: 200px;
	height: 27px;
	
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 100px;
	
	display: block;
	
	text-shadow: 0px 3px 10px #212121;
          
	
	text-decoration: none;
	color: #f54dc7;
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bolder;
	letter-spacing: 1px;

	
	background-image: url(/assets/images/menu_div.png);
	background-repeat: no-repeat;
	background-position: top;
}
#menu a:hover {
	color: #ff96e1;
}

#body {
	width: 960px;
	height: auto !important;
	
	border: none;
	padding: 0px;
	margin: 0px auto;
	
	background-image: url(/assets/images/body_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 210px;
}
#bodyContent {
	width: 920px;
	height: auto;
	border: none;
	padding: 0px;
	margin: 0px auto;
}
#bodyLeft {
	height: auto !important;
	width: 590px;
	
	border: none;
	padding: 0px;
	margin: 0px;
	
	float: left;
}
#bodyRight {
	height: auto !important;
	width: 330px;
	
	border: none;
	padding: 0px;
	margin: 0px;
	
	float: right;
}
#foot {
	height: 280px;
	width: 880px;
	
	border: none;
	padding: 0px;
	margin: 0px auto;
	
	background-image: url(/assets/images/footer_img.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#foot h3 {
	color: #a32e7c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#foot a {
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8a6d80;
	display: block;
	padding: 5px 0px 0px 20px;
}
#foot a:hover {
	color: #FFFFFF;
}
#foot p {
	padding: 5px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #81476e;
}
#footIcons {
	height: 90px;
	width: 880px;
	
	border: none;
	padding: 0px;
	margin: 0px;
}
#footIcons img {
	border: none;
	padding: 0px;
	margin: 30px 0px 0px 20px;
	
	float: right;
}
#footIcons a {
	margin: 0px;
	padding: 0px;
}
#footMenu {
	height: 140px;
	width: 140px;
	
	border: none;
	border-right: 1px #333 solid;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#footBoutique {
	height: 140px;
	width: 140px;
	
	border: none;
	border-right: 1px #333 solid;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#footContact {
	height: 140px;
	width: 240px;
	
	border: none;
	border-right: 1px #333 solid;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#footContact h3 {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#footContact p {
	padding: 5px 0px 0px 20px;
	margin: 0px;
}
#footContact a {
	padding: 0px;
	margin: 0px;
}
#footSocial {
	height: 140px;
	width: 140px;
	
	border: none;
	border-right: 1px #333 solid;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#footSearch {
	height: 140px;
	width: 200px;
	
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#footCopyright {
	height: 14px;
	width: 880px;
	
	border: none;
	padding: 0px;
	margin: 34px 0px 0px 0px;
	float: left;
}
#footCopyright a {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 11px;
}
#footCopyright p {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 11px;
}



#buttonTable {
	height: 80px;2
	width: auto;
	border: none;
	padding: 0px;
	margin: 0px;
}
#button_L {
	height: 60px;
	width: 60px;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	background-image: url(/assets/images/button_L.png);
	background-repeat: no-repeat;
}
#button_M {
	height: 60px;
	width: auto !important;
	
	margin: 0px;
	padding: 20px 20px 0px 0px;
	border: none;
	
	background-image: url(/assets/images/button_M.png);
	background-repeat: repeat-x;
}
#button_M a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	
	font-style: oblique;
	font-weight: bolder;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
	text-shadow: 0px 1px 5px #000000;
	
}
#button_M a:hover {
	color: #380728;
}
#button_R {
	height: 60px;
	width: 20px;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	background-image: url(/assets/images/button_R.png);
	background-repeat: no-repeat;
}



/* ----------------------------------------------------------------   INTRO     --------- */

#introFrame {
	width: 960px;
	height: auto;
	border: none;
	padding: 0px;
	margin: 0px auto;
	top: 375px;
}
#introGlass {
	width: 920px;
	height: auto;
	border: none;
	padding: 0px;
	margin: 0px auto;
}
#introGlass_top {
	height: 20px;
	width: 920px;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	background-image: url(/assets/intro/introGlass_top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#introGlass_mid {
	width: 920px;
	height: 100% !important;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	background-image: url(/assets/intro/introGlass_mid.png);
	background-repeat: repeat-y;
}
#introGlass_bot {
	height: 20px;
	width: 920px;
	
	margin: 0px;
	padding: 0px;
	border: none;
	
	background-image: url(/assets/intro/introGlass_bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#introPattern {
	width: 880px;
	height: 100% !important;
	
	border: none;
	padding: 0px;
	margin: 0px auto;
	
	background-image: url(/assets/intro/pattern2.jpg);
	background-repeat: repeat;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#introBorder {
	width: 880px;
	height: 100% !important;
	
	border: none;
	padding: 0px;
	margin: 0px;
}
#introBorder_top {
	width: 880px;
	height: 30px;
	
	border: none;
	padding: 0px;
	margin: 0px;
	
	background-image: url(/assets/intro/introBorder_top.png);
	background-repeat: no-repeat;
}
#introBorder_mid {
	width: 880px;
	height: 100% !important;
	
	border: none;
	padding: 0px;
	margin: 0px;
	
	background-image: url(/assets/intro/introBorder_mid.png);
	background-repeat: repeat-y;
}
#introBorder_bot {
	width: 880px;
	height: 30px;
	
	border: none;
	padding: 0px;
	margin: 0px;
	
	background-image: url(/assets/intro/introBorder_bot.png);
	background-repeat: no-repeat;
}
#introDiamonds {
	width: 740px;
	height: 100% !important;
	
	border: none;
	padding: 0px 70px;
	margin: 0px;
	
	background-image: url(/assets/intro/diamonds.png);
	background-repeat: no-repeat;
	background-position: center;
}
#introDiamonds h1 {
        margin: 0px 0px 0px 0px;
        padding: 15px 0px 15px 0px;
	color: #380728;
	font-size: 30px;
	font-weight: bolder;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow: 0px 1px 1px #ffffff; 
}
#introDiamonds h2 {
        margin: 0px 0px 0px 0px;
        padding: 15px 0px 15px 0px;
	color: #380728;
	font-size: 26px;
	font-weight: bolder;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow: 0px 1px 1px #ffffff; 
}
#introDiamonds h3 {
        margin: 0px 0px 0px 0px;
        padding: 0px;
	color: #380728;
	font-size: 22px;
	font-weight: bolder;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow: 0px 1px 1px #ffffff; 
}
#introDiamonds p {
	color: #380728;
        line-height: 20px;
	font-size: 17px;
	letter-spacing: 0px;
	font-style: oblique;
	font-family: Arial, Helvetica, sans-serif;
	
	text-shadow: 0px 1px 1px #ffffff;
}


.activePageMenuItem {
	color: #ffb3de !important;
	/*font-weight: bold !important;*/
}



#mainColumn {
border: none;
padding: 0px;
margin: 0px auto;

width: 860px !important;
}
#blogColumn {
padding: 0px 0px 0px 20px;
}


#sideMenu {

        text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8a6d80;
	display: block;
	padding: 5px 0px 0px 20px;
}



#QuickEdit { font-size: 12px !IMPORTANT; color: #BFBFBF !IMPORTANT; }
/* Front end */
.blog_viewPostTitle {
	color: #380728;
        font-family: Arial;
	padding: 4px;
	margin-bottom: 6px;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
        font-family: Arial;
	font-size: 16px;
	font-weight: bold;
color: #380728;

}

#blog_rightMenu {
	float: right;
	width: 20%;
	margin-left: 12px;
}

.blog_rightMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 4px;
	background: #380728;
}
.blog_rightMenuHeading a {
color: #e5ae07;
}

.blog_rightMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

.blog_rightMenuContainer {
	border: 1px solid #380728;
	margin-bottom: 12px;
}

#blog_leftData {
	float: left;
	width: 75%;
}

.blog_mostPopularLink,
.blog_mostPopularLink:HOVER,
.blog_mostPopularLink:VISITED,
.blog_mostRecentLink,
.blog_mostRecentLink:HOVER,
.blog_mostRecentLink:VISITED {
	display: block;
	margin: 0px 4px 6px 4px;
	color: #e5ae07;
}

.leBlog_formRow {
	margin-bottom: 8px;
}

#leBlog_comment_field {
	width: 100%;
	height: 150px;
}

#leBlog_email_field {
	width: 250px;
}

#leBlog_submitCommentButton {
	margin-top: 6px;
	margin-bottom: 6px;
}
/* End Front End */




#blog_branding {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #023971;
        margin-bottom: 24px;
}

#blog_branding span {
	font-weight: bold;
	font-size: 20px;
}

#blog_postCount {
	float: right;
	font-weight: bold;
	margin-right: 34px;
	margin-bottom: 24px;
}

#blog_postCount span {
	font-size: 20px;
}

#blog_mainContent {}

#blog_leftMenu {
	float: left;
	width: 30%;
	margin-right: 12px;
}

.blog_leftMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_leftMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

#blog_newBlog,
#blog_newBlog:HOVER,
#blog_newBlog:VISITED {
	display: inline-block;
	margin: 0px 4px 12px 4px;
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
}

.blog_pictureItem {}

#blog_branding img,
.blog_pictureItem img {
	border: none;
	float: left;
	margin-right: 4px;

}

.blog_pictureItemText {
        font-size: 12px;
	position: relative;
	top: 0px;
	padding-left: 54px;
	word-wrap: break-word;
color: #ff96d2;

}
.blog_pictureItemText a {
color: #e5ae07;
}

#blog_rightData {
	float: left;
	width: 66%;
}

#blog_commentsHeader,
.blog_commentsHeader {
	border: 1px solid silver;
	background: #f0f0ee;
	padding: 2px 4px;
	font-weight; bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_postSummary {
	clear: both;
	margin-bottom: 24px;
	padding: 6px;

}

.blog_commentSummary {
	clear: both;
	margin-bottom: 24px;
	padding: 6px;
}

.blog_commentSummary {
	border: 1px solid silver;
}


.blog_rightMenuHeading a,
.blog_rightMenuHeading a:HOVER,
.blog_rightMenuHeading a:VISITED,
.blog_leftMenuHeading a,
.blog_leftMenuHeading a:HOVER,
.blog_leftMenuHeading a:VISITED,
.blog_postSummary a,
.blog_postSummary a:HOVER,
.blog_postSummary a:VISITED {

	text-decoration: underline;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
	text-decoration: none;
}

.blog_postTitle {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 6px;
}

.blog_postSummaryActions,
.blog_commentSummaryActions {
	float: right;
}

.blog_postSummaryActions a,
.blog_commentSummaryActions a {
	margin-left: 6px;
}

.blog_postSummaryText,
.blog_commentSummaryText {
	margin-top: 4px;
}

.blog_commentSummaryText {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px inset silver;
}

.blog_postReadMore a {
text-decoration: none;
color: #e5ae07;
font-size: 12px;
}

/* Edit Create Post */
#blog_postPageHeader {
	font-weight: bold;
	font-size: 24px;
	margin-left: 12px;
	margin-bottom: 24px;
	padding-left: 30%;
}

.blog_formElement {
	margin-bottom: 12px;
}

.blog_formElement label {
	margin-bottom: 6px;
	display: inline-block;
	font-size: 14px;
}

.blog_formElement input {
	width: 100%;
}

#blog_postOptionInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}
.blog_postOptionElement {
	padding-bottom: 12px;
	margin-bottom: 12px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement {
	padding-bottom: 18px;
	margin-bottom: 18px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement select,
.blog_postPublishElement input {
	width: 100%;
}

.blog_formElement input,
.blog_postPublishElement input {
	padding-top: 2px;
	padding-bottom: 2px;
}

#blog_publishDateDate {
	margin-bottom: 8px;
}

#blog_postPublishInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}

#blog_postSubmitButton,
#blog_postCancelButton {
	width: 150px;
	background: #f0f0ee;
	padding: 8px 0px;
	text-align: center;
	text-decoration: none;
}

#blog_postSubmitButton:HOVER ,
#blog_postCancelButton:HOVER {
	background: #c2daf0;
}

#blog_postSubmitButton {
	float: right;
}

#blog_postCancelButton {
	float: left;
}

.blog_postRevision {
	font-weight: normal;
	font-size: 10px;
}
/* End Edit Create Post */

/* Status Elements */
.blog_blogInactive {
	background: #A8A8A8;
}

.blog_postInactive {
	color: #A8A8A8;
}
/* End Status Elements */



/* Page Navigation */
#blog_pageNavigation {
	margin: 0px 0px 12px 0px;
	color: #0000ff;
}

#blog_pageNavigation a,
#blog_pageNavigation a:HOVER,
#blog_pageNavigation a:VISITED {
	color: #0000ff;
	text-decoration: underline;
}

#blog_nextLink,
#blog_prevLink {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.blog_pageLink {
	display: inline-block;
	padding: 0px 1px;
	text-align: center;
}
/* End Page Navigation */

/* Form Display */
#blog_updateBlogButton,
#blog_updateBlogButton:HOVER,
#blog_updateBlogButton:VISITED {
	float: right;
	color: #0000ff;
}
/* End Form Display */

.blog_clear {
	clear: both;
}

.blog_floatRight {
	float: right;
}
.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

