body {
	background-attachment: fixed;
	/* background-image: url('../images/pencil.gif'); */
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 0.5em 100px 0.5em ;
}

label {
	width: 7em;
}

form {
	clear: both;
}

form li.submit {
	margin-left: 8.7em;
}

form h2 {
	/* this margin-left = for li.subimit's margin-left * ratio between text 110% and h2 font size */
	/* note: this is only calibrated for firefox/win now, so in other browsers it wont be as nice */
	margin-left: 6.38em;
}

form h3 {
	color: #666666;
}
form h3 strong { color: #000000; }

#wrapper {
	margin: auto;
	max-width: 62em;
	min-width: 50em;
	width: 85%;
}

.feed {
	background: transparent url('../images/feed_12.png') no-repeat left center scroll;
	padding-left: 15px;
}

/* HEADER */

#logo div {
	background: url('../images/logo.png');
	cursor: pointer;
	height: 146px;
	position: absolute;
	top: 0;
	width: 288px;
}
#logo div * { margin-left:-5000px; }

#menu {
	border: 2px solid #baad96;
	float: right;
	margin-right: 6px;
	margin-top: 0.5em;
	padding: 4px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#menu .item {
	color: #413129;
	font-size: 90%;
	font-weight: bold;
	padding: 4px 0px 4px 8px;
	vertical-align: middle;
}
#menu .item.username { color: #806d63; }
#menu .item.last { padding-right: 8px; }
#menu a.item:hover { color: #413129 ; }

/* CONTENT AREA */
#content {
	clear: both;
	padding-top:0.5em;
}

/* TOP SECTION */
#topsection {
	background: #413129 url('../images/grad_top.gif') repeat-x top left;
	height: 57px;
}

#topsection .left {
	background: url('../images/grad_corners.gif') top left;
	float: left;
	height: 57px;
	width: 20px;
}

#topsection .right {
	background: url('../images/grad_corners.gif') top right;
	float: right;
	height: 57px;
	width: 20px;
}

#topsection h4 {
	color: #ffffff;
	float: left;
	font-weight: normal;
	line-height: 2;
	padding-left:300px;
}
#topsection h4 em { color: #8cc63f; }

/* MIDDLE SECTION */
#middlesection {
	background: url('../images/grad_side_left.gif') left repeat-y;
	padding-left: 6px;
}

#middlesection .middle {
	background: #ffffff url('../images/grad_side_right.gif') right repeat-y;
	padding: 50px 36px 40px 30px;
}

.bookmarklet {
	background-color: #FFFFFF;
	background-position:left center;
	background-repeat:no-repeat;
	border: 1px dashed #8CC63F;
	font-weight: normal;
	padding:3px 7px 3px 27px;
}
.bookmarklet.pop { background-image: url(../images/page.gif); } 
.bookmarklet.add { background-image: url(../images/page_heart.gif); }

#landing {
	background: url('../images/notepad.gif') top right no-repeat;
	min-height: 327px;
	padding-right: 301px;
}

#landing p.banner {
	font-size:170%;
	font-weight:bold;
	margin-top:0px;
}

#landing ul {
	color:#666666;
	line-height:1.8;
}
#landing ul strong { color: #f15f2a; }

#landing a {
	background: url('../images/start_using_immediately.gif');
	display: block;
	font-weight: normal;
	height: 38px;
	margin-top: 2.5em;
	position: relative;
	text-decoration: none;
	width: 268px;
}
#landing a span { margin-left: -5000px; }
#landing a small { 
	color:#888888;
	display:block;
	font-size:80%;
	position:absolute;
	text-align:center;
	top: 108%;
	width:100%;
}

.checkbox {
	padding-left: 9em;
	margin-top: 1em;
}

.checkbox label {
	font-size: 85%;
	width: auto;
}

/* BOOKMARK LIST */

.list_title {
	float: left;
	margin: 1em 0 1em 0.25em;
}

.list_menu {
	color: #aaaaaa;
	float: right;
	font-size: 83%;
	font-weight: normal;
	margin: 1.6em 0.25em 1.6em 0;
}

.list_menu .item {
	color: #888888;
}

.list_menu a  {
	color: #215173;
	font-weight: normal;
}
.list_menu a:hover { color: #215173; }

.bookmark_list {
	clear: both;
}

.bookmark_list, #add_bookmark {
	border: 1px solid #8CC63F;
	padding: 1em;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#no_more_bookmarks {
	border: 1px solid #8CC63F;
	clear: both;
	font-size: 110%;
	padding: 2em;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.bookmark {
	border-bottom: 1px dashed #C5E29F;
	/* .bookmark controls vertical padding */
	padding: 0.5em 0em 1.5em 0em;
	position: relative;
}
.bookmark.last { border-bottom: none; }
.bookmark.inactive { background-color: #EEEEEE; border-color: #DDDDDD; }

.bookmark .title {
	background: url('../images/page.gif') no-repeat center left;
	color: #555555;
	display: block;
	font-size: 120%;
	/* .title must follow .bookmark's vertical padding, and controls horizontal padding */
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0.1em 0em 0em 30px;
	white-space: nowrap;
}
.bookmark .title:hover, .bookmark.inactive .title:hover { color: #215173; }
.bookmark.inactive .title { background-image: url('../images/page_inactive.gif'); color: #AAAAAA; }

.bookmark .menu {
	bottom: 0.5em;
	color: #AAAAAA;
	font-size: 80%;
	position: absolute;
	left: 30px;
}
.bookmark .menu a {
	color: #aaaaaa;
	font-weight: normal;
}
.bookmark .menu a:hover { color: #215173; }

.bookmark .date {
	color: #888888;
}
.bookmark.inactive .date { color: #AAAAAA; }

.bookmark .date .time {
	font-size: 85%;
}

.bookmark.deleted span {
    color: #555555;
    display: block;
    font-weight: bold;
    padding: 0.1em 0em 0em 30px;
    overflow: hidden;
}

.bookmark.deleted a {
    color: #888888;
    font-weight: normal;
}
.bookmark.deleted a:hover { color: #215173; }

.pagination {
	text-align: right;
}

/* BOOKMARKLET LIST */
#bookmarklet_list {
	margin-bottom: 4em;
}

#bookmarklet_list li {
	margin: 2em;
}

#bookmarklet_list .description {
	color:#666666;
	font-size:90%;
	margin-top:0.5em;
}

/* ADD BOOKMARK FORM */
#add_bookmark {
	background: #ffffff;
}

#add_bookmark input {
	float: none;
	margin-left: 0;
}

#add_bookmark .cancel {
	font-size: 85%;
	font-weight: normal;
	line-height: 2.5;
}


/* BOTTOM SECTION */
#bottomsection {
	background: #EFE7C4 url('../images/grad_bottom.gif') repeat-x top left;
	height: 63px;
}

#bottomsection .left {
	background: url('../images/grad_corners.gif') bottom left;
	float: left;
	height: 64px;
	width: 20px;
}

#bottomsection .right {
	background: url('../images/grad_corners.gif') bottom right;
	float: right;
	height: 64px;
	width: 20px;
}

#footer {
	color: #777777;
	font-size: 90%;
	text-align: center;
}

#footer a {
	color: #777777;
	font-weight: normal;
	text-decoration: underline;
}

/* ABOUT PAGE */

.about_image {
	background: #eeeeee;
	border: 1px solid #baad96; 
	font-family: monospace;
	float: right;
	margin-bottom: 2em;
	margin-left: 2em;
	padding: 2px;
	text-align: center;
	-moz-box-shadow: #bbbbbb 5px 5px 5px;
	-webkit-box-shadow: 5px 5px 5px #bbbbbb;
}
.about_image p { font-size: 120% }

/* SETTINGS PAGE */

#public-feed-form li {
	padding-left: 0;
	margin-left: 0;
}

#public-feed-form .checkbox_description {
	margin-left: 2.6em;
}

/* REGISTRATION FORM */

#signup-form label {
	width: 9em;
}

#signup-form .checkbox label {
	width: auto;
}

#signup-form li.submit {
	margin-left: 10.7em;
}

#signup-form .checkbox {
	padding-left: 11em;
	margin-top: 1em;
}

#signup-form .error {
	margin-left: 11em;
}

.captcha {
	background: #eeeeee none repeat scroll 0 0;
	border:1px solid #a5acb2;
	font-size: 110%;
	margin: 0.2em 0.5em;
	padding: 2px;
}

.captcha .instructions {
	font-size: 90%;
	padding: 1em 0em 0.75em;
	text-align: center;
}
.captcha .instructions ul { padding-left: 2em; }
.captcha .instructions p { margin: 0em; }

#signup-form .captcha label {
}

#captcha {
	display: inline;
	float: none;
	text-align: center;
}

.vidoop_secure {
	float: left;
}

/* DIRTY HACKS FOR IE QUARANTINED HERE */

.ie #landing {
	height: 327px;
}

.ie .bookmark_list {
	margin-top: 0;
	zoom: 1;
}
.ie .bookmark {
	width: 90%;
}
.ie .bookmark .title {
	width: 100%;
}
