body {
    background: #d0ae85 url('../images/BG-Tiles.jpg') top left scroll 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;
    position: relative;
	width: 85%;
}

.feed {
	background: transparent url('../images/feed_12.png') no-repeat left center scroll;
	padding-left: 15px;
}

/* HEADER */

#logo div {
    -moz-transform:rotate(-8deg) translate(-4px, 0px);
    -o-transform:rotate(-8deg) translate(-4px, 0px);
    -webkit-transform:rotateZ(-8deg) translateZ(0px) translateX(-4px);
    -o-transition: -o-transform .25s;
    /* keeps crashing firefox... -moz-transition: -moz-transform .25s; */
    -webkit-transition: -webkit-transform .25s;
    cursor:pointer;
    height:166px;
    left:29px;
    position:absolute;
    top:-64px;
    width:242px;
}
#logo div:hover {
    -o-transform:rotate(-12deg) scale(1.05);
    -moz-transform:rotate(-12deg) scale(1.05);
    -webkit-transform:rotateZ(-12deg) translateZ(0px) scale(1.05);
}

#menu {
    background: #946f45 url('../images/FG-Tiles.jpg') top left scroll repeat;
    border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    border-left: 1px solid #594837;
    border-right: 1px solid #594837;
    border-top: 1px solid #251c13;
    border-bottom:1px solid #D6C1AD;
    box-shadow: 0 1px 3px #2d2215 inset;
    -moz-box-shadow: 0 1px 3px #2d2215 inset;
    -webkit-box-shadow: 0 1px 3px #2d2215 inset;
}

#menu {
	float: right;
    margin: 0.5em 0;
	padding: 0.5em 0.6em;
}

#menu .item {
	color: #f2e7d9;
	font-size: 90%;
	font-weight: bold;
	padding: 0.5em;
	vertical-align: middle;
    text-shadow: 0px 1px 0px #4c3820;

    color: #28211e;
    text-shadow: 0px 1px 0px #bc9c75; 
}
#menu .item.username { color: #4C3820; }
#menu .item.last { padding-right: 8px; }
#menu a.item:hover { color: #14100f ; }

.list_button {
    background-color: #453a34;
    background-image: -moz-linear-gradient(#6b5e50, #3c322e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6b5e50), to(#3c322e));
    border: 1px solid #241c1b;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    box-shadow: 0 1px 0px #938b83 inset;
    -moz-box-shadow: 0 1px 0px #938b83 inset;
    -webkit-box-shadow: 0 1px 0px #938b83 inset;
    color: #ffffff;
    font-weight: normal;
    padding: 0.4em 0.6em;
    text-shadow: 0px -1px 0px #000000;
}
.list_button:hover {
    background-color: #5b4f44;
    background-image: -moz-linear-gradient(#78695a, #4a3e39);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#78695a), to(#4a3e39));
    text-decoration: none;
}
.list_button:active {
    background-color: #2b2221;
    background-image: -moz-linear-gradient(#2b2221, #3c322e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2221), to(#3c322e));
    box-shadow: none;
    color: #9F907F;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}


/* CONTENT AREA */
#primary {
    border: 1px solid #493823;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    box-shadow: 0 1px 4px #2F2825;
    -moz-box-shadow:0 1px 4px #2F2825;
    -webkit-box-shadow:0 1px 4px #2F2825;
}

#content {
	clear: both;
}

/* TOP SECTION */
#topsection {
    background-color: #342d29;
    background-image: -moz-linear-gradient(#5e5247, #2b2221);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5e5247), to(#2b2221));
    border-bottom: 1px solid #0f0d0c;
    border-top:1px solid #7A6F66;
    border-top-left-radius:0.7em;
    -moz-border-radius-topleft:0.7em;
    -webkit-border-top-left-radius:0.7em;
    border-top-right-radius:0.7em;
    -moz-border-radius-topright:0.7em;
    -webkit-border-top-right-radius:0.7em;
    -moz-box-shadow: 0px 1px 0px #7a6f66;
}

#topsection, #bottomsection {
    color: #9f907f;
    height: 3.8em;
    text-shadow: 0px -1px 0px #191614;
}

#topsection h4 {
    color: #c9bca5;
	float: left;
	font-weight: normal;
	line-height: 2;
	padding-left: 310px;
    text-shadow:0 1px 2px #000000;
}
#topsection h4 em { color: #8cc63f; }

#article_count {
    margin-top:0.7em;
    position:absolute;
    right:0.8em;
    text-align:center;
}

#article_count h5 {
    color: #ffffff;
    font-size:150%;
    line-height: 0.9;
    margin:0;
    text-shadow: 0px -1px 0px #000000;
}

/* MIDDLE SECTION */
#middlesection {
    background: #ffffff;
}

#middlesection .middle {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	padding: 3em 2.7em;
}

.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-color:#8AC43F;
    border:1px solid #4E6F23;
    border-radius:8px 8px 8px 8px;
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius:8px 8px 8px 8px;
    box-shadow:0 1px 1px #DBF7B7 inset;
    -moz-box-shadow:0 1px 1px #DBF7B7 inset;
    -webkit-box-shadow:0 1px 1px #DBF7B7 inset;
    color:#354C18;
    display:inline-block;
    font-size:130%;
    font-weight:normal;
    letter-spacing: 0.01em;
    margin-top: 0.7em;
    padding: 0.42em 0.75em 0.5em;
    text-align:center;
    text-decoration:none;
    text-shadow:0 1px 0 #C8E5A3;
}

#landing a:hover {
    background-color:#a9d76d;
    box-shadow:0 1px 1px #ffffff inset;
    -moz-box-shadow:0 1px 1px #ffffff inset;
    -webkit-box-shadow:0 1px 1px #ffffff inset;
    color: #2e4215;
    text-shadow:0 1px 0 #ffffff;
}

#landing a:active {
    background-color:#6a9731;
    border-color: #364d19;
    box-shadow: 0 1px 1px #436f23 inset;
    -moz-box-shadow: 0 1px 1px #436f23 inset;
    -webkit-box-shadow: 0 1px 1px #436f23 inset;
    outline: none;
    text-shadow:0 1px 0 #8AC43F;
}

#landing a span {
    font-size: 120%;
}

#landing small { 
	color:#888888;
	display:block;
	font-size:80%;
    margin-top: 0.7em;
}

.checkbox {
	padding-left: 9em;
	margin-top: 1em;
}

.checkbox label {
	font-size: 85%;
	width: auto;
}

/* BOOKMARK LIST */

.list_title {
	float: left;
	margin: 0em 0 1em 0.25em;
}

.list_menu {
	color: #aaaaaa;
	float: right;
	font-size: 83%;
	font-weight: normal;
	margin: 0em 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 {
	border: 1px solid #8CC63F;
    margin-bottom: 0;
	padding: 1em;
	border-radius:0.7em;
	-moz-border-radius:0.7em;
	-webkit-border-radius:0.7em;
}

#no_more_bookmarks {
	border: 1px solid #8CC63F;
	clear: both;
	font-size: 110%;
	padding: 2em;
	border-radius:0.7em;
	-moz-border-radius:0.7em;
	-webkit-border-radius:0.7em;
}

.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; }


/* 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;
	border-radius:0.7em;
	-moz-border-radius:0.7em;
	-webkit-border-radius:0.7em;
    box-shadow: 0 2px 4px #000000;
    -moz-box-shadow:0 2px 4px #000000;
    -webkit-box-shadow:0 2px 4px #000000;
	padding: 1em;
}

#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-color: #342d29;
    background-image: -moz-linear-gradient(#5e5247, #2b2221);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5e5247), to(#2b2221));
    border-bottom-left-radius:0.7em;
    -moz-border-radius-bottomleft: 0.7em;
    -webkit-border-bottom-left-radius:0.7em;
    border-bottom-right-radius:0.7em;
    -moz-border-radius-bottomright: 0.7em;
    -webkit-border-bottom-right-radius:0.7em;
    border-top: 1px solid #2f2825;
}

#add_bookmark_link {
    margin: 0.8em;
    position: absolute;
}

#pagination {
    margin:1.4em 0.8em;
    position:absolute;
    right:0;
}

#pagination span {
    margin-right: 0.4em;
}

#footer {
	color: #483c36;
	font-size: 90%;
    font-weight: bold;
    margin-top: 1.4em;
	text-align: center;
    text-shadow: 0px 1px 0px #D6C1AD;
}

#footer a {
	color: #483c36;
}
#footer a:hover {
    color: #14100f;
	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%;
}


