/*
 * Project:   White Party
 * Date:      2009/11/12
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { background: #fff; font-size: 62.5%; }

* html body { behavior: url("styles/csshover.htc"); } 

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #8a8a8a; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 1.63; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.35em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }

a { color: #ffdb84; text-decoration: underline; }
a:hover, a:focus, a:active { color: #ffdb84; text-decoration: none; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

 .wrapper { width: 960px; margin: 0 auto; }
 #root .wrapper { background: url(../images/bg-sand.jpg) 0 298px no-repeat; }
 #top { position: relative; height: 293px; }
  #logo { position: absolute; top: 23px; left: 0; }
  #skip-links { position: absolute; top: 0; left: -10001px; list-style: none; margin: 0; padding: 0; }
   #skip-links li a:focus, #skip-links li a:active { display: block; position: absolute; left: 10001px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 2px 0; background: #333; color: #fff; text-align: center; text-decoration: none; }
  .top-side { position: absolute; top: 102px; right: 23px; width: 142px; }
   .top-side p { font-size: 1.2em; line-height: 1.8; } 
 #navigation { display: block; width: 100%; margin: 0 0 25px; background: url(../images/nav-brdr.jpg) -50px 100% no-repeat; }
  #nav { height: 50px; list-style: none; margin: 0; padding: 0 0 0 110px; background: url(../images/nav-brdr.jpg) -50px 0 no-repeat; }
   #nav li { z-index: 10; position: relative; float: left; display: inline; margin: 0 10px; padding: 14px 0 5px; font-size: 1.6em; line-height: normal; text-transform: lowercase; }
    #nav li a { float: left; display: inline; padding-bottom: 3px; color: #aeaeae; text-decoration: none; letter-spacing: 0.5px; }
	#nav li:hover a, #nav li a:hover, #nav li a:focus, #nav li a:active, #nav li a.active { padding-bottom: 2px; border-bottom: 1px solid #ffdb84; text-decoration: none; }
    #nav li em { position: absolute; left: -10001px; top: -10001px; }
  #nav li ul { display: none; position: absolute; top: 39px; left: -2px; margin: 0; padding: 0 0 8px; background: url(../images/nav-sub-bg.png) 0 100% no-repeat; }
  * html #nav li ul { background: url(../images/nav-sub-bg-ie.png) 0 100% no-repeat; }
   #nav li ul li { display: block; clear: left; width: 117px; margin: 0 0 0; padding: 2px 6px; font-size: 0.84em; }
    #nav li:hover ul li a, #nav li ul li a { display: block; padding: 0; border: 0; color: #fff; text-decoration: none; }
	#nav li:hover ul li a:hover, #nav li ul li a:hover, #nav li ul li a:focus, #nav li ul li a:active { padding: 0; border: 0; color: #aeaeae !important; text-decoration: none; }
  #nav li:hover ul { display: block; }
 #content { overflow: hidden; width: 855px; padding: 0 0 0 105px; }
  #main { float: left; width: 662px; padding-top: 3px; }
  #side { float: right; width: 170px; }
 #footer { margin: 0 0 10px; padding: 108px 0 0; background: url(../images/foot-bg2.png) 0 0 repeat-x; text-align: center; letter-spacing: 2px; }
  #footer .wrapper { background: none; }
  #footer p { font-size: 1.2em; }
   
/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { font-weight: normal; text-transform: uppercase; line-height: normal; }
h1 { font-size: 2.2em; }
h2 { padding: 0 0 8px; margin: 0 0 6px; border-bottom: 1px solid #f7d991; font-size: 1.738em; letter-spacing: 2px; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* containers */
.box { margin: 0 0 20px; padding: 4px 3px; border: 1px solid #f9f9f9; border-top: 0; border-bottom: 2px solid #e7e7e7; }
 .box .box-wrap { overflow: hidden; width: 626px; padding: 10px 16px 15px 12px; background: url(../images/box-bg.png) 0 0 repeat; }
  .box h2 { padding: 0 4px 8px; }
 .box-photo-strip img { display: block; }
 
 .box2 { margin: 0 0 20px; padding: 4px 3px; border: 1px solid #f9f9f9; border-top: 0; border-bottom: 2px solid #e7e7e7;  }
 .box2 .box-wrap2 { overflow: hidden; width: 626px; padding: 10px 16px 15px 12px; background: url(../images/box-bg.png) 0 0 repeat; }
  .box2 h2 { padding: 0 4px 8px; }
 .box-photo-strip img { display: block; }

.box3 {}
.box3 img {padding: 0px 7px 5px 0px;}
.box4 {}
.box4 img {padding: 0px 5px 5px 5px;}
/* tables */

table { }
 table th, table td { padding: 4px 2px 4px 8px; border: 0px solid #ccc; }

/* paragraphs */
.img-fr { float: right; margin-top: 4px; margin-left: 12px; }

/* links */

.link-a { margin: 0; padding-right: 20px; font-size: 1.2em; line-height: normal; text-align: right; }
 .link-a a { border-bottom: 1px solid #ffdb84; color: #a7a7a7; text-decoration: none; }
 .link-a a:hover, .link-a a:focus, .link-a a:active { border-bottom: 0; color: #a7a7a7; text-decoration: none; }
 
.link-b { margin: 0; }
 .link-b a { display: block; overflow: hidden; width: 167px; height: 106px; text-indent: -100001em;  }
 .link-b a:hover, .link-b a:focus, .link-b a:active { background-position: 0 -106px !important; }
 .l-banner-sponsorship-opportunities a { background: url(../images/banner-sponsorship-opportunities.jpg) 0 0 no-repeat; }
 .l-banner-event-information a { background: url(../images/banner-event-information.jpg) 0 0 no-repeat; }
 .l-banner-purchase-tickets a { background: url(../images/banner-purchase-tickets.jpg) 0 0 no-repeat; }

.link-c { margin: 0; padding-right: 20px; font-size: 1.4em; line-height: 1.53; text-align: left; }
 .link-c a { border-bottom: 1px solid #ffdb84; color: #a7a7a7; text-decoration: none; }
 .link-c a:hover, .link-c a:focus, .link-c a:active { border-bottom: 0; color: #a7a7a7; text-decoration: none; }
 
 .link-d { margin: 0; padding-right: 20px; font-size: 1.4em; line-height: 1.53; text-align: right; }
 .link-d a { border-bottom: 0; color: #a7a7a7; text-decoration: none; }
 .link-d a:hover, .link-d a:focus, .link-c a:active { border-bottom: 0; color: #a7a7a7; text-decoration: none; }
 
 .link-e { margin: 0; padding-right: 20px; font-size: 1.4em; line-height: 1.53; text-align: right; }
 .link-e a { border-bottom: 0; color: #a7a7a7; text-decoration: none; }
 .link-e a:hover, .link-d a:focus, .link-c a:active { border-bottom: 0; color: #a7a7a7; text-decoration: none; }

ul.links-social { width: 100%; overflow: hidden; list-style: none; margin: 0; padding: 0; }
 ul.links-social li { float:left; margin-left: 5px; }
 ul.links-social li.first { margin-left: 7px; }
  ul.links-social li a { float: left; overflow: hidden; width: 46px; height: 45px; background: url(../images/icons.png) 0 0 no-repeat; text-indent: -100001em; }
  ul.links-social li a:hover, ul.links-social li a:focus, ul.links-social li a:active {}
  ul.links-social li a.l-social-email { }
  ul.links-social li a.l-social-email:hover { background-position: -54px 0;  }
  ul.links-social li a.l-social-twitter { background-position: 0 -52px; }
  ul.links-social li a.l-social-twitter:hover { background-position: -54px -52px; }
  ul.links-social li a.l-social-facebook { background-position: 0 -104px; }
  ul.links-social li a.l-social-facebook:hover { background-position: -54px -104px; }

.link-t { margin: 0 0 2px; }
 .link-t img { display: block; }
.link-sticker { position: relative; }
 .link-sticker a { display: block; position: absolute; top: -30px; right: 0; overflow: hidden; width: 79px; height: 87px; background: url(../images/bttn-save-the-date2.jpg) 0 0 no-repeat; text-indent: -100001em; }
