@charset "UTF-8";

body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0px;
	background-color: #FFFFFF;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

a {
	color: #7a4a39;
}

h1, h2, h3 {
	margin-bottom: 6px;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0;
}

#stvyContentLeft {
	font-size: smaller;
	padding: 10px;
	background-color: #b0aaa3;
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	text-align: left;
	border-top: 3px solid white;
}

#stvyContentCenter {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;
}

#stvyContentRight {
	font-size: smaller;
	padding: 10px;
	background-color: #ece9e7;
	vertical-align: top;
	border-top: 3px solid white;
}

#stvyHeaderLeft {
	text-align: center;
}

#stvyHeaderCenter {
	background-color: #FFFFFF;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#stvyHeaderRight {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background-color: #d2cdc9;
	text-align: left;
	vertical-align: top;
}

#stvyInfobarRight,#stvyInfobarLeft {
	background-color: #c6b8a3;
}

#stvyInfobarCenter {
	color: #333;
	background-color: #ece9e7;
	padding-left: 10px;
	vertical-align: middle;
}

#stvyInfobarCenter a {
	color: #333;
	text-decoration: none;
}

div.breadcrumb {
	display: inline;
}

.stvyDecorRow {
	background-color: #efbe5f;
	font-size: 1px;
}

#stvyDecorRight {
	background-image: url(images/bg_decor.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#stvyMain {
/*	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: 0;
	*/
}

/* ------------------------------------------------------------------ */
/* Drupal overrides */
/* ------------------------------------------------------------------ */

/* Login form */

div.form-item {

}

#user-login-form {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	margin-top: -6px;
}

div#edit-pass-wrapper {
	margin-top: -6px;
}

#user-login-form .item-list ul {
	margin-top: 5pt;
	margin-left: 0;
	padding-left: 0em;
	text-indent: -1em;
}

#user-login-form .item-list ul li {
	list-style-type: none;
}

#user-login-form .item-list ul li a {
	color: white;
}


/* Language switcher */
div#block-locale-0 {
	margin-top: 2px;
}

div#block-locale-0 a {
	color: white;
	text-decoration: none;
}

div#block-locale-0 ul {
	display: inline;
}

div#block-locale-0 ul li  {
	list-style: none;
	display: inline;
	margin-left: 42px;
}

div#block-locale-0 ul li.first {
	margin-left: -12px;
}

/* Search */
form#search-block-form {
	margin-top: 10px;
}

/* Left & right menus */

#stvyContentLeft ul.menu li a {
	text-decoration: none;
	color: #fff;
}

#stvyContentRight ul.menu li a {
	text-decoration: none;
	color: #333;
}

ul.menu {
	margin: 0;
	padding: 0;
	border: none;
}

ul.menu li {
	list-style: none;
	margin: 0;
	padding: 1px;
}

ul.menu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
}

ul.menu li.expanded ul li {
	padding-left: 15px;
}

ul.menu li.collapsed {
}

ul.menu li.leaf {
}

#stvyContentLeft ul.menu li a:hover {
	background: white;
	color: #b0aaa3;
}

#stvyContentRight ul.menu li a:hover {
	background: white;
}

/* Navigation menu */

div#block-user-1 {
	border-top: 1px dotted #aaa;
}

div#block-user-0 div.content {
	margin-bottom: 0;
}

/* Content */
form#user-register {
	margin-top: 10px;
}

div.status  {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background: #ddd;
	margin-bottom: 10px;
}

div.tabs {
	margin-top: 10px;
}

/* Content div */
div.content {
	margin-bottom: 12px;
}

div.node {
	padding-bottom: 1em;
	border-bottom: 1px #aaa solid;
	margin-bottom: 1em;
}

/* Read more links */
ul.links {
    margin: 0;
    padding: 0;
    font-size: smaller;
}

ul.links.inline {
    display: inline;
}

ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0;
}

ul.links li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
}

/* Attachment tables */
table#attachments {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: smaller;
	width: 100%;
}

/* Polls */
div.poll {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

div.poll div.total {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Forum */
div#forum {
	font-size: smaller;
}

div#forum table {
	margin-top: 20px;
	width: 100%;
}

/* Book navigation */
div.page-links {
	font-size: 11px;
	background: #ddd;
	border-bottom: 1px solid #bbb;
}

div.page-links a {
	text-decoration: none;
	color: #666;
}

div.node {
	border-bottom: none;
}

div#book-navigation-33, div#book-navigation-22 {
	display: none;
}

div.book-navigation ul.menu {
	border: 1px solid #ccc;
	background: #eee;
	padding-top: 0;
	padding-left: 40px;
}


div.book-navigation ul.menu li {
	list-style-type: circle;
}

div.meta {
	font-size: smaller;
	font-weight: bold;
	margin-bottom: 6px;
}

div.textarea-identifier {
	font-size: xx-small;
	margin-top: 1em;
	margin-bottom: 1em;
}

form#subscriptions-ui-node-form {
	margin-top: 6px;
}

div#comments {
	border-top: 1px solid #aaa;
}

div#comments .submitted, div.comment .submitted {
	font-weight: bold;
	font-size: smaller;
	margin-bottom: 6px;
}

div.comment {
	margin-bottom: 16px;
}

div#comments h3 {
	margin-bottom: 0;
	margin-top: 0;
}

div#comments ul.links {
	padding: 2px;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
}

div#comments ul.links a {
	text-decoration: none;
}

div#comments ul.links a:hover {
	text-decoration: underline;
}

div#comments span.new {
	font-size: xx-small;
	font-weight: bold;
	color: #777;
}

div.forum-topic-navigation {
	padding: 3px;
	background-color: #ddd;
	font-size: smaller;
}

div.forum-topic-navigation a {
	text-decoration: none;
}

div.forum-topic-navigation a:hover {
	text-decoration: underline;
}

div#forum td.container div.name a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

div#forum div.name a {
	text-decoration: none;
}

div#forum div.name a:hover {
	text-decoration: underline;
}


div#forum td.container div.name a:hover {
	text-decoration: underline;
}

div#forum td.container {
	border-bottom: 1px solid #666;
	border-top: 1px solid #aaa;
	background-color: #ccc;
	padding: 6px;
}

div#forum div.description {
	margin-left: 0;
}

div#forum td.topics, div#forum td.posts, div#forum td.last-reply {
	font-size: smaller;
}   

