/* Start of CMSMS style sheet 'wedding' */
/*****************
Wedding Stylesheet
Designed by: Heather Feuerhelm
Uniquely Yours Business Services
******************/


* {
margin:0;
padding:0;
}

body {
/* Set initial font styles */
	text-align: left;
   font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
   font-size: 62.5%;
   line-height: 1.5em;
/* Basic layout */
	background-image: url(images/weddingrosesedge.gif);
	background-color: #ffffff; background-repeat: repeat-y;
   color: #003300;
   margin: 1em;    /* gives some air for the pagewrapper */
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 10pt;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
	padding: .5em; 
	text-decoration: none;
}

/* default link styles */
/* set all links to have underline and bluish color */
a,
a:link, 
a:active,
a:visited {
   text-decoration: none;
   background-color: transparent; 
   color: #990066; font-weight: bold;
}

/* remove underline on hover and bold text */
a:hover {
   text-decoration: none;
   font-weight: bold;
}

a.external {
	padding: 0 12px 0 0;
	background-image: url(images/cms/external.gif);
	background-position: 100% 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

a.external:hover {
	text-decoration: underline;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% -200px; 
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 10px 10px 10px 160px;  /* offsets content beyond the left border */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
}

/*** header ***/
div#header {
   height: 180px;
	margin: 0 0 2em auto;
	text-align: center;           
}

div#header a, a:hover, a:visited {
	text-decoration: none;
}

div#header h1 {
	display: none;
}

div#content {
   margin: 4em 0 0 auto;   /* some air above and under menu and content */
}

div#main {
	float: left;
	width: 69%; padding-right: 2%;
	border-right: 1px dotted #990066;
	text-align: left;
}

div#sidebar {
   float: right;        /* set sidebar on the right side.  */
	display: inline;
   width: 28%; 			/* sidebar width */

	padding-left: 5px;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
	padding-top: 2em;
	margin: 0 auto; text-align: center;
}

div#footer p {
   font-size: 8pt;
   text-align: center;  /* centered text */
   margin: 0 auto;
}

/* relational links for wedding pages */
div.left49 {
	width: 48%; height: 50px;
	background: transparent url(../html/images/wedding-previous.png) no-repeat left;
}

div.right49 {
	float: right; text-align: right; padding-top: 5px;
	width: 48%; height: 50px;
	background: transparent url(../html/images/wedding-next.png) no-repeat right;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 24pt; line-height: 1.5em;
}

h2{
	font-family: "Monotype Corsiva", "Calligraph421 BT", "Apple Chancery", "URW Chancery L", cursive;
	font-size: 26pt; line-height: 1.5em;
	/*padding-bottom: .5em; */
}

h3 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt; line-height: 1.5em;
	padding-left: 15px; padding-bottom: .3em;
	background: transparent url(images/weddingrosesbtn.gif) no-repeat left;
}

h4 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt; line-height: 1.5em;
}

h5 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt; line-height: 1.5em;
}

h6 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt; line-height: 1.5em;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 10pt;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.5em;
   padding: 0; text-align: left;
}

blockquote {
   border-left: 10px solid #990066;
   margin-left: 15px; padding-left: 10px;
	text-align: justify;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

.hidden {
	position: absolute;
	top: -999em;
	left: -999em;
}

hr {
	background-image: url(images/weddingrosesrule.gif);
	margin: 0 auto; text-align: center;
	background-repeat: no-repeat;
	width: 348px; height: 14px;
	border: 0;
}

/* Table styling */
table {
	width: 80%;
	border: 1px solid #990066;
	border-collapse: collapse;
        margin: 0 auto; text-align: center;
}
tr {
        text-align: left;
        height: 2.5em;

}
td {
	border: 1px dotted #990066;
	vertical-align: top; font-size: 10pt;
	padding: 5px; line-height: 1.5em;
}
/* End of 'wedding' */

