/* Расположение *****************/
html {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	position: relative;
	min-width: 800px; 
}
#bodywrapper
{
	margin:  0;
}
#leftblock
{
	float: left;
	width: 202px;
	position: relative;
	margin: 10px 0;
}
#main {   
	margin-top: 10px;
	position: relative;
	margin-left: 205px;
}
#content {
	overflow: hidden;
	width: 100%;
}
#header {
	height: 205px;
	width: 100%;
	position: relative;
}

#loginform
{
	margin: 20px 10px 10px;
	padding: 5px 5px 5px 5px;
	border-style: dashed;
	border-color: grey;
	border-width: 1px;
	position: absolute;
	right: 0;
	top: 0;
}
#loginform ul
{
	font: inherit;
	margin: 0;
	padding: 5px;
	list-style: none;
}
#loginform li
{
	padding: 3px;
}
#loginform table
{
	font: inherit;
}
.x1
{
	background-color: #dddddd;
}
#loginform li:hover
{
	background-color: black;
	color: white;
}
#loginform li a
{
	display: block;
}
#loginform li a:hover
{
	color: white;
}

.x2
{
	background-color: #eeeeee;
}
#loginform input
{
	font-size: 100%;
}

#picwrapper
{
	height: 100%;
	margin-left: 25%;
	margin-right: 25%;
}
#footer {
	bottom: 0;
	width: 100%;
	padding: 30px 0 10px 0;
}
#addmenu {
	width: 100%;
}
#addmenu ul {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}
#addmenu li{
	display: inline;
	line-height: 26px;
}	
#addmenu li a {   	
	padding: 2px 25px;
}
p {
	text-align: justify;
	text-indent: 30pt;
	padding: 0 50px 0px 50px;
}
/* Шрифты ***********************/
body {
	font: 8pt Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
}
#leftblock #vkgroups
{
	font-size: 80%;
} 
#leftblock #vktitle
{
	color: black;
	font-weight: bold;
}
#footer {
	font-size: 80%;
}
#main .poetry {
	font-style: italic;
	font-style: italic;
	text-align: center;
	text-indent: 0pt;
}
#main .poetry_title {
	font-weight: bold;
	text-align: center;
	text-indent: 0pt;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 150%;
	text-decoration: underline;
}
#main h2 {
	font-weight: bold;
	font-size: 120%;
}
#main .epigraph {
	text-indent: 0;
	text-align: right;
	font-style: italic;
	padding-right: 30px;
}
h1 {
	font:bold 140% Arial, sans-serif;
	text-align: center;
	padding: 4px;
}
h3 {
	font: bold 120% Verdana, sans-serif;
	text-align: left;
}

/* Цвета ************************/
#header {
	background: url("../img/header_fill.jpg") #54ac4d left top repeat-x;
}
#leftblock #vkgroups
{
	border-color: #004b09;
	border-style: solid;
	border-width: 1px;
	background: url("../img/vkgrad.png");
	background-repeat: repeat-none;
	background-color: #d8f6c2;
}
#leftblock #vktitle
{
	line-height: 30px;
	background: url("../img/vktitle.png");
	background-repeat: none;
}
#leftblock #vkgroups a 
{
	color: black;
	text-decoration: underline;
}
#leftblock #vkgroups a:hover 
{
	color: maroon;
}
#main {
	border-style: solid;
	border-color: d5edca;
	border-width: 1px;
}
#main #sendbtn
{
	background: url("../img/buttonbg.png");
	height: 32px;
	width: 115px;
	font-family: Tahoma;
	font-size: 8.5pt;
	font-weight: bold;
	border-color: #a5d99b;
}
#main #sendbtn:hover
{
	background: url("../img/buttonbgb_b.png");
	height: 32px;
	width: 115px;
	border-color: black;
	font-family: Tahoma;
	font-size: 8.5pt;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: grey;
}
#main .picture {
	border-color: #004707;
	border-width: 1px;
	border-style: solid;
}
#main .photo {
	border-color: #004707;
	border-width: 1px;
	border-style: solid;
}
#main .photo:hover {
	border-color: #004707 
	border-width: 1px;
	border-style: solid;
	background-color: #c9ffce;
}
#main th {
	border-bottom-width: 1px;
	border-bottom-style: soild;
	border-bottom-color: black;
}
#main blockquote {
	background-color: #cccccc;
	border-left-style: solid;
	border-left-color: grey;
	border-left-width: 10px;
}
#main h2 {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #b5fbb8;;
}
#main li
{
	list-style-image: url("../img/li.png");
}
#addmenu {
	background: url("../img/addmenu_fill.png") left top repeat-x;
	height: 26px;
}
#addmenu ul {
	margin: 0;
}
#addmenu li a {
	border-color: white;
	border-style: solid;
	border-width: 1px;
	color: white;
	text-decoration: none;
	background-color: black;
}
#addmenu li a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}
#addmenu li a.selected {
	background-color: white;
	color: black;
}
h1 {
	background: url("../img/h1_bg.png");
	background-color: white;
	border-bottom-color: black;
	border-bottom-width: 0px;
	border-bottom-style: ridge;
	margin: 0;
	width: 100%;
}
h3 {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #b5fbb8;
}
.goldenmem {
	background-color: #e6e863;
	border-color: #8c8e00;
	border-style: double;
	border-width: 3px; 
}
.paddedform
{
	border-style: dashed;
	border-width: 0 0 0 2px;
	border-color: silver;
}

/* Ёбаная неведомая хуйня *******/
#main ul {
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}
#main table {
	text-align: center;
}
#main ol {
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}
#main .picture {
	float: right;
	margin: 15 15;
	padding: 5 5;		
}
#main .photo {
	margin: 5 5;
	padding: 5 5;		
}
#main h2 {
	display: block;
	padding: 15px 0 0 15px;
}
#main blockquote {
	padding: 5 5 5 20;
}
h3 
{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}	
.paddedform
{
	margin-left: 50px;
	padding-left: 10px;
}	

#main cite
{
	font-style: italic;
	margin: 5px 5px 5px 5px;
	padding: 7px 5px 7px 5px;
	display: block;
	border-width: 1px 1px 1px 5px;
	border-color: silver;
	border-style: solid;
	background-image: url("../img/cite.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: white;
}
/* Элементы управления */
input
{
	border-color: #555555;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
}
select
{
	border-color: #555555;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
}
textarea
{
	border-color: #555555;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
	font: inherit;
}

