/***** SebSee CSS Framework *****/
/***** WebSee Co. Ltd., last update: 11.12.2009 ver. 0.1 *****/

@charset "utf-8";

/***** Global reset for standart elements *****/ 
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,table,td,th{margin:0;padding:0;line-height:130%;font-size:100%;}
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,ol li{margin:0 0 1em 2em}
ol{list-style:decimal}
ol li ol,ol li ul,ul li ul,ul li ol{margin:1em 0 0}
p,table,form{margin:0 0 1em}
ul{list-style:disc}
ul li ul{list-style:circle}
ul li ul li ul{list-style:square}


body {
/*font-family:Arial, Tahoma, Helvetica, sans-serif;*/

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.95em;
min-width: 998px;
width:expression((document.documentElement.clientWidth)<998?"998px":"auto");
color: #666666;
background: #171717 url(../i/bg.jpg);
}

/****** Headers *****/
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
font-family: Georgia, "Times New Roman", Times, serif;
color: #91805B;
}

h1 {
padding: 0.3em 0;
font-size: 1.5em;
}

h2 {
padding: 0.2em 0;
font-size:1.3em;
color: #5F5138;
}

h3 {
font-size:1.2em;
font-weight:bold;
padding: 0.2em 0;
}

/***** Common elements *****/
blockquote {margin:1.25em;padding:1.25em 1.25em 0 1.25em;}
small {font-size:0.85em;}
acronym, abbr {cursor:help;letter-spacing:1px;border-bottom:1px dotted;}
img {vertical-align: middle;}

/***** Tables *****/
table{border-collapse: collapse;}
td, th{padding: 3px; border: 1px solid #777}
th{text-align: center; background-color: #CCC;}
.alt td{background-color: #E9E9E9;}

/***** Links *****/
a, a:link, a:visited, a:hover, a img {
text-decoration: underline;
cursor: pointer;
color: #695332;
}

a:hover{color: #9e7d4b;}

/* Lists */

ul li{
	list-style: none;
	background: transparent url(../i/li.gif) no-repeat 2px 6px;
	margin: 0.8em 0;
	padding-left: 20px;
}

/***** Global Classes *****/
.clear {clear:both;}
.float-left, .left{float:left;}
.float-right, .right{float:right;}

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

.img-left{float:left;margin:0.3em 1em 0.3em 0}
.img-right{float:right;margin:0.3em 0 0.3em 1em}

.nopadding{padding:0;}
.noindent{margin-left:0;padding-left:0;}
.nobullet{list-style:none;}

.clear,.clrleft,.clrright{clear:both;width:100%;display:block}
.clrleft{clear:left}
.clrright{clear:right}

.nobr{white-space:nowrap}

.prim{font-size: 0.85em;}
.accent{font-weight: bold;}

.forprint{display: none;}

/***** 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{
	color: #777;
	width: 120px;
	float: left;
	padding-right:10px;
	text-align: right;
	font-size: 0.85em;
}

label.check{
  color: #333;
}

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{
  color: #777;
  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;
}

/***** Messages *****/
.errors, .jot-err{background-color: #FFE8E8;}
.msgok, .jot-cfm{background-color: #EFFFD4;}
.info, .fpinfo, .jot-list{background-color: #FFFFF0;}

.errors, .jot-err, .msgok, .info, .fpinfo, .jot-list, .jot-cfm{
  padding: 10px;
  margin:0 0 1em;
}

.errors p, .jot-err p, .msgok p, .info p, .fpinfo p, .jot-cfm p{
  padding: 0;
  margin: 0;
}

/****** 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-poster{font-size: 0.85em;}
.jot-user, .jot-subject{font-size: 1.4em;}
.jot-subject{font-weight: bold;}
.jot-content{float: none;}
.jot-message{padding: 1em 0; line-height: 130%;}
.jot-row-alt{background-color: #E9E9E9}
.jot-row-me{background-color: #EFFFD4;}


/***** Breadcrumbs navigation *****/

#navigation{
  font-size: 0.85em;
  color: #CCC;
  margin:0 0 1em;
}

/***** Pages scroll & Ditto scroll ******/
#pages{
  text-align: center;
}

#pages span, a.ditto_page{
  padding: 6px 10px;
  width: 30px;
  margin: 0 2px;
  border: 1px solid #bfbfb7;
  background-color: #f1f1ef;
  text-decoration: none;
  color: #666a4c;
}

a.ditto_page:hover{
background-color: #bfbfb7;
color: #F1F1EF;
}

#pages span{
	border: 1px solid #f1f1ef;
	color: #bfbfb7;
}

/***** Photos & Galleries *****/
.photo{
	border: 1px solid #CCC;
	padding: 4px;
	background-color: White;
}

.gallery{
	margin:0 0 1em;
}

.gallery div{
	float: left;
	padding: 0 30px 30px 0;
}

.gallery div a{
	display: block;
	width: 215px;
	height: 190px;
	text-decoration: none;
}

.gallery span{
	display: block;
	text-align: center;
	font-size: 0.9em;
	width: 208px;
}

.gallery img{
	margin:0 0 4px;
}

/********************************************************/
/***************** Layout code starts here **************/
/********************************************************/

/* Main */

#main-frame, #footer-frame{
margin:0 auto;
width:980px;

/*border: 1px solid red;*/
}

#main{
	background: transparent url(../i/main3.jpg) no-repeat top;
	/*height: 700px;*/
	padding: 320px 40px 40px 40px;

}

#intro{
	width: 450px;
	margin-bottom: 40px;
}

#author{
	width: 450px;
	margin: 0 40px 0px 0;
	float: left;
}

#authorphoto{
	padding-left: 160px;
	background: transparent url(../i/kvashinvg.jpg) no-repeat top left;
	margin-bottom: 40px;
}

#dload{
	width: 410px;
	float: left;
}

#pbook{
	padding-left: 95px;
	background: transparent url(../i/pbook_logo.jpg) no-repeat top left;
	margin-bottom: 40px;
}

#dl{
	padding-left: 95px;
	background: transparent url(../i/dlbook.jpg) no-repeat top left;
}

#dl2{
	padding-left: 95px;
}

/* Headers */

#headermain span, #headerauthor span, #headerdl span{
	display: none;
}

#headermain{
	width: 221px;
	height: 19px;
	background: url(../i/h_main.png) no-repeat top left;
	margin-bottom: 0.4em;
}

#headerauthor{
	width: 80px;
	height: 18px;
	background: url(../i/h_author.png) no-repeat top left;
	margin-bottom: 0.8em;
}

#headerdl{
	width: 255px;
	height: 17px;
	background: url(../i/h_dl.png) no-repeat top left;
	margin-bottom: 0.8em;
}



/* Footer */


#footer{
	padding: 40px; 
}

#copyrights{
	float: left;
	font-size: 12px;
	color: #666666;
}

#footer .right{
	
}

/***** Printing styles - must be at the end of CSS *****/
@media print {

body{
	color: black;
	background-color: White;
	background-image: none;
	font-family: "Times New Roman", Times, serif;
}

.forprint{
	display: block;
}

#headermain span, #headerauthor span, #headerdl span{
	display: block;
}

.noprint{
	display: none;
	padding: 0;
	margin: 0;
	height: auto;
   width: auto;
}

}






