/*
 *	Zen Wireframe 2.3 Business
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2005-2008 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/3.0/
 */


/*******************/
/* Template Layout */
/*******************/

body {
margin:0;padding:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:11px;
color:#F7F5DD;
background:url(../images/bride-background.jpg) 0 0 repeat;
}

#container {
top:0px;
position:relative;	/* needed for css left,right,top,bottom property */
width:766px;
text-align:left;
padding-bottom:15px;	/* add padding for white space around background image */
background:url(../images/container-bg.gif) 0 0 repeat;
margin:0 auto;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#header {
position:relative;
text-align:left;
height:286px;
background:#19160C;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#masthead {
z-index:10;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#masthead img {
border-width:0px;
}


/******************************/
/* Left, Right Border Columns */
/******************************/

#left-content {
float:left;
position:relative;	/* needed for css left,right,top,bottom property */
left:0px;	/* increase value to add more white space */
width:175px;
margin-bottom:10px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#right-content { /* shared by 2 Column Style 1 and 2 */
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:175px;
margin-bottom:10px;
margin-right:30px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#border-content {
clear:both;
width:auto;
margin: 0px 30px;
padding:20px;
background-color:#19160C;
border:0px solid #0F0D05;	/* turn on for visual spacing aid or style */
}

/***************************************************************/
/* Content navigation bar (Breadcrumb, Print and Tip-A-Friend) */
/***************************************************************/

.content-navigation {
text-align:right;
width:auto;
vertical-align:bottom;
padding: 0px 0px 8px 0px;
font-weight:normal;
}

.content-navigation img {
margin:0;
padding-left:4px;
padding-top:2px;
vertical-align:top;
}

.content-navigation a {
padding-right:4px;
text-decoration:none;
font-weight:normal;
}

/*******************/
/* 1 Column Styles */
/*******************/

#main-content1col {
position:relative;	/* needed for css left,right,top,bottom property */
left:2px;
width:auto;
padding:0px;
margin-bottom:2px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 2 Column Style 1 */
/*******************/

#main-2column-style1 {
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
float:right;
width:562px;
padding:0px;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*******************/
/* 2 Column Style 2 */
/*******************/

#main-2column-style2 {
float:left;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:502px;
padding:0px;
margin-left: 30px;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/********************/
/* 2 Column Style 3 */
/********************/

#main-2column-style3 {
float:left;
position:relative;	/* needed for css left,right,top,bottom property */
left:0px;	/* increase value to add more white space */
width:370px;
padding:12px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
margin-left: 30px;
padding:20px;
border-width: 0px 0px 0px 0px; border-color: #0F0D05; border-style: solid;
}

#right-content-style3 {
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:238px;
margin-right: 30px;
padding:20px;
border-width: 0px 0px 0px 0px; border-color: #0F0D05; border-style: solid;
}


/*******************/
/* 3 Column Styles */
/*******************/ 

#wrapper {
float:right;
position:relative;	/* needed for css left,right,top,bottom property */

right:0px;	/* increase value to add more white space */
width:583px;
margin-bottom:4px;
}

#main-content3col {
float:left;
width:386px;
padding:0px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*****************/
/* Footer Styles */
/*****************/

#footer {
clear:both;
margin:30px;
width:auto; height:60px;
background-color:#19160C;
border-width: 0px 0px 0px 0px; border-color: #0F0D05; border-style: solid;
}

#footertext {
text-align:center;
position:relative;
top:20px;
font-size:10px;
font-weight:bold;
color:#eee;
}

.footerlink a {
font-size:10px;
font-weight:bold;
color:#eee;
}

.footerlink a:hover {
color:#F7F5DD;
}

#footer2 {
clear:both;
padding:10px;
width:744px;
margin:0 auto;
margin-top:8px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/***************************/
/* Form Elements and Links */
/***************************/

#search {
z-index:1000;
position:absolute;
width:182px;
display:block;
margin-top:-32px;
margin-left:2px;
}

#search input {
vertical-align:middle;
}

#search input.searchfield {
width:136px;
color:#eee;
font-size:11px;
padding:2px;
margin-left:4px;
border:1px solid #ccc;
}

#search input.searchimage {
border:0;
margin-left:-2px;
}

#advsearch-link {
z-index:1000;
position:absolute;
margin-top:-46px;
margin-left:6px;
letter-spacing:-0.1px;
}

#advsearch-link a {
font-weight:normal;
text-decoration:none;
}

#member-links {
z-index:1000;
position:relative;
float:right;
margin-top:-92px;
margin-right:8px;
}

#member-links a {
font-weight:normal;
}

#member-links input {
color:#AEA358;
background-color:#F7F5DD; 
border:0px solid #F7F5DD;
padding:0;margin:0;
}

#member-links input:hover {
background-color:#F7F5DD;
color:#ff8700;
}

#breadcrumb {
float:left;
}

/************************************/
/* Place Holder Divs for TemplaVoila */
/************************************/

#print, #tipafriend, #pdf {
float:right;
}

#login-box {
}

#vertnav-title {
}

#vertnav-menu {
margin-bottom:12px;
}

#content-left {
}

#login-box {
}
  
/***************************/
/* General element styles:*/
/***************************/
AE
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:arial, helvetica; color:#F7F5DD; }
INPUT, TEXTAREA { background-color:#F7F5DD; }
INPUT:hover, TEXTAREA:hover { background-color:#f5f5f5; }
INPUT:focus, TEXTAREA:focus { background-color:#F7F5DD; }

A { color:#C1BB8C; text-decoration:none; }
A:hover { color:#C1BB8C; text-decoration:underline; }

FORM { margin:0px; }
P, TD, UL, OL { font-size:11px; line-height:1.4em; color:#C1BB8C; margin:0px;}
input, textarea, select, textarea { font-family:arial, helvetica, sans-serif; color:#454110; border:#ccc 1px solid; font-size:12px; margin:2px; }
ul { margin-left:8px;padding-left:0px;list-style-position:inside; }
label { margin:0px; font-size:10px;}
fieldset { border:0px solid #F7F5DD }
legend { border:0px solid #F7F5DD; font-size:16px; color:#F7F5DD ; font-weight:bold; margin-left:-4px; }

/******************/
/* Headers, plain */
/******************/

H1 { font-size:18px; color:#AD9A56 ; font-weight:normal;}
H2 { font-size:16px; color:#AEA358 ; font-weight:normal; }
H3 { font-size:14px; color:#F7F5DD ; font-weight:bold;}
H4 { font-size:14px; color:#F7F5DD ; font-weight:bold;}
H5 { font-size:12px; color:#AEA358 ; font-weight:bold;}
H6 { font-size:10px; color:#AEA358 ; font-weight:bold;}
H1, H2, H3, H4, H5, H6 { margin:0 0 8px 0; padding:0;}
H6 { margin:0 0 4px 0; padding:0;}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A { color:#AEA358; text-decoration:none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { color:#C1BB8C; text-decoration:underline; }
H6 A { letter-spacing:-1px; }

/**********/
/* Images */
/**********/

/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }

/* Header date */ 
P.csc-header-date { font-size:10px; color:#eee; }


/***********************/
/* Page Content Frames */
/***********************/

/* Frame 1 */

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { clear:both; height:1%;  background-color:#f5f5f5; color:#201E0F; padding:2px 6px;}

DIV.csc-frame-frame1 { background-color:#F7F5DD; border:0px solid #ccc; padding:2px; margin:0px 0px 12px 0px; }

DIV.csc-frame-frame1 p { color:#000; padding:0px 6px; }

/* Frame 2 */
DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { clear:both; height:1%;  background-color:#F7F5DD; color:#B4AE87; padding:2px 6px;}

DIV.csc-frame-frame2 { padding:0px 0px 10px 0px; background:url(../images/menu_dot.gif) repeat-x bottom; margin-bottom:10px; font-size:12px; }
DIV.contentframe3 p { color:#000; padding:0px 6px; }


/* Frame 3 */

/* See root (pid=1) Typoscript template and page TS to add new styles */

DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { clear:both; height:1%;  background-color:#292613; clear:left; color:#AD9A56; padding:2px 6px;}

DIV.contentframe3 { background-color:#F7F5DD; border:0px solid #ccc; padding:0px; margin:0px 0px 18px 0px; }

DIV.contentframe3 p { color:#000; padding:0px 6px; }


/* Center Mini Calendar */

DIV.center-mini-calendar { margin:0 auto;text-align:center; width:200px;}


/*************************/
/* Extension Styles */
/*************************/

.tx-felogin-pi1 .submit, .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit  {
padding:4px;
width:130px;
margin-top:8px;
font-weight:bold;
}


/*************************/
/* KB Content Containers */
/*************************/

.kb-container {
float:left;
width:100%;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

.kb-clearer {
clear:both;
height:2px;
width:auto;
}


/***********************/
/* 1column.html Styles */
/***********************/


/* 1column.html 2 Column Content Containers */

.kb2column-766-l {
width:364px; float:left; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column-766-r {
width:364px; float:right; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 3 Column Content Containers */

.kb-3colwrapper-766-r {
width:500px;
float:right;
}

.kb3column-766-l {
width:230px; float:left; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-766-r {
width:230px; float:right; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 4 Column Content Containers */

.kb-4colwrapper-766-l {
width:360px;
float:left;
}
.kb-4colwrapper-766-r {
width:360px;
float:right;
}

.kb4column-766-l {
width:160px; float:left; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-766-r {
width:160px; float:right; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/********************************/
/* 2column-style1/2.html Styles */
/********************************/


/* 2column-style1/2.html 2 Column Content Containers */

.kb2column-564-l {
width:268px; float:left; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column-564-r {
width:268px; float:right; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 2column-style1/2.html 3 Column Content Containers */

.kb-3colwrapper-564-r {
width:367px;
float:right;
}

.kb3column-564-l {
width:170px; float:left; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-564-r {
width:170px; float:right; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/*2column-style1/2.html 4 Column Content Containers */

.kb-4colwrapper-564-l {
width:270px;
float:left;
}
.kb-4colwrapper-564-r {
width:270px;
float:right;
}

.kb4column-564-l {
width:120px; float:left; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-564-r {
width:120px; float:right; background:#F7F5DD; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

/* grey box */
.b-grey-box {position:relative;margin:0px auto;min-width:100px;max-width:760px;color:#F7F5DD;z-index:10;margin-left:0px;margin-bottom:12px;}
.grey-box .content-grey, .grey-box .t-grey, .grey-box .b-grey, .grey-box .b-grey div {background:transparent url(../images/grey-box.gif) no-repeat top right;_background-image:url(../images/grey-box.gif);}
.grey-box .content-grey {position:relative;zoom:1;_overflow-y:hidden;padding:20px 20px 0px 20px;}
.grey-box .t-grey {position:absolute;left:0px;top:0px;width:16px;height:100%;_height:2000px;background-position:top left;}
.grey-box .b-grey {position:relative;width:100%;}
.grey-box .b-grey, .grey-box .b-grey div {height:30px;font-size:1px;}
.grey-box .b-grey {background-position:bottom right;}
.grey-box .b-grey div {position:relative;width:16px;background-position:bottom left;}
.grey-box .hd,.grey-box .bd,.grey-box .ft { position:relative;}
.grey-box .wrapper {position:static;max-height:1000px;overflow:auto;}
.b-grey h1 {margin:0px;padding:0.5em 0px 0.5em 0px;}
.b-grey h1 {padding-bottom:0px}
.content-grey p {padding-top:8px;}

#tipafriend {
position:relative;
top:-15px;
}