@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
background: #f0e3d0 url(_imagery/big-ol-background.jpg) no-repeat center top;
	background-attachment:fixed;
	text-align: left;
	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;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #930;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #930;
}

.h2small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #930;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #006;
}

.body10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

a:link {
	color: #000000;                                                         
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.bodylink:link {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink:visited {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink:hover {
	background-color: #960;
	color: #000;
		text-decoration: none;
	}
	
a.bodylink10:link {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink10:visited {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink10:hover {
	background-color: #960;
	color: #000;
		text-decoration: none;
	}	
	

ul.posts {
	margin: 0;
	padding: 5px;
	list-style-type: square;
	list-style-image: inherit;
	list-style-position: inside;
	line-height: 20px;
}



#container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #f0e3d0; 
	padding: 0 0px 0 0px;  /* 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. */
} 
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 389px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#sidebar1-white {
	float: left; /* since this element is floated, a width must be given */
	width: 389px; /* 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-right: 5px;
}


 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
}

 #sidebar-right {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
}

#bottombuttons {
	text-align: center;
	background: #f0e3d0;
	margin-top: 15px;
}


#sidebarright {
	text-align="left";
}


#mainContent { 
	margin: 0px 200px 0px 20px; 
	padding: 0 10px 0 0px; 
} 

#menuright {
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#paneloftheday {
	padding: 5px 5px 5px 5px;
	background-color:#960;
	margin: 5px 0 15px 0px;
}

#fotosplash {
	background-color:#999;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 5px 20px 5px;
	height: 220px;
}

#fotosplash img {
	margin: 10px 10px 5px 5px;
}
	

#search {
	text-align: left;
	padding: 2px 0px 5px 20px;
}

#search2 {
	text-align: left;
	padding: 2px 0px 5px 20px;
	background: #f0e3d0;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

#centerit {
	
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}

#comment {
	background-color: #DDD;
	padding: 10px 5px 5px 5px;
	margin: 10px 0 ;
	text-align: left;
}

#comment400 {
	width: 400px;
	background-color: #DDD;
	padding: 10px 5px 5px 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#comment850 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px 10px 5px 10px;
}

img {
	border: 0;
}

img.imagepad {
	border: 0;
	margin: 5px 5px 5px 5px;
}

#imageshowcase {
	margin: 10px 0 10px 0;
}

.image .caption {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	text-align;
}

/* add on aug 12*/

div.footnote {
   font-size: 8pt;
}

.white {
	color: #FFF;
}

#goleft {
	text-align: left;
}

img {
	border: 0px;
}


#insetbox250 {
	float: right;
	width: 250px;
	margin-left: 10px;
	background-color: #FCC;
	padding: 5px 5px 5px 5px;
}



/* Set grouped link colors using an ID */

/* NEW ADDED DROP DOWN CSS BELOW */

#addthis {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 15px 0 10px 0;
}

#addthis2 {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px 0 0px 0;
}


#twitter_div {
	background-color:#FC0;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	
	padding: 20px 20px 20px 20px;
}


#twitter_div_2 {
	background-color:#FC0;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px 20px 20px;
}


#articlebox {
	text-align: left;
}

ul.posts {
	margin: 0;
	padding: 5px;
	list-style-type: square;
	list-style-image: inherit;
	list-style-position: inside;
	line-height: 20px;
}




#centerit {
	
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}

#imgcenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#indexbox {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 18px;
	text-align:left;
}


#navbarmain {
	width: 850px;
	height: 38px;
}


span.alt {
    position: absolute;
    left: -4000px;
}/* moves alt text off page */


/* Begin main nav */

#navBar {
  background: transparent url(menu-image.jpg) 0 2px scroll no-repeat;
  border-top: 0px solid #dccab2;
  width: 850px;
  height: 37px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  float: left;
  z-index: 200;
}
#navBar, #navBar ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
#navBar a {
  display: block;
}


#navBar li.navItem { /* all list items */
  position: absolute;
  height: 36px;
}
#navBar li.navItem a.topLevel {
  height: 36px;
}



#navBar li.navItem ul { /* second-level lists */
  position: absolute;
  background-color: #fff;
  width: 170px;
  left: -4000px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  border-left: 1px solid #dccab2;
  border-bottom: 1px solid #dccab2;
  border-right: 1px solid #dccab2;
}

#navBar li {
  z-index: 201;
}
#navBar li ul {
  z-index: 202;
}
#navBar li ul li {
  z-index: 203;
}
#navBar li ul li a { 
  z-index: 204;
}

#flash_top {
  z-index: 199;
}

#navBar li:hover, #navBar li.sfhover {
  position: static; /* HACK: ie7 */ 
}

#navBar li:hover ul, #navBar li.sfhover ul {
  left: auto;
}

#navBar li#item1, #navBar li#item2, #navBar li#item3,
#navBar li#item4, #navBar li#item5, #navBar li#item6,
#navBar li#item7, #navBar li#item8, #navBar li#item9,
#navBar li#item10, #navBar li#item11, #navBar li#item12, #navBar li#item13 {

  position:absolute;
}

#navBar li#item1 {
  left: 0px;
  width: 94px;
}
#navBar li#item2 {
  left: 92px;
  width: 118px;
}
#navBar li#item3 { 
  left: 211px;
  width: 96px;
}
#navBar li#item4 {
  left: 306px;
  width: 107px;
}
#navBar li#item5 {
  left: 412px;
  width: 93px;
}
#navBar li#item6 {
  left: 504px;
  width: 66px;
}
#navBar li#item7 {
  left: 569px;
  width: 105px;
}
#navBar li#item8 {
  left: 673px;
  width: 70px;
}
#navBar li#item9 {
  left: 742px;
  width: 64px;
}
#navBar li#item10 {
  left: 805px;
  width: 61px;
}
#navBar li#item11 {
  left: 806px;
  width: 41px;
}
#navBar li#item12 {
  left: 846px;
  width: 36px;
}
#navBar li#item13 {
  left: 881px;
  width: 70px;
}

#navBar li#item1.selected {
  background: transparent url(menu-image.jpg) 0 -70px no-repeat;
}
#navBar li#item2.selected {
  background: transparent url(menu-image.jpg) -94px -70px no-repeat;
}
#navBar li#item3.selected {
  background: transparent url(menu-image.jpg) -211px -70px no-repeat;
}
#navBar li#item4.selected {
  background: transparent url(menu-image.jpg) -306px -70px no-repeat;
}
#navBar li#item5.selected {
  background: transparent url(menu-image.jpg) -412px -70px no-repeat;
}
#navBar li#item6.selected {
  background: transparent url(menu-image.jpg) -504px -70px no-repeat;
}
#navBar li#item7.selected {
  background: transparent url(menu-image.jpg) -569px -70px no-repeat;
}
#navBar li#item8.selected {
  background: transparent url(menu-image.jpg) -673px -70px no-repeat;
}
#navBar li#item9.selected {
  background: transparent url(menu-image.jpg) -742px -70px no-repeat;
}
#navBar li#item10.selected {
  background: transparent url(menu-image.jpg) -805px -70px no-repeat;
}
#navBar li#item11.selected {
  background: transparent url(menu-image.jpg) -806px -70px no-repeat;
}
#navBar li#item12.selected {
  background: transparent url(menu-image.jpg) -846px -70px no-repeat;
}
#navBar li#item13.selected {
  background: transparent url(menu-image.jpg) -881px -70px no-repeat;
}
/*#navBar li#myweddingplannerHook.selected {
  background: transparent url(menu-image.jpg) -738px -72px no-repeat;
}
#navBar li#ClippingsModuleHook.selected {
  background: transparent url(nav_sprite.gif) -864px -84px no-repeat;
}*/

/* HACK: hover class for ie6 (suckerfish) but here on child link tag to sidestep multiple class bug */
#navBar li#item1:hover, #navBar li#item1.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) 0 -35px no-repeat;
}
#navBar li#item2:hover, #navBar li#item2.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -92px -35px no-repeat;
}
#navBar li#item3:hover, #navBar li#item3.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -211px -35px no-repeat;
}

#navBar li#item4:hover, #navBar li#item4.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -306px -35px no-repeat;
}
#navBar li#item5:hover, #navBar li#item5.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -412px -35px no-repeat;
}
#navBar li#item6:hover, #navBar li#item6.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -504px -35px no-repeat;
}
#navBar li#item7:hover, #navBar li#item7.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -569px -35px no-repeat;
}
#navBar li#item8:hover, #navBar li#item8.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -673px -35px no-repeat;
}
#navBar li#item9:hover, #navBar li#item9.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -742px -35px no-repeat;
}
#navBar li#item10:hover, #navBar li#item10.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -805px -35px no-repeat;
}
#navBar li#item11:hover, #navBar li#item11.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -806px -35px no-repeat;
}
#navBar li#item12:hover, #navBar li#item12.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -846px -35px no-repeat;
}
#navBar li#item13:hover, #navBar li#item13.sfhover a.topLevel {
  background: transparent url(menu-image.jpg) -881px -35px no-repeat;
}
/*#navBar li#myweddingplannerHook:hover, #navBar li#myweddingplannerHook.sfhover a.topLevel {
  background: transparent url(nav_sprite.gif) -738px -36px no-repeat;
}
#navBar li#ClippingsModuleHook:hover, #navBar li#ClippingsModuleHook.sfhover a.topLevel {
  background: transparent url(nav_sprite.gif) -864px -36px no-repeat;
}*/

#item11:hover #item11ul, li#item11.sfhover #item11ul{
	position: relative;
	left:-130px;
}

#item13:hover #item13ul, li#item13.sfhover #item13ul {
	position: relative !important;
	left: -95px !important;
}
#navBar li li a {
  display: block;
  width: 154px;
  border-bottom: 1px solid #e3e3e3;
  padding: 3px 4px 5px 12px;
  vertical-align: bottom;
  margin: 0px;
}

#navBar li li a,
#navBar li li a:link,
#navBar li li a:visited {
  color: #896c66;
  text-decoration: none;
}

#navBar li li a:hover,
#navBar li li a:active {
  color: #94908d;
  text-decoration: none;
  background: #eae7e2 url(linkArr.gif) 1px center no-repeat;
}

#navBar li.navDivisionEnd {
  border-top: 1px solid #c7c5c6;
}
#navBar li.navMore {
  border-top: 1px solid #c7c5c6;
}
#navBar li.navDivisionEnd a.normal:link,
#navBar li.navDivisionEnd a.normal:visited {
  color: #896c66;
}
#navBar li.navMore a:link,
#navBar li.navMore  a:visited {
  color: #bea7a2;
}

#ClippingsModuleHook .nav_clipTop {
  /* this sprite image also used in gloabal.css */
  background: url(/i/production/sprite_decorator.gif) no-repeat top left;
  background-position: 0 -190px; 
  display: block;
  position: absolute;
  top: -6px;
  left: 13px;
  height: 8px;
  width: 12px;
}

.clearer {
  clear: both;
  height: 1px;
  overflow: hidden;
  margin-bottom: -1px;
}

/* End main nav*/ 


div.figure {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.body-reg14px {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
}

#floatright {
	float: right;
	margin-left: 5px;
}


img.floatright {
	float: right;
	margin: 4px;
	margin-right: 25px;
}
	
img.floatright {
	float: right;
	margin: 4px;
	margin-right: 25px;
}


	
img.floatleft {
	float: left;
	margin: 4px;
	margin-right: 25px;
}

#box200 {
	padding: 5px 5px 5px 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color:#fff;
	
}

#signupemail {
	width: 900px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	text-align:center;
	height:55px;
	*height:20px;
}

#floatsignleft {
	background-image:url(_imagery/backer-signup.png);
	margin-left:15px;
	float: left;
	width:305px;
	height:18px;
	
}


/* break */

#navlist li {
	display:inline;
	padding:0 .4em;
	*padding:0 .4em;
	border-right:1px solid #d0a883;
	background-color:#fff;
}


#navlist li.last {
	border:none;
}

#navlist {
	font-family: Arial, Helvetica, sans-serif;
	color: #d0a883;
	text-align:left;
}

#navlistctr {
	font-family: Arial, Helvetica, sans-serif;
	color: #d0a883;
	text-align:center;
}

#navlist a {
	color:#ac845f;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#navlist a:hover {
	color:#ac845f;
	background-color:#fff;
	text-decoration:underline;
}

	#topbar {
padding-top: 10px;
padding-bottom: 10px;
	}