@charset "utf-8";
/*@import url("undohtml.css");*/
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd{margin:0;padding:0;line-height:1.2em}
a img,:link img,:visited img{border:none}
address{font-style:normal}
dl{margin:0 0 0 .8em}
dl dt{margin:0 0 .5em 0}
dl dd+dt{margin-top:1.5em}
dl dd,ul li{margin:0 0 1em 2em}
ol{list-style:decimal}
ol li{margin:0 0 1em 2.5em}
ol li ol,ol li ul,ul li ul,ul li ol{margin:1em 0 1em 1em}
p,form{margin-bottom:1em}
ul{list-style:none}
body {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #a79181;
	background: #fff;
	min-width: 998px;
	width:expression((document.documentElement.clientWidth)<998?"998px":"auto");
	background: #000;
}
.clear,.clrleft,.clrright{clear:both;width:100%;display:block}
.clrleft{clear:left}
.clrright{clear:right}
.left{float:left}
.right{float:right}
.nobr{white-space:nowrap}
div{_height:1%}
a{
	color: #a79181;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
/*a:visited{
	color: #666;
}*/
a:hover, a:active {
	color: #b7a191;
}
img.photo, a:hover img.photo, img.photo_right, img.photo_left {
	background-color: #000;
	margin: 5px;
	padding: 2px;
	border: 1px #73645a solid;
}
img.photo_left {
	float: left;
}
img.photo_right {
	float: right;
}
a:hover img.photo {
	background-color: #a79181;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica;
	margin: 0 0 0.4em 0;
	color: #ffb800;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.25em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
}

table {
	border-collapse: collapse;
	border: #af7600;
}
th, td {
	border: 1px solid #af7600;
	padding: 5px;
}
th {
	background: #222111;
}
img {
	vertical-align: middle;
}
p {
	line-height: 1.7em;
}
acronym, abbr {
	cursor: help;
}
hr {
	border-style: dashed;
}
/* container */
#container {
	width: 100%;
	float: left;
	max-width: 1280px;
	background: #0e0801 url('../i/bg.png') repeat-x;
}

#top_bg {
	background: transparent url('../i/top_bg.jpg') no-repeat right top;
	height: 520px;
	width: 58%;
	min-width: 580px;
	max-width: 734px;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
}

/* top */
#top_content {
	float: right;
	width: 550px;
	height: 450px;
}

/* top right */
#top_right {
	float: right;
	background: transparent url('../i/top_title.png') no-repeat bottom;
	height: 417px;
	width: 350px;
}

#logo {
	background: url('../i/logo.png') no-repeat;
	width: 291px;
	height: 191px;
	padding: 19px 0 0 20px;
}

#logo a {
	display: block;
	width: 225px;
	height: 160px;
}

#logo span {
	display: none;
}

#logo h1 {
	margin: 0;
}

#tel {
	background: url('../i/tel.png') no-repeat right top;
	text-align: right;
	margin-right: 100px;
	padding-right: 9px;
}

#tel1 {
	padding: 12px 126px 15px 0;
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	color: #916800;
}

#tel1 div {
	padding-top: 4px;
}

#tel1 .vs {
	display: none;
}

#tel .ring {
	font-size: 0.95em;
	font-family: Tahoma;
	color: #736761;
}

#tel .icq {
	color: #b24100;
}

#tel a{
	color: #fe5d00;
	font-family: "Trebuchet MS";
	text-decoration: underline;
	font-size: 1.1em;
}

#tel p {
	line-height: 1.2em;
	padding-bottom: 0em;
}

/* menu */
#menu {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	float: right;
	margin: 220px 0 0 0;
	background: transparent url('../i/top_line.png') no-repeat right;
	padding-right: 40px;
	z-index: 13;
	position: relative;
}

#menu li {
	margin: 0;
	padding-bottom: 5px;
}

#menu .current {
	color: #f7cc20;
}

#menu li a {
	color: #d3870e;
	text-decoration: none;
}

#menu a:hover {
	color: #ee5700;
}

/* content */
#content {
	color: #BEAA9B;
	padding: 10px 25px 150px;
	border-bottom: 2px #877400 solid;
	background: transparent url('../i/content_bg.png') left bottom no-repeat;
	z-index: 10;
	position: relative;
}

/* forums */
#left-col {
	width: 240px;
	float: left;
	font-size: 0.85em;
	padding-top: 3px;
}

#left-col ul {
	padding: 7px 0 0;
}

#left-col li {
	margin: 0;
	padding-bottom: 10px;
}

#left-col a, #left-col li {
	color: #a79181;
}

#left-col a:hover {
	color: #BEAA9B;
}

#news a {
	font-weight: normal;
}
#news-bottom a {
	font-weight: bold;
}

/* main content */
#studyVl {
	font-size: 1.1em;
	margin: 0 280px 0 270px;
	padding: 0 0 30px;
}

#studyVl p {
	line-height: 140%;
}

#inner_content {
	margin-left: 270px;
	padding: 0 0 30px;
	font-size: 1.1em;
}

.content_right {
	text-align: right;
}
/* photos */
#photos {
	float: right;
}
#photos p {
	margin-left: 10px;
}

/* footer */
#footer {
	background: #000 url('../i/footer_bg.png');
	border-top: 2px #1f1801 solid;
	height: 105px;
	overflow: hidden;
}

#footer_line {
	float: left;
	background: transparent url('../i/footer_line.png') no-repeat;
	width: 84px;
	height: 105px;
}

#copyright {
	background: transparent url('../i/footer_logo.png') no-repeat;
	width: 300px;
	padding-top: 52px;
	margin: 15px 0 0 125px;
	font-size: 0.95em;
	color: #736761; /*#534741;*/
	font-family: Tahoma;
}

#counter {
	float: right;
	padding: 20px 50px;
	text-align: right;
}

#counter a, #copyright a {
	font-weight: normal;
}

/***** Forms *****/
form{width:98%}

button{
	font-size: 1em;
   background: #4a4a4a url(../i/buttongradien.png) repeat-x;
   display: inline-block;
   padding: 4px 25px 4px;
   color: #E9E9E9;
   text-decoration: none;
   line-height: 1em;
	border: none;
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
   position: relative;
   cursor: pointer;
}
  
button:hover{
  	background-color: #363636;
	color: White;
}

label{
	width: 120px;
	float: left;
	padding-right:10px;
	text-align: right;
	font-size: 0.85em;
}

label.check{
  font-weight: bold;
}

input{padding:2px}
select, textarea, input.text, input.short, input.password, input.file {
  padding: 2px;
  font-size: 100%;
  width: 350px;
}

textarea{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

input.short{
  width: 170px;
}

form div{
  padding: 6px;
}

form div div{
  padding: 0;
  margin-left: 130px;
}

form .prim{
  font-size: 0.85em;
}

form img{
  margin-right: 1em;
  border: 1px solid #777;
}

.vkey{
  width: 120px;
  text-align: center;
}

.buttons{
	margin: 1em 0 0 130px;
}

/****** JOT Comments *****/
.jot-comment{
	padding: 10px;
	margin-bottom: 10px;
}

.jot-num{
	display: block;
	float: right;
	font-size: 2em;
	text-align: center;
	width: 50px;
	height: 23px;
}

.jot-user{font-weight: bold;}
.jot-poster{font-size: 0.85em;}
.jot-subject{font-size: 1.4em;}
.jot-content{float: none;}
.jot-message{padding: 1em 0; line-height: 130%;}
.jot-row{border-top:1px dashed #a79181;background-color:Black}
/*.jot-row-alt{background-color: Black;}
.jot-row-me{background-color: Black;}*/
