/* $Id: screen.css 3677 2007-01-25 11:53:10Z mp $ */


html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #231f20 url(../images/misc/rightbar_bg.gif) repeat-y right top;
}

h1, h2 {
	margin: 0;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
}

h2 {
	margin-top: 10px;
}

p {
	margin: 0;
	margin-bottom: 10px;
}

#topbar {
	background: url(../images/topbar_bg.gif) top left repeat-x;
	width: 100%;
	height: 210px;
}

body, td {
	font-family: verdana, arial, helvetica, sans-serif;
}

body a, td a {
	color: #fff;
	text-decoration: underline;
}

body a:hover, td a:hover {
	color: #fff;
	text-decoration: none;
}


/* left menu */

.left-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	width: 180px;
	margin-left: 24px;
	margin-top: 25px;
	text-transform: uppercase;
	line-height: 24px;
}

.left-menu li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float2: left;
	margin-left: 14px;
	text-transform: uppercase;
	line-height: 24px;
}

* html .left-menu {
	margin-left: 12px;
}

.left-menu li {
	padding: 0;
	margin: 0;
}

.left-menu li a {
	color: #6d5636;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

.left-menu li a:hover, .left-menu li a.active {
	color: #FFCC99;
}

/* content */
#content {
	color: #fff;
	width: 380px;
	float: left;
	margin-top: 29px;
	font-size: 10px;
	line-height: 17px;
}

.admin-mode#content {
	width: 425px;
}

/* right bar */
#rightbar {
	position: absolute;
	top: 210px;
	right: 0px;
	padding: 0;
	width: 156px;
	margin-top: 25px;
	font-size: 10px;
	line-height: 17px;
	color: #fff;
	display: block;
}

* html #rightbar {
	/* margin-right: 7px; */
}

.input-text-login {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #919191;
	padding: 1px;
	width: 200px;
}

.input-text-view {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #919191;
	padding: 1px;
	width: 250px;
}

.input-but {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	margin-top: 5px;
}

/* cms overrides */

#cmsedit div.section, #cmsedit-inline {
	background-color: #d09b4f;
}

#cmsedit div.section-view, #cmsedit .input-boxtext {
	color: #fff;
}

/** gallery **/
.nextprev {
	padding: 5px 0 5px 0;
}
.nextprev a.prev {
	padding: 0 5px 0 0;
}
.nextprev a.prev:hover {
}
.nextprev a.next {
	padding: 0 0 0 5px;
}
.nextprev a.next:hover {
}
.gallery {
	clear: both;
	padding: 5px 0 0 0;
}
.gallery .img-thumb {
	float: left;
	padding: 0 5px 5px 0;
}
