/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #EEE2C3 url(../images/bg-color.jpg) repeat left top;
}
* html .visualIEFloatFix { height: 0.01%; }


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 span, h2 span {
	padding: 0px 40px 0px 0px;
}

/**
h1 span {
	background: url(../images/h1-bookend.gif) no-repeat right center;
}
**/

h1 {
	margin-bottom: 15px;
	font-size: 16px;
}

h2 {
	margin-bottom: 15px;
	font-size: 13px;
}

h3 {
	margin-bottom: 5px;
	font-size: 12px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a0b00;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em
}

li {
	padding-bottom:0.8em;
}

#sidebar li {
	padding-bottom:0.5em;

}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	height: 17px;
	margin-bottom: 3px;
	padding: 3px 0px 0px 10px;
	background: url(../images/boxed-listelement-bg.jpg) no-repeat left top;
}

.list1 li a {
	text-decoration: none;
	font-size: 10px;
}

.list1 li a:hover {
	text-decoration: underline;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	display: block;
	height: 13px;
	margin-bottom: 3px;
	padding: 3px 0px 0px 0px;
}

.list2 li a {
	text-decoration: underline;
}

.list2 li a:hover {
	text-decoration: none;
}

#sidebar p, #sidebar blockquote, #sidebar ul, #sidebar ol, #sidebar dl {
	text-align:left;	
}

.sidebar-list {
	list-style: square;
	text-align:left;
}
.sidebar-list li {
	margin-left: -14px;
	padding-bottom: 4px;
}

/** LINKS */

a {
	color: #994D2E;
}

a:hover {
	text-decoration: none;
}

.more {
	margin: 8px 0px 2px 0px;
	/** padding: 0px 0px 0px 72px;
	background: url(../images/pre-readmore.gif) no-repeat left center;
	**/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	color: #994D2E;
}

#sidebar h2 a, #sidebar h2 a:hover, #sidebar h2 a:visited, #sidebar h2 a:active {
	text-decoration: none;
	color: #3a0b00;
}

#sidebar .more {
	margin: 10px 0px 20px 0px;
}

.more a {
	padding-right: 15px;
	background: url(../images/post-readmore.gif) no-repeat right center;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: -1px 5px 0px -5px;
}

img.right {
	float: right;
	margin: -1px -5px 0px 5px;
}

hr { display: none; }

.hr1 {
	height: 16px;
	background: url(../images/horiz-rule.gif) repeat-x left center;
	margin-bottom:5px;
	clear:both;
}

.errormsg {
	font-size: 10px;
	font-weight: bold;
	color: red;
	padding-bottom:8px;
}

/** WRAPPER */

#wrapper {
	height: 100%;
	min-height: 100%;
}

html>body #wrapper {
	height: auto;
}

/** HEADER */

#header {
	width: 833px;
	height: 200px;
}

.wide #header {
	width:962px;
}

/** LOGO */

#logo {
	width: 833px;
	height: 152px;
}

.wide #logo {
	width:962px;
}

.blankpage #header, .blankpage #logo {
	height: 70px;
}

#logo h1, #logo p {
}

/** MENU */

#menu {
	width: 833px;
	height: 48px;
	background: url(../images/homepage_menu.jpg) no-repeat left top;
}

.subpage #menu {
	background: url(../images/subpage_menu.jpg) no-repeat left top;
}

.wide #menu {
	width:962px;
	background: url(../images/wide_menu.jpg) no-repeat left top;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li:hover, #menu li.hover {
    position: static;
}

/** PAGE */

#page {
	width: 833px;
	background: #fff url(../images/page-bg-bot.jpg) repeat-y left top;
}

.wide #page {
	width:962px;
	background: #fff url(../images/page-bg-bot-wide.jpg) repeat-y left top;
}

#page-bg {
	background: url(../images/page-bg.jpg) no-repeat left top;
}

.wide #page-bg {
	background: url(../images/page-bg-wide.jpg) no-repeat left top;
}

/** SIDEBAR > BOXED */

.boxed, .boxed-first {
	background: url(../images/sidebar-mid.jpg) repeat-y left top;
	font-size:11px;
}

.boxed-top {
	background: url(../images/sidebar-top.jpg) no-repeat left top;
}

.boxed-bottom {
	padding: 20px 14px 1px 16px;
	background: url(../images/sidebar-bot.jpg) no-repeat left bottom;
}

.boxed h2, .boxed-first h2 {
	margin-bottom: 5px;
	font-size: 11px;
}

.boxed .more, .boxed-first .more {
	padding: 0px;
	background: none;
}

.boxed-top-first {
	background: url(../images/firstsidebar-top.jpg) no-repeat left top;
}

.boxed-bottom-first {
	padding: 20px 14px 1px 16px;
	background: url(../images/firstsidebar-bot.jpg) no-repeat left bottom;
}


/** FOOTER */

#footer {
	width: 833px;
	height: 60px;
	background: url(../images/footer.jpg) no-repeat left top;
}

.wide #footer {
	width:962px;
	background: url(../images/footer-wide.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
	color: #CC9;
}
