/* Start of CMSMS style sheet 'tothebrideandgroom - topmenu + 2 columns' */
@charset "utf-8";
/* CSS Document */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}
img {
   border: 0;
}
body  {
   text-align: left;
  /* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
   font-size: 85.01%;
   margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
   padding: 0;
 /*   text-align: center; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
    background: url(uploads/images/template/column_wide.gif) repeat-y;
    background-position:center;
	background-color: #EAEAEA;
 /*    text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	   background-color: #F9F8DB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: url(uploads/images/template/header_bg.gif) repeat-x;
	height: 192px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr div#header .title {
	position:relative;
	left: 5em;
	margin: 0; padding: 0;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




div.border {
	clear:both;
             margin: 0; padding: 0;   
	line-height: 6px;
	background-image:url(uploads/images/template/header_bord.gif);
	background-repeat:repeat-x;
}
div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.1em 0 0.1em 0;
   margin: 0 0.5em;
}
div.breadcrumbs {
   padding: 0.5em 0 0.5em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 
 
  ndiv#content {
   margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin: 0px;
}
/*
div#sidebar {
	padding: 0px;
	float: left;
	width: 190px;
	display: block;
}*/
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 191px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	border-left-width: 1px;
	padding-left: 1em;
	padding-top: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color:#FFFFFF;
        padding-right: 1em;
} 
.twoColFixLtHdr #footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
	background: url(uploads/images/template/header_bg.gif) repeat-x;
   border-top: 1px solid gray;
   border-bottom: 1px solid gray;
   text-align:center;

}

.twoColFixLtHdr #footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

.twoColFixLtHdr #footer p a {
   color: #CBBE1D; /* needed becouse footer link would be same color as background otherwise */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/********************
CONTENT STYLING
*********************/
div#content {
   /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
   font-family:Georgia, "Times New Roman", Times, serif; 
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 2em;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

img.pic {
   padding: 1em;
}
/* TEXT */
div#content p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.3em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#mainContent ul,
div#mainContent ol,
div#mainContent dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 0.5em 0.5em;
}
div#mainContent ul li,
div#mainContent ol li {
   margin: 0 0 0.25em 1em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'tothebrideandgroom - topmenu + 2 columns' */

