html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

#codeigniter_profiler {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
}
#page {
  padding-left: 60px;
  padding-bottom: 50px;
}
.clear {
  clear: both;
}
.clearfix:after
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/** Typography */
html {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  background-color: #e9e9e9;
}
a:link, a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #008ed3;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: black;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
  color: black;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: black;
}
a:link img {
  border: none;
}

span.plusBadge a {
vertical-align: middle;
padding: 0 4px;
}

.actionButton,
button {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 5px 8px 6px 8px;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -ms-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: linear-gradient(top, #ffffff, #f4f4f4);
  filter: progid :DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f4f4f4');
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #313131;
  cursor: pointer;
}
.actionButton:hover,
button:hover {
  background-color: #fff;
  border: 1px solid #999;
}
a.actionButton,
button {
  color: #313131;
}
a.actionButton:hover {
  color: #000;
}
.actionButton.left {
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
}
.actionButton.right {
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  margin-left: -1px;
}
.actionButton.active,
button.active,
button.blue.follow.active {
  border: 1px solid #ccc;
  color: #555;
  background-color: #dddddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  text-shadow: 0 1px #ccc;
  -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
  box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
}
a.actionButton.active:hover {
  color: #000;
}

button.follow {
  width: 75px;
  text-align: center;
}

/** Blue button **/
  
.actionButton.blueButton,
button.blue {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
  border-top: 1px solid #2f9eec;
  border-bottom: 1px solid #1988d6;
  border-left: 1px solid #1988d6;
  border-right: 1px solid #1988d6;
  background-color: #2596e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6));
  background-image: -webkit-linear-gradient(top, #2f9eec, #1988d6);
  background-image: -moz-linear-gradient(top, #2f9eec, #1988d6);
  background-image: -ms-linear-gradient(top, #2f9eec, #1988d6);
  background-image: -o-linear-gradient(top, #2f9eec, #1988d6);
  background-image: linear-gradient(top, #2f9eec, #1988d6);
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}

.actionButton.blueButton a:link,
.actionButton.blueButton a:visited,
button.blue {
  color: #ffffff;
}

input.actionButton.blueButton:hover,
a.actionButton.blueButton:hover,
.actionButton.blueButton:hover,
button.blue:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6));
  background-image: -webkit-linear-gradient(top, #1988d6, #1988d6);
  background-image: -moz-linear-gradient(top, #1988d6, #1988d6);
  background-image: -ms-linear-gradient(top, #1988d6, #1988d6);
  background-image: -o-linear-gradient(top, #1988d6, #1988d6);
  background-image: linear-gradient(top, #1988d6, #1988d6);
}

/** Active blue follow button check **/

.actionButton.blueButton.followButton.active {
  background: transparent url('http://assets.wookmark.com/check-blue.png') no-repeat left center; 
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #008ed3;
  text-shadow: none;
  text-indent: 3px;
}

.actionButton.blueButton.followButton.active a {
  color: #008ed3;
}

.actionButton.blueButton.followButton.active a:hover {
  text-decoration: underline;
}

/** Form elements */

textarea, input[type=text], input[type=password] {
  display: block;
  border: 1px solid #ccc;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding: 4px 5px 5px 7px;
  font-family: "Lato", "Helvetica Neue", Helvetica, arial, sans-serif;
}
textarea:hover, input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #999;
}
input[type=submit] {
  display: block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 5px 8px 6px 8px;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -ms-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: linear-gradient(top, #ffffff, #f4f4f4);
  filter: progid :DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f4f4f4');
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
input[type=submit]:hover {
  border: 1px solid #999;
}

/** Nav **/

#kaori {
position: fixed;
background: #122b3b;
top: 0;
left: 0;
width: 180px;
bottom: 0;
z-index: 2;
overflow: hidden;
transition: left 0.25s ease-out;
transform: translate3d(0,0,0);
}

#kaori li,
#searchResults li {
border-bottom: 1px solid #1e3645;
margin: 0 20px;
font-size: 14px;
line-height: 22px;
transition: all 0.1s ease-in-out;
}

#searchResults ul li:last-child {
border-bottom: 0px;
}

#kaori .login {
display: block;
background-color: #ffffff;
background: #ffffff;
display: block;
margin: 30px 40px 0px 40px;
padding: 0 0 3px 0;
color: #122b3b;
font-size: 14px;
line-height: 28px;
border-radius: 3px;
text-align: center;
font-weight: 700;
}

#kaori li.active a {
font-weight: bold;
}

#kaori li a,
#searchResults li a {
color: #ffffff;
text-align: center;
display: block;
font-weight: 200;
letter-spacing: 0.5px;
padding: 7px 0 7px 0;
}

#kaori li:hover {
background-color: #1e3645;
}

body.auth #kaori li.popular {
margin-top: 36px;
}

#kaori .search {
margin-bottom: 19px;
}

#kaori .search input {
border-radius: 20px;
background-color: transparent;
color: #ffffff;
border: 1px solid #455a67;
margin: 7px 0 0 7px;
width: 164px;
padding: 0 0 1px 0;
height: 23px;
text-indent: 30px;
font-size: 14px;
font-weight: 200;
background: transparent url('/assets/icons/search-nav.png') no-repeat 8px center;
}

#kaori .search input.active {
border-color: #ffffff;
}

#kaori .profileImage img {
display: block;
margin: 0 auto;
border-radius: 2px;
width: 45px;
height: 45px;
margin-bottom: 9px;
box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

#kaori .upgrade {
position: absolute;
bottom: 45px;
background-color: #1e3645;
background: #1e3645 url('/assets/icons/plus-sidebar.png') no-repeat 15px center;
}

#kaori .upgrade a {
color: #ffffff;
font-size: 12px;
line-height: 18px;
font-weight: 200;
padding: 15px 10px 15px 60px;
display: block;
}

#kaori .bottom {
position: absolute;
bottom: 14px;
left: 0;
width: 180px;
padding: 0 0 0 15px;
}

#kaori .bottom a {
color: #b1bec6;
padding: 0 10px 0 0;
font-size: 12px;
line-height: 20px;
display: inline-block;
border-radius: 3px;
font-weight: 200;
}

#kaori .bottom a:hover {
color: #ffffff;

}

#kaori .intro {
color: #ffffff;
text-align: center;
}

#kaori .intro h3 {
font-size: 28px;
line-height: 60px;
}

#kaori .intro a {
color: #ffffff;
}

#kaori .intro p {
font-size: 14px;
line-height: 20px;
font-weight: 200;
margin: 0 0 20px 0;
}

#kaori .intro p a {
font-weight: 500;
}

#kaori .intro .signup,
#kaori .intro .login {
background: #ffffff;
display: block;
margin: 0 40px 10px 40px;
padding: 0 0 4px 0;
color: #122b3b;
font-size: 14px;
line-height: 28px;
border-radius: 3px;
}

#luka {
background: #ffffff;
position: fixed;
top: 0;
left: 180px;
right: 0;
height: 40px;
width: auto;
z-index: 104;
border-bottom: 1px solid #dedede;
transition: left 0.25s ease-out;
transform: translate3d(0,0,0);
}

#luka .hamburger {
background: transparent url('/assets/icons/hamburger.png') no-repeat center center;
width: 40px;
height: 40px;
display: block;
padding: 0 0 0 5px;
cursor: pointer;
position: absolute;
}

#luka p {
width: 100%;
line-height: 40px;
font-size: 16px;
text-align: center;
font-weight: 200;
}

body.hidenav #kaori {
daisplay: none;
left: -180px;
}

body.hidenav #luka {
left: 0;
}

#page {
padding-left: 180px;
transition: padding-left 0.25s ease-out;
transform: translate3d(0,0,0);
}

body.hidenav #page {
padding-left: 0;
}

.headerSpacer {
height: 60px;
}

/** Auto-complete search **/

#searchResults {
  position: fixed;
  top: 40px;
  bottom: 0;
  left: 0px;
  width: 0px;
  z-index: 11;
  overflow: hidden;
  background: #122b3b;
}

#searchResults .content {
  width: 180px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#searchResults.active {
  width: 180px;
}

#searchResults .section {
  border-bottom: 1px solid #1e3645;
  padding: 10px 0 13px 0;
  margin: 0;
}

#searchResults .section:last-child {
  border-bottom: 0px;
}

#searchResults .section h2 {
  padding: 0 0 0 0;
  font-size: 13px;
  line-height: 24px;
}

#searchResults .section h2,
#searchResults .section h2 a {
  color: #ffffff;
  text-align: center;
}


/** Header */

#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 0 15px 0 0;
  background-color: rgba(255,255,255,.95);
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.75), 0 1px 5px rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.75), 0 1px 5px rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.75), 0 1px 5px rgba(0,0,0,.15);
  height: 40px;
  text-shadow: 0 1px #ffffff;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -moz-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -ms-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -o-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: linear-gradient(top, #ffffff, #f8f8f8);
  border-bottom: 1px solid #c4c4c4;
}

#siteIntro {
  padding: 0px 0 10px 0;
  text-align: center;
}
#siteIntro h2 {
  font-weight: normal;
  margin: 0;
  color: #888;
  line-height: 30px;
  text-shadow: 0 1px rgba(255,255,255,.5);
}
#siteIntro h2 a {
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  -o-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out; 
  text-decoration: none;
}
#siteIntro h2 a.link {
  text-decoration: underline;
}
#siteIntro h2 a:hover {
  color: #008ed3;
  text-decoration: underline;
}
#siteIntro .actionButton {
  display: block;
  margin: 15px auto 20px auto;
  width: 250px;
  font-size: 18px;
  line-height: 36px;
padding: 0 0 3px 0;
}
.ie6 #header {
  position: relative;
}
.ie6 .headerSpacer {
  height: 20px;
}
#header .logo {
  float: left;
}
#header .logo a {
  float: left;
  margin: 10px 15px 0 15px;
background: transparent url('http://assets.wookmark.com/icons.png') no-repeat 0 -54px;
width: 32px;
height: 21px;
padding: 0;
overflow: hidden;
text-indent: -1000px;
}
#header .logo h1.plus a {
background-position: 0 -133px;
width: 41px;
height: 56px;
margin: 0 13px 0 13px;
}
#header .logo h1 {
  display: inline-block;
margin: 0;
padding: 0;
float: left;
}
#header .logo p {
  font-size: 12px;
line-height: 40px;
  color: #333;
  display: inline-block;
  border-left: 1px solid #e8e8e8;
padding-left: 15px;
float: left;
}
#header .primary {
  float: left;
  line-height: 40px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #ffffff;
}
#header .options {
  float: right;
  margin: 0 0 0 0;
  font-size: 12px;
  text-align: center;
}
#header .primary li, #header .options .item {
  float: left;
  margin: 0 0 0 0;
  line-height: 40px;
  border-left: 1px solid #fff;
  border-right: 1px solid #e8e8e8;
}
#header .options .item a {
  display: block;
  height: 40px;
  padding: 0 15px 0 15px;
  color: #444444;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  -o-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out; 
}
#header .primary li a:hover, #header .options .item a:hover {
color: #008ed3;
}
#header .primary li {
  padding: 0 15px 0 15px;
}
#header .primary li.options {
  padding: 0 5px 0 5px;
}
#header .primary li a {
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  -o-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out; 
}
#header .primary .profile img {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#header .primary .profile {
  margin: 0;
}
#header .options .search {
  padding: 0 10px 0 10px;
  height: 40px;
  position: relative;
  border-left: none;
}
#header .options .search input {
  margin-top: 8px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 10px;
  border-radius: 100px;
  color: #999;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.75), inset 0 1px 3px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.75), inset 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 0 rgba(255,255,255,.75), inset 0 1px 3px rgba(0, 0, 0, .1);
}
#header .options .search input.active {
  color: #000000;
  font-style: normal;
  border-color: #aaa;
}
#header .options .search input.isBad {
  background-color: #d33200;
  color: #ffffff;
}
#header .options .search #searchAutoComplete,
#commentAutoComplete {
  position: absolute;
  border: 1px solid #bbb;
  border-top: 0px;
  background-color: #fff;
  left: -2px;
  top: 40px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 200px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#commentAutoComplete {
  z-index: 15000;
}
#searchAutoComplete {
  background-color: #f8f8f8;
  display: non;
  margin-top: 4px;
}
#searchAutoComplete .content {
  min-height: 24px;
}
#searchAutoComplete h2 {
 float: left;
  font-size: 12px;
  line-height: 24px;
  width: 74px;
  text-align: right;
  padding-top: 5px;
}
#searchAutoComplete ul,
#commentAutoComplete ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#searchAutoComplete ul {
  float: right;
  width: 145px;
  background-color: #ffffff;
  border-left: 1px solid #ddd;
  padding: 5px 0 5px 0;
}
#searchAutoComplete li,
#commentAutoComplete li {
margin: 0;
padding: 0;
position: relative;
}
#searchAutoComplete li a,
#commentAutoComplete li a {
margin: 0;
padding: 3px 5px 3px 10px;
display: block;
  font-size: 12px;
line-height: 18px;
height: auto;
text-align: left;
}
#searchAutoComplete span,
#commentAutoComplete span {
font-size: 10px;
color: #999999;
padding-left: 5px;
}
#header .dropdown {
  position: relative;
  margin-top: -1px;
  padding: 0;
z-index: 10000;
}
#header .dropdown.howto {
  border-right: 0px;
}
#header li.dropdown.howto p {
padding: 0 0px 0 0px;
}
#header .dropdown.howto p img {
  margin-left: 5px;
}
#header .dropdown p {
  padding: 0 12px 0px 10px;
  cursor: pointer;
}
#header .dropdown p em {
  background: transparent url('http://assets.wookmark.com/icons.png') no-repeat -33px -55px;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 7px;
}
#header .dropdown p.arrow em {
 margin-left: 0;
}
#header .dropdown.active, #header .dropdown p:hover {
  background-color: #fffffff;
  display: block;
}
#header .dropdown .ddwrap {
  display: none;
  position: absolute;
  border: 1px solid #bbb;
  border-top: 0px;
  background-color: #fff;
  right: -2px;
  top: 41px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 120px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#header .primary li.options.dropdown .ddwrap {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  left: -123px;
}
#header .primary li.options.dropdown .ddwrap ul {
  float: left;
  width: 120px;
  margin: 0;
  border: 0px;
}
#header .primary li.options.dropdown .ddwrap ul li {
  border: none;
}
#header .primary li.options.dropdown .ddwrap ul.general {
  border-right: 1px solid #ededed;
}
#header .primary .dropdown .ddwrap {
width: 241px;
}
#header .dropdown .ddwrap .arrows {
  color: #ffffff;
  position: absolute;
  right: 9px;
  letter-spacing: -3px;
  top: -22px;
  font-size: 10px;
  text-shadow: 0 -1px #bbb;
  display: none;
}
#header .dropdown ul li {
  padding: 0;
  float: none;
  line-height: 18px;
  margin: 0;
}
#header .dropdown ul li a,
#header .options .dropdown ul li a {
  text-align: left;
  display: block;
  text-indent: 8px;
  padding: 6px 0 6px 0;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  line-height: 18px;
  height: auto;
  color: #444444;
  text-shadow: none;
  font-weight: normal;
  -webkit-transition: all 0.1s ease-out; 
  -moz-transition: all 0.1s ease-out; 
  -o-transition: all 0.1s ease-out; 
  transition: all 0.1s ease-out; 
}
#header .dropdown ul li:hover {

}
#header .dropdown ul li a:hover {
color: #008ed3;
}
#header .dropdown ul li.logout a {
  font-style: italic;
  font-size: 10px;
  color: #777;
}
#header .dropdown ul li.logout:hover {
  background: transparent url('http://assets.wookmark.com/tears.png') no-repeat 98px center;
}
#header .dropdown ul li.logout a:hover {
color: #008ed3;
}
#header .dropdown ul li.upgrade {
  background: transparent url('http://assets.wookmark.com/seal-pico.png') no-repeat 98px center;
}
#header .dropdown ul li:last-child a {
  border: 0;
}
#header .dropdown.active .ddwrap, #header .dropdown:hover .ddwrap {
  display: block;
}
#header .logo h1 {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  color: #333;
  letter-spacing: .5px;
}
#header a:link, #header a:visited {
  color: #333;
  text-decoration: none;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#header a:hover {
  color: #008ed3;
}
#header .options .surprise a {
  display: block;
}
#header .options .surprise img {
  vertical-align: middle;
}
.noImages a:link, .noImages a:visited {
  text-decoration: underline;
  font-size: 48px;
  padding: 20px 0 0 90px;
  display: block;
  width: 300px;
  text-align: left;
}
.polaroid,
.tile.custom {
  width: 236px;
  padding: 18px 0 10px 0;
  background-color: #fff;
  -moz-transition: box-shadow 0.15s ease-out;
  -o-transition: box-shadow 0.15s ease-out;
  -webkit-transition: box-shadow 0.15s ease-out;
  -ms-transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: none;
  border: 1px solid #dedede;
}
.polaroid:hover {
  border: 1px solid #cccccc;
}
.polaroid.private {
  background: #ffffff url('http://assets.wookmark.com/private-tiny.png') no-repeat 222px 6px;
}
.polaroid .imageLink {
  padding-left: 18px;
  margin-bottom: 8px;
  display: block;
  position: relative;
}
.polaroid.tall .imageLink {
max-height: 500px;
overflow: hidden;
}
.polaroid.tall .imageLink:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
display: block;
height: 2px;
background: transparent url('http://assets.wookmark.com/tile-cutoff.png') no-repeat bottom center;
}
.polaroid .imageLink .videoIcon {
  background-image: url('http://assets.wookmark.com/video.png');
  width: 20px;
  height: 20px;
  bottom: 4px;
  left: 22px;
  position: absolute;
}
.polaroid .imageLink img {
  display: block;
}
.polaroid .imageLink {
  d-webkit-transition: -webkit-filter 0.15s ease-out;
  d-webkit-backface-visibility: hidden;
  d-webkit-filter: contrast(101%) saturate(101%);
}
.polaroid .imageLink:hover {
  d-webkit-filter: contrast(115%) saturate(115%);
}
.polaroid .comments .comment,
.polaroid .personalization,
.polaroid p.expand {
  font-size: 11px;
  line-height: 16px;
  padding: 0 18px 0 18px;
  color: #777;
}
.polaroid .comments .comment.hidden {
  display: none;
}
.polaroid .personalization {
  padding: 0 18px 8px 18px;
}
.polaroid .stats.empty, .polaroid .likes.empty, .polaroid .saves.empty {
  display: none;
}
.polaroid .groups,
.polaroid .stats {
  padding-left: 18px;
  padding-right: 18px;
}
body.hideTileInfo .polaroid .comments,
body.hideTileInfo .polaroid .personalization,
body.hideTileInfo .polaroid .groups,
body.hideTileInfo .polaroid .stats {
  display: none;
}
.polaroid .likes, .polaroid .saves, .polaroid .groups p {
  color: #777;
  font-size: 11px;
  line-height: 16px;
  padding: 0 0 0 0;
}
.polaroid .stats .likes,
.polaroid .stats .saves {
  margin-right: 10px;
}
.polaroid .stats em {
  background: transparent url('http://assets.wookmark.com/icons.png') no-repeat -43px -62px;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
}
.polaroid .stats em.l {
  background-position: -32px -62px;
  margin-right: 2px;
}
.polaroid .groups .hidden {
  display: none;
}
.polaroid > div {
  border-bottom: 1px solid #e8e7e3;
  padding: 0 0 8px 0;
  margin-bottom: 8px;
}
.polaroid > div:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.polaroid .groups p .owned, .polaroid .groups p .owned:visited {
  border-bottom: 1px dotted #999;
}
.polaroid.ad,
.polaroid.superad {
  font-size: 11px;
  color: #666666;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  width: 200px;
}
.polaroid.ad p,
.polaroid.superad p {
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  margin: 0 0 1px 0;
  text-indent: 6px;
  background: #aca7a3;
  color: #ffffff;
  text-align: center;
}
.polaroid.ad p a,
.polaroid.superad p a {
  text-decoration: none;
  color: #ffffff;
}
.polaroid.ad p a:hover,
.polaroid.superad p a:hover {
  color: #008ed3;
}
.polaroid.ad .adContent {
  min-height: 125px;
  background: #4a4a4a url('/assets/advertise.jpg');
  padding: 0;
}
.polaroid.superad {
  padding-top: 36px;
  padding-bottom: 36px;
}
.polaroid.superad p {
  margin-left: 20px;
  margin-right: 20px;
}
.polaroid.superad .superAdContent {
  width: 160px;
  height: 600px;
  background-color: #f8f8f8;
  margin: 0 auto 1px auto;
  padding: 0;
  border: none;
}
.polaroid.ad .adContent a {
  font-size: 16px;
  line-height: 125px;
  text-align: center;
  display: block;
  color: #CCCCCC;
  font-weight: 100;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-decoration: none;
  text-shadow: 0 1px 0 #000000;
}

.polaroid.ad .adContent a:hover {
  color: #FFFFFF;
}

/** Custom tiles **/

.tile.custom {
  padding: 0;
}

.tile.custom p {
  font-size: 12px;
  line-height: 16px;
  color: #777;
  padding: 5px 18px 0 18px;
  margin: 0;
}

.tile.custom p b {
  color: #333;
  font-weight: normal;
}

.tile.custom .statistics {
  margin: 0 0 0 0;
  padding: 8px 0 5px 18px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.tile.custom .statistics p {
  float: left;
  width: 33%;
  margin: 5px 0 5px 0;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  font-weight: bold;
}

.tile.custom .statistics p span {
  font-size: 11px;
  color: #777;
  font-weight: normal;
}

.tile.custom h1 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 0 18px;
  padding: 12px 0 0 0;
}

.tile.custom .actionButton {
  display: inline-block;
  margin: 12px 0 17px 15px;
  font-size: 12px;
  padding: 0 9px 1px 9px;
  line-height: 26px;
}

/** Hover options **/

.polaroid .options {
  opacity: 0;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  -webkit-transition: opacity 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  background-color: white;
  height: 50px;
  width: 236px;
  z-index: 10;
}
.polaroid.optionsActive .options,
.polaroid:hover .options {
  opacity: 1;
}
body.iPad .polaroid.optionsActive .options,
body.iPad .polaroid:hover .options {
  opacity: 0;
}
html.no-opacity .polaroid .options {
  display: none;
}
html.no-opacity .polaroid.optionsActive .options,
html.no-opacity .polaroid:hover .options {
  display: block;
}

.polaroid .options .save, 
.polaroid .options .like,
.polaroid .options .magnify {
  cursor: pointer;
  float: left;
  top: 0px;
  width: 118px;
  height: 50px;
  -moz-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.polaroid .options span,
#lightbox .options span {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 9px;
  color: #666666;
  line-height: 9px;
  margin: 2px 0 0 0;
}
#lightbox #tagOptions a {
  float: left; 
  width: 20%;
  height: 52px;
  border-left: 1px solid #dedede;
}
#lightbox #tagOptions a.saveButton {
  border-left: 0px;
}
.polaroid .options .savea,
.polaroid .options .like {
  border-left: 1px solid #dedede;
  width: 117px;
}
.polaroid .options .like { right: 0px; }
.polaroid .options .like.active em,
.polaroid .options .save.active em,
.polaroid .options .comment.active em {
  -webkit-animation: jump 0.75s 1;
  -moz-animation: jump 0.75s 1;
  -o-animation: jump 0.75s 1;
  animation: jump .75s 1;
}
.polaroid .options .save.active,
.polaroid .options .like.active,
.polaroid .options .comment.active,
#lightbox #tagOptions a.active {
  background-color: #008ed3;  
  color: #ffffff;
}
.polaroid .options .like:hover span,
.polaroid .options .save:hover span,
.polaroid .options .magnify:hover span ,
.polaroid .options .comment:hover span,
#lightbox #tagOptions a:hover span {
  color: #008ed3;
}
.polaroid .options .like.active span,
.polaroid .options .save.active span,
.polaroid .options .magnify.active span,
.polaroid .options .comment.active span,
#lightbox #tagOptions a.active span {
  color: #ffffff;
}
.polaroid .options .like.loading,
.polaroid .options .save.loading,
.polaroid .options .comment.loading,
#lightbox #tagOptions a.loading {
  background-image: url('/assets/loader-grey.gif');
  background-repeat: no-repeat;
  background-position: center 10px;
}
.polaroid .options .like.loading em,
.polaroid .options .save.loading em,
.polaroid .options .comment.loading em,
#lightbox #tagOptions a.loading em {
  visibility: hidden;
}
.polaroid .options a {
  display: block;
  padding-bottom: 8px;
}
.polaroid .comments div {
  position: relative;
}
.polaroid .comments .comment {
  word-wrap: break-word;
}
.polaroid .comments .editComment {
  position: absolute;
  right: 0;
  top: -2px;
  display: none;
  background-color: #ffffff;
}
.polaroid .comments div:hover .editComment {
  display: block;
}
.polaroid .comments.empty {
  display: none;
}
.polaroid .comments textarea {
  width: 188px;
  height: 50px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  padding: 4px 4px 5px 5px;
  color: #000000;
  font-style: normal;
  border: 1px solid #ccc;
  margin: 0 0 5px 0;
}
.polaroid .comments .formCreateComment {
  padding: 5px 0 5px 18px;
}

.polaroid .options em,
#lightbox .options em {
  background: transparent url('http://assets.wookmark.com/icons.png') no-repeat left top;
  width: 18px;
  height: 18px;
  display: block;
  margin: 9px auto 1px auto;
}

#lightbox .options em {
  margin-top: 11px;
}

.polaroid .options .magnify em { background-position: -18px 0; }
.polaroid .options .save em,
#lightbox #tagOptions .saveButton em { background-position: -36px 0; }
.polaroid .options .comment em,
#lightbox #tagOptions .noteButton em { background-position: -54px 0; }
#lightbox #tagOptions .shareButton em { background-position: -72px 0; }
#lightbox #tagOptions .flagButton em { background-position: -90px 0; }

.polaroid .options .like:hover em,
#lightbox #tagOptions .likeButton:hover em { background-position: 0 -36px; }
.polaroid .options .magnify:hover em { background-position: -18px -36px; }
.polaroid .options .save:hover em,
#lightbox #tagOptions .saveButton:hover em { background-position: -36px -36px; }
.polaroid .options .comment:hover em,
#lightbox #tagOptions .noteButton:hover em { background-position: -54px -36px; }
#lightbox #tagOptions .shareButton:hover em { background-position: -72px -36px; }

.polaroid .options .like.active em,
#lightbox #tagOptions .likeButton.active em { background-position: 0 -18px; }
.polaroid .options .magnify.active em { background-position: -18px -18px; }
.polaroid .options .save.active em,
#lightbox #tagOptions .saveButton.active em { background-position: -36px -18px; }
.polaroid .options .comment.active em,
#lightbox #tagOptions .noteButton.active em { background-position: -54px -18px; }
#lightbox #tagOptions .shareButton.active em { background-position: -72px -18px; }

/** NSFW **/

.polaroid .nsfwCover {
  display: none;
}

.polaroid.nsfw .nsfwCover {
  display: block;
  background: transparent url('http://assets.wookmark.com/nsfwCover.png');
  text-align: center;
  display: table;
  padding: 0 0 0 0;
  position: absolute;
  left: 18px;
  top: 18px;
  border-bottom: 0px;
  cursor: pointer;
}

.polaroid.nsfw .nsfwCover .nsfwWrap {
  vertical-align: middle;
  display: table-cell;
  line-height: 32px;
}

.polaroid.nsfw .nsfwCover p {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  margin: 0 auto;
  display: inline-block;
  padding: 0 10px 0 10px;
}

/** Polaroid Promos **/

.polaroid.promo {
  width: 200px;
  padding: 18px 18px 18px 18px;
  background-color: #fff;
  -moz-transition: box-shadow 0.15s ease-out;
  -o-transition: box-shadow 0.15s ease-out;
  -webkit-transition: box-shadow 0.15s ease-out;
  -ms-transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dedede;
  float: left;
  margin: 1px;
}

.polaroid.promo h6 {
  font-weight: bold;
  color: #ffffff;
  font-size: 11px;
  line-height: 20px;
  margin: 0 0 1px 0;
  text-indent: 6px;
  background: #aca7a3;
}

.polaroid.promo img {
  display: block;
}

.polaroid.promo h4,
.polaroid.promo p {
  font-size: 11px;
  line-height: 16px;
}

.polaroid.promo p {
  color: #666666;
}

.polaroid.promo h4 {
  margin: 8px  0 0 0;
}

body.fadeSaved .polaroid.saved {
  background-color: transparent;
  border: 1px dotted #e9e9e9;
}

body.fadeSaved .polaroid.saved .imageLink img {
  opacity: .15;
}

body.fadeSaved .polaroid.saved .stats,
body.fadeSaved .polaroid.saved .personalization,
body.fadeSaved .polaroid.saved .comments,
body.fadeSaved .polaroid.saved .groups {
  opacity: .15;
}

body.fadeSaved .polaroid.saved:hover {
  background-color: #ffffff;
  border: 1px dotted #dedede;
}

body.fadeSaved .polaroid.saved:hover .imageLink img {
  opacity: 1;
}

body.fadeSaved .polaroid.saved:hover .stats,
body.fadeSaved .polaroid.saved:hover .personalization,
body.fadeSaved .polaroid.saved:hover .comments,
body.fadeSaved .polaroid.saved:hover .groups {
  opacity: 1;
}

#loader {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  background: transparent url('http://assets.wookmark.com/loader-circle-image.gif') no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0;
  margin-left: -16px;
}
#lightbox {
  position: fixed;
  width: 100%;
  background-color: rgba(0,0,0,.85);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 105;
  opacity: 1;
  -moz-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
html.no-opacity #lightbox {
  background-image: url('http://assets.wookmark.com/bk_shader.png');
}
body.lightboxActive {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
#lightbox {
  overflow-y: scroll;
}
#lightbox .loader {
  background: transparent url('http://assets.wookmark.com/loader-white.gif') no-repeat center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#lightbox .lightboxPreview,
#lightbox .lightboxContent {
position: relative;
margin: 0 auto;
background: black;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

#lightbox .closeButton {
background: transparent url('http://assets.wookmark.com/lightbox-close.png') no-repeat center center;
width: 30px;
height: 30px;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
z-index: 110;
}

#lightbox.biggy .closeButton {
right: 40px;
top: 31px;
background-image: url('http://assets.wookmark.com/lightbox-close-light.png');
}

#lightbox .lightboxPreview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#lightbox .image {
  display: block;
  position: absolute;
  left: 0;
  right: 317px;
  top: 0;
  bottom: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  opacity: 1;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity .25s ease-out;
}

#lightbox.loadingBigImage .image {
opacity: 0;
}

#lightbox .image .wrap,
#lightbox .image .imageWrap {
  width: 100%;
}
#lightbox .image .wrap a {
display: block;
position: relative;
height: 100%;
}

#lightbox .image img,
#lightbox .image iframe {
  display: block;
margin: 0 auto;
max-width: 100%;
}

#lightbox .arrowLeft,
#lightbox .arrowRight,
#lightbox .layoutButton {
  width: 42px;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 10000;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity .25s ease-out;
}

#lightbox .image:hover .arrowLeft,
#lightbox .image:hover .arrowRight,
#lightbox .image:hover .layoutButton {
opacity: 1;
}

#lightbox .arrowLeft {
  left: 0px;
background: transparent url('http://assets.wookmark.com/lightbox-arrow-left.png') no-repeat center center;
}

#lightbox .arrowRight {
  right: 0px;
background: transparent url('http://assets.wookmark.com/lightbox-arrow-right.png') no-repeat center center;
}

#lightbox .layoutButton {
  right: 1px;
  top: 0px;
  bottom: auto;
  height: 52px;
  background: transparent url('http://assets.wookmark.com/lightbox-expand.png') no-repeat center center;
}

#lightbox .contentWrap {
  height: 100%;
  margin: 0;
  position: relative;
  display: block;
  z-index: 104;
}

#lightbox .details {
  position: absolute;
  width: 318px;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
  z-index: 103;
background-color: #ffffff;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

#lightbox .details .wrap {
  display: block;
  width: 318px;
  height: 99%;
  position: relative;
}

#lightboxDetails {
  overflow-y: hidden;
}

#lightbox .details:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#lightbox .details .info {
  padding: 0 0 0 0;
}

#lightbox .details h4 {
  font-size: 13px;
  line-height: 18px;
  color: #777777;
}

#lightbox .details .info p {
  color: #777777;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}

#lightbox .details .stats {
  color: #000000;
  font-weight: normal;
  border-top: 1px solid #ededed;
  padding: 10px 0 10px 0;
}

#lightbox .details .stats p  {
  padding: 3px 15px 3px 33px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  background: transparent url('http://assets.wookmark.com/plus-nano.png') no-repeat 13px 7px;
  color: #777777;
  margin: 0;
  font-weight: normal;
}

#lightbox .details .stats p.likes {
  background-image: url('http://assets.wookmark.com/heart-nano.png');
}

#lightbox .details .info .expand {
  color: #000;
}

#lightbox .details .info .expand:hover {
  text-decoration: underline;
  cursor: pointer;
}

#lightbox .details .info .hidden {
  display: none;
}

#lightbox .details .finder,
#lightbox .details .comment {
  padding: 13px 13px 13px 13px;
  margin-top: 0;
  position: relative;
}

#lightbox .details .finder h4,
#lightbox .details .finder p,
#lightbox .details .comment p {
  padding: 0 0 0 0;
  color: #777777;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  font-weight: normal;
}

#lightbox .details .finder p a.userLink {
  color: #000000;
  font-size: 11px;
  font-weight: normal;
}

#lightbox .details .finder h4 {
  margin-right: 80px;
margin-top: 3px;
}

#lightbox .details .finder a {
  font-weight: normal;
}

#lightbox .details .finder button {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 75px;
  text-align: center;
}

#lightbox .details .userPic {
  margin: 1px 10px 0 0;
  display: inline-block;
  float: left;
  background: #dedede url('http://assets.wookmark.com/no-profile.png') no-repeat center center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  width: 30px;
  height: 30px;
}

#lightbox .details .finder .userPic {
  width: 40px;
  height: 40px;
}

#lightbox .details .comment .editComment {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}

#lightbox .details .comment:hover .editComment { display: block; }

#lightbox .details .finder .userPic img {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#lightbox .details .similar {
  text-align: left;
  padding: 1px 0 0 0;
  aborder-bottom: 1px solid #dedede;
background-color: #000000;
}

#lightbox .details .similar h3 {
display: none;
}

#lightbox .details .similar li {
  float: left;
  position: relative;
}

#lightbox .details .similar li img {
  a-moz-border-radius: 2px;
  a-webkit-border-radius: 2px;
  aborder-radius: 2px;
  margin: 0 1px 1px 0;
  display: block;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
width: 105px;
height: 79px;
}

#lightbox .details .similar li img.ready {
  opacity: 1;
}

#lightbox .details .similar li .videoIcon {
  background-image: url('http://assets.wookmark.com/video.png');
  width: 20px;
  height: 20px;
  bottom: 5px;
  left: 5px;
  position: absolute;
}

#lightbox .details .activity {
border-top: 1px solid #ededed;
padding: 5px 13px 5px 13px;
}

#lightbox .details .activity.scrollable {
overflow-y: scroll;
}

#lightbox .details .activity .group,
#lightbox .details .activity .comment {
padding: 5px 0 5px 0;
}

#lightbox .noteButton {
display: none;
}

#lightbox .details .flagOption {
font-size: 11px;
border-top: 1px solid #dedede;
margin-top: 5px;
padding: 10px 0 15px 0;
display: block;
}

#lightbox #tagOptions .shareButton {
border-right: 1px solid #ededed;
}

#lightbox #tagOptions .flagButton {
float: right;
}

#lightbox #commentForm {
padding: 5px 0 5px 0;
}

#lightbox #commentForm textarea {
width: 235px;
height: 20px;
font-size: 14px;
color: #999;
}

#lightbox .activity.scrollable #commentForm textarea {
width: 215px;
}

#lightbox #commentForm.active textarea {
color: #333;
height: 40px;
}

/** Media queries **/

@media screen and (max-width: 380px) {
  #header .primary .profile {
    padding: 0;
  }
  #header .logo p {
    display: none;
  }
  #header .primary .profile a:first-child img {
    margin: 0 11px 3px 10px;
    padding: 0;
  }
  #header .primary .profile a:last-child {
    display: none;
  }
  #header .options .signup, #header .options .about, #header .options .search, #header .options .dropdown, #header .options .howto {
    display: none;
  }
}

@media screen and (min-width: 380px) and (max-width: 570px) {
  #header .options .surprise, #header .options .search,
  #header .options .signup, #header .options .about {
    display: none;
  }
  #header .logo p {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  #header .logo p {
    display: none;
  }
}

@media screen and (max-width: 570px) {
  .polaroid .options, .polaroid .options .save, .polaroid .options .comment, .polaroid .options .like, .polaroid .options .magnify {
    opacity: 1;
  }
  .polaroid .options .magnify {
    display: none;
  }
  .polaroid {
    padding-top: 50px;
  }
}

/** General adjustments for iPad **/

/** iPad Retina adjustments **/
  
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  #header .logo a {
    background-image: url('http://assets.wookmark.com/icons-hd.png');
    background-size: 108px 189px;
    margin-top: 11px;
  }

  .polaroid .options em,
  .polaroid .stats em {
    background-image: url('http://assets.wookmark.com/icons-hd.png');
    background-size: 108px 189px;
  }
}


/** Source tile **/

.tile.source {
  padding: 14px 18px 18px 18px;
  background-color: #fff;
  -moz-transition: box-shadow 0.15s ease-out;
  -o-transition: box-shadow 0.15s ease-out;
  -webkit-transition: box-shadow 0.15s ease-out;
  -ms-transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  border: 1px solid #dedede;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.tile.source:hover {
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.tile.source {
  width: 200px;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}
.tile.source h4 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 16px;
  word-wrap: break-word;
}
.tile.source p {
  font-size: 11px;
  line-height: 14px;
  color: #777;
  padding: 8px 0 0 0;
}

/** Group tiles **/

.tile.group {
  padding: 14px 17px 18px 18px;
  background-color: #fff;
  -moz-transition: box-shadow 0.15s ease-out;
  -o-transition: box-shadow 0.15s ease-out;
  -webkit-transition: box-shadow 0.15s ease-out;
  -ms-transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  border: 1px solid #dedede;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 201px;
  display: none;
}

.tile.group .owner {
  font-size: 11px;
  margin-top: 4px;
  color: #777777;
}

.tile.group .details {
  position: absolute;
  right: 10px;
  top: 10px;
}

.tile.group .details img {
  margin-left: 5px;
}

.tile.group h2 {
  font-size: 16px;
  margin: 0 0 0 0;
  font-weight: bold;
}

.tile.group h2 a {
  text-decoration: none;
}

.tile.group h2 a:hover {
  color: #008ed3;
}

.tile.group .images img.big {
  margin-bottom: 4px;
  margin-top: 12px;
}

.tile.group .images img {
  display: block;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 1px;
  margin-top: 1px;
}
.tile.group .images .blank {
  width: 66px;
  height: 66px;
  display: block;
  float: left;
  background-color: #ededed;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 1px;
  margin-top: 1px;
}
.tile.group .images img.secret,
.tile.group .images .blank.secret {
  display: none;
}
.tile.group.james .images img.secret,
.tile.group.james .images .blank.secret {
  display: block;
}
.tile.group.james .images img.big {
  display: none;
}
.tile.group.james h2 {
  margin-bottom: 10px;
}

/** Add to groups overlay **/

#groupsOverlay,
#sharePopup,
.popupWrap {
  z-index: 1000;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ffffff;
  border: 2px solid #4b4b4b;
  -moz-box-shadow: 0 2px 12px rgba(0,0,0,.35);
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.35);
  box-shadow: 0 2px 12px rgba(0,0,0,.35);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-width: 230px;
}

#groupsOverlay .wrap {
  position: relative;
}

.popupWrap .arrow,
#groupsOverlay .arrow,
#sharePopup .arrow {
  position: absolute;
  top: -16px;
}

.popupWrap .arrow img,
#groupsOverlay .arrow img,
#sharePopup .arrow img {
  display: block;
  margin-left: -50%;
}

.popupWrap.horizontal .arrow {
  left: -16px;
}

.popupWrap.horizontal .arrow img {
  margin-left: 0;
  margin-top: -14px;
}

.popupWrap.topper .arrow,
#groupsOverlay.topper .arrow,
#sharePopup.topper .arrow {
  top: auto;
  bottom: -16px;
}

.popupWrap.horizontal .arrow img.right,
.popupWrap.horizontal.topper .arrow img.left,
.popupWrap .arrow img.down,
.popupWrap.topper .arrow img.up,
#groupsOverlay .arrow img.down,
#groupsOverlay.topper .arrow img.up,
#sharePopup .arrow img.down,
#sharePopup.topper .arrow img.up {
  display: none;
}

.popupWrap.topper .arrow img.down,
#groupsOverlay.topper .arrow img.down,
#sharePopup.topper .arrow img.down {
  display: block;
}

#groupsOverlay .options {
  padding: 10px 15px 13px 15px;
  border-top: 1px solid #e9e9e9;
  background-color: #f8f8f8;
}

#groupsOverlay .options:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#groupsOverlay .actionButton {
  right: 5px;
  top: 5px;
  padding: 6px 9px 7px 9px;
  font-size: 12px;
}

#groupsOverlay .unsaveButton {
  float: left;
  text-decoration: underline;
  cursor: pointer;
  font-size: 11px;
}

#groupsOverlay .closeButton,
#groupsOverlay .privateButton {
  float: left;
  margin-left: 10px;
  height: 26px;
  padding: 0;
  cursor: pointer;
}

#groupsOverlay .privateButton {
  line-height: 25px;
  width: 27px;
  text-align: center;
  text-indent: -1000px;
  overflow: hidden;
}

#groupsOverlay .privateButton span {
  opacity: 0.75;
  background-image: url('http://assets.wookmark.com/key.png');
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

#groupsOverlay .privateButton:hover span {
  opacity: 1;
}

#groupsOverlay .privateButton.active span {
  opacity: 1;
  background-image: url('http://assets.wookmark.com/key-active.png');
}

#groupsOverlay .privateButton.loading span {
  background-image: url('http://assets.wookmark.com/loader.gif');
}

#groupsOverlay .closeButton span {
  line-height: 25px;
  vertical-align: middle;
  padding: 0 7px 0 8px;
}

#groupsOverlay .closeButton span img,
#groupsOverlay .privateButton span img {
  vertical-align: middle;
}

#groupsOverlay .topOptions {
  position: absolute;
  right: 12px;
  top: 12px;
}

#groupsOverlay h3 {
  font-size: 14px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 0 15px;
  line-height: 50px;
}

#groupsOverlay h3 img {
  vertical-align: middle;
  margin-right: 7px;
  padding-bottom: 2px;
}

#groupsOverlay ul {
  float: left;
  margin: 10px 15px 10px 15px; 
}

#groupsOverlay ul li {
  text-indent: 0px;
  color: #444;
  padding: 3px 0 3px 0;
  display: block;
  position: relative;
  font-size: 12px;
}

#groupsOverlay ul li.loading:before {
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  background: url('/assets/loader.gif') no-repeat;
  position: absolute;
  left: -13px;
  top: 6px;
}

#groupsOverlay .addForm {
  clear: both;
  padding: 1px 0 15px 16px;
}

#groupsOverlay .addForm h4 {
  font-size: 13px;
  color: #000000;
  font-weight: normal;
  margin: 0 0 10px 0;
}

#groupsOverlay .addForm input {
  float: left;
}

#groupsOverlay .addForm input[type=text] {
  padding-top: 7px;
  padding-bottom: 6px;
  color: #999;
}

#groupsOverlay .addForm input[type=text].active {
  color: #333;
}

#groupsOverlay .addForm input[type=submit] {
  margin-left: 5px;
  display: none;
}

#groupsOverlay .addForm.active input[type=submit] {
  display: block;
}

#groupsOverlay .addForm:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#groupsOverlay .privacy {
  border-top: 1px solid #e9e9e9;
  font-size: 12px;
  color: #444;
  padding: 13px 0 15px 15px;
  position: relative;
}

#groupsOverlay .privacy label {
  margin-right: 10px;
}

#groupsOverlay .privacy.loading {
  background: url('/assets/loader.gif') no-repeat 2px center;
}

#groupsOverlay .dropbox {
  position: absolute;
  right: 12px;
  top: 7px;
}

#groupsOverlay .dropbox .actionButton {
  padding: 0;
  line-height: 16px;
  cursor: pointer;
}

#groupsOverlay .dropbox .actionButton span {
  display: inline-block;
  padding: 6px 7px 2px 7px;
}

#groupsOverlay .dropbox .actionButton.loading span {
  background: transparent url('/assets/loader.gif') no-repeat center center;
}

#groupsOverlay .dropbox .actionButton.loading span img {
  visibility: hidden;
}

#groupsOverlay .upgrade {
 background: #4b4b4b;
  font-size: 11px;
  color: #ffffff;
  line-height: 34px;
  padding: 0 10px 0 15px;
  margin: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

#groupsOverlay .upgrade a {
  color: #ffffff;
  text-decoration: underline;
}

/** Group info popup **/

#groupInfoPopup {
  width: 225px;
  padding: 2px 2px 0 2px;
  min-width: 225px;
}

#groupInfoPopup .images {
  margin: 0;
}

#groupInfoPopup .images img {
 display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#groupInfoPopup h4 {
  padding: 10px 5px 5px 10px;
  font-size: 13px;
}
#groupInfoPopup p {
  margin: 0 5px 10px 10px;
  color: #666666;
  font-size: 11px;
}

/** Share popup **/

#sharePopup {
  width: 128px;
  min-width: 0;
}

#sharePopup li {
  border-bottom: 1px solid #ededed;
  margin: 0;
  padding: 0;
}

#sharePopup li:last-child {
  border-bottom: 0px;
}

#sharePopup li a {
  display: block;
  width: 128px;
  line-height: 40px;
  text-indent: 40px;
  position: relative;
}

#sharePopup li a span {
  position: absolute;
  left: 11px;
  top: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  text-indent: 0;
}

#sharePopup li:hover a span img { margin-top: -20px; }

#sharePopup li.pinterest a span img { margin-left: -20px; }
#sharePopup li.twitter a span img { margin-left: -40px; }
#sharePopup li.embed a span img { margin-left: -60px; }
#sharePopup li.tumblr a span img { margin-left: -80px; }

/** Comment popup **/

#commentPopup {
  padding: 10px;
}

#commentPopup textarea {
 width: 215px;
  margin: 0 0 5px 0;
}

#commentPopup input {
 float: right; 
}

/** Lightbox options **/

#lightbox #tagOptions {
  padding: 0;
  margin: 0;
}

#lightbox .options #tagOptions {
  opacity: 1;
  position: relative;
}

#lightboxDetails .addComment {
  display: none;
}

/** Header Plus message **/

#header #plusMessage {
  display: none;
  position: absolute;
  left: 50%;
  top: 40px;
}

#header .plusMessageWrap {
  margin-left: -50%;
  display: inline-block;
  background: #ffffff url('http://assets.wookmark.com/seal-small.png') no-repeat 30px 30px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border: 1px solid #cdcdcd;
  width: 643px;
  padding: 10px 0 25px 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#header #plusMessage h2 {
  font-size: 24px;
  margin: 33px 0 0 0;
  text-indent: 90px;
  padding-bottom: 43px;
}

#header #plusMessage .info p {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin: 0 0 25px 0;
  float: left;
  width: 210px;
  text-align: center;
}

#header #plusMessage .info {
  padding-top: 215px;
  border-bottom: 1px solid #dedede;
  background: #ffffff url('/assets/plus/plus-message-visual.jpg') no-repeat center 0px;
}

#header #plusMessage a.actionButton {
  display: inline-block;
  float: right;
  margin: 20px 30px 0 0;
  font-size: 16px;
  padding: 0 25px 2px 25px;
  line-height: 36px; 
}

#header #plusMessage .close {
  float: right;
  width: 23px;
  height: 23px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
  cursor: pointer;
  margin: 10px 20px 0 0;
}

#header #plusMessage .close div {
  width: 100%;
  height: 100%;
  background: transparent url('http://assets.wookmark.com/x.png') no-repeat center center;
}

/** Quick group nav **/

#quickGroupNav {
  position: fixed;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
}

#quickGroupNav .wrap {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

#quickGroupNav .wrap2 {
  display: table-cell;
  vertical-align: middle;
}

#quickGroupNav .content {
  display: inline-block;
  margin: 0 auto;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 15px rgba(0,0,0,.25);
  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.25);
  box-shadow: 0 2px 15px rgba(0,0,0,.25);
}

#quickGroupNav h2 {
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #dedede;
  padding: 15px 15px 15px 15px;
}

#quickGroupNav ul {
float: left;
border-right: 1px solid #dedede;
}

#quickGroupNav li {
  line-height: 30px;
  padding-right: 15px;
  text-indent: 15px;
  border-bottom: 1px solid #dedede;
  text-align: left;
  padding-bottom: 1px;
  font-size: 12px;
}

#quickGroupNav li a {
  display: block;
}

#quickGroupNav ul li:last-child {
  border-bottom: 0px;
}

img.imageLoading {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

img.imageLoaded {
  opacity: 1;
}

/** No images message **/

#noImages {
  text-align: center;
  max-width: 300px;
  margin: 35px auto;
}

#noImages h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 15px 0;
}

#noImages a {
  display: inline-block;
  margin: 0 0 0 0;
  line-height: 28px;
  padding: 0 12px 2px 12px;
}

/** Scale/fade animations **/
  
.zapMeIn {
  -webkit-animation: zapIn 0.15s 1;
  -moz-animation: zapIn 0.15s 1;
  -o-animation: zapIn 0.15s 1;
  animation: zapIn 0.15s 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
  
.zapMeOut {
  -webkit-animation: zapOut 0.15s 1;
  -moz-animation: zapOut 0.15s 1;
  -o-animation: zapOut 0.15s 1;
  animation: zapOut 0.15s 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
  
@-webkit-keyframes zapIn { 0% { opacity: 0; -webkit-transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); } }
@-webkit-keyframes zapOut { 0% { opacity: 1; -webkit-transform: scale(1); } 99% { opacity: 0; -webkit-transform: scale(0.9); } 100% { opacity: 0; -webkit-transform: scale(0.9); display: none; } }
  
@-moz-keyframes zapIn { 0% { opacity: 0; -moz-transform: scale(0.9); } 100% { opacity: 1; -moz-transform: scale(1); } }
@-moz-keyframes zapOut { 0% { opacity: 1; -moz-transform: scale(1); } 99% { opacity: 0; -moz-transform: scale(0.9); } 100% { opacity: 0; -moz-transform: scale(0.9); display: none; } }
  
@-o-keyframes zapIn { 0% { opacity: 0; -o-transform: scale(0.9); } 100% { opacity: 1; -o-transform: scale(1); } }
@-o-keyframes zapOut { 0% { opacity: 1; -o-transform: scale(1); } 99% { opacity: 0; -o-transform: scale(0.9); } 100% { opacity: 0; -o-transform: scale(0.9); display: none; } }
  
@keyframes zapIn { 0% { opacity: 0; transform: scale(0.9); } 100% { opacity: 1; transform: scale(1); } }
@keyframes zapOut { 0% { opacity: 1; transform: scale(1); } 99% { opacity: 0; transform: scale(0.9); } 100% { opacity: 0; transform: scale(0.9); display: none; } }
 

@-webkit-keyframes jumpy { 
  0% { -webkit-transform: scale(1); -webkit-animation-timing-function: ease-out; } 
  35% { -webkit-transform: scale(2.5); -webkit-animation-timing-function: ease-in; } 
  70% { -webkit-transform: scale(1); -webkit-animation-timing-function: ease-out; } 
  85% { -webkit-transform: scale(1.35); -webkit-animation-timing-function: ease-in; } 
  100% { -webkit-transform: scale(1); -webkit-animation-timing-function: ease-out; } 
}

@-moz-keyframes jumpy { 
  0% { -moz-transform: scale(1); -moz-animation-timing-function: ease-out; } 
  35% { -moz-transform: scale(2.5); -moz-animation-timing-function: ease-in; } 
  70% { -moz-transform: scale(1); -moz-animation-timing-function: ease-out; } 
  85% { -moz-transform: scale(1.35); -moz-animation-timing-function: ease-in; } 
  100% { -moz-transform: scale(1); -moz-animation-timing-function: ease-out; } 
}

@-o-keyframes jumpy { 
  0% { -o-transform: scale(1); -o-animation-timing-function: ease-out; } 
  35% { -o-transform: scale(2.5); -o-animation-timing-function: ease-in; } 
  70% { -o-transform: scale(1); -o-animation-timing-function: ease-out; } 
  85% { -o-transform: scale(1.35); -o-animation-timing-function: ease-in; } 
  100% { -o-transform: scale(1); -o-animation-timing-function: ease-out; } 
}

@keyframes jumpy { 
  0% { transform: scale(1); animation-timing-function: ease-out; } 
  35% { transform: scale(2.5); animation-timing-function: ease-in; } 
  70% { transform: scale(1); animation-timing-function: ease-out; } 
  85% { transform: scale(1.35); animation-timing-function: ease-in; } 
  100% { transform: scale(1); animation-timing-function: ease-out; } 
}

/** Shake head animation **/

.nonono {
  -webkit-animation: nonono 1s 1;
  -moz-animation: nonono 1s 1;
  -o-animation: nonono 1s 1;
  animation: nonono 1s 1;
}

@-webkit-keyframes nonono {
  0%, 100% {-webkit-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes nonono {
  0%, 100% {-moz-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes nonono {
  0%, 100% {-o-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes nonono {
  0%, 100% {transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
  20%, 40%, 60%, 80% {transform: translateX(10px);}
}

/** Bottom nav **/

#images {
  padding-bottom: 90px;
}

#noMoreImages {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 40px 0 0 0;
}

#noMoreImages ul {
  width: 504px;
  margin: 0 auto;
}

#noMoreImages li {
  float: left;
  width: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin: 0 15px 0 15px;
}

#noMoreImages li a:link,
#noMoreImages li a:visited {
  color: #999999;
}

#noMoreImages li a:hover { color: #008ed3; }

#noMoreImages li span {
  width: 90px;
  height: 50px;
  overflow: hidden;
  display: block;
}

#noMoreImages li img { margin: 0; }
#noMoreImages li a:hover img { margin-top: -50px; }

#noMoreImages li.recent img { margin-left: -90px; }
#noMoreImages li.surprise img { margin-left: -270px; }
#noMoreImages li.recent img { margin-left: -180px; }
#noMoreImages li.categories img { margin-left: -360px; }
#noMoreImages li.backup img { margin-left: -450px; }