body {
  margin: 0px 0px 20px 0px;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fff;
}

#header {
  top: 0px;
  left: 0px;
  background-color: #3f3f3f;
  z-index: 10000;
  width: 100%;
  height: 30px;
}

#header_text, #signin_text {
  float: left;
	margin-left: 20px;
	line-height: 30px;
	font-size: 12px;
  font-weight: bold;
  color: #efefef;
  text-shadow: 0px -1px 0px #000, 0px 1px 0px #4f4f4f;
  letter-spacing: 2px;
}

#signin_text {
  float: right;
  margin-right: 20px;
}

#header a {
  color: #efefef;
}

.container {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
}

img#logo {
  margin-top: 20px;
}

img {
  -ms-interpolation-mode: bicubic;
}

.container img, .container a, .container .quote {
  margin-left: auto;
  margin-right: auto;
}

.container .quote {
  margin-top: 20px;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

a img {
  border: none;
}

#content {
  float: left;
  width: 100%;
}

div.more {
  float: left;
  width: 100%;
  text-align: right;
  height: 50px;
}

#info {
  position: absolute;
  z-index: 10000;
  color: #efefef;
  text-shadow: 0px 1px 0px #000, 0px 1px 5px #3f3f3f;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

#inner_info {
  padding: 10px;
}

.quote {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 20px;
  text-align: left;
  line-height: 24px;
  padding: 10px;
  background-color: #efefef;
}

.author {
  text-align: right;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  color: #9f9f9f;
  letter-spacing: 1px;
}

.long {
  font-size: 16px;
}

#about {
  background-color: #efefef;
  padding: 10px;
  text-align: left;
  font-size: 12px;
  margin-top: 20px;
  line-height: 20px;
}

#about span {
  font-weight: bold;
  color: #6f6f6f;  
}

.note {
  font-size: 10px;
}

#logo {
  cursor: pointer;
}

noscript {
  line-height: 30px;
  font-family: Georgia, serif;
  padding-right: 20px;
}

noscript a {
  font-size: 12px;
  font-weight: bold;
  color: #3f3f3f;
}

noscript a:visited {
  color: #6f6f6f;
}

.loader {
  width: 100%;
  height: 100px;
  /*background-color: #efefef; */
  background-image: url(/assets/img/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 20px;
}

a.post {
  position: relative;
  text-decoration: none;
}

div.post_container {
  position: relative;
  margin-top: 20px;
  background-image: url(/assets/img/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
  overflow: hidden;
}

.post_container a {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
}

.post_info {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background:transparent;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
	background-color: rgba(0,0,0,0.65);
	height: 0px;
	overflow: hidden;
}

.inner_post_info {
	color: #efefef;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 10px 0px 10px;
	letter-spacing: 1px;
	text-shadow: 0px -1px 0px #000;
	text-align: left;
}

.posted_by {
  color: #cfcfcf;
  font-size: 12px;
  padding: 10px;
  text-align: right;
  font-weight: normal;
}

.posted_by a {
  position: relative;
  text-align: right;
  width: auto;
  color: inherit;
}

.post_container:hover .via {
  display: block;
}

div.via {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #efefef;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
  font-size: 14px;
  line-height: 20px;
  padding: 5px 7px;
  display: none;
}

div.via a {
  color: inherit;
  text-decoration: inherit;
  font-weight: bold;
}

div.blank {
  position: relative;
  margin-top: 20px;
  z-index: 50;
  background-color: #3f3f3f;
}

div.left {
  left: 0px;
}

div.right {
  right: 0px;
}

div.double {
  opacity: 0.6;
}

a {
  font-weight: bold;
  color: #3f3f3f;
}

div.centered_box {
  position: fixed;
  border: 10px solid #3f3f3f;
  background-color: #efefef;
  color: #3f3f3f;
  padding: 10px;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0px 1px 5px #6f6f6f;
  -moz-box-shadow: 0px 1px 5px #6f6f6f;  
  border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 50000;
}

div.index_box {
  position: fixed;
  background-color: rgba(0,0,0,0.75);
  color: #3f3f3f;
  padding: 10px;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0px 1px 5px #2f2f2f;
  -moz-box-shadow: 0px 1px 5px #2f2f2f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 50000;
}

div.index_content {
  background-color: #efefef;
  padding: 20px;
  width: 400px;
  line-height: 30px;
  font-size: 14px;
  text-shadow: 0px 1px 0px #fff;
}

.label {
  text-shadow: 1px 1px 0px #fff;
  font-size: 14px;
}

.title {
	font-weight: bold;
	font-size: 16px;
}

input {
  padding: 5px;
}

.added {
	position: absolute;
	top: 50%;
	background-color: transparent;
	line-height: 30px;
	margin-top: -15px;
	width: 100%;
	font-weight: bold;
	color: #efefef;
	text-shadow: 0px 1px 0px #000, 0px 0px 5px #fff;
	letter-spacing: 2px;
	font-size: 20px;
}

.deleted {
	position: absolute;
	top: 50%;
	background-color: transparent;
	line-height: 30px;
	margin-top: -30px;
	width: 100%;
	font-weight: bold;
	color: #cf0000;
	text-shadow: 0px 1px 0px #efefef;
	letter-spacing: 2px;
}

.deleted a {
	text-shadow: none;
}

#full_container {
	float: left;
	width: 100%;
	padding-right: 20px;
}

#left_container {
  float: left;
}

#left_container .content_header {
  position: fixed;
  top: 10px;
  left: 0px;
}

#full_container .content_header {
  position: fixed;
  top: 10px;
  left: 0px;
}

#left_container #content {
	margin-top: 86px;
}

#full_container #content {
	margin-top: 86px;
}

#right_container {
  position: fixed;
  right: 0px;
  top: 30px;
  width: 350px;
  margin-top: 20px;
  margin-right: 20px;
  z-index: 20000;
}

#right_container .section {
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px solid #afafaf;
}

.content_header {
	margin-top: 20px;
	margin-left: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #3f3f3f;
	letter-spacing: 1px;
	border-bottom: 1px solid #cfcfcf;
	font-size: 14px;
	position: relative;
	height: 34px;
}

.gradient {
	width: 100%; 
	top: 54px; 
	height: 22px; 
	background-color: #fff; 
	position: absolute; 
	z-index: 10000; 
	padding-right: 1px;
}

.content_header ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 10000;
	list-style-type: none;
	background-color: #fff;
	/*cursor: pointer;*/
	width: 100%;
	padding-top: 20px;
	padding-right: 2px;
	border-bottom: 1px solid #3f3f3f;
}

.content_header li:hover {
	/*text-decoration: underline;*/
}

.content_header li {
	display: none;
	padding: 0px 10px;
	clear: both;
}

.content_header li.selected {
	display: block;
	background-color: #3f3f3f;
	text-shadow: 1px 1px 0px #000;
	color: #efefef;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	float: left;
	clear: both;
}

.section_header {
  background-color: #3f3f3f;
  text-shadow: 1px 1px 0px #000;
  font-weight: bold;
  color: #efefef;
  padding: 0px 10px;
  letter-spacing: 2px;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  line-height: 35px;
  font-size: 14px;
}

.section_header .indicator {
  float: right;
  font-size: 20px;
}

.section_content {
  padding: 10px;
  background-color: #efefef;
  text-shadow: 0px 1px 0px #fff;
  line-height: 20px;
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #dfdfdf;
  color: #3f3f3f;
}

div#signin {
	float: left;
	/*padding-right: 10px;*/
}

div#createnew {
	float: left;
	/*padding-left: 10px;
	border-left: 1px solid #bfbfbf;	*/
}

#createnew input, #signin input {
	width: 200px;
}

  div.button_container {
    display: inline-block;
    background-color: #3f3f3f;
    padding: 4px;
    border-radius: 4px;
    -moz-border-radius: 5px;
  }
  
  .button {
    display: block;
    vertical-align: middle;
    padding: 4px 10px 5px 10px;
    color: #efefef;
    background-color: #6f6f6f;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #4f4f4f;
    border-bottom: 1px solid #3f3f3f;
    border-left: 1px solid #9f9f9f;  
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-box-shadow: 0px 1px 4px #2f2f2f, inset 0px 4px 5px #7f7f7f;
    -moz-box-shadow: 0px 1px 4px #2f2f2f, inset 0px 4px 5px #7f7f7f;
    box-shadow: 0px 1px 3px #000, inset 0px 4px 5px #7f7f7f;
    text-shadow: 0px -1px 0px #3f3f3f;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
  }
  
  .button:hover {
    padding: 5px 10px 4px 10px;
    border-top: 1px solid #2f2f2f ;
    border-left: 1px solid #2f2f2f;
    border-right: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
    -webkit-box-shadow: inset 0px 4px 5px #5f5f5f;
    -moz-box-shadow: inset 0px 4px 5px #5f5f5f;
    box-shadow: inset 0px 4px 5px #5f5f5f;
    text-shadow: 0px -1px 0px #4f4f4f;
  }
  
  .button:active {
    padding: 6px 10px 3px 10px;
    -webkit-box-shadow: inset 0px 4px 5px #4f4f4f;
    -moz-box-shadow: inset 0px 4px 5px #4f4f4f;
    box-shadow: inset 0px 4px 5px #4f4f4f;
  }
  
td.label {
	padding-right: 5px;
}

.error_msg {
	color: #cf0000;
	font-size: 12px;
	padding-bottom: 10px;
}

#header_text a {
  text-decoration: none;
}

.user_info {
	background-color: #efefef;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
}

.user_name {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
}

.user_bio { 
	margin-top: 10px;
}

.user_location {
	margin-top: 10px;
	color: #6f6f6f;
}

.follow_status {
	margin-top: 10px;
	font-size: 11px;
	color: #6f6f6f;
}

#follow_link_container {
	margin-top: 10px;
}

.user_tag {
	float: left;
	font-size: 11px;
	padding: 0px 5px;
	background-color: #afafaf;
	color: #3f3f3f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: none;
	margin-right: 5px;
	margin-bottom: 5px;
}

.delete_tag {
	float: right;
	margin-left: 5px;
	padding: 0px 5px;
	color: #6f6f6f;
	cursor: pointer;
}

.delete_tag:hover {
	color: #3f3f3f;
}

td {
	padding-bottom: 10px;
}

#no_tags {
	font-size: 11px;
}

.search_description {
	font-size: 11px;
}

.remove_search {
	float: right;
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	color: #9f9f9f;
}

.remove_search:hover {
	color: #efefef;
}

#veil {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.75;
	z-index: 20000;
}

.post_controls {
	position: absolute;
	bottom: 0px;
	text-align: left;
	font-size: 12px;
	color: #efefef;
	width: 100%;
}

.post_controls a {
	position: relative;
	display: block;
	width: auto;
	color: #efefef;
	font-size: 20px;
	padding: 0px 10px;
	clear: none;
	line-height: 30px;
	float: left;
	text-decoration: none;
}

.post_controls a:hover {
	text-shadow: 0px 0px 5px #fff;
}

#permalink_post {
	float: left;
	margin: 20px;
}

#permalink_info {
	float: left;
	margin: 20px 20px 20px 0px;
	background-color: #efefef;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	width: 300px;
}

#permalink_info div {
	margin-bottom: 10px;
}

#permalink_title {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
}