body
{
	background-color: #ffffcc;
	font-family: Verdana, sans-serif;
	font-size: 100%;
/*	font-size: 14px;*/
	line-height: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

input.checkbox
{
	border: 0;
}

.err input,
.err textarea
{
	border: 1px solid red;
}

/* layout */

#main
{
	font-size: 0.875em;
	width: 768px;
	margin: 5px auto 15px;
	text-align: left;
	border: 1px solid #e8cf00;
	position: relative;
}

#top
{
	width: 100%;
	height: 100px;
	background: url(../img/bg_right.jpg) top right no-repeat #fffd67;
	position: relative;
}

#middle
{
	background: url(../img/bg_left.jpg) repeat-y #ffff99;
}

#right
{
	margin-left: 150px;
}

#content
{
	padding: 10px;
	position: relative;
}

#left
{
	float: left;
	width: 150px;
	background-color: #fffd67;
	padding-bottom: 5px;
}

#bottom
{
	clear: both;
	position: relative;
}

#credits
{
	font-size: 70%;
	text-align: center;
	color: #7e7100;
	padding-bottom: 10px;
}

#credits a
{
	color: #7e7100;
}

/* header */

#top h1
{
	margin: 0;
	position: absolute;
	left: 160px;
	top: 15px;
	text-indent: -5000px;
	width: 269px;
	height: 66px;
	background: url(../img/heading.jpg) no-repeat;
}

#go_home
{
	float: left;
	width: 150px;
	height: 100px;
	background: url(../img/logo.gif) no-repeat;
	position: relative;
	top: 5px;
	left: 0;
	text-align: right;
}

#go_home span
{
	font-size: 70%;
	text-transform: uppercase;
	color: #705200;
	position: absolute;
	bottom: 0;
	left: 10px;
	border: 1px solid #e8cf00;
	background: url(../img/caption.jpg) repeat-y;
	display: none;
	padding: 2px;
}

#go_home span.ie
{
	background: transparent;
	border: 0;
}

#go_content
{
	display: none;
}

#go_home:hover,
#go_home:hover span
{
	text-decoration: none;
	display: block;
}

/* menu */

#left ul
{
	margin: 15px 0;
	list-style-type: none;
	padding: 0;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 95%;
}

#left ul.login
{
	margin: 0;
}

#left ul li a,
#bottom_nav ul li a,
#nav li a
{
	color: #705200;
}

#left ul li a.active,
#credits ul li a.active,
#nav li .active
{
	font-weight: bold;
 	color: #705200;
}

#left li.caption
{
	position: relative;
	left: -20px;
	margin-bottom: 5px;
	padding: 2px 5px;
	background: url(../img/caption.jpg) repeat-y;
	font-size: 100%;
	border: 1px solid #e8cf00;
	border-right: 0;
	font-weight: bold;
	color: #926e00;
	font-variant: small-caps;
	text-transform: none;	
}

#left li.caption a
{
	color: #926e00;
}

#left li.alert
{
	margin-bottom: 5px;
}

#left li.alert span.alert
{
	background: #f00; 
	color: #fff;
	font-size: 75%;
	font-weight: bold;
	margin-left: -7px;
	padding: 5px;
	text-transform: none;
}

#bottom_nav
{
	font-size: 0.875em;
	display: none;
}

#bottom_nav ul
{
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

#bottom_nav ul li
{
	display: inline;
	padding-right: 1em;
	font-size: 70%;
}

/* navigation */

#right.ie
{
	position: relative;
	border-top: 1px solid #e8cf00;
}

#right.ie #nav
{
	margin-left: 1px;
	border-top: 0;
	border-left: 0;
}

#nav
{
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 70%;
	background-color: #ffff80;
	border-top: 1px solid #e8cf00;
	border-bottom: 1px solid #eeee20;
	border-left: 1px solid #e8cf00;
	padding: 5px 0 5px 10px;
}

#nav.hide
{
	padding: 0;
	border-bottom: 0;
}

#nav li
{
	display: inline;
}

/* login */

#login
{
	font-size: 80%;
}

#login a
{
	font-size: 100%;
	color: #000;
}

#login input.text
{
	width: 7.5em;
}

/* search */

#search
{
	position: absolute;
	right: 5px;
	top: 5px;
}

#search input
{
	font-size: 90%;
	border-color: #e8cf00;
	background: url(../img/button.jpg) 10% repeat-x;
	color: #926e00;
}

#search input.text
{
	width: 15em;
	background: #fff;
	color: #000;
}

#search_form
{
	text-align: center;
	margin: 10px;
}

#search_results
{
	border: 1px solid #e8cf00;
	padding: 5px;
}
search_results span
{
	font-size: 110%;
	font-weight: bold;
}

#search_results ul
{
	margin-top: 15px;
}

#search_results ul li.nomarker
{
	list-style-type: none;
}

/* calendar */

.calendar
{
	font-size: 75%;
	border: 1px solid #e8cf00;
	margin: -10px auto 0 auto;
	background: url(../img/calendar.jpg) repeat-y #ffff99;
	empty-cells: hide;
}

.calendar td,
.calendar th
{
	width: 1.2em;
}

.calendar th
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
}

.calendar td
{
	text-align: right;
	border: 1px solid #e8cf00;
}

.calendar td a
{
	color: #000;
}

.calendar td.bday,
.calendar td.fest,
.calendar td.event
{
	font-weight: bold;
	background-color: #e8cf00;
}

.calendar td.today
{
	border: 1px solid #e8cf00;
	background-color: #ffff99;
}

.calendar_inset
{
	margin: 0;
	float: right;
	border: 0;
	border-collapse: separate;
	empty-cells: hide;
	background: transparent;
	margin-left: 10px;
}

.calendar_inset td,
.calendar_inset th
{
	padding: 3px;
	width: 1.5em;
}

.calendar_inset td
{
	border: 1px dotted #909090;
}

.calendar_inset th
{
	border: 1px solid #000;
	background: url(../img/calendar.jpg) 90% repeat-y;
	text-align: center;
}

.calendar_inset td.nav
{
	border: 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}

.calendar_inset td.bday,
.calendar_inset td.fest,
.calendar_inset td.event
{
	border: 1px solid #000;
	background-color: #e8cf00;
}

.calendar td.event,
.calendar_inset td.event
{
	background-color: #fecb1c;
}

.calendar_inset td.today
{
	border: 1px dotted #000;
	background-color: #fffd67;
}

.calendar_day
{
	font-weight: bold;
}

li.calendar_fest
{
	font-size: 85%;
	margin-bottom: 10px;
	list-style-type: square;
	color: #606060;
}

#calendar_list						/* IE 5.x */
{
	float: left;
	margin: 10px;
}

/* messages */

div.msg
{
	border: 1px solid #e8cf00;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
}

div.msg_calendar
{
	margin-right: 200px;
}

div.msg_pict
{
	padding-left: 40px;
	min-height: 25px;
}

div.msg_pict div.nopad
{
	margin-left: -40px;
}

div.msg_ie6												/* IE and it's box model */
{
	height: 25px;
}

div.msg_ie5
{
	height: 37px;
}

div.msg_error
{
	background: url(../img/ico/error.gif) 5px 50% no-repeat #ff4545;
	color: #fff;
}

div.msg_info
{
	background: url(../img/ico/info.gif) 5px 50% no-repeat #ffeb45;
}

div.msg_question
{
	background: url(../img/ico/question.gif) 5px 50% no-repeat #fce100;
}

div.center
{
	text-align: center;
	margin: 10px;
	display: block;
}

div.ff,
div.opera
{
	float: left;
	width: 100%;
}

div.center div
{
	display: inline;
}

div.center a,
div.center div span.text,
div.center div span.disabled,
ul.tools li a,
ul.tools li.disabled,
#go_top
{
	font-weight: bold;
	padding: 5px;
	font-size: 90%;
	border: 1px solid #e8cf00;
	background: url(../img/button.jpg) repeat-x;
	color: #705200;
}

div.center div span.disabled,
ul.tools li.disabled
{
	background: url(../img/button2.jpg) repeat-x;
	color: #a0a0a0;
}

div.center a:hover,
ul.tools li a:hover,
#go_top:hover
{
	text-decoration: none;
	border: 1px solid #c8b300;
	background: url(../img/button2.jpg) repeat-x;
}

/* tools */
				 
ul.tools
{
	list-style-type: none;
	margin: 10px;
	padding: 0;
	text-align: center;
}

ul.tools_2
{
	position: relative;
	top: 10px;
}

ul.tools li
{
	display: inline;
	margin-right: 5px;
}

ul.tools li a img
{
	position: relative;
	top: 4px;
}

/*ul.ie
{
	margin: 0;
	margin-top: 10px;
}

ul.ie li a,
ul.ie li.disabled
{
	position: relative;
	top: -1px;
	padding: 0 7px;
}

ul.ie li a img
{
	position: relative;
	top: 2px;
}*/

/* tables */

th
{
	text-align: left;
}

.tbl
{
	margin: 5px auto;
	border: 1px solid #e8cf00;
	border-collapse: collapse;
	border-spacing: 0; 
}

.tbl td
{
	margin: 1px;
	padding: 5px;
}

.tbl td.last
{
	font-size: 80%;
}

.tbl th,
.tbl td span.code
{
	border: 1px solid #e8cf00;
	padding: 5px;
	font-size: 85%;
	font-weight: bold;
	background-color: #fffd67;
}

.tbl th.notobl
{
	font-weight: normal;
}

.tbl td span.code
{
	margin-left: 8px;
	padding: 5px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.3em;
}

.tbl th.tools,
.tbl td.tools
{
	white-space: nowrap;
}

.tbl td.tools
{
	padding-right: 5px;
}

.tbl th.noside
{
	border-left: 0;
	border-right: 0; 
}

.tbl td input.btn
{
	background: url(../img/button.jpg) 10% repeat-x;
	margin: 0;
	border-color: #e8cf00;
	padding: 1px 5px;
}

.tbl .tools a:hover,
table.news th a:hover,
table.member th a:hover,
div.photo_tools a:hover,
div.gallery_note a:hover
{
	text-decoration: none;
}

/* gallery */

span.movedown
{
	font-size: 10%;
}

input#desc
{
	width: 30em;
}

div.gallery
{
	margin: 0;
	float: left;
}

div.gallery_note
{
	padding: 10px;
}

div.gallery_date
{
	padding: 0 0 15px 10px;
	font-size: 90%;
}

div.photo_tools
{
	float: right;
}

ul.gallery
{
	list-style-type: none;
	margin: 0;
	width: 600px;
	padding: 0;
}

ul.gallery li
{
	height: 125px;
	margin: 1px;
	width: 135px;
	float: left;
	display: inline;
	padding: 5px;
	border: 1px dashed #d4be00; 
	background-color: #ffee5d;
	font-size: 90%;
	text-align: center;
}

ul.pict_upload
{
	list-style-type: square;
	margin: 0;
	padding-left: 15px;
}

ul.nodesc
{
	margin: 10px 0;
}

ul.nodesc li
{
	height: 102px;
}

ul.gallery li span
{
	display: block;
	text-align: left;
	padding-bottom: 5px;
}

ul.gallery li a
{
	color: #000;
}

ul.gallery li a:hover
{
	text-decoration: none;
}

ul.gallery li img,
img.gallery,
#my_photo
{
	border: 1px solid #705200;
}

/* news */

table.news
{
	margin: 5px auto;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

table.ie
{
	border-collapse: collapse;
}

table.news td,
table.news th
{
	padding: 2px;
	margin: 0;
}

table.news th,
table.member th
{
	background: url(../img/news.jpg) repeat-x 50%;
}

table.news tr.event th
{
	background: url(../img/events.jpg) repeat-x 50%;
}

table.news th.title,
table.member th
{
	font-size: 125%;
	border: 1px solid #e8cf00;
	border-width: 1px 0;
	text-align: left;
}

table.news td.bottom
{
	border: 1px solid #e8cf00;
	padding: 10px;
	width: 100%;
}

table.news td.middle
{
	font-size: 90%;
	background-color: #ffff80;
	border-width: 0 1px;
	white-space: nowrap;
}

table.news .l,
table.member .l
{
	border: 1px solid #e8cf00;
	border-right: 0;
}

table.news td.l
{
	border-right: 0;
}


table.news .r,
table.member .r
{
	border: 1px solid #e8cf00;
	border-left: 0;
	text-align: right;
	white-space: nowrap;
}

table.news td.r
{
	border-left: 0;
}

/* members */

h3.inactive
{
	text-transform: uppercase;
	text-align: center;
	color: #705200;
	border-bottom: 2px solid #e8cf00;
	border-top: 2px solid #e8cf00;
	padding: 10px;
}

table.member
{
	margin: 0 auto 10px auto;
	border-collapse: collapse;
	border-spacing: 0; 
}

table.member th
{
	font-size: 90%;
}

table.member th.l
{
	padding-left: 0.5em;
}

table.member td
{
	padding: 5px;
	width: 500px;
}

table.member td.desc
{
	width: 130px;
	font-variant: small-caps;
	font-weight: bold;
}

table.member td.info
{
	padding: 10px;
	font-size: 90%;
	text-align: left;
	width: 100%;
}

table.member td.photo
{
	vertical-align: top;
	padding-left: 0;
	width: 80px;
}

img.photo_forum,
table.member td.photo img
{
	border: 1px solid #e8cf00;
}

div.bday
{
	position: absolute;
	display: inline;
}

div.bday img
{
	position: relative;
	top: -10px;
	left: 10px;
	border: 0;
}

/* forum */
img.photo_forum
{
	float: left;
	margin-right: 5px;
}

/* photo */

#my_photo
{
	position: absolute;
	right: 25px;
}

/* text */

div.text
{
	text-align: left;
	margin-bottom: 10px;
}

div.text span.first
{
	float: left;
	font-size: 150%;
	font-weight: bold;
	font-family: fantasy;
	padding: 7px;
	margin: 0 5px 5px 0;
	border: 1px solid #705200;
	color: #705200;
	background: #ffff80;
}

/* closest event */

ul.event li
{
	text-transform: none;
	font-size: 80%;
}

/* go to top */

#go_top
{
	position: absolute;
	z-index: 1;
	right: -1px;
	bottom: -1px;
	font-size: 65%;
	padding: 3px;
	font-weight: normal;
	text-transform: uppercase;
}

/*home*/

div.home
{
  background: url(../img/logo_bg.gif) no-repeat 50% 50%;
}

#hello
{
	padding: 5px;
	margin: 0 0 10px 10px;
	font-size: 80%;
	float: right;
	border: 1px solid #e8cf00;
	width: 98%;
}

div.photo
{
  clear: right;
  text-align: center;
}

div.photo img
{
  border: 1px solid #decf02;
  margin-bottom: 1em;
}

/* chat */

#scroll, 
#chat_online
{
  position: relative;
  height: 350px;
  overflow: auto;
  border: 1px solid #e8cf00;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 90%;
}

#scroll 
{
  width: 435px;
}

#chat_online
{
  float: right;
  width: 125px;
  padding-left: 5px;
}

#chat_room_items
{
  margin-bottom: 10px;
  text-align: center;
}

.chat_delay
{
  position: absolute;
  right: 5px;
  color: #a0a0a0;
  font-size: 90%;
  display: block;
}

span.time
{
    color: #a0a0a0;
}

.pad-tb
{
    padding: 10px 0;
}

hr.new
{
    border: 1px solid #e8cf00;   
}

div.image
{
    margin-top: 2em;
    text-align: center;
    color: #c8b300;
}
div.image a
{
    text-decoration: none;
    color: #926e00;
}

div.image img
{
    margin-bottom: .5em;
}
