/* СТИХИ И ПРОЗА */
/*=============================*/

body,html {
  padding: 0;
  margin: 0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h2 {
  font-size: 20px;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}



.wrapper {
	margin: 0 30px;
	border-left: 1px solid #504a3e; 
	border-right: 1px solid #504a3e; 
  	-webkit-box-shadow: 0 0 5px 5px #666666 ;
  	box-shadow: 0 0 5px 5px #666666 ;
    -moz-box-shadow: 0 0 5px 5px #666666 ;
}


ul {
  list-style: none;
}
ul li {
  line-height: 22px;
  padding-left: 16px;
  background-image: url(../images/strelka.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
}

hr {
  text-align: center;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #504a3e;
  border-bottom: 1px solid #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

A:link {COLOR: #006699; TEXT-DECORATION: none;}
A:visited {COLOR: #006699; TEXT-DECORATION: none;}
A:active {COLOR: #504a3e; TEXT-DECORATION: none;}
A:hover {COLOR: #504a3e;  TEXT-DECORATION: none;}

.fontcomment {
  font-size: 10px;
  color: #006699;
}

/* Текст на главной */
table.maintext {
  width: 100%;
  border: 1px solid #504a3e;
  text-align: justify; 
}
table.maintext td {
  padding: 6px;
  font-size: 13px;
}

/* Последние добавленные произведения */
table.lastverses {
  width: 100%;
  border: 1px solid #504a3e;
  text-align: justify; 
}
table.lastverses td {
  padding: 6px;
  font-size: 13px;
}

/* последние добавленные комментарии */
table.lastcomments {
  width: 100%;
  border: 1px solid #504a3e;
  text-align: justify; 
}
table.lastcomments td {
  padding: 6px;
  font-size: 13px;
}

/* АВТОРЫ */
table.authorsss {
  width: 100%;
  border: 1px solid #504a3e;
  text-align: justify; 
}
table.authorsss td {
  padding: 6px;
  font-size: 13px;
}

/* СТИХИ */
table.versesss {
  width: 100%;
  border: 1px solid #504a3e;
  text-align: justify; 
}
table.versesss td {
  padding: 6px;
  font-size: 13px;
}


/* ПРАВИЛА САЙТА */
table.siterules {
  width: 100%;
  border: 1px solid #504a3e;
  text-align: justify; 
}
table.siterules td {
  padding: 6px;
  font-size: 13px;
}

/* О ПРОЕКТЕ */
table.contacts {
  width: 100%;
  border: 1px solid #504a3e;
  text-align: justify;
}
table.contacts td {
  padding: 6px;
  font-size: 13px;
}

/* дата наверху */
td.topdate {
  font-size: 14px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
  color: #ffffff;
  font-weight: bold;
  padding-right: 10px;
}


/* полоска над логотипом */
td.logotop {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #504a3e;
}


/* полоска под логотипом */
td.logobottom {
  background-color: #504a3e;
}


/* контент сайта */
td.mainbody {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}


/* меню пользователя */
table.menuuser td {
  border-bottom: 1px solid #cccccc;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}
table.menuuser #txtbox {
  border: 1px solid #cccccc;
  background-color: #f1f1f1;
  color: #006699;
  width: 70px;
}
table.menuuser #butt {
  border: 1px solid #cccccc;
  background-color: #f1f1f1;
}

/* верхнее меню */
td.topmenu {
  text-align: left;
  padding-left: 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
td.topmenu a:link, td.topmenu a:visited {
  color: #ffffff;
  text-decoration: none;
}
td.topmenu a:hover {
  color: #ffffff;
  text-decoration: underline;
}



/* меню со списком категорий */
td.menuright {
  border-left: 1px solid #504a3e;
  padding-right: 1px;
  padding-top: 6px;
  padding-bottom: 20px;
}
table.rightmenu {
  width: 100%;
}

/* пункты меню со списком категорий */
td.mainlevel a {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 4px;
  margin-bottom: 1px;
  text-align: left;
  background-color: #f1f1f1;
  color: #006699;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
td.mainlevel a:link, td.mainlevel a:visited {
  background-color: #f1f1f1;
  color: #006699; 
}
td.mainlevel a:hover {
  background-color: #504a3e;
  color: #ffffff;
}
#active_menu a {
  background-color: #504a3e;
  color:#ffffff;
}
#active_menu a:hover {
  background-color: #504a3e;
  color: #cccccc;
}

/* пункты подменю со списком категорий */
td.sublevel a {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 21px;
  padding-right: 4px;
  margin-bottom: 1px;
  text-align: left;
  background-color: #f1f1f1;
  color: #006699;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
td.sublevel a:link, td.sublevel a:visited {
  background-color: #f1f1f1;
  color: #006699; 
}
td.sublevel a:hover {
  background-color: #504a3e;
  color: #ffffff;
}
sublevel #active_menu a {
  background-color: #504a3e;
  color:#ffffff;
}
sublevel #active_menu a:hover  {
  background-color: #504a3e;
  color: #cccccc;
}


/* копирайт */
td.cpright {
  background-color: #504a3e;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
td.cpright a { color: #ffffff; }
td.cpright a:link, td.cpright a:visited { color: #ffffff; }
td.cpright a:hover { color: #000000; }


/* ссылки на страницы (в разбиении на странички) */
table.numpages {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 12px;
}


/* ==================== страничка АВТОРЫ ===================== */

table.authors {
  width: 100%;
}

/* названия столбцов */
tr.authorstop {
  border-bottom: 1px solid #cccccc;
  background-color: #e1e1e1;
}
tr.authorstop td {
  padding: 4px;
  font-size: 11px;
}

/* перечень */
tr.authorstr {

}
tr.authorstr td {
  padding: 4px;
  font-size: 11px;
  border-bottom: 1px solid #cccccc;
}

table.userprofile {
  border: 1px solid #504a3e;
  width: 100%;
}
table.userprofile #capt {
  height: 30px;
  background-color: #e1e1e1;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
}
table.userprofile #tleft {
  width: 45%;
  height: 30px;
  background-color: #ffffff;
  font-size: 13px;
  padding: 6px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
table.userprofile #tright {
  height: 30px;
  background-color: #ffffff;
  font-size: 13px;
  padding: 6px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
table.userprofile #tbottom {
  height: 30px;
  background-color: #f1f1f1;
  text-align: left;
  font-size: 12px;
  padding: 6px;
  color: #bbbbbb;
}
table.userprofile #errtext {
  color: #bbbbbb;
}


/* формы: РЕГИСТРАЦИЯ, ЗАБЫЛИ ПАРОЛЬ, ДОБАВИТЬ ПРОИЗВЕДЕНИЕ и др. */
table.reg_text {
  width: 100%;
  padding-bottom: 20px;
  font-size: 13px;
  border: 1px solid #504a3e;
  padding: 6px;
  margin-bottom: 10px;
}
table.reg {
  border: 1px solid #504a3e;
  font-size: 14px;
}
table.reg #tleft {
  text-align: left;
  height: 30px;
  width: 150px;
  padding: 6px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
table.reg #tright {
  height: 30px;
  text-align: left;
  padding: 6px;
  width: 400px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
table.reg #topp {
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  padding: 6px;
  font-weight: bold;
}
table.reg #tbb {
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  padding: 6px;
}
table.reg #txtbox {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #006699;
  width: 100%;
}
table.reg #txtarea {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #006699;
  width: 100%;
  height: 100px;
}
table.reg #txtareabig {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #006699;
  width: 100%;
  height: 400px;
}
table.reg #butt {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
table.reg #combo {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #006699;
}

/* ОТОБРАЖЕНИЕ ПЕРЕЧНЯ СТИХОВ */
table.verses {
  width: 100%;
}
table.verses #top {
  border-bottom: 1px solid #cccccc;
  background-color: #e1e1e1;
}
table.verses #top td {
  padding: 4px;
  font-size: 11px;
}
table.verses #str {

}
table.verses #str td {
  padding: 4px;
  font-size: 11px;
  border-bottom: 1px solid #cccccc;
}

/* ПРОСМОТР СТИХА */
table.verse {
  border: 1px solid #504a3e;
  font-size: 14px;
  padding: 6px;
}
table.verse #bod {
  background-color: #ffffff;
}
table.verse #bod td {

}
table.verseauthor {
  margin-top: 20px;
  width: 100%;
  border-top: 1px dashed #504a3e;
  font-size: 13px;
  padding-top: 6px;
}
table.categoriya {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  border-top: 1px dashed #504a3e;
  border-bottom: 1px dashed #504a3e;
  font-size: 11px;
}

/* комментарии */
table.commentsall {
  border: 1px solid #504a3e;
  font-size: 14px;
  width: 100%;
}
table.commentsall tr {
  background-color: #ffffff;
}
table.commentsall td {
  padding: 6px;
}
table.comment {
  width: 100%;
  font-size: 11px;
  border-bottom: 1px dashed #006699;
  margin-bottom: 4px;
}
table.comment #title {
  background-color: #f5f5f5;
}
table.comment #login {
  font-weight: bold;
}
table.comment #dateip {
  text-align: right;
}

table.addcomment {
  width: 100%;
  border: 1px solid #504a3e;
}
table.addcomment td {
  padding: 6px;
  font-size: 13px;
}

table.addverse {
  width: 100%;
  border: 1px solid #504a3e;
}
table.addverse td {
  padding: 6px;
  font-size: 13px;
}


/* СЕЙЧАС НА САЙТЕ */
table.nowinsite {
  width: 100%;
  padding-top: 8px;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-left: 20px;
  margin-bottom: 2px;
  font-size: 12px;
  border-top: 1px dashed #504a3e; 
  border-bottom: 1px dashed #504a3e;
  background: url(../images/nowinsite.jpg) #ffffff repeat-y top left;
}


/* кнопочки */
.buttonsss {
  padding: 6px;
  font-size: 12px;
}

.butfri {
	border: 1px solid #504a3e;
	padding: 6px;
	font-size: 13px;	
	margin-top: 2px;
	margin-bottom: 6px;
}
  
.butfri p {
	font-size: 13px;	
	padding-bottom: 5px;
}
.butfri p img {
	vertical-align: middle;
}

/* Кто был на форуме */
table.visiters {
  width: 100%;
  border: 1px solid #504a3e;
  text-align: justify; 
}
table.visiters td {
  padding: 6px;
  font-size: 13px;
}

/* ФОРМА ПОИСКА */
table.searchf {
  width: 100%;
  border: 1px solid #504a3e;
}
table.searchf td {
  padding: 6px;
  font-size: 13px;
}

/* РЕЗУЛЬТАТЫ ПОИСКА */
table.searchr {
  width: 100%;
  border: 1px solid #504a3e;
  text-align: justify; 
}
table.searchr td {
  padding: 6px;
  font-size: 13px;
}

/* СМАЙЛИКИ */
.imgsmile {
  padding: 3px;
}





.flinks {
	color: #999999;	
	font-size: 10px;
}
.flinks a, .flinks a:link, .flinks a:visited, .flinks a:active{
	color: #999999;
	text-decoration: underline;
}
.flinks a:hover {
	color: #333333;
	text-decoration: underline;
}

