* { margin: 0; }

html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/body-background.png) top left repeat #252525;
	margin: 0;
	padding: 0;
}

div#container {
	width: 1040px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	background: transparent url(../images/container-background.png) top left repeat-y;
}

div#header {
	width: 1020px;
	margin: 0px 0px 0px 20px;
	height: 40px;
	background: #111;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
}

div#header p {
	color: #aaa;
	font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10.5pt;
	padding: 10px 20px 10px 20px;
}

div#header a:link, div#sidebar-body h2 a:link { text-decoration: underline; color: #ddd; }
div#header a:visited, div#sidebar-body h2 a:visited { text-decoration: underline; color: #ccc; }
div#header a:link:hover, div#sidebar-body h2 a:link:hover { text-decoration: underline; color: #eeb; background: transparent; }
div#header a:visited:hover, div#sidebar-body h2 a:visited:hover { text-decoration: underline; color: #ffc; background: transparent; }

div#content {
	float: left;
	width: 720px;
	min-height: 500px;
	margin: 0px 0px 0px 20px;
	background: white url(../images/content-background.png) top left no-repeat;
}

div#logo {
	width: 460px;
	height: 120px;
	margin: 40px 10px 0px 250px;
	background: transparent url(../images/hylobatidae-logo-large.png) bottom right no-repeat;
}

div#logo h1 {
	display: none;
}

div#logo h2 {
	display: none;
}

div#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div#logo a:link { }
div#logo a:visited { }
div#logo a:link:hover { border: solid 2px #eeb; background: transparent; }
div#logo a:visited:hover { border: solid 2px #eeb; background: transparent; }

div.navigation-small {
	margin: 40px 22px 10px 80px;
}

div.navigation-small p {
	text-align: right;
	font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	padding: 4px 0px 4px 0px;
}

div#content-end {
	height: 40px;
	margin-top: 20px;
	background: transparent url(../images/heading-border-below.png) top left repeat-x;
}

div#sidebar-container {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/heading-border-below.png) top left repeat-x;
}

div#sidebar-body {
	width: 276px;
	margin: 12px;
	padding: 0;
	background: url(../images/sidebar-background.png) top left repeat-y #c6c8ca;
}

img.rss-button {
	border: 0;
	float: right;
	padding: 8px;
}

div#sidebar-body h2 {
	background: #111;
	color: #ccc;
	padding: 8px;
	font-size: 12pt;
}

div#sidebar-body p {
	font-size: 7pt;
	padding: 12px;
	line-height: 1.4em;
}

div#sidebar-tech {
	text-align: center;
	padding: 30px;
}

div#sidebar-tech p {
	text-align: center;
	color: #ccc;
	line-height: 1.5em;
}

div#sidebar-tech a:link:hover { background: transparent; }
div#sidebar-tech a:visited:hover { background: transparent; }

div#pusher {
	clear: both;
	height: 50px;
}

div#footer {
	height: 50px;
	width: 700px;
	margin: 0 auto;
	padding: 0px 320px 0px 20px;
}

div#footer p {
	text-align: right;
}

a:link { text-decoration: underline; color: #222; }
a:visited { text-decoration: underline; color: #444; }
a:link:hover { text-decoration: underline; color: #333; background: #ffc; }
a:visited:hover { text-decoration: underline; color: #555;  background: #ffc; }

h1,h2,h3,h4,h5,h6 {
	font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 4px 0px 4px 0px;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 13pt;
	margin-top: 8px;
}

h5 {
	font-size: 12pt;
	margin-top: 8px;
}

h6 {
	font-size: 11pt;
	margin-top: 8px;
}

p {
	font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	padding: 4px 0px 4px 0px;
	text-align: justify;
	line-height: 1.2em;
}

ul {
	font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 8px;
	margin-bottom: 8px;
}

blockquote {
	color: #444;
	font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	padding: 8px 16px 24px 44px;
	margin: 8px 8px 8px 8px;
	text-align: justify;
	background: url(../images/article-blockquote.png) top left no-repeat #eee;
	border: solid 1px #ddd;
}

div.item {
	margin: 0;
	padding: 20px 0px 20px 0px;
	background: transparent url(../images/heading-border-above.png) top left repeat-x;
}

div.item-heading {
	padding: 4px 22px 8px 80px;
}

div.item-heading h2 {
	font-weight: bold;
	font-size: 14pt;
}

div.item-heading h3 {
	font-weight: normal;
	font-size: 10pt;
}

div.item-admin-links {
	float: right;
	padding: 8px 0px 0px 0px;
}

div.item-admin-links img {
	border: 0;
}

div.item-admin-links a:link:hover { background: transparent; opacity: 0.75; }
div.item-admin-links a:visited:hover { background: transparent; opacity: 0.75; }

div.item-admin-info h4 {
	font-weight: normal;
	font-size: 7pt;
	color: #777;
	margin: -8px 0px 10px -8px;
	line-height: 1.8em;
}

div.item-comments-links p {
	margin-top: 20px;
	text-align: right;
}

span.item-comments-new {
	color: #f04010;
}

span.item-heading-new {
	display: block;
	float: left;
	margin: 0px 0px 0px -64px;
	width: 60px;
	height: 40px;
	background: transparent url(../images/article-new.png) top left no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
}	

span.item-heading-unposted {
	display: block;
	float: left;
	margin: 0px 0px 0px -64px;
	width: 60px;
	height: 40px;
	background: transparent url(../images/article-unposted.png) top left no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}	

div.item-body {
	padding: 16px 22px 4px 88px;
	background: transparent url(../images/heading-border-below.png) top left repeat-x;
}

div.item-body p,ul,blockquote {
	line-height: 1.5em;
}

div.item-body-noshadow {
	padding: 16px 22px 4px 88px;
}

div.item-body-noshadow p,ul,blockquote {
	line-height: 1.5em;
}

div.item-body-miniform {
	padding: 4px 22px 0px 80px;
}

div.item-body-miniform h2 {
	float: left;
	font-weight: bold;
	font-size: 14pt;
}

div.item-body-miniform form {
	margin-top: -4px;
}

div.item-body-miniform p {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 16px;
}

p.item-kill-miniform {
	text-align: right;
	padding: 10px;
}

div.article-gallery {
	margin: 10px auto 10px auto;
	text-align: center;
}

div.article-gallery img {
	border: solid 1px #ddd;
	background: #eee;
	padding: 2px;
	margin: 16px;
}

div.article-gallery-noframe {
	margin: 10px auto 10px auto;
	text-align: center;
}

div.article-gallery-noframe img {
	padding: 2px;
	margin: 16px;
}

div.article-gallery a:link:hover { background: transparent; opacity: 0.85; }
div.article-gallery a:visited:hover { background: transparent; opacity: 0.85; }

div.article-gallery-noframe a:link:hover { background: transparent; opacity: 0.85; }
div.article-gallery-noframe a:visited:hover { background: transparent; opacity: 0.85; }

div.article-caption {
	text-align: center;
	font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-weight: normal;
        font-size: 8pt;
        padding: 0px 0px 12px 0px;
        line-height: 1.5em;
	color: #444;
}

div.article-caption a:link:hover { text-decoration: underline; color: #333; background: #ffc; }
div.article-caption a:visited:hover { text-decoration: underline; color: #555;  background: #ffc; }


div.article-video {
        border: solid 1px #ddd;
        background: #eee;
        margin: 10px auto 10px auto;
	width: 560px;
	height: 315px;
        padding: 2px;
}

div.article-video p {
	margin: 20px;
}

div.article-input-preview {
	border: solid 1px #ddd;
	background: #eee url(../images/heading-border-below.png) top left repeat-x;
	margin: 8px -8px 0px -8px;
	padding: 8px 16px 20px 16px;
}

div.comment {
	clear: both;
	padding-bottom: 20px;
}

div.comment-admin-links {
	float: right;
	margin: 2px;
}

div.comment-admin-links a:link:hover { background: transparent; opacity: 0.75; }
div.comment-admin-links a:visited:hover { background: transparent; opacity: 0.75; }

div.comment-admin-links img {
	border: 0;
}

div.comment h3 {
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 11pt;
        font-weight: bold;
        text-align: left;
        line-height: 1em;
	padding: 4px 0px 4px 0px;
        border-bottom: solid #ddd 2px;
}

span.comment-new {
	color: #f04010;
	font-weight: normal;
}

div.comment h4 {
	color: #777;
        margin: 4px 0px 20px 0px;
        padding: 0px;
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	line-height: 1em;
}

div.comment p {
	margin-left: 24px;
	margin-right: 24px;
	line-height: 1.5em;
	color: #444;
}

div.comment-avatar {
	float: left;
	margin: -3px 8px 0px -10px;
}

div.comment-avatar img {
        background: white;
        border: solid 1px #ddd;
        padding: 3px;
}

div.comment-avatar a:link:hover { background: transparent; opacity: 0.75; }
div.comment-avatar a:visited:hover { background: transparent; opacity: 0.75; }


div.archive-article {
	clear: both;
	padding-bottom: 20px;
}

div.archive-article-admin-links {
	float: right;
	margin: 2px;
}

div.archive-article-admin-links a:link:hover { background: transparent; opacity: 0.75; }
div.archice-article-admin-links a:visited:hover { background: transparent; opacity: 0.75; }

div.archive-article-admin-links img {
        border: 0;
}

div.archive-article h3 {
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 11pt;
        font-weight: bold;
        text-align: left;
        line-height: 1em;
        padding: 4px 0px 4px 0px;
        border-bottom: solid #ddd 2px;
}

div.archive-article h4 {
        color: #777;
        margin: 4px 0px 20px 0px;
        padding: 0px;
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 8pt;
        font-weight: normal;
        text-align: left;
        line-height: 1em;
}

div.archive-article p {
        margin-left: 24px;
        margin-right: 24px;
        line-height: 1.5em;
        color: #444;
}

div.search-list-scorebox {
	float: right;
	border: solid 1px #ddd;
        padding: 8px;
        color: white;
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
	font-size: 14pt;
        font-weight: bold;
        text-align: center;

}

div.search-list-item {
	clear: both;
}

div.search-list-item h3 {
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 11pt;
        font-weight: bold;
        text-align: left;
        line-height: 1em;
        padding: 4px 0px 4px 0px;
        border-bottom: solid #ddd 2px;
}

div.search-list-item h4 {
        color: #777;
        margin: 4px 0px 10px 0px;
        padding: 0px;
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 8pt;
        font-weight: normal;
        text-align: left;
        line-height: 1em;
}

div.search-list-item p {
	margin: 5px 24px 30px 24px;
        line-height: 1.5em;
        color: #444;
}

div.category-list-item {
}

div.category-list-item-admin-links {
        float: right;
        margin: 2px;
}

div.category-list-item-admin-links a:link:hover { background: transparent; opacity: 0.75; }
div.category-list-item-admin-links a:visited:hover { background: transparent; opacity: 0.75; }

div.category-list-item-admin-links img {
        border: 0;
}

div.category-list-item h3 {
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 11pt;
        font-weight: bold;
        text-align: left;
        line-height: 1em;
        padding: 4px 0px 4px 0px;
        border-bottom: solid #ddd 2px;
}

div.category-list-item ul {
        color: #777;
        margin-left: 12px;
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 8pt;
        font-weight: normal;
        text-align: left;
        line-height: 1.5em;
}

div.category-list-item p {
	color: #444;
	margin: 0px 12px 24px 24px;
	font-size: 7pt;
}

div.user-list-item {
        clear: both;
}

div.user-list-item-avatar {
        float: left;
        margin: -3px 8px 0px -10px;
}

div.user-list-item-avatar img {
        background: white;
        border: solid 1px #ddd;
        padding: 3px;
}
div.user-list-item-admin-links {
        float: right;
        margin: 2px;
}

div.user-list-item-admin-links a:link:hover { background: transparent; opacity: 0.75; }
div.user-list-item-admin-links a:visited:hover { background: transparent; opacity: 0.75; }

div.user-list-item-admin-links img {
        border: 0;
}


div.user-list-item h3 {
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 11pt;
        font-weight: bold;
        text-align: left;
        line-height: 1em;
        padding: 4px 0px 4px 0px;
        border-bottom: solid #ddd 2px;
}

div.user-list-item ul {
        color: #777;
	margin-left: 24px;
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 8pt;
        font-weight: normal;
        text-align: left;
        line-height: 1.5em;
}

div.photo-new {
	position: relative;
	display: block;
	width: 800px;
        margin: 0px 0px 0px -171px;
        padding: 2px;
	border: solid 2px #f04010;
        background: #ddd;
	line-height: 0;
}

div.photo {
	position: relative;
	display: block;
	width: 800px;
        margin: 0px 0px 0px -170px;
        padding: 2px;
        border: solid 1px #777;
        background: #ddd;
	line-height: 0;
}

div.photo-new a:link:hover, div.photo a:link:hover { background: transparent; }
div.photo-new a:visited:hover, div.photo a:visited:hover { background: transparent; }

div.photo-new a[href$=".jpg"]:hover:before, div.photo a[href$=".jpg"]:hover:before {
	content: url(../images/zoom.png);
	position: absolute;
	right: 20px;
	top: 20px;
}

div.photo-next-new {
        width: 760px;
        height: 40px;
        padding: 2px 2px 0px 2px;
        margin: 0px 0px 0px -140px;
        border-top: solid 2px #f04010;
        border-left: solid 2px #f04010;
        border-right: solid 2px #f04010;
        border-bottom: none;
        background: #ddd;
}

div.photo-next {
	width: 760px;
	height: 40px;
	padding: 2px 2px 0px 2px;
        margin: 0px 0px 0px -139px;
        border-top: solid 1px #888;
        border-left: solid 1px #888;
        border-right: solid 1px #888;
	border-bottom: none;
        background: #ddd;
}

div.photo-prev-new {
	width: 760px;
	height: 40px;
	padding: 0px 2px 2px 2px;
        margin: 0px 0px 0px -140px;
        border-top: none;
        border-left: solid 2px #f04010;
        border-right: solid 2px #f04010;
	border-bottom: solid 2px #f04010;
        background: #ddd;
}

div.photo-prev {
	width: 760px;
	height: 40px;
	padding: 0px 2px 2px 2px;
        margin: 0px 0px 0px -139px;
        border-top: none;
        border-left: solid 1px #888;
        border-right: solid 1px #888;
	border-bottom: solid 1px #888;
        background: #ddd;
}

div.photo-next-new a:link:hover, div.photo-next a:link:hover, div.photo-prev-new a:link:hover, div.photo-prev a:link:hover { background: transparent; opacity: 0.85; }
div.photo-next-new a:visited:hover, div.photo-next a:visited:hover, div.photo-prev-new a:visited:hover, div.photo-prev a:visited:hover { background: transparent; opacity: 0.85; }

div.photo-list {
	margin: 30px -20px 0px -130px;
	line-height: 0px;
}

div.photo-list-item-new {
	float: left;
	width: 75px;
	height: 75px;
        padding: 5px;
	margin: 9px;
        border: solid 2px #f04010;
        background: #ddd;
}

div.photo-list-item {
	float: left;
	width: 75px;
	height: 75px;
        padding: 5px;
	margin: 10px;
        border: solid 1px #888;
        background: #ddd;
}

div.photo-list-item-new a:link:hover, div.photo-list-item a:link:hover { background: transparent; opacity: 0.85; }
div.photo-list-item-new a:visited:hover, div.photo-list-item a:visited:hover { background: transparent; opacity: 0.85; }

table.form {
	margin: 0px auto 15px auto;
        border-collapse: collapse;
	background: #eee;
	border: solid 2px #eee;
}

table.form td {
        padding: 12px 8px 12px 8px;

}

tr.form-heading th {
        padding: 10px 16px 10px 16px;
	background: transparent url(../images/heading-border-below.png) top left repeat-x;
        color: black;
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        text-align: left;
}

tr.form-row {
        border-top: solid 2px white;
}

tr.form-row td {
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        text-align: left;
}

tr.form-row-error {
	border: solid 2px red;
}

tr.form-row-error td {
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        text-align: left;
        background: #ffc0b0;
        color: red;   
}
        
td.form-buttons {
        background: #ddd url(../images/heading-border-above.png) bottom repeat-x;
        color: white;
        text-align: right;
}
        
table.form input {  
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-weight: normal;
        font-size: 9pt;
}

table.form textarea {
        font-family: lucida grande, lucida sans, tahoma, verdana, arial, sans-serif;
        font-weight: normal;
        font-size: 9pt;
}

div.furniture-photo-list {
	margin: 8px 0px 8px 0px;
	text-align: center;
	line-height: 0px;
}

div.furniture-article-list ul {
	margin: 8px;
	padding: 4px 0px 0px 4px;
}

div.furniture-article-list ul li {
	list-style-type: none;
	font-weight: bold;
	font-size: 8pt;
}

div.furniture-article-list ul li ul {
        margin: 4px;
        padding: 0px 0px 4px 16px;
}

div.furniture-article-list ul li ul li {
	list-style-type: square;
	font-weight: normal;
	font-size: 7pt;
	color: black;
}

span.furniture-article-unposted {
	color: #108010;
	font-weight: bold;
}

span.furniture-article-new {
	color: #d02005;
	font-weight: bold;
}

div.furniture-comment-list {
}

div.furniture-comment-list ul {
	margin: 8px;
	padding: 4px 0px 20px 4px;
}

div.furniture-comment-list ul li {
	list-style-type: none;
	font-weight: bold;
	font-size: 8pt;
}

div.furniture-comment-list ul li ul {
        margin: 4px;
        padding: 0px 0px 4px 16px;
}

div.furniture-comment-list ul li ul li {
	list-style-type: square;
	font-weight: normal;
	font-size: 7pt;
	color: black;
}

span.furniture-comment-new {
	color: #d02005;
	font-weight: bold;
}

div.furniture-photo-list a:link { }
div.furniture-photo-list a:visited { }
div.furniture-photo-list a:link:hover { background: transparent; opacity: 0.75; }
div.furniture-photo-list a:visited:hover { background: transparent; opacity: 0.75; }

img.furniture-photo-list-item-new {
	border: solid 2px #f04010;
	padding: 2px;
	margin: 2px;
}

img.furniture-photo-list-item-updated {
	border: solid 1px #f04010;
	padding: 2px;
	margin: 3px;
}

img.furniture-photo-list-item {
	border: solid 1px #777;
	padding: 2px;
	margin: 3px;
}

table.flickrator-table {
        margin: 20px 20px 10px 30px;
        border-collapse: collapse;
        background: transparent;
        border: 0;
}

td.flickrator-table-image {
	text-align: right;
	vertical-align: top;
	padding: 0px 15px 40px 0px;
}

td.flickrator-table-image img {
        border: solid 1px #999;
        background: #eee;
        padding: 2px;
        margin: 2px;
}

td.flickrator-table-image a:link:hover { background: transparent; opacity: 0.85; }
td.flickrator-table-image a:visited:hover { background: transparent; opacity: 0.85; }

td.flickrator-table-text {
	vertical-align: top;
	padding: 0px 0px 40px 0px;
}

td.flickrator-table-text h4 {
        font-weight: normal;
        font-size: 7pt;
        color: #777;
        margin: 0px 0px 8px 8px;
        line-height: 1.8em;
}

td.flickrator-table-text p {
	margin-left: 8px;
	line-height: 1.5em;
}

span.flickrator-table-text-new {
	color: #f04010;
	font-weight: normal;
}

span.flickrator-table-text-updated {
	color: #f04010;
	font-weight: normal;
}

td.flickrator-table-error {
	vertical-align: top;
}
