/* common colors used for yes/no/maybe states on invitations */
/* count styles, like seen on view page guest list */
/* mixin for three column layout like the gallery page, with an ad on the right */
/* this makes it possible to share styles without having to use the primary and secondary classes */
#entertaining {
  background: white url(/assets/1371498122/images/gallery/bg_gallery.png) repeat-y;
  -moz-box-shadow: 0 1px 0 #999999;
  -webkit-box-shadow: 0 1px 0 #999999;
  box-shadow: 0 1px 0 #999999;
  width: 980px;
  margin: 0 auto 20px auto;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#entertaining div.nav {
  width: 200px;
  float: left;
  display: inline;
  overflow: hidden;
  padding: 20px 0;
}
#entertaining div.content {
  float: left;
  width: 542px;
  padding: 19px;
  display: inline;
  overflow: hidden;
  color: #666666;
  line-height: 1.4em;
  font-size: 13px;
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.biggame {
  display: inline;
  background: url(/assets/1371498122/images/bg_recipes.png) repeat-y;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
div.biggame .content {
  width: 580px;
  padding: 0;
}
div.biggame .content h1 {
  position: relative;
}
div.biggame .content h2 {
  position: relative;
  *display: inline-block;
  padding: 0 30px 5px;
  line-height: 40px;
  background: url(/assets/1371498122/images/static_header.png) top repeat-x;
  color: white;
  clear: both;
}
div.biggame .content p {
  padding-left: 30px;
  padding-right: 30px;
}
div.biggame .content ul {
  list-style: none;
}
div.biggame .content h3, div.biggame .content h4 {
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  background: none;
  border: none;
  color: #333333;
}
div.biggame .content h1 .back {
  position: absolute;
  font-size: 11px;
  right: 30px;
  font-weight: normal;
}
div.biggame .content h2 .next {
  position: absolute;
  font-size: 11px;
  color: white;
  right: 30px;
  font-weight: normal;
}
div.biggame .content .recipes_grid {
  margin-bottom: 20px;
  padding: 0 30px;
}
div.biggame .content .recipes_grid li {
  display: inline-block;
  width: 120px;
  margin: 3px;
  margin-bottom: 10px;
  text-align: center;
}
div.biggame .content .recipes_grid li img {
  width: 114px;
  border: 1px solid #cccccc;
  padding: 3px;
}
div.biggame .content .recipes_grid li .title {
  display: block;
  color: #666666;
  font-weight: bold;
}
div.biggame .content .recipes_grid li .more {
  display: block;
  font-size: 11px;
}
div.biggame .content .description {
  padding: 0 30px;
  overflow: auto;
  font-size: 12px;
  zoom: 1;
}
div.biggame .content .description img {
  float: left;
  margin-right: 20px;
}
div.biggame .content .description .rating {
  margin-bottom: 10px;
}
div.biggame .content .description .author {
  margin-bottom: 10px;
  font-size: 11px;
}
div.biggame .content .description .quote {
  margin-bottom: 10px;
}
div.biggame .content .description .addthis_toolbox {
  float: right;
  font-size: 11px;
}
div.biggame .content .video .rating, div.biggame .content .video .author {
  float: left;
  margin-top: 10px;
}
div.biggame .content .video .quote {
  clear: both;
  padding-right: 15px;
}
div.biggame .content .video .addthis_toolbox {
  margin: 10px 20px 0 0;
}
div.biggame .content .overview {
  font-size: 11px;
  line-height: 20px;
}
div.biggame .content .overview ul {
  overflow: auto;
  margin: 30px;
  padding: 0 1px;
  border: 1px solid #eeeeee;
  background: #fcfcfa;
  -moz-box-shadow: 0 1px 2px #eeeeee;
  -webkit-box-shadow: 0 1px 2px #eeeeee;
  box-shadow: 0 1px 2px #eeeeee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
}
div.biggame .content .overview li {
  float: left;
  display: inline-block;
  width: 128px;
  margin: 0;
  padding: 20px 0;
  border-right: 1px solid #eeeeee;
  text-align: center;
}
div.biggame .content .overview li:last-child {
  border: none;
}
div.biggame .content .overview li strong {
  display: block;
}
div.biggame .content #recipe_list .recipes {
  overflow: auto;
  margin-bottom: 20px;
}
div.biggame .content #recipe_list .recipes .thumb {
  float: left;
  width: 60px;
  margin-top: 2px;
  padding: 2px;
  -moz-box-shadow: 0 1px 3px #666666;
  -webkit-box-shadow: 0 1px 3px #666666;
  box-shadow: 0 1px 3px #666666;
}
div.biggame .content #recipe_list .recipes li {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 30px;
}
div.biggame .content #recipe_list .recipes li strong {
  font-size: 13px;
}
div.biggame .content #recipe_list .recipes li span {
  display: block;
  font-size: 10px;
  color: #999999;
}
div.biggame .content #recipe_list .recipes li p {
  font-size: 12px;
  padding-bottom: 5px;
  padding-left: 78px;
  line-height: 15px;
}
div.biggame .content #recipe_list .recipes li .rating {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
div.biggame .content .categories {
  overflow: auto;
  clear: both;
}
div.biggame .content .categories ul {
  float: left;
  width: 100px;
  margin: 10px 0;
  padding-right: 0;
  font-size: 16px;
}

.nav h3 {
  padding: 0 19px;
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.nav h4 {
  padding: 0 10px 0 30px;
  border-top: 1px solid #e3e3e3;
  background: url("/assets/1371498122/images/guestlist/bg_rsvp_header.gif") no-repeat scroll 0 bottom transparent;
  line-height: 36px;
  cursor: pointer;
}
.nav li.open ul {
  display: block !important;
}
.nav li.open h4 {
  background-position: 0 0;
}
.nav ul {
  padding: 10px 0;
}
.nav li a {
  cursor: pointer;
  display: block;
  cursor: pointer;
  height: 23px;
  line-height: 22px;
  width: 161px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  color: #666666;
}
.nav li li a {
  cursor: pointer;
  display: block;
  cursor: pointer;
  height: 23px;
  line-height: 22px;
  width: 161px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  color: #666666;
}
.nav li li.active a {
  background: url(/assets/1371498122/images/gallery/bg_selected_category.png) no-repeat;
  color: white;
  font-weight: bold;
}
.nav li li.active a:hover {
  color: white !important;
}
.nav a:hover {
  text-decoration: none;
  color: black;
}

.content h1 {
  padding: 20px 30px;
  font-size: 16px;
  color: #73ac0b;
}
.content h2 {
  margin-bottom: 20px;
  color: #999999;
  font-size: 16px;
  font-weight: bold;
}
.content h3 {
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  background: #fafafa;
  padding: 10px;
  font-size: 16px;
  color: #666666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.content h4 {
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 10px 0 10px;
}
.content p {
  padding: 0 10px 20px 10px;
}
.content ul, .content ol {
  padding: 0 20px 20px 30px;
}
.content ul li, .content ol li {
  margin: 4px 0;
  padding: 0;
}
.content ul {
  list-style: square;
}
.content ol {
  list-style: decimal;
}
.content ol ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content ul ol, .content ol ol, .content ul ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content .sponsored {
  margin-bottom: 20px;
  margin-right: 10px;
}
.content .sponsored small {
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}
.content .sponsored img {
  vertical-align: middle;
}

.skyscraper {
  float: left;
  width: 160px;
  padding: 20px;
}
.skyscraper iframe {
  display: block;
  width: 160px !important;
  height: 600px !important;
}

.static_carousel {
  width: 540px;
  padding-bottom: 20px;
}
.static_carousel ul {
  padding-bottom: 5px;
  padding-left: 20px;
}
.static_carousel li {
  float: left;
  display: inline-block;
  margin: 5px;
}
.static_carousel li a {
  display: block;
  width: 152px;
  height: 120px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 1px 2px #dddddd;
  -webkit-box-shadow: 0 1px 2px #dddddd;
  box-shadow: 0 1px 2px #dddddd;
}
.static_carousel li a img {
  border: 4px solid white;
  width: 144px;
  height: 112px;
}
.static_carousel li a:hover {
  border-color: #71ab0b;
}
.static_carousel a.view_more {
  clear: both;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}

#static {
  padding: 0;
}

#static .wrapper {
  width: 980px;
  margin: 0 auto 20px auto;
  background: white;
  -moz-box-shadow: 0 1px 0 #999999;
  -webkit-box-shadow: 0 1px 0 #999999;
  box-shadow: 0 1px 0 #999999;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#static .wrapper .content {
  float: left;
  display: inline;
  width: 542px;
  padding: 19px;
  color: #666666;
  line-height: 1.4em;
  font-size: 13px;
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#static .wrapper .content h1 {
  padding: 20px 30px;
  font-size: 16px;
  color: #73ac0b;
}
#static .wrapper .content h2 {
  margin-bottom: 20px;
  color: #999999;
  font-size: 16px;
  font-weight: bold;
}
#static .wrapper .content h3 {
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  background: #fafafa;
  padding: 10px;
  font-size: 16px;
  color: #666666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#static .wrapper .content h4 {
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 10px 0 10px;
}
#static .wrapper .content p {
  padding: 0 10px 20px 10px;
}
#static .wrapper .content ul, #static .wrapper .content ol {
  padding: 0 20px 20px 30px;
}
#static .wrapper .content ul li, #static .wrapper .content ol li {
  margin: 4px 0;
  padding: 0;
}
#static .wrapper .content ul {
  list-style: square;
}
#static .wrapper .content ol {
  list-style: decimal;
}
#static .wrapper .content ol ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
#static .wrapper .content ul ol, #static .wrapper .content ol ol, #static .wrapper .content ul ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
#static .wrapper .content .sponsored {
  margin-bottom: 20px;
  margin-right: 10px;
}
#static .wrapper .content .sponsored small {
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}
#static .wrapper .content .sponsored img {
  vertical-align: middle;
}
#static .wrapper .full {
  width: 940px;
}
#static .wrapper .skyscraper {
  float: left;
  width: 160px;
  padding: 20px;
}
#static .wrapper .skyscraper iframe {
  display: block;
  width: 160px !important;
  height: 600px !important;
}
#static .wrapper .static_carousel {
  width: 540px;
  padding-bottom: 20px;
}
#static .wrapper .static_carousel ul {
  padding-bottom: 5px;
  padding-left: 20px;
}
#static .wrapper .static_carousel li {
  float: left;
  display: inline-block;
  margin: 5px;
}
#static .wrapper .static_carousel li a {
  display: block;
  width: 152px;
  height: 120px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 1px 2px #dddddd;
  -webkit-box-shadow: 0 1px 2px #dddddd;
  box-shadow: 0 1px 2px #dddddd;
}
#static .wrapper .static_carousel li a img {
  border: 4px solid white;
  width: 144px;
  height: 112px;
}
#static .wrapper .static_carousel li a:hover {
  border-color: #71ab0b;
}
#static .wrapper .static_carousel a.view_more {
  clear: both;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}

.insider {
  position: relative;
  background: white url(http://blog.evite.com/images/insider/hdr_insider.gif) no-repeat;
  padding-top: 92px;
}
.insider h4 {
  font-size: 18px;
}
.insider p {
  padding-bottom: 10px;
}
.insider .insider_main {
  float: left;
  width: 660px;
}
.insider .insider_top img {
  float: left;
  margin: 10px;
}
.insider .insider_top p {
  float: left;
  width: 300px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.3em;
  color: black;
}
.insider .insider_box {
  clear: both;
  overflow: auto;
  background: #ffffec;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px #999999;
  -webkit-box-shadow: 0 1px 1px #999999;
  box-shadow: 0 1px 1px #999999;
}
.insider .insider_box div {
  float: left;
  width: 50%;
  padding-top: 10px;
}
.insider .insider_who {
  background: #f9f9f9;
  float: right;
  width: 220px;
  padding: 20px;
  -moz-border-radius: 5px;
}
.insider .insider_terms {
  font-size: 12px;
  padding-top: 20px;
}

#static_footer_container {
  width: 100%;
  text-align: center;
  clear: both;
}

#static_footer {
  width: 940px;
  border: 1px solid #e8e8e8;
  background: none repeat scroll 0 0 white;
  border-radius: 10px 10px 10px 10px;
  color: #666666;
  box-shadow: 0 1px 0 #999999;
  margin: 0px auto 20px auto;
  font-size: 0.8em;
  padding: 19px;
}
#static_footer ol {
  list-style: none outside none;
}

ul {
  list-style: none outside none;
}

#static_footer li {
  display: inline-block;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  padding: 4px 0px 4px 0px;
}
#static_footer li.static_li:after {
  content: " - ";
}
#static_footer li.last:after {
  content: "";
}
