@import "common.css";
@import "menu.css";
@import "index.css";
@import "comments.css";
@import "imagelist.css";

* html .gainlayout { height: 1%; }

body {
	behavior: url(/templates/default/csshover.htc);
}


.fixedwidth {
	width: 800px;
	margin: auto;
	position: relative;
}

.content {
	padding-left: 60px;
}

#top {
	height: 190px;
}

.dropPanel {
	background: #ff6633 url(images/dropbg.gif) repeat-x top;
}

.dropPanel .leftHandle {
	display: block;
	background: url(images/handle.gif) no-repeat top left;
}

.dropPanel .rightHandle {
	display: block;
	background: url(images/handle.gif) no-repeat top right;
	padding: 11px 10px 7px 10px;
}

.dropPanel a, .submenu a {
	color: White;
}

.window {
	border-left: 1px solid #ff6633;
	border-right: 1px solid #ff6633;
	border-bottom: 1px solid #ff6633;
}

.window ul, .window .text {
	margin: 0;
	padding: 0 15px 15px 15px;
}

#header {
	height: 43px;
	background: url(images/headerbg.gif) repeat-x;
}

#line1 {
	height: 43px;
	background: url(images/headerbg.gif) repeat-x;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.solidline {
	width: 100%;
	border-top: 1px solid black;
	left: 0;
	clear: both;
	overflow: hidden;
	height: 0;
}

#line2 {
	position: absolute;
	top: 104px;
}

#line3 {
	position: absolute;
	top: 148px;
}

#line4 {
	position: absolute;
	top: 230px;
}

#line5 {
	position: absolute;
	bottom: 62px;
}

#home {
	display: block;
	background: url(images/home.gif) no-repeat;
	height: 43px;
	margin-left: 23px;
	padding-left: 34px;
	padding-top: 10px;
	color: Black;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
}

#home span {
	padding-left: 37px;
	font-size: 12pt;
	font-weight: normal;
}

#home span span {
	padding-left: 0;
	font-size: 10pt;
}

#languages {
	position: absolute;
	left: 23px;
	top: 57px;
	padding: 0;
	margin: 0;
}

#languages li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.clear {
	clear: both;
	height: 0;
overflow: hidden;
/*	line-height: 0.1px;*/
}

.section {
	border-top: 1px solid black;
}


.list {
	margin: 0;
	padding: 0;
}

.list li {
	list-style: none;
	clear: both;
	padding-top: 15px;
}

.list_image {
	float: left;
	border: 1px solid #ff6633;
	margin-right: 13px;
}

.list_date {
	color: #4c4c4c;
	font-size: 90%;
}

#archive {
	padding-top: 11px;
	float: right;
}

#banner1, #banner2, #banner3 {
	width: 83px;
	height: 36px;
	float: left;
}

#banner2 {
	margin-left: 30px;
}

#banner3 {
	float: right;
	width: auto;
	font-size: 90%;
}

#banner3 a {
	display: block;
	/*padding-top: 3px;
	margin-bottom: 16px;*/
}

#banner3:hover {
	background-color: #cccc33;
}

#banner3:hover a {
	color: #cc1004;
}

#banner3:hover .leftHandle, #banner3:hover .rightHandle {
	background-image: url(images/handle_h.gif);
}

#footer {
	padding-top: 16px;
	padding-bottom: 16px;
	clear: both;
}

.text_list {
	background-color: #ff6633;
}

.padded {
	padding-top: 15px;
}



.left {
	background: #ff6633 url(images/left.gif) no-repeat center;
	width: 25px;
	height: 32px;
	float: left;
	cursor: pointer;
}

.left:hover {
	background-image: url(images/left_h.gif);
}

.right {
	background: #ff6633 url(images/right.gif) no-repeat center;
	width: 25px;
	height: 32px;
	float: right;
	cursor: pointer;
}

.right:hover {
	background-image: url(images/right_h.gif);
}

.image_title {
	text-align: center;
	padding-top: 16px;
}

#image_container {
	text-align: center;
	margin-bottom: 20px;
}

.image_number {
	margin: auto;
	margin-top: 0;
	margin-bottom: 16px;
}

.image_number td {
	margin-left: 2px;
	text-align: center;
	vertical-align: middle;
}

.image_number a {
	display: block;
	color: White;
	text-decoration: none;
	width: 13px;
	height: 13px;
	background-color: #ff6633;
	font-size: 11px;
}

.image_number a:hover, .image_number a.selected {
	background-color: #cccc33;
	color: #cc1004;
}

.image_number .left a, .image_number .right a {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.image_number .left, .image_number .right {
	width: 17px;
	height: 17px;
	float: none;
	border-left: 4px solid white;
	border-right: 4px solid white;
}


.image_desc {
	width: 50%;
}

.image_desc td {
	vertical-align: top;
	padding-top: 6px;
}

.image_field {
	width: 75px;
	color: #d01414;
	font-size: 85%;
}

.rating {
	margin: 0;
	padding: 0 !important;
}

.rating li {
	display: inline;
	list-style: none;
}

.relations {
	float: right;
	background: url(images/add.gif) no-repeat top left;
	padding-left: 17px;
	padding-top: 17px;
	width: 45%;
}

.relations ul {
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	padding-top: 10px !important;
}

.relations li {
	list-style: none;
}

input, textarea, select {
	border: 1px solid #ff6633;
}

input.button {
	background-color: #ff6633;
	color: White;
	text-decoration: underline;
}

.copyright {
	padding: 16px 8px 0 8px;
	text-align: center;
	font-size: 80%;
}

.scrolled {
	padding-bottom: 10px;
}
