html {
	height: 100%;
}
body {
	margin: 0px;
	font: 16px/20px Helvetica, Arial, sans-serif;
	color:#333;
	background:#eee url("/media/bg-repeat.jpg") top left repeat;
}
#bodywrap {
	background:transparent url("/media/bgtop.png") top left repeat-x;
}
.container, .containernobg {
	width: 960px;
	margin:auto;
}
.container {
	margin-top:0px;
	margin-bottom:14px;
	clear:both;
	background-color:#fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px 0px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 1px 3px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#barw {
	background-color:#d3d3d3;
	height:6px;
}
#subhead {
	border-bottom: 1px solid #eee;
	padding: 2em 0.4em 2.2em;
	clear: both;
}
#subhead h1 {
	text-transform: uppercase;
	/*text-shadow: #ccc 1px 1px 2px;*/
	font-family: 'Open Sans',arial,sans-serif;
	/*font-weight: 300;*/
	font-size: 3.5em;
	}
#head {
	height: 56px;
}
#logowrap {
	color:#fff;
	font-size:2.3em;
	text-shadow: #666 1px 1px 2px;
	font-weight:normal;
	float:left;
}
#logo, #bloglogo {
	border-bottom:1px solid transparent;
}
#logo {
	background:transparent url(/media/logo.png) 2px 1px no-repeat;
	float:left;
	margin-left:-10px;
	margin-top:0px;
	padding:0;
	display:block;
	text-indent:-9999px;
	width: 218px;
	height: 56px;
}
#bloglogo {
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-family:helvetica, arial, sans-serif;
	float:left;
	font-size: 19px;
	padding: 8px 5px;
	height: 40px;
}
#logo:hover, #bloglogo:hover {
	background-color: rgba(255,255,255,.2);
	border-bottom:1px solid rgba(255,255,255,.3);
}

#nav {
	font-size:.75em;
	height:29px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eef3ee 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#eef3ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eef3ee 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eef3ee 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eef3ee 40%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eef3ee 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef3ee',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #CCD9CC;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#nav_left {
	float:left;
	border-left-width:0px;
	border-top-left-radius: 4px
}
#nav_left > li:first-child a {
	border-top-left-radius: 4px;
}
#nav_right {
	float:right;
	border-top-right-radius: 4px
}
#nav_left a {
	border-right:1px solid #dCe0dC;
}
#nav_right a {
	border-left:1px solid #dCe0dC;
}

#nav li {
	margin:0;
	padding:0;
	float:left;
}
#nav a {
	display:block;
	width:66px;
	height:25px;
	padding-top:5px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#131;
	font-weight:bold;
	text-shadow: 1px 1px 0 #fff;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav a:hover {
	background-color:#fff;
}
#nav_left a:hover {
	border-top-left-radius: 4px
}
#nav_right a:hover {
	border-top-right-radius: 4px
}
.tagged        .nav_all,
.tagged_news   .nav_news,
.tagged_photos .nav_photos,
.tagged_videos .nav_videos,
.tagged_data   .nav_data,
.tagged_quotes .nav_quotes,
.tagged_humor  .nav_humor,
.tagged_misc  .nav_misc  {
	background-color:#fff;
	color:#000;
}
.tagged        .nav_all:hover,
.tagged_news   .nav_news:hover,
.tagged_photos .nav_photos:hover,
.tagged_videos .nav_videos:hover,
.tagged_data   .nav_data:hover,
.tagged_quotes .nav_quotes:hover,
.tagged_humor  .nav_humor:hover,
.tagged_misc   .nav_misc:hover {
	background-color:#fff !important;
	color:#000;
}
/*
#signup {
	text-align: left;
	font-size:1em;
	float:lllleft;
	color:#999;
	margin-top:2px;
}
#sites {
	text-align: right;
	font-size:.7em;
	padding:20px 8px 0;
	height:30px;
}
#sites a {
	text-decoration:none;
	padding:3px 3px 0px;
	display:inline-block;
}
#sites a:hover {
	background-color:#eee;
}*/


#topnav {
    padding: 0;
    float:right;
    font-size: 12px;
    margin:0;
}

#topnav>li {
	list-style-type: none;
	display: inline-block;
	min-width: 64px;
	margin-left: 2px;
	position:relative;
}


#topnav>li>a {
    color: #e0f0dc; 
    padding: 16px 8px 0;
    display: block;
    text-align: center;
    height: 31px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}
#topnav>li.hashiddennav>a {
    height: 37px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#topnav li a { /* applies also to hidden nav */
    text-decoration: none;
    font-weight: bold;
    display: block;
}
#topnav>li:hover>a {
	color:#fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, 0.2);
}



img {
	border: none;
}
a {
	color: #362;
	text-decoration: underline;
}
a:hover {
	color:#333;
	text-decoration: none;
	border-bottom: none;
}
:focus {
	-moz-outline-style: none;
}
sup {
	line-height: 0px;
}
sup a:link {
	padding: 2px;
}
thead {
	font-weight: bold;
}
h1 {
	font-size: 3em;
	text-align:center;
	line-height: 1em;
	letter-spacing:-.02em;
	clear:both;
	margin:0px 0 0px;
	padding:0 0 0em;
}
.post h1, .post h2 {
	text-align: left;
	font-size: 2em;
	font-family: 'Open Sans',arial,sans-serif;
	/*font-weight: normal;*/
	/*text-shadow: 1px 1px 1px #ddd;*/
	line-height: 1.2em;
	margin:0;
}
.post big {
	font-size:1em;
}
.photo_main {
	max-width:100%;
}
h1 a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-family:'Times New Roman', Georgia, serif;
}
h1 a:hover {
	color: #333;
}
h1 img {
}
h1, h2, h3, h4, h5, h6, .link .link {
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;;
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
h3 {
	font-family: 'Open Sans',arial,sans-serif;
	padding-top:0em;
	margin-top:0;
	font-weight: 300;
}
.post_left h3 { /*.fix size*/
	font-size:1.2em;
}
#description {
	/*float:right;
	width:500px;*/
	font-size:.7em;
	color:#333;
	padding-bottom:1.7em;
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;;
	line-height:1.1em;
	text-align:center;
	color:#898;
}
#description div {
	padding-top:2px;
	width:280px;
	margin:auto;
}
#footsection {
	padding:0px;
}
#footsectionw {
	margin:0;
	text-align:center;
}
.meta {
	margin: 25px 0 0;
	color: #999;
	font-size: 1.3em;
	font-family: georgia;
	vertical-align: bottom;
}
.meta_right {
	float:right;
}
.meta a {
	color:inherit;
}
.meta a:hover {
	text-decoration:underline;
	color:#362;
}
.plug {
	margin: 25px -25px -22px;
	color:#999;
	font-size: .85em;
	text-align: left;
	font-weight: normal;
	line-height:1.6em;
}
.plug .pluginner {
	background-color:#fff;
	margin:25px 25px 0;
	border-top: 1px dotted #ddd;
	padding:.4em 0em 0;
}
.plug a {
	color:inherit;
}
.date {

}
.tags {
/*	background:transparent url(http://equalitopia.com/media/sm/tag-gray.gif) no-repeat left 4px;
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
*/
}
.tags:hover {
	/*background:transparent url(http://equalitopia.com/media/sm/tag-green.gif) no-repeat left 4px;*/
}
.tags {
	padding-left:0px;
	padding-bottom:10px;
	font-size:.9em;
}
.tags li {
	list-style-type:none;
	display: inline-block;
}
.tags a,
.tags a:visited,
.tags a:link {
	background-color: #aba;
	padding: 3px 6px;
	border-radius: 5px;
	color: #fff;
}
.tags a:hover {
	color:#88aa88;
	text-decoration:none !important;
}
div.post {
	border-bottom:1px solid #ddd;
	font-size:.8em;
	padding:25px;
	clear:both;
}
.permalink div.post {
	border-bottom-width:0px;
}
.post_left, .section_sm {
	float:right;
	border:0px solid red;
	width:300px;
}

.post_left a {
	color:inherit;
	text-decoration:none;
}
.post_left a:hover {
	text-decoration:underline;
	color:#362;
}
.post_right, .section_notes {
	float:left;
	border:0px solid red;
	width:590px;
}
div.post .permalink {
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats", "Free Serif", "Century Schoolbook L", sans-serif;
	background:#fff;
	padding: 5px;
	vertical-align: middle;
	margin: 0;
	position: absolute;
	left: -53px;
	width: 30px;
	font-size: 20px;
	text-decoration: none;
	border: none;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
/*div.post h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 5px 0px;
}*/
/* Regular Post */
div.post div.regular h2 {
	color: #000000;
	font-weight: normal;
}
div.post div.regular h2 a {
	text-decoration: none;
}
div.post div.regular h2 a:hover {
	text-decoration: underline;
}
div.post p {
	margin: .8em;
	margin-left: 0;
	margin-right: 0;
}
blockquote {
	border-left: solid 1px #e5e5e5;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
blockquote p {
	margin: .5em;
	margin-left: 0;
	margin-right: 0;
}
blockquote strong, blockquote em, blockquote a {
	display: inline;
}
blockquote cite {
	display: block;
	font-style: normal;
	text-align: right;
}
div.post div.regular a {
	color:#333;
}
div.post div.regular img {
        max-width: 500px;
}
div.post div.regular blockquote img {
        /* mmax-width: 150px;*/
}
/* All Posts */
div.post div.caption {
	margin-top: 10px;
	color: #333;
	font-family: georgia;
	font-size: 1.4em;
	line-height: 1.4em;
}
/* Photo Post */
div.post div.photo img {
	border-width: 0px;
	max-width:100%;
}
div.post div.photo div.caption {
	margin-top: 15px;
	color:#333;
}
div.post div.photo div.caption a {
	color:#333;
}
/* Quote Post */
div.post div.quote {
	padding: 0px 0px 0px 0px;
	font: 25px/1.2em Georgia, Times, serif;
	color: #004646;
}
div.post div.quote div.source {
	font-size: 18px;
	line-height: 21px;
	margin-top: 5px;
	text-align: right;
	color:#333;
}
div.post div.quote span.caption {
	font: 15px;
	line-height: 1.1em;
	color:#333;
	margin-top: 10px;
	text-align: left;
	display: block;
}
div.post div.quote a {
	color:#333;
}
div.quote span.quote {
	display:inline;
}
div.quote p {
	display:inline;
	margin-right: 10px;
}
/* Link Post */
div.post div.link {
	font-size: 24px;
	line-height: 30px;
}
div.post div.link div.description {
	line-height: 21px;
	font-size: 15px;
	margin-top: 15px;
	color:#333;
}
div.post div.link div.description a {
	color:#333;
}
div.post div.link div.description p {
	margin: .5em;
	margin-left: auto;
	margin-right: auto;
}
/* Conversation Post */
div.post div.conversation h2 {
	margin-bottom: 15px;
}
div.post div.conversation h2 a {
	color:#333;
	text-decoration: none;
}
div.post div.conversation h2 a:hover {
	text-decoration: underline;
}
div.post div.conversation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.post div.conversation ul li {
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
	color:#333;
}
div.post div.conversation ul li span.label {
	font-weight: bold;
	color: #004646;
}
/* Audio Post */
div.post div.audio span, div.post div.audio span a {
	font-size: 11px;
	color: #555555;
	line-height: 20px;
}
div.post div.audio div.caption {
	margin-top: 10px;
	color:#333;
}
div.post div.audio div.caption a {
	color:#333;
}
/* Video Post */
div.post div.video div.caption {
	margin-top: 15px;
	color:#333;
}
div.post div.video div.caption p {
	margin: .5em;
	margin-left: 0;
	margin-right: 0;
}
div.post div.video div.caption a {
	color:#333;
}
/* Other Stuff */
#navigation {
	font-size:.9em;
	clear: both;
	line-height: normal;
	padding: 20px 0;
}
#navigation a {
	text-decoration: none;
}
#navigation a:hover {
	text-decoration:none !important;
}
#navigation .left {
	/*float: left;*/
}
#navigation .center {
	/*float: right;*/
	text-align: center;
	margin-right: 230px;
}
#navigation .centerindex {
	float: right;
	text-align: center;
	margin-right: 210px;
}
#navigation .right {
	/*float: right;*/
	margin-bottom: -25px;
}
#navigation p {
	clear: both;
	text-align: center;
	font-weight: normal;
	margin:0px;
}
.reblog {
	background-color:#eee;
	padding:.2em .5em;
}
.reblog a {
}
.reblog a:hover {
	color:#333;
	text-decoration:underline;
}

#footer {
	font-size: .8em;
	margin: 25px auto;
	text-align: center;
	clear: both;
	color:#666;
	font-size:.7em;
}
#footer .container {
	/*border-top:5px solid #8a8;*/
	margin-bottom:25px;
	padding:15px 0px;
}
#footer a {
	color:#999;
}
#footer a:hover {
	color: #362;
	text-decoration:underline;
}
div.sub {
	margin-top: 10px;
	font-size: 14px;
	display: block;
}
#search {
	float: left;
	text-align: right;
	padding-top: 12px;
	padding-left: 7px;
}
#search form {
	margin: 0;
	padding: 0;
}
#search #searchwrap {
	border-bottom: 1px solid #87927e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#search input#searchbox {
	font-size: 12px;
	width: 165px;
	color: #999;
	border: 1px solid #454;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 5px;
	margin: 0;
}

#search .submit {
	border:1px solid #ccc;
	font-size: .8em;
	width:auto;
	color:#fff;
}
#search .submit:hover {
	border: solid 1px #8a8;
	background-color:#aba;
	cursor:pointer;
	color:#353;
}

#signup {
	font-size:.75em;
	color: #ebede9;
	font-weight: normal;
	text-shadow: #777 1px 1px 1px;
	clear:both;
	text-align: center;
	padding-top: 11px;
	height: 33px;
}

#signup .text {
	background: #fff;
	border: 1px solid #888;
	padding: 3px 4px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: normal;
	width: 100px;
	margin: 0;
	box-shadow: 0px 1px 1px 0px rgba(255,255,255,.5);
	border-radius: 3px;
}
#signup .text:focus {
	background-color: #DCF1BC;
	outline: none;
}
#signup .submit {
	padding: 2px 10px;
	border: 1px solid #888;
	position: relative;
	top: 1px;
}
#signup .submit:hover {
	cursor:pointer;
}
.regular ol {
	margin-left: 35px;
}
.notesect {padding:22px 25px;}
ol.notes {
	padding: 0px;
	margin:1em 0 0;
	list-style-type: none;
	font-size:.75em;
}
.tumblelog_equalitopia {
}
ol.notes li.note {
	padding:2px 0;
	margin-top:0;
}
ol.notes li.note a {
	color:inherit;
}
ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}
ol.notes li.like {
	/*background:transparent url(http://equalitopia.com/media/sm/tumblr-icon-like.gif) no-repeat 546px center;*/
}
ol.notes li.reblog {
	/*background:transparent url(http://equalitopia.com/media/sm/tumblr-icon-reblog.gif) no-repeat 546px center;*/
}
ol.notes li.note span.action {
}
ol.notes li.note .answer_content {
	font-weight: normal;
}
ol.notes li.note blockquote {
	border-style:none;
	font-style:italic;
	padding:2px 0;
	margin:5px 0px 0px 30px;
}
ol.notes li.note blockquote a {
	text-decoration: none;
	color:#333;
}
.borderbottom {border-bottom:1px solid #ddd;}

.sidebar_plug {
	font-size:.9em;
	line-height:1.4em;
	margin-bottom:1em;
}
.sidebar_plug a {
	text-decoration:underline;
}

  a.button:link,
  a.button:visited,
  button,
  input[type='submit'] {
    background: #eaeaea;
    background: -moz-linear-gradient(top, #efefef, #d8d8d8) #d8d8d8;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d8d8d8)) #d8d8d8;
    background: linear-gradient(top, #efefef, #d8d8d8) #d8d8d8;
    border: 1px solid #ababab;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
    color: #707070;
    font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0;
    outline: none;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    text-decoration:none;
  }

  a.button:hover,
  button:hover,
  input[type='submit']:hover {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f6f6f6, #e3e3e3) #e3e3e3;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e3e3e3)) #e3e3e3;
    background: linear-gradient(top, #f6f6f6, #e3e3e3) #e3e3e3;
    cursor: pointer;
  }


  a.button.orange:link,
  a.button.orange:visited,
  button.orange,
  input.orange[type='submit'] {
    background: #eaeaea;
    background: -moz-linear-gradient(top, #FFF03D, #ECB72E) #ECB72E;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF03D), to(#ECB72E)) #ECB72E;
    background: linear-gradient(top, #FFF03D, #ECB72E) #ECB72E;
    border: 1px solid #ababab;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 1px rgba(255, 255, 255, .8) inset;
    color: #707070;
    font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0;
    outline: none;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    text-decoration:none;
  }

  a.button.orange:hover,
  button.orange:hover,
  input.orange[type='submit']:hover {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #FFF66D, #F6C73E) #F6C73E;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF66D), to(#F6C73E)) #F6C73E;
    background: linear-gradient(top, #FFF66D, #F6C73E) #F6C73E;
    cursor: pointer;
  }


/* BUTTONS */
.share {float:left;width:64px;}
#share_fblike {clear:both;padding-top:25px;}
#share_twitter {padding-left:10px;}
.topsy-big-retweet {padding: 1px 0px !important;margin-top: 0px !important;}

.fb_share_count_nub_top {display:none !important;}
.fb_share_count {margin-left: 1px !important;}
.fb_share_count_top {
	-moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  margin-bottom: 2px !important;
  }
.fb_share_count_top:hover {
  border-color: #A6A7A2 !important;
	}

.fb_share_count_inner {
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
	font-size: 15px !important;
	font-family: Arial, Tahoma, Helvetica, sans-serif !important;
	font-weight: bold !important;
	color: #333 !important;
}

.fb_share_count_nub_top {display:none !important;}

/* GOOGLE AD */
.gad {
	/*border-top:1px dotted #ccc;
	padding-top:10px;*/
	padding-top:1em;
	clear:both;
}