/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
body {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #4b4b4b;
  background: #fff;
}

a {
  	color: #2d7bb2;
  	text-decoration: none;
  	outline: none;
}

a:hover {
  	color: #4b4b4b;
}

#announcement {
	font-size: 0.9em;
	background: #fffd98;
	border-bottom: 1px solid #ffc642;
	padding: 7px 30px 6px 30px;
	text-align: center;
}

#announcement .note {
	color: #990000;
	font-weight: bold;
}

#errorExplanation {
  margin: 10px 0 0 0;
  padding: 10px 10px;
  background: #ffd7d7;
  -webkit-border-radius: 5px;
}
#errorExplanation h2 {
  font-size: 1em;
}
#errorExplanation p {
  font-size: 0.9em;
  margin-bottom: 5px;
}
#errorExplanation ul {
  font-size: 0.9em;
}
#errorExplanation li {
  margin-left: 20px;
}

/* HEADER */
#header {
  	padding: 20px 35px 0 35px;
  	height: 30px;
  	background: url(../images/ear-small.gif) 0 0 no-repeat;
}

#header #logo {
	float: left;
  	text-align: left;
}

#header p#links-owner {
	font-size: 0.9em;
	color: #aeaeae;
	text-align: left;
}

#header ul#account-nav {
  float: right;
}

#header ul#account-nav li {
  display: inline;
}


#header ul#account-nav li a {
  margin-left: 6px;
  padding-left: 14px;
  background: url(../images/single-dot.gif) 0 49% no-repeat;
}

#header div {
  text-align: right;
}

#header #q {
  	color: #aeaeae;
  	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
    border: 1px solid #aeaeae;
    padding: 6px 4px 6px 27px;
  	margin: 7px -3px 0 0;
  	width: 15em;
  	background: url(../images/search-icon.gif) no-repeat;
    background-color: #fff;
    background-position: 7px 50%;
}

.active_search {
  	color: #4b4b4b;
  	font-weight: bold;
}

#header ul#nav {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 -35px;
	padding: 0 35px;
	list-style: none;
	background: #fff url(../images/single-dot1x1.gif) repeat-x 0 100%;	
}

#header ul#nav.url-details {
	margin-top: 15px;
}

#header ul#nav li {
  float: left;
  margin: 0;
  padding: 0;
}

#header ul#nav li a {
  	float: left;
  	display: block;
  	margin: 0 3px 0 0;
  	padding: 4px 10px;
  	text-decoration: none;
  	border: 1px solid #aeaeae;
  	border-bottom: none;
}

#header ul#nav li a.active {
  	border-bottom: 1px solid #fff;
}

#header ul#nav li a.starred {
  	padding-left: 25px;
  	background: url(../images/star-active.gif) 5px 48% no-repeat;
}

#header ul#nav li a.tags {
  	padding-left: 25px;
  	background: url(../images/tag.gif) 5px 48% no-repeat;
}

/* CONTENT */
#content {
  	min-height: 350px;
  	clear: both;
  	padding: 20px 35px 20px 35px;
}

p#notice {
	text-align: center;
	margin: 10px 0 25px 0;
	padding: 4px 10px;
	background: #e8f4d8;
	-webkit-border-radius: 5px;
}
#content #q {
	color: #4b4b4b;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	border: 1px solid #aeaeae;
	padding: 4px;
	width: 11em;
}

.blank_state p {
	margin-bottom: 10px;
}

.button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	color: #fff;
	font-weight: bold;
	background: #2D7BB2;
	border: 2px solid #2D7BB2;
	padding: 0.25em 6px;
	cursor: pointer;
	-webkit-border-radius: 5px;
}

.button:hover {
  	border-color: #5B605D;
  	background: #5B605D;
}

.button.mark-as-read {
	background: #aeaeae;
	border: 2px solid #aeaeae;
}

.links-head {
	width: 100%;
	float: left;
	background: url(../images/line-1px.gif) 0 52% repeat-x;
}

.links-head.read{
	margin-top: 20px;
}

.links-head h3 {
	float: left;
	background: #fff;
	padding-right: 5px;
}

.links-head p {
	font-size: 0.85em;
  	margin-top: 0.33em;
  	float: right;
  	background: #fff;
  	padding-left: 5px;
}
 
.links-head p a {
	margin-left: 7px;
}

.links-head p a.active {
  	font-weight: bold;
  	color: #4b4b4b;
}

.show-options {
	font-size: 0.85em;
}

.show-options a.active {
	font-weight: bold;
	color: #4b4b4b;
}

.show-options a {
	margin-left: 7px;
}

.link-block {
	float: left;
	margin: 15px 0;
	width: 100%;
	min-height: 70px;
}

.link-image {
	position: absolute;
	padding-right: 20px;
	background: #fff;
}

.link-image img {
	padding: 3px;
	border: 2px solid #e4e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 7px;
	background: url(../images/spinner.gif) 50% 50% no-repeat;
}

.link-details {
	padding-left: 120px;
	background: url(../images/dotted.gif) 20px 0.625em repeat-x #fff;
}

.link-details .star {
	padding-right: 7px;
	float: left;
	margin-top: 0.3em;
	background: #fff;
}

.link-details h1 {
	float: left;
	font-size: 1.25em;
	width: 75%;	
}

.link-details h1 a {
	background: #fff;
	padding-right: 10px;	
}

.link-details h1 a {
	background: #fff;
	padding-right: 10px;	
}

.link-details h1 a.read {
	color: #aeaeae;
}

.link-details .link-meta {
	padding-left: 23px;
}

.link-details .link-meta.no-star {
	padding-left: 0;
}

.link-details .link-date {
	float: right;
	color: #606060;
	width: 20%;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
}

.link-details .link-date span {
	background: #fff;
	padding-left: 10px;	
}

.link-details .link-comment {
	clear: both;
	font-size: 0.9em;
}

.link-details .link-comment span {
	font-size: 0.8em;
	color: #aeaeae;
}

.link-details ul {
	list-style: none;
	font-size: 0.85em;
	margin-top: 4px;
}

.link-details ul li {
	list-style: none;
	display: inline;
	padding-right: 18px;
	margin-left: 10px;
	background: url(../images/single-dot.gif) 100% 50% no-repeat;
}

.link-details ul li.first {
	margin-left: 0;
}

.link-details a.state_unread {
	font-weight: bold;
}

.link-details ul li.last {
	background: none;
	padding-right: 10px;
}

.link-details ul li.details {
	margin-left: 0;
	padding-left: 18px;
	background: url(../images/single-dot.gif) 0 50% no-repeat;
}

.clear-left {
	clear: left;
}

p.more-in-archive {
	margin-top: 15px;
	padding-left: 20px;
	background: url(../images/arrow.gif) 0 50% no-repeat #fff;
}

.pagination {
	font-size: 0.9em;
	text-align: left;
  margin-top: 15px;
}

.pagination .current {
	padding: 2px 5px;
}

.pagination a {
	padding: 2px 5px;
	border: 1px solid #e4e4e4;
}

.pagination a:hover {
	background: #e4e4e4;
}

.pagination .current {
  	font-weight: bold;
}

#pagination_info {
	margin-top: 5px;
	font-size: 0.8em;
	text-align: left;
	color: #ccc;
}

.feed {
	font-size: 0.8em;
	margin-top: 10px;
}

.feed a {
	background: url(../images/feed-icon-bkg.gif) 0 0 no-repeat;
	padding-left: 18px;
}

#auto-archive-note {
	font-size: 0.8em;
	color: #aeaeae;
	text-align: right;
}

/* TAGS */
#tags {
	font-size: 0.8em;
	background: #e4e4e4;
	padding: 5px 8px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 7px;
}

.rel_tags {
	margin-top: 7px;
}

#tags .tag_count {
	color: #aeaeae;
	padding-right: 12px;
}

#tags .pop-tags {
	padding-right: 12px;
}

#tags a.active_tag {
	font-weight: bold;
}

#tags h4 {
	display: inline;
	padding-right: 12px;
}

/* POST */
#post-page {
	float: left;
  	margin-top: 5px;
  	width: 60%;
}

#post-page-column {
	width: 35%;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px dashed #ccc;
}

#post-page p {
  	padding-top: 15px;
}

#post-page p.private-link {
	padding-top: 0;
}

#post-page input#link_title, #post-page input#link_url, #post-page input#link_tag_list, #post-page textarea#link_comment {
  	font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    width: 574px;
    border: 1px solid #ccc;
    padding: 4px;
}

#post-page textarea#link_comment {
  font-weight: normal;
  height: 3.7em;
}

#post-page .form_note {
  color: #ccc;
  font-size: 0.8em;
}

#post-tags #tag-instruction {
	font-size: 0.8em;
	color: #ccc;
	margin: 3px 0 7px;
}

#post-tags ul {
	font-size: 0.9em;
	line-height: 1.4em;
	list-style: none;
}

.post-tags-count {
	color: #ccc;
	font-weight: bold;
}

#post-page .auto_complete {
	position:absolute;
	background-color:white;
	border: 1px solid #ccc;
	border-top: none;
	margin:0px;
	padding:0px;
}

#post-page .auto_complete ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
    
#post-page .auto_complete ul li.selected { 
	background-color: #b8e4f5;
}

#post-page .auto_complete ul li {
	list-style-type: none;
	display:block;
	margin:0;
	padding:2px;
	height:16px;
}

#welcome-page p {
	margin: 6px 0 15px 0;
	font-size: 0.95em;
}

#welcome-page p.hide-welcome {
  	float: right;
	padding-left: 20px;
	background: url(../images/arrow.gif) 0 50% no-repeat;
}

#welcome-page h4.divider {
	width: 60%;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
}

#welcome-page h3 {
  	margin:0;
}

#welcome-page .bookmarklet-img {
  	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #aeaeae;
}

#welcome-page .bookmarklet-button {
	margin-top: 10px;
}

#welcome-page table {
	font-size: 0.8em;
	margin-bottom: 10px;
}

#welcome-page table td {
	padding-right: 30px;
}

#welcome-page table td ul {
	margin: 10px 20px;
}

/* QUICK POST */

#quick-post-page {
	text-align: center;
}

#quick-post-deprecated {
	font-size: 0.9em;
	background: #fffd98;
	padding: 7px 30px 6px 30px;
	text-align: center;
}

#quick-post-page h1 {
	margin-top: 50px;
}

#quick-post-page h1 span {
	display: block;
	font-size: 70%;
	margin-bottom: 7px;
}

#quick-post-page #error {
	text-align: left;
	width: 582px;
}

#quick-post-page p.quick-post-note {
	margin-top: 20px;
	color: #aeaeae;
	font-size: 80%;
}

#quick-post-page #quick-ad {
	font-size: 90%;
	padding: 10px;
	margin: 40px auto;
	border: 1px solid #ccc;
	width: 300px;
}

#quick-post-page #quick-ad h3 a, #quick-post-page #quick-ad p a {
	color: #4b4b4b;
}

#quick-post-page #quick-ad p.quick-link a {
	color: #2d7bb2;
}

#quick-post-page #quick-ad p.quick-link a:hover {
	color: #4b4b4b;
}

#quick-post-page #quick-ad p.quick-ad-note {
	color: #ccc;
	font-size: 80%;
}

/* URL */
#url #meta {
	border-bottom: 1px dashed #ccc;
	margin: 15px 0;
	padding-bottom: 15px;
}

#url #meta h3 {
	font-size: 1.35em;
}

#url #meta h3 {
	font-size: 1.35em;
}

#url p.back {
	font-size: 80%
}

#url #meta p {
	font-size: 90%;
	color: #aeaeae;
}

#url #url-comments ul, #url #url-tags ul, #url #url-saved-by ul, #url #url-in-domain ul {
	list-style: none;
}

#url #url-comments, #url #url-tags, #url #url-saved-by {
	margin-top: 10px;
}

#url #url-comments ul li, #url #url-in-domain ul li {
	margin-bottom: 10px;
}

#url #url-tags ul li, #url #url-saved-by ul li {
	display: inline;
}

#url ul li.empty{
	color: #aeaeae;
}

#url #url-in-domain {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
}

#url #url-in-domain h4 {
	margin-bottom: 10px;
}

#url #url-not-found {
	margin-top: 20px;
}

#url #sign-up {
	float: right;
	background: #feffdf;
	border-left: 20px solid #fff;
	width: 250px;
	padding: 20px 17px;
}

#url #sign-up p.signup-link {
	font-weight: bold;
	padding-top: 10px;
}


/* FOOTER */
#footer {
  	padding: 20px 35px 20px 35px;
  	border-top: 1px solid #aeaeae;
}

#footer #footer-left {
	float: left;
}

#footer #footer-right {
	float: right;
}

#footer ul {
  	color: #aeaeae;
  	font-size: 0.83em;
  	margin: 5px 0 3px 0;
  	list-style: none;
}

#footer ul li {
  	display: inline;
}

#footer p {
  	font-size: 0.70em;
  	color: #aeaeae;
}

#footer-promo {
	text-align: center;
	padding: 20px;
	background: #eee;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	background: url("../images/global-promo-grad.gif") 0 0 repeat-x #eee;
}

.clear {
	clear: both;
}