* {
margin:0;
padding:0;
}
/*html, body, iframe { margin:0; padding:0; height:100%; }
*/


ul {

margin:0;
padding:0;

}

li {
list-style-type: none;
}

h2,h3 {
line-height:35px;
}

h1 {
font-family: helvetica;
font-weight: 100;
font-size: 35px;
padding-bottom: 15px;
padding-left:5px;
color: #666;
line-height:36px;
}

img {
  margin:0;
  padding:0;
}

body
{

  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  color: #333;
  background: #DDD;

}

#body {

  text-align: left;
  width: 860px;
  margin: 0 auto;
  margin-bottom: 50px;
  min-height: 450px;
  margin-top: 54px;

}

#header {
  width: 860px;
  height: 50px;  
  margin: 20px auto;
  position: relative;
}


#header #menu {
  width: 636px;
  height: 41px;
  position: absolute;
  top: 8px;
  right: 0;
}

#header #menu ul {

  margin-left:12px;

}
#header #menu li {
  list-style:none;
  display:inline-block;
  padding:10px;
  padding-left:5px;
  padding-right:5px;
}

#header #menu li a:hover {
  text-decoration:underline;
}
#header #menu li a {
  text-decoration:none;
  color:#77A8CE;
  font-size:14px;
 
}
#header #logo {
  display: block;
  width: 160px;
  height: 50px;
  float: left;
}

#page #content {
   width: 520px;
   float: left;
   position: relative;
   padding: 20px 0 20px 20px;
   margin-bottom:20px;
}

#page #grid1-main {
   width: 500px;
   float: left;
   position: relative; 
   padding: 11px;
   background: white;
   padding-top: 16px;
   padding-bottom: 7px;  
   margin-top:18px; 
   
}

#page #grid1-wrapper {
min-height:200px;
}

#page #content .filter {
  
  margin-bottom: 20px;
  position: relative;
  min-height: 30px;
  line-height: 1.1em;
}

#page #content .filter ul {
  clear: both; 
  background: #f1f1f1;
  padding: 7px;
  margin: 0 20px 20px 0;
  min-height: 30px;

}

#page #content .filter ul li {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
}

#page #content .filter ul li.active a {
  background: white;
  border: 1px solid #E9E9E9;
  color: #77a8ce;
  cursor: default;
  padding: 7px 10px;
}

#page #content .filter ul li a {
  display: block;
  font-size: 13px;
  line-height: 13px;
  padding: 8px 10px 6px 10px;
  color: #828181;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#page #content .filter-dropdown {
  height:2px; 
  margin-right:20px;
  margin-botom:10px;
}


.box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #c1c1c1;
  -moz-box-shadow: 0 1px 2px #c1c1c1;
  -o-box-shadow: 0 1px 2px #c1c1c1;
  box-shadow: 0 1px 2px #c1c1c1;
  background: white;
}  

.filter .box {
 border-radius:0px;
}

#sidebar {
  
  float: right;
  width: 300px;
  position: relative;
  
}

#sidebar .block {
  
    margin-bottom: 28px;
    margin-top: 15px; 
}

.block > ul {
  
  padding:0;
  
}

.block .title {
  margin-bottom: 18px; 
  font-size: 1.4em;
  color: #888;
  font-weight: bold;
  text-shadow: 0 1px 0 white;
  cursor: default;
  
}

.tags {
 padding:0;
 margin:0;
 max-width:490px;
 margin-left: 5px;
}

.explore {
padding: 30px;
padding-top: 0;
}
.explore li {
background: url(../images/types/tumblr.png) 50% 13px lightGrey no-repeat;
width:100px;
height:100px;
display:inline-block;
margin-right:-4px;
margin-top:-5px;
position:relative;
}

.explore li p 
{
float: right;
bottom: 0;
position: absolute;
background: black;
color: white;
padding: 5px;
width: 100px;
opacity: 0.8;
margin: 0;
}
.explore li a {
color:white;
text-decoration:none;
font-weight:bold;
}

.tt .tags {

margin-left:10px;
margin-bottom: 25px;
}

.tags li a {
  color:#828181;
  text-decoration:none;
}

.tags li a:hover {
  color:black;
}
.tags li {
  font-size:13px;
  background:#eee;
  -webkit-box-shadow: 0 2px 0 #c1c1c1;
  -moz-box-shadow: 0 2px 0 #c1c1c1;
  -o-box-shadow: 0 2px 0 #c1c1c1;
  box-shadow: 0 2px 0 #C1C1C1;
  border: 1px solid #bbb;
  display: inline-block;
  font-size: 13px;
  margin: -1px 0 0 -5px;
  padding: 6px 10px;
}

.tt .tags li {

font-size: 14px;
padding: 8px 18px;
box-shadow:0 3px 0 #C1C1C1;

}
.block .posts_block li {
 height:76px;
 list-style:none; 
 display:block;
 margin:0;
 border-bottom:1px solid #bbb;
 position:relative;
 cursor:pointer;
 overflow:hidden;
}

.block .posts_block .rank {

margin-left: 77px;
position: absolute;
padding: 12px;
background: #77A8CE;
color: white;
font-weight: bold;
font-size: 25px;
padding-left: 14px;
padding-right: 14px;

}
.block .posts_block li:hover {

 /*background:#aedeff; */
   background:#cfeaff;
}

.block .posts_block li .thumb {

float: left;
width: 75px;
border: 1px solid #BBB;
height: 75px; 
overflow:hidden; 
}

.block .posts_block li .thumb.text {
 background: #FBFFCF url(../images/types/text60x60.png) 8px 8px no-repeat ;
}

.block .posts_block li .thumb.chat {
 background: lightgreen url(../images/types/chat60x60.png) 8px 8px no-repeat;
}

.block .posts_block li .thumb.link {
 background: lightgreen url(../images/types/link60x60.png) 8px 8px no-repeat;
}

.block .posts_block li .thumb.video {
 background: #DEF4FF url(../images/types/video60x60.png) 8px 8px no-repeat;
}

.block .posts_block li .thumb.answer {
 background: lightpurple url(../images/types/answer60x60.png) 8px 8px no-repeat;
}

.block .posts_block li .thumb.audio {
 background: #DEF4FF url(../images/types/audio60x60.png) 8px 8px no-repeat;
}

.block .posts_block li .thumb.quote {
 background: #DEF4FF url(../images/types/quote60x60.png) 8px 8px no-repeat;
}


.explore li.text {
 background: #FBFFCF url(../images/types/text60x60.png) 50% 6px no-repeat ;
}

.explore li.link {
 background: lightpurple(../images/types/link60x60.png) 50%  6px no-repeat ;
}

.explore li.chat {
 background: lightgreen url(../images/types/chat60x60.png) 50%  6px no-repeat ;
}

.explore li.quote {
 background: #DEF4FF url(../images/types/quote60x60.png) 50%  6px no-repeat ;
}

.explore li.audio {
 background: lightpink url(../images/types/audio60x60.png) 50%  6px no-repeat ;
}

.explore li.video {
 background: lightblue  url(../images/types/video60x60.png) 50%  6px no-repeat ;
}

.explore li.answer {
 background: #FBFFCF url(../images/types/answer60x60.png) 50%  6px no-repeat ;
}





 text-align:right;
 padding:6px;
 padding-left:90px;
}

.block .posts_block li .detail-header {
 
  margin-bottom:8px;
}

.info {

background:#f1f1f1;
float:left;
text-align:left;
font-size: 10px;
line-height: 12px;
padding:1px;
padding-left: 5px;
padding-right: 5px;
margin-top: 8px;
margin-left: 9px;
}

.block .notes {
float:right;
margin:5px;
margin-right:7px;
text-align:right;

}


.info .growth {

  color:#090;
  padding-left:11px;
  background: url(../images/greenarrow.gif) no-repeat -1px;
   
}

.info .growth.negative {
  background: url(../images/redarrow.gif) no-repeat -1px; 
  color: red;
}

.block .posts_block li .detail-body {
line-height: 14px;
font-size: 10px;
color:#888;
margin-left:86px;
margin-top:2px;
margin-right: 3px;
}

.block .posts_block li .detail-title {
font-weight: bold;
padding-left: 85px;
padding-top: 6px;
}

.home-bottom-wrapper .block .posts_block li .detail-body { 

margin-left: 82px;
margin-top: 2px;
margin-right: 8px;

}

.block .detail-header {
height:42px;
}

.block .notes {
 font-size: 10px;
 line-height: 5px;
 background: white;
 z-index: 999;
 position: relative;
 padding-left: 12px;
}
.note-count {
 font-size: 25px;
 line-height: 25px;
 font-family: Helvetica;
 display:block
}

.block.user_info .left {
float:left;
}

.block.user_info .right {
float:left;
padding-left:15px;
padding-top:10px;
overflow: hidden;
width: 60%;
}
.block.user_info .right li {
list-style:none;
font-size: 21px;
line-height: 22px;
font-family: Helvetica;
width:300px;
}

.block.user_info .right li a {
text-decoration:none;
font-size:16px;
color: #77A8CE;
}

.block.user_info .right li span {
font-size:12px;
}
.block.user_info .box {
height:96px;
position:relative;
}

.block.user_info .follow {
width: 20px;
height: 20px;
top: 10px;
right: 10px;
position: absolute;
}
.block .posts_block li .date {

 font-style: italic;
 font-size: 10px;
 position: absolute;
 bottom: 5px;
 right: 10px;
 
}
.post, .paginator {
max-height: 270px;
margin-top: 20px;
overflow: hidden;
width: 500px;

}

.post{
min-height:140px;
}

.post-content {
min-height: 110px;
/*overflow:auto;*/
}


.paginator {
height:27px;
}

.post {
height:100%;
cursor:pointer;
}


.post.photo .post-content {

}

.post.text .post-content {
margin-bottom: 15px;
}

.post.photo {

max-height:800px;
}
.single .date-single {
text-align:left;
margin-top:10px;
font-size: 12px;
clear:both;
}
.post .post-content .date-static {
font-size:11px;
font-style:italic;
color:grey;
}
.post .post-content .date {
color: white;
float: right;
position: absolute;
background: #888;
padding: 0px;
font-size: 11px;
padding-right: 5px;
padding-left: 5px;
opacity: 0.8;
font-weight: bold;
}
.post.chat .post-content .date {
}
.post.chat {
margin-bottom:45px;
max-height:500px;
}

.post.link .post-content {
margin-top:16px;
}

.post.link .post-content .date {
margin-top: -36px;
margin-left: -20px;
text-align: right;
}

.post.photo .post-content img {
  margin-right: -4px;
  vertical-align: top;
  border-top: 1px solid #a6a6a6;
}

.post.video {
 max-height:300px;
}

.post.video .post-content {

 min-height:140px;
 background: #def4ff;  
 padding:15px;


}

.post.video .post-content .caption {
  font-weight:100;
  font-weight:light;
  width:43%;
  float:right;
  line-height:140%;
  font-family: 'Lucida Grande', Helvetica, sans-serif;
  font-size: 120%;
  color: #707070;
  margin:0; 
  padding:5px; 
}

.chat .dialogue {
  background: transparent url(../images/types/chat200x200.png) 8px 8px no-repeat;
}


.chat .dialogue li {
  list-style:none;
  padding:5px;
  padding-left:20px;
  background: #E9FCE9;
  border:1x solid #eee;
}

.chat .dialogue li.odd {
 border:0;
 /* background: lightgreen; */
 background:#BCF6BC;
 box-shadow: 0px 1px 2px #aaa inset;
}

.chat .dialogue li .label {
  font-weight:bold;
  padding-right:10px;
}

.post.link {
background: #f3deff;
}

.link .post-content{
padding:20px;
margin-top:5px;
}

.link .title {
font-size: 25px;
padding-left: 75px;
background: url(../images/types/link60x60.png) 0px 0px no-repeat;
padding-top: 9px;
margin-left: 0px;
line-height: 32px;
text-decoration: none;
min-height: 52px;
margin-bottom: 14px;
}

.single.link .title{
 padding-left:4px;
 background:none;
}
.single.link .title a{
 color:black;
}

.link .title a{
color:#555;
text-decoration:none;
}
.link .description {
color: #555;
font-size: 13px;
line-height: 20px;
}


.post .tooltip , .grid-post .tooltip{
  
 z-index: 99;
 float:left;
 position:absolute;
 margin-left: -34px;
 margin-top: -8px;
 display:none;
 cursor:pointer;
}

.post .buttons {
background: rgb(30,30,30); /* Fall-back for browsers that don't support rgba */
background: rgba(30, 30, 30, 0.6);
position: absolute;
margin-left: 367px;
margin-top: 18px;
padding: 6px;
padding-bottom: 1px;
display:none;
z-index:1000;
border-radius:35px;
}

.post.text .buttons, .post.audio .buttons, .post.video .buttons {
background: transparent;
}

.post.audio .buttons {
margin-left:377px;
margin-top:125px;
}

.post.text .buttons {
}
.post.photo .buttons:hover {
background: rgba(30, 30, 30, 0.6);
}

.post .reblog, .grid-post .reblog {
 cursor:pointer;
}

.post .reblog-box {
 margin-left: -65px;
 position: absolute;
 z-index: 99;
 float: left;
 text-align: right;
 width: 65px;
 height: 72px;
 background: #8F8F8F;
 opacity: 0.8;
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
 color:white;
 text-align: center;
}


.post .reblog-box .notes {
line-height:18px;
padding: 5px;
font-size: 25px;
padding-top: 10px;
font-weight:100;
}

.post .reblog-box .notes.size5 {
padding:0;
padding-top:10px;
font-size:20px;
margin-bottom:5px;
}

.post .reblog-box .notes.size6 {
padding:0;
padding-top:10px;
font-size:18px;
margin-bottom:5px;
}

.post .reblog-box .notes.size7 {
padding:0;
padding-top:10px;
font-size:16px;
margin-bottom:5px;
}

.button, .button:visited {
	background: #222 url(../images/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}

.button.lightgrey, .button.lightgrey:visited {
        background: #555 url(../images/overlay.png) repeat-x;

}

.small.button, .small.button:visited { font-size: 11px}
.button, .button:visited,
.medium.button, .medium.button:visited 	
	{ font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	}

.large.button, .large.button:visited 			        
{ font-size: 14px;
  padding: 8px 14px 9px; }

.super.button, .super.button:visited 			
{ font-size: 34px;
  padding: 8px 14px 9px; }


.pink.button, .magenta.button:visited	{ background-color: #e22092; }
	.pink.button:hover					{ background-color: #c81e82; }
	.green.button, .green.button:visited	{ background-color: #91bd09; }
	.green.button:hover				        { background-color: #749a02; }
	.red.button, .red.button:visited		{ background-color: #e62727; }
	.red.button:hover					{ background-color: #cf2525; }
	.orange.button, .orange.button:visited	{ background-color: #ff5c00; }
	.orange.button:hover				{ background-color: #d45500; }
	.blue.button, .blue.button:visited   	        { background-color: #3b5998; } 
	.blue.button:hover					{ background-color: #2575cf; }
	.yellow.button, .yellow.button:visited	{ background-color: #ffb515; }
	.yellow.button:hover				{ background-color: #fc9200; }



/*posts*/

/*quote*/

.post.quote {
   max-height:100%;
   margin-bottom:-35px;
}

.quote .bqstart {
 float: left;
 margin-top: -20px;
 padding-top: 45px;
 margin-bottom: -50px;
 font-size: 850%;
 color: red;
 font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
 font-style: normal;
 text-shadow: 2px 2px 0px #FFF1F1, 3px 3px 0px red ;
 margin-right:15px;
}

.quote .bqend {
  
 float: right;
 margin-top: 0px;
 padding-top: 50px;
 font-size: 850%;
 color: red;
 font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
 font-style: normal;
 text-shadow: 2px 2px 0px #FFF1F1, 3px 3px 0px red ;
 margin-left:15px;

}

.quote blockquote {

 background: #FFF1F1;
 margin: 0;
 padding: 0;
 font-size: 170%;
 line-height: 160%;
 font-style: normal;
 padding: 20px;
 padding-top: 30px;
 padding-bottom:30px;
 font-family: 'Lucida Grande', Verdana, helvetica, sans-serif;
 color: #707070;
 /*text-shadow: 1px 1px 0px #FFF1F1, 2px 2px 0px #b0b0b0 ;*/
 border-bottom:1px solid #CCCCCC;
 border-left:1px solid #CCCCCC;
}

.single.quote blockquote {
margin-top: 3px;
margin-bottom: 35px;
}

/*end quote*/


/*audio*/

.post.audio {
background:#ffeaea;
}

.post.audio .left {
 float:left;
 width:35%;
 background: url(../images/types/audio175x175.png) no-repeat #ccc;
 height: 175px;
 opacity: 0.6;
}

.post.audio .left img {
  width:175px;
}

.post.audio .right {
  float:right;
  width:62%;
}


.post.audio .right .player {
  padding-top:10px;
}

.post.audio .right .caption {
  padding-top:10px;
}

.single.audio .wrapper-audio {
display:block;
overflow: auto;
background:#FFEAEA;
}

.single.audio .wrapper-audio .left {
float:left;
padding:20px;
width:40%;
}

.single.audio .wrapper-audio .right {
float:right;
padding:10px;
width:48%;
text-align:right;
}

/*.single .caption {text-align:justify}*/
.single.audio .art {
 padding-top:15px
}
.single.audio .caption, .single.audio .art {
text-align:center;
}
/*text*/

.post.text {
   max-height:100%;
   border-top: 1px dotted #CCC;
}

.post.text .title {
line-height: 140%;
margin: 0;
color: black;
font-size: 20px;
font-weight: bold;
}

.single .body p {
margin-bottom:5px;
}
.single .body {
text-align:justify;
}
.post.text .body {
 font-size:14px; 
 padding-top:5px;
 font-family:arial;
}


.mobile-menu {
margin-left:-20px;
margin-bottom: 4px;
}

.post.text .body.footer {
 
background: black;
color: white;
width: 212px;
display: block;
margin: 5px;
margin-top:-10px;
}

.post.text .image {
max-height: 155px;
overflow: hidden;
}

.post.text .left {
 padding-top:8px;
 float:right;
 width: 62%;

}

.post.text .right {
 min-height:140px;
 position:relative;
 float:left;
 width: 35%;
}

.post.text .right img {
 height:auto;
 width:167px;
 margin-bottom:-5px;
}

.tumblr-logo {
 font-family:"Bookman Old Style", "Verdana";
 color:#444;
 font-size:33px;
 font-weight:bold;
 padding:5px; 

}

/*  dropdown  */


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 background:white;
}

ul.dropdown {
 font-size:12px;
 margin-right:20px;
 position: relative;
 z-index: 8;
 float: right;
 margin-top:-19px;
}

ul.dropdown li {
 float: left;
 line-height: 1.1em;
 vertical-align: middle;
 zoom: 1;
 padding:5px;
 border-bottom:1px solid #ddd; 
}

ul.dropdown li.left {

 border-bottom-right-radius: 0px;
 border-right: 0px; 

}

ul.dropdown li.right {

border-bottom-left-radius: 0px;

}


ul.dropdown li.left ul {

left : -1px;

}

ul.dropdown li a {

text-decoration:none;
color: #77A8CE;
}

ul.dropdown > li {
border:1px solid #ddd;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding-left:26px;
padding-right:10px;
background:transparent url(../images/btn-dropdown.png) no-repeat 9px 10px;
background: transparent url(../images/btn-dropdown.png) no-repeat 6px 6px;
background-size: 12px 12px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 21px;
 width:92px;
 left: -1px;
 z-index: 598;
 border: 1px solid #ddd;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

#content iframe{
 width: 100%;
 border: 0px;
}

#content .post.video iframe { display:inline-block; width:250px;height:auto; }

/* single view */

.single {
  overflow:hidden;
}

.single .header { height: 50px; }
.single .header .info { margin-top :-1px; }
.single .header .notes { margin-right:20px; }
.single .header .left > div { float:left; }

.single .header .right { float:right;}
.single .header ul {
 list-style:none;
}


.circle {

width: 30px;
height: 30px;
display: inline-block;
margin: 1px;
cursor: pointer;

}
/*
.circle.heart { background: url(../images/heart.png) 1px 1px no-repeat;}
.circle.heart:hover { background: url(../images/heart-active.png) 1px 1px no-repeat;}
.circle.facebook { background: url(../images/facebook.png) no-repeat;}
.circle.facebook:hover { background: url(../images/facebook-active.png) no-repeat;}
.circle.twitter { background: url(../images/twitter.png) no-repeat;}
.circle.twitter:hover { background: url(../images/twitter-active.png) no-repeat;}
.circle.tumblr { background: url(../images/reblog-button.png) 1px 2px no-repeat;opacity:0.55;}
.circle.tumblr:hover { background: url(../images/reblog-button.png) 1px 2px no-repeat;opacity:1;} 
.circle.text { background: url(../images/types/text.png) no-repeat;}
.circle.text:hover { background: url(../images/types/text-active.png) no-repeat;}
.circle.photo { background: url(../images/types/photo.png) no-repeat;}
.circle.photo:hover { background: url(../images/types/photo-active.png) no-repeat;}
.circle.audio { background: url(../images/types/audio.png) no-repeat;}
.circle.audio:hover { background: url(../images/types/audio-active.png) no-repeat;}
.circle.video { background: url(../images/types/video.png) no-repeat;}
.circle.video:hover { background: url(../images/types/video-active.png) no-repeat;}
.circle.link { background: url(../images/types/link.png) no-repeat;}
.circle.link:hover { background: url(../images/types/link-active.png) no-repeat;}
.circle.quote { background: url(../images/types/quote.png) no-repeat;}
.circle.quote:hover { background: url(../images/types/quote-active.png) no-repeat;}
.circle.chat { background: url(../images/types/chat.png) no-repeat;}
.circle.chat:hover { background: url(../images/types/chat-active.png) no-repeat;}
*/
.circle.pinterest { margin-right:4px;background: url(../images/pinterest.png) no-repeat;}
.circle.heart { background: url(../images/heart-active.png) 1px 1px no-repeat;}
.circle.facebook { background: url(../images/facebook-active.png) no-repeat;}
.circle.twitter { background: url(../images/twitter-active.png) no-repeat;}
.circle.tumblr { margin-left:10px;width:96px;background: url(../images/reblog-button.v2.png) 0px 0px no-repeat;opacity:1;}
.circle.text { background: url(../images/types/text.png) no-repeat;}
.circle.text:hover { background: url(../images/types/text-active.png) no-repeat;}
.circle.photo { background: url(../images/types/photo.png) no-repeat;}
.circle.photo:hover { background: url(../images/types/photo-active.png) no-repeat;}
.circle.audio { background: url(../images/types/audio.png) no-repeat;}
.circle.audio:hover { background: url(../images/types/audio-active.png) no-repeat;}
.circle.video { background: url(../images/types/video.png) no-repeat;}
.circle.video:hover { background: url(../images/types/video-active.png) no-repeat;}
.circle.link { background: url(../images/types/link.png) no-repeat;}
.circle.link:hover { background: url(../images/types/link-active.png) no-repeat;}
.circle.quote { background: url(../images/types/quote.png) no-repeat;}
.circle.quote:hover { background: url(../images/types/quote-active.png) no-repeat;}
.circle.chat { background: url(../images/types/chat.png) no-repeat;}
.circle.chat:hover { background: url(../images/types/chat-active.png) no-repeat;}


.single.text h1.title, .single .caption h1 {
line-height: 34px;
font-size: 25px;
}

.single .comments {
margin-top:30px;
}


/*jgrowl*/

div.jGrowl div.jGrowl-notification.custom, div.jGrowl div.jGrowl-closer.custom {
 padding-left:60px;
 width:180px; 
 font-size:14px;
}
div.jGrowl div.jGrowl-notification.custom div.jGrowl-message {
 padding:10px;
 padding-left:0;
}

div.jGrowl div.jGrowl-notification.reblog, div.jGrowl div.jGrowl-notification.queue {
 background : url(../images/reblog.png) 16px 16px no-repeat black;
 font-size: 12px;
}

div.jGrowl div.jGrowl-notification.like {
 background : url(../images/heart-active.png) 16px 16px no-repeat black;
}

div.jGrowl div.jGrowl-notification.follow {
 background : url(../images/add.png) 16px 16px no-repeat black;
}



/* search box */

#menu ul li.search-box {

float: right;
margin-right: 10px;

}

.mobile-search input {
width:100%!important;
}
#menu ul li.search-box input#search_box_query, .mobile-search input {

    background: url(../images/search-white.png) no-repeat 6px 5px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px Helvetica,Sans-serif;
    color: #bebebe;
    width: 105px;
    padding: 4px 13px 4px 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    margin: 0;
    margin-top: -1px;
    margin-right: -4px;
}


.block .more {

text-decoration: none;
background: #888;
color: white;
float: right;
font-size: 17px;
font-weight: bold;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 4px;
margin-top: -1px;
margin-right: 3px;
z-index: 0;
opacity: 0.5;
border-radius: 3px;

}

#about {
padding:20px;
width:580px;
font-family: "Helvetica Neue", Helvetica;
}

#about .title {
font-size:40px;
font-weight:light;
color:#888;
text-align:center;
margin:20px;
margin-bottom:30px;
}

#about .body {
margin:15px;
font-size:13px;
text-align:center;
color:#111;
}

#about .column {
vertical-align:top;
display: inline-block;
width: 32%;
padding: 2px;
}

#about .column h2 {
font-size:19px;
text-align:center;
}
#about .column p {
text-align:justify;
font-size:11px;
color:#888;
margin: 15px;
}




#contactus {
padding:20px;
width:580px;
font-family: "Helvetica Neue", Helvetica;
}

#contactus .title {
font-size:40px;
font-weight:light;
color:#888;
text-align:center;
margin:20px;
margin-bottom:30px;
}

#contactus .body {
margin:15px;
font-size:13px;
text-align:center;
color:#111;
}

#contactus .column {
vertical-align:top;
display: inline-block;
width: 32%;
padding: 2px;
}

#contactus .column h2 {
font-size:19px;
text-align:center;
}
#contactus .column p {
text-align:justify;
font-size:11px;
color:#888;
margin: 15px;
}












.photoset-icon {
background: url("../images/gallery-icon.png") 6px 5px no-repeat #DDD;
width: 27px;
height: 27px;
float: right;
position: absolute;
margin-top: 30px;
margin-left: 12px;
border-radius: 12px;
opacity: 0.5;
}


<!-- widget -->

#widget {

}

#widget .left, #widget .right {
padding:15px;

}

#widget .left {
float:left;
width:45%;
}

#widget .right {
border:1px solid #ccc;
float:right;
width:45%;
background: #EFEFEF;
height: 470px;
}

#widget .left .header {
font-size: 25px;
font-weight: bold;
line-height: 30px;
margin-bottom:20px;

}

#widget .left .body {
font-size: 12px;
margin-bottom: 10px;
}

#widget textarea {
color:#666;
font-size:14px;
-moz-border-radius: 8px; -webkit-border-radius: 8px;
margin:5px 0px 10px 0px;
padding:10px;
height:75px;
border:#999 1px solid;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
box-shadow: 0 0 5px rgba(81, 203, 238, 0);
-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
width:300px;
height:300px;
}

#widget .widget_wrapper {
background:#EFEFEF;
width:720px;
font-family: "Helvetica Neue", Helvetica;
}

#widget textarea:focus {
color:#000;
outline:none;
border:#35a5e5 1px solid;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

#page #content .filter ul li.widget_button {
position: absolute;
right: 25px;
margin-top: 3px;
margin-right: 5px;
}

#page #content .filter ul li.widget_button a.button {
color: white;
font-size: 10px;
padding-top: 5px;
padding-bottom: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
box-shadow: 0 1px 3px rgba(0,0,0,0.3); 
}


.top-bar {

top: 40px;
opacity: 0.95;
font-weight: bolder;
font-size: 15px;
position: fixed;
left: 0;
width: 100%;
height: 32px;
background-color: #95C4EC;
border: 1px solid grey;
z-index: 99999;
margin: 0px auto;
padding-top: 2px;
overflow:hidden;

}

.top-bar ul {
margin: 0 auto;
width: 860px;
}

.top-bar ul li {
float:left;
list-style:none;
display:inline-block;
padding: 6px;
color:black;
font-weight:bold;
padding-top:4px;
}


.top-bar ul li a {
font-size: 15px;
color: white;
text-decoration: none;
padding-right: 4px;
padding-left: 4px;
font-weight: bolder;
}

.top-bar ul li a:hover {
  color:#000;
}

.top-bar ul li.first {
margin-right:10px;
overflow:hidden;
width: 215px;
}


.top-bar ul li.first a, .top-bar ul li.first h1 {
  color:black;
  font-size:13px;
}

.top-bar h1 {
display:inline-block;
font-family: arial;
font-size: 14px;
line-height: 15px;
font-weight:bold;
width:10000px;
}
.header-body {

background: #77A8CE;
color: white;
font-size: 20px;
padding: 9px;
padding-bottom: 12px;
padding-left: 16px;
border: 1px solid #888;
margin-bottom: 10px;
text-shadow: -1px -1px 0px #666;

}

.headertt {
cursor:pointer;
height: 55px;
width: 236px;
position: absolute;
z-index: 1000;
left: -11px;
top: 9px;
background: url("../images/headertt.png") transparent;
}

.home-bottom-wrapper {

padding-left: 14px;
padding-right: 14px;
padding-bottom: 22px;

}

.home-bottom-wrapper .block  {

padding: 7px;
padding-top: 0px;
vertical-align: top;
padding-right: 12px;
padding-left: 13px;

}



#grid2-wrapper {
background:#eee;
}

.block .posts_block li .info2 {

display: inline-block;
float: left;
padding-left: 6px;
padding-top: 6px;
font-size: 9px;
line-height: 11px;
position: absolute;
margin-left: 0;

}

.block .posts_block li .info2 .time {
color:#bebebe;
} 

.info2 .user b {

color: #77A8CE;
font-weight: normal;

}

/* Tumblr photoset css */

    img, a img {
            border-width: 0;
        }
        
    .photoset .photoset_row {
        width: 500px;
        white-space: nowrap;
        overflow: hidden;
        margin-top: 10px;
    }
    
    .photoset .photoset_row:first-child {
        margin-top: 0;
    }
    
        .photoset .photoset_row .photoset_photo {
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
        }
        
        .photoset .photoset_row .photoset_photo:first-child {
            margin-left: 0 !important;
        }
        
    #posts .photoset .photoset_row .photoset_photo img
    {
        max-width: none;
    }

    ul.tags {
    margin-bottom:20px;
    }
    ul.tags li h2 {
        margin:0px; 
	line-height: inherit;
	font-size: 13px;
	font-weight: normal;
    }

    .post-content a {
       color: inherit;
       text-decoration: none;
    }


   .blog_wrapper {
     background: url(../images/blog_bg.png) repeat-x;
     padding:20px;
     height:168px;
     margin-right:20px;
   }
   .avatar_wrapper {
     float:left;
     width:128px; 
   }
   .blog_description_wrapper {
     float:right;
     width:310px;
     position:relative;
     height:150px;
     overflow:hidden;
   }
   .blog_title {
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight:bold;
    font-size:21px;
   }
  .blog_description{
    font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight:lighter;
    font-size:13px;
    line-height:17px;
    margin-top:15px;

  }
  .blog_actions {
    position: absolute;
    bottom:4px;
  }
    
  .filter_blog_wrapper {
    margin-top:-20px;
  }
  

/*ad testing*/
/*body.search div.top-bar{
  top:auto;
  bottom:-1px;
} 
body.search #body{
margin-top:0px;
}*/



/** interface changes jun-jul 2013 **/

.navbar .container {
  margin-left: auto;
  margin-right: auto;
  width:855px;
}

.navbar .brand {
  margin: 0;
  padding: 0;
  padding-top: 6px;
  margin-right: 30px;
}

.navbar #menu ul li.search-box {
float: right;
margin-right: 0px;
margin-top: 9px;
margin-left: 13px;
}

.navbar-nav>li>a {
  padding:10px;
}


/* testing */


#grid-wrapper {
}
        
#page #content {
  width:100%;
  margin:0;
  float:none;
  padding:0;
}

#page #content .paginator {
  width:auto;
  padding:20px;
}

#page #content .filter ul {
    margin:0;

}

.grid-posts .grid-post {
  padding:10px;
  vertical-align: top;
  margin-bottom:10px;
  overflow:hidden;
  background:#f8f8f8;
  border-radius:5px;
  padding-bottom:4px;
}

.grid-posts .grid-post .buttons, .grid-posts .grid-post .buttons ul {
  display:inline;
}
.grid-posts .grid-post .buttons {
  float:right;
}

.grid-posts .grid-post-meta {
  margin-top:5px;
  margin-bottom:5px;
}

.grid-posts .grid-post-meta a {
  text-decoration:none;
  color:black;
  font-size:12px;
}


.grid-posts .grid-post-meta b {
  font-size:13px;
}

.grid-posts  .grid-post-tags{

 padding: 5px;
 background: #ddd;
 margin-top: 10px;
 margin-bottom: 10px;
 padding-left: 10px;
 padding-right: 10px;
 }

.grid-posts .quote blockquote {
 text-shadow:none;
 font-size:130%;
 margin-bottom:20px;
}

.grid-posts .quote .bqend {
  height:0px;
}

.grid-posts .text .title {
  font-size:16px;
  font-weight:bold;
  margin-bottom:10px;
}

.grid-posts a.action {
 background: lightcoral;
 padding: 5px;
 text-align: center;
 border-radius: 5px;
 font-size:14px;
 color:white;
 text-decoration:none;
 display:block;
}

.grid-posts{
 padding:9px;
 padding-top: 14px;
}

.grid-post .circle {
  width: 22px;
  height: 22px;
  background-size:22px 22px;
}

.grid-post .circle.heart {
  background-size:20px 20px;
}


.grid-post:hover {
  background:#95C4EC;
}

.grid-post-inner {
  cursor: url('../images/magnify.cur'), auto;
  cursor:-webkit-zoom-in;
  cursor:-moz-zoom-in;
}


.single-post-wrapper {
  background:white;
  min-height:140px;
  width:100%;
  overflow:hidden;
  position: relative;

}

#page {
  padding-top:20px;
}

#user-navbar-shadow {
background: transparent url("../images/dropshadow.png") repeat-x left top;
border-top: 1px solid #979797;
height: 5px;
position: absolute;
width: 100%;
}
 
.single-post-navbar {
height: 40px;
padding: 7px;
border: 1px solid #666;
background: #def4ff;
border-left: 0;
border-right: 0;
position:relative;
} 

.single-post-navbar .left {
  float:left;
}

.single-post-navbar .left .meta  {
  display:inline-block;
  padding:10px;
}

.single-post-navbar .left .meta .notes {
font-weight:bold;
font-size:16px;
}

.single-post-navbar .left a.plain-button {
  margin-left:10px;
}

.single-post-navbar .right {
float:right;
margin-right: 10px;
margin-top: 4px;
}

.single-post-meta {
  float: left;
  padding: 20px;
}

.single-post-meta div.box{
  border: 1px solid #bbb;
}

.single-post-meta .tags {
  margin-top:20px;
}

.single-post-content {
float: left;
max-width: 500px;
margin: 0px;
margin-left: 5px;
margin-top:20px;
min-height: 150px;
}

#single-shadow-hover {
 background: transparent url("../images/singlebg.png") repeat-x;
 height:86px;
 margin-top:-86px;
 z-index: 99;
 position:relative;
 color:white;
 text-align:center;
 cursor:pointer;
}

#single-shadow-hover .label {
  position:absolute;
  bottom:4px;
  width: 100%;
}

li.fb {
display: inline-block;
margin-bottom: 4px;
float: left;
margin-top: 7px;
margin-right: 11px;
}

a.plain-button {

padding: 10px;
background: grey;
border-radius: 5px;
color: white;
text-decoration: none;
font-size: 14px;
font-weight: bold;
padding-top: 3px;
padding-bottom: 5px;
cursor: pointer;

}

.single-post-content  img{
  max-width:500px;
  width:100%;
}

.filter-wrapper {
  margin-bottom:10px;
}


.topblock {
  position: absolute;
  z-index:9;
  width:860px;
}

.topblock.affix {
  position:fixed;
}


.affix #single-shadow-hover {
  display:block!important;
}



#loading-component {
  display:none;
}

#loading-component .loading-animation {
background: url('../images/loader.gif');
top: 90px;
left: 49%;
position: fixed;
z-index: 12;
width: 32px;
height: 32px;
}

#loading-component .bg {
width: 860px;
height: 140px;
position: fixed;
background: black;
opacity: 0.8;
z-index: 10;
}

#content {
  top:2px;
}

.tt h1 {
  padding-left:20px;
}

#grid1-main .explore {
  padding:0px;
}

.grid-post-inner img {
 /* max-width:250px;*/
  width:100%;
}

.share-actions .buttons {
  margin-top:-3px;
}

.share-actions .fblike {
  margin-left:2px;
}

.trending_tag #content {
  top:41px;
}


#menu li a {
color: white;
font-size: 15px;
font-weight: bolder;
padding-left: 5px;
padding-right: 5px;
}

#menu li a:hover
{
  color: #95C4EC;
}

#menu ul.nav li.top-button{
  margin-top:-2px;
}


#menu li.top-button a {

font-family: "Bookman Old Style", "Verdana";
padding-left: 15px;
background: #FBFFCF;
padding-right: 15px;
margin-right: 20px;
color: black;
text-transform: lowercase;
margin-top: 2px;
padding-top: 10px;
padding-bottom: 12px;
font-size: 19px;
font-weight: normal;
}

#menu li.top-button a:hover {
  background:orange;
  color:white;
}


.fb-like {
  max-width:95px;
}


/* december modifications */

.navbar.navbar-inverse{
min-height: 41px;
}

#menu ul li.search-box input#search_box_query {
width:144px;
}

.top-bar {
  height: 35px;
}

#page #content .filter ul{
 height:44px;
}

.top-bar h1 {
margin-top: 0px;
font-size: 14px;
line-height: 22px;
}


.paginator {
height: auto;
}

.single-post-navbar {
height: 56px;
}

#body {
 max-width: 900px;
 width:auto;
}

.grid-posts.row  {
  
  margin-left:0;
  margin-right:0;
}

.col-md-4{
padding-left: 7px;
padding-right: 7px;
}
.grid-post.photo .grid-post-inner, 


.label {
display: inline;
padding: 0;
font-size: 100%;
font-weight: bold;
line-height: 1;
color: black;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}

.sidebar{
  display:none;
}
/* clear first in row in ie 8 or lower */
.multi-columns-row .first-in-row {
        clear: left;
}

/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

.block.user_info .box {
max-width: 300px;
margin: 0px auto;
}
        /* reset previous grid */
        .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
        .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
        .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
        .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
        .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

        /* clear first in row for small columns */
        .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
        .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
        .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
        .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
        .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

        .homepage  #body {
          max-width: 1222px;
          width:auto;
        }

        #body #content {

          float:left;
          width:870px;

        }
        .sidebar {
          display:block;width:300px;min-height:500px;float:right;
        }

}


@media (min-width: 992px) {

#topright {
min-height:426px;
}

        /* reset previous grid */
        .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
        .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
        .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
        .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
        .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

        /* clear first in row for medium columns */
        .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
        .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
        .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
        .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
        .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
        
	#grid1-wrapper .col-md-3 { width:330px;float:right; }
}

#page #grid1-main { width:522px; }


#page #grid1-wrapper {
margin-bottom:30px;
}
@media (max-width: 768px) {

.right #home {
display:none;
}

.navbar .brand {
overflow: hidden;
width: 25px;

}

.top-bar ul {
width:100%;
}
.mobile-search,.mobile-menu-element,.mobile-menu {
display:inline-block!important;
}
.single-post-content {
width:100%;
max-width:10000px;
}

.single-post-navbar .left {
  position:absolute;
  top:-46px;
}

.single-post-navbar {
  margin-top:30px;
}
}

@media (max-width:992px) {

#ueButton{
display:none;
}
.single-post-content  img{
  max-width:100%;
  width:100%;
}


.single-post-content {
float: left;
margin: 0px;
margin-left: 0px;
margin-top: 16px
}

/*
.share-actions .reblog img {
  width:80px;
}
.grid-post .circle {
width: 30px;
height: 30px;
background-size: 28px 28px;
}
.grid-post .circle.heart {
background-size: 27px 27px;
}

.grid-posts .grid-post-meta a {
color: black;
font-size: 15px;
}

.grid-posts .grid-post-meta {
  font-size:16px;
  margin-bottom:10px;
  margin-top:10px;
}

.grid-posts .grid-post-meta b {
font-size: 19px;
}
*/

.grid-post.video .grid-post-inner .player{
text-align:center;
display:inline;
}

.button, .button:visited, .medium.button, .medium.button:visited {
font-size: 18px;
}
}


.first .grid-post-inner img {
max-width: 100%;
}
.row  {
  
  margin-left:0;
  margin-right:0;
}
.photoset_photo img,.photoset_row {
width:100%!important;
}
.photoset_row{
height:auto!important;
}


.sidebar .block{
margin-top:10px;
margin-bottom:20px;
}


/* BlogBundle */

.article.single-post-content {

 font-size:14px;

}


.article.single-post-content .abstract {
  font-weight:bold;
  font-size:16px;
}

.article.single-post-content h2 {
  font-size:26px;
  color: #3B5998;
}

.article.single-post-content h3 {
  font-size:20px;
  color: #3B5998;
}

.article.single-post-content img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.article.single-post-content ul.tags li h2 {
  margin: 0px;
  font-size: 13px;
  font-weight: normal;
}

.article.single-post-content ul.tags {
  padding-top:10px;
}


.sidebar .affix-wrapper.affix {
  bottom:0;
  width:300px;
}

.right #home {
display:inline-block;
}
.right #home a {
margin-top: -25px;
padding-top: 4px;
padding-bottom: 4px;
margin-left: 5px;
padding-left: 5px;
}

@media (max-width: 768px) {
#rightad {
  display:none!important;
}
#latest_block {
  display:none!important;
}

.right #home {
display:none;
}
}

#latest_block {
  display:none;
}

.single-post-meta #latest_block .block {
width: 300px;
margin: 0px auto;
margin-top: 14px;
}
.single-post-meta .block .posts_block {
border:1px solid #ccc;
}

