body {
	background-color: #1e1e1e;
	margin: 35px 0 0 0;
	padding: 0;
	color: #989898;
	font-size: 9px;
	font-family: "Lucida Grande",Helvetica, Arial,Geneva,Verdana,sans-serif;
}

#navigation, #timefilters {
	background-color: #383838;
	height: 30px;
	margin: 0px 0 0px 0;
}

#timefilters {
	padding: 0 0 0 60px;
}

#footer {
	margin: 10px 0;
	padding: 0 60px;
	color: #505050;
}

#footertext {
	background: url(swiss.gif) center left no-repeat;
	padding: 0 0 0 16px;
}

#mothership {
	float: right;
}

#logo {
	padding: 9px 0 0 60px;
	width: 135px;
	height: 16px;
}

/* ----- NAVIGATIONS -----*/

#menu {
	margin: 0; 
	padding: 0; 
	width: 154px; 
	height: 30px; 
	position: relative; 
	background: url(menu.gif) no-repeat;
	float: right;
}

#menu2 {
	margin: 9px 0 0 0;
	padding: 0;
	width: 105px;
	height: 16px;
	position: relative; 
	background: url(prev_next.gif) no-repeat;
	float: left;
}

#rss {
	float: right;
	margin: 12px 60px 0 0;
	background: url(rss.gif) no-repeat;
	width: 36px;
	height: 9px;
	left: 0px; 
	top: 0px;
}

#rss a {
	height: 9px;
}

#rss a:hover {
	background: transparent url(rss.gif) 0px -9px no-repeat;
}

#menu li, #menu2 li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute;
}

#menu li, #menu a, #menu2 li, #menu2 a, #rss a {
	display: block;
}

#home {
	left: 1px; 
	top: 0px; 
	width: 30px; 
	height: 30px;
}

#links {
	left: 31px; 
	top: 0px; 
	width: 30px; 
	height: 30px;
}

#photos {
	left: 62px; 
	top: 0px; 
	width: 30px; 
	height: 30px;
}

#videos {
	left: 93px; 
	top: 0px; 
	width: 30px; 
	height: 30px;
}

#quotes {
	left: 124px; 
	top: 0px; 
	width: 30px; 
	height: 30px;
}

#home a, #links a, #photos a, #videos a, #quotes a {
	height: 30px;
}

#home a:hover {
	background: transparent url(menu.gif) -1px -30px no-repeat;
}

#links a:hover {
	background: transparent url(menu.gif) -31px -30px no-repeat;
}

#photos a:hover	{
	background: transparent url(menu.gif) -62px -30px no-repeat;
}

#videos a:hover {
	background: transparent url(menu.gif) -93px -30px no-repeat;
}

#quotes a:hover {
	background: transparent url(menu.gif) -124px -30px no-repeat;
}

#prev {
	left: 0px; 
	top: 0px; 
	width: 46px; 
	height: 16px;
}

#next {
	left: 58px; 
	top: 0px; 
	width: 47px; 
	height: 16px;

}

#prev a, #next a {
	height: 16px;
}

#prev a:hover {
	background: transparent url(prev_next.gif) 0px -16px no-repeat;
}

#next a:hover {
	background: transparent url(prev_next.gif) -58px -16px no-repeat;
}


.hide {
	display: none;
}

/*-- Tumblr specific --*/

p {
	margin: 0;
	color: #989898;
	font-size: 9px;
}

#content {
	margin: 30px 60px;
}

.post {
	float: left;
	width: 250px;
	height: 220px;
	background-color: #383838;
	margin: 0 1px 1px 0;
}

.media {
	float: left;
	width: 250px;
	height: 187px;
	overflow: hidden;
	background-image: url(pattern.gif);
}

.media:hover {
	cursor: pointer; 
	cursor: hand;
}

.media img {
	width: 250px;
}

.quote {
	background-color: #505050;
	padding: 30px 10px;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-style: italic;
}

.lk {
	background-color: #505050;
	padding: 30px 10px 20px 0;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-style: italic;
}

.lk a, .lk a:link, .lk a:active, .lk a:visited {
	background: transparent url(arrow.gif) 5px center no-repeat;
	color: #989898;
	text-decoration: underline;
	padding: 0 0 0 20px;
}

.lk a:hover {
	background: transparent url(arrow.gif) 5px center no-repeat;
	color: #a7a7a7;
	text-decoration: underline;
	padding: 0 0 0 20px;
}

.description {
	margin: 5px 0 0 0;
	background: transparent url(description.gif) 5px 2px no-repeat;
	padding: 2px 10px 0 20px;
}

.description h3 {
	margin: 0;
	font-size: 9px;
	font-weight: normal;
}

.photo_tag, .video_tag, .quote_tag, .link_tag {
	position: absolute;
	height: 12px;
	margin: 8px 0 0 0;
	background: #383838 url(photo.gif) 5px center no-repeat;
	padding: 2px 10px 0 20px;
}

.video_tag {
	background: #383838 url(video.gif) 5px center no-repeat;
}

.quote_tag {
	background: #383838 url(quote.gif) 5px center no-repeat;
}

.link_tag {
	background: #383838 url(link_icon.gif) 5px center no-repeat;
}

.media_tag img, .copy_link img, .copy_time img {
	width: 11px;
	height: 9px;
	margin: 2px 4px -1px 0;
}

.ellipsis span {
   white-space:nowrap;
   text-overflow:ellipsis; /* for internet explorer */
   overflow:hidden;
   width:215px;
   display:block;
}

html>body .ellipsis {
   clear:both;
}

html>body .ellipsis span:after {
   content: "...";
}

html>body .ellipsis span {
   max-width:225px;
   width:auto !important;
   float:left;
}

.copy {
	float: left;
	width: 250px;
	margin: 5px 0 0 0px;
}

.copy_link {
	background: url(link.gif) top left no-repeat;
	padding: 0 0 0 16px;
	margin: 0 0 1px 5px;
	height: 11px;
}

.copy_time {
	background: url(clock.gif) center left no-repeat;
	padding: 0 0 0 16px;
	margin: 0 0 0 5px;
}

/*-- Links --*/

a, a:link, a:visited, a:active {
	color: #989898;
	text-decoration: none;
}

a:hover {
	color: #a7a7a7;
	text-decoration: none;
}

.clear {
	clear: both;
	margin: 30px 0 0 0;
}

img {
	border: 0;
}

a img {
	border: 0;
}

/*-- Form --*/

#searchform {
	float: right;
	margin: 5px 60px 0 0;
}

#search_label {
	background: url(search.gif) center left no-repeat;
	width: 54px;
	height: 20px;
	float: left;
}

#field {
	padding: 2px;
	width: 160px;
	height: 14px;
	background-color: #383838;
	border: 1px solid #505050;
	color: #505050;
	float: left;
}

#go {
	border: 0;
	float: left;
	margin: 5px 0 0 5px;
}