.post {
text-align:left;
background:#fff;
color:#000;
padding:10px;
width:250px;
margin:10px 10px 0 0;
position:relative;
-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
box-shadow: 0 1px 10px rgba(0,0,0,.3);
}
.post img {
}
.box {
float:left;
overflow:hidden;
}
.notes {
clear:both;
text-align:left;
background:#fff;
padding:5px;
width:550px;
margin:5px 5px 5px 0;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
ol.notes {
padding: 0px;
margin: 25px 0px;
list-style-type: none;
border-bottom: solid 1px #ccc;
}
ol.notes li.note {
border-top: solid 1px #ccc;
padding: 10px;
}
ol.notes li.note img.avatar {
vertical-align: -4px;
margin-right: 10px;
width: 16px;
height: 16px;
}
ol.notes li.note span.action {
font-weight: bold;
}
ol.notes li.note .answer_content {
font-weight: normal;
}
ol.notes li.note blockquote {
border-color: #eee;
padding: 4px 10px;
margin: 10px 0px 0px 25px;
}
ol.notes li.note blockquote a {
text-decoration: none;
}
.box {
overflow:hidden;
}
.post {
text-align:left;
background:#fff;
padding:5px;
width:500px;
margin:5px 5px 5px 0;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.postCount {
background:#fff;
color:#b8b8b8;
padding:3px 0;
text-align:right;
}
.post a, .post a:link, .post a:active, .post a:visited {
color:#707070;
text-decoration:none;
}
.post a:hover {
color:black;
}
ol {
margin:0;
padding:0;
}
ol li {
padding:0;
margin:0;
list-style-type:none;
}
#header {
background:#fff;
width:128px;
padding:10px;
margin:5px 5px 5px 0;
position:fixed;
-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
box-shadow: 0 1px 10px rgba(0,0,0,.3);
}
#header p#description {
padding:10px 5px;
margin:0;
color:#000;
font:12px 'Dosis', sans-serif;
text-transform:uppercase;
}
#topNav {
}
#topNav a {
display:block;
color:#000;
background:#f1f1f1;
padding:5px;
margin:5px 5px;
font-weight:normal;
font-size:9px;
text-transform:uppercase;
}
#topNav a:hover {
background:#f1f1f1;
color:#000;
text-decoration:underline;
}
#logo {
}
#header h1 {
text-transform:uppercase;
font-family: 'Francois One', sans-serif;
font-size:20px;
letter-spacing:-1px;
color:#000;
font-weight:normal;
margin:0;
display:block;
background:#e5e5e5;
padding:0;
}
.hov{top:0; left:0;padding:35px 0 0 0;font-size:20px;display:block;position:absolute;width:260px;height:1200px;margin-top:0px;text-align: center;opacity: 0;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;}
.post:hover .hov {background:url('http://www.snazzyspace.com/images/fadeWhite.png') repeat transparent;cursor:pointer; display:block; opacity: 1;-moz-box-shadow: inset 0 0 75px rgba(0,0,0,0.5);-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;}.date2 a {color:;}.date2 a:hover {color:;}
.notesLink {
text-align:center !important;
color:#fff !important;
padding:2px 10px !important;
font-family: 'Francois One', sans-serif !important;
font-size:85px !important;
letter-spacing:-6px;
text-transform:uppercase !important;
font-weight:normal !important;
text-shadow:1px 1px 1px #000;
display:block;
}
.reblogLink {
display:none;
text-align:center !important;
color:#000 !important;
padding:2px 10px !important;
font-family: 'Francois One', sans-serif !important;
font-size:35px !important;
letter-spacing:-2px;
text-transform:uppercase !important;
font-weight:normal !important;
}
p.datePost {
display:none;
width:50%;
margin:5px auto;
text-align:center !important;
color:#fff !important;
padding:2px 10px !important;
background:black !important;
font-family: 'Francois One', sans-serif !important;
font-size:15px !important;
letter-spacing:3px;
text-transform:uppercase !important;
border-radius:4px;
-moz-border-radius:4px;
}
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
-webkit-transition-duration: 0.7s;
-moz-transition-duration: 0.7s;
-o-transition-duration: 0.7s;
transition-duration: 0.7s;
}
.transitions-enabled.masonry {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.transitions-enabled.masonry .masonry-brick {
-webkit-transition-property: left, right, top;
-moz-transition-property: left, right, top;
-o-transition-property: left, right, top;
transition-property: left, right, top;
}
/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
transition-property: none;
}
#infscr-loading {
text-align: center;
z-index: 100;
position: fixed;
left: 45%;
bottom: 40px;
padding: 5px;
background: #000;
font-family: 'Francois One', sans-serif;
font-size:23px;
color: #fff;
text-transform:uppercase;
}
#infscr-loading img {
display:none;
}
#mainRight {
float:right;
width:148px;
}
#holder {
float:left;
width:855px;
}