﻿body {

	 background	 : url('../images/snowflake_1.jpg')  #204399;

   
	background-repeat: repeat;

}

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #bfd9ea;
    border-left: 1px solid #4d96c4;
}
::-webkit-scrollbar-thumb {
    background-color: #4996d8;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #2079c4;
}

#page {
	position	:	relative;
	width	:	1100px;
	margin	:	0 auto;
	height			:	1467px;
background-color: #001E4E;
	background		: url('../images/layout.png') #72addf;

}

#content {
	position: relative;
	width						:	675px;
	height						:	1175px;
	left: 417px;
	top: 251px;
	padding :  0;
	margin : 0;
	/* background : red; */
}

#mainmenu {
	position : relative;
	width: 670px;
	height: 55px;
	background : none!important;
	background-image: none!important;
	margin-bottom   : 5px;
}

#mainmenu ol li {
	list-style: none;
	float:left;
	padding-right: 25px;
	font-size: 16px;
	padding-top: 20px;
}

#mainmenu ol li a {
	color: #575562;
	font-weight: bold;
	font-size: 16px;
	text-decoration : none;
}

#page_content {
	position : relative;
	width: 674px;
	height: 1049px;
	overflow-x: hidden;
	overflow-y: auto;
	color:  #575562;
	letter-spacing: 0.3px;
}

#page_content hr {
    width: 610px;
}

/* Marginesy dla elementów podstron */
#page_content h1,
#page_content h2,
#page_content span.article_date,
#page_content hr,
#page_content div.sumi_year_summary,
#page div.form
{
    margin-left: 20px;
}
#page div.commentsInput {
    margin-left: 40px;
}


#page_content

h1 {
	text-shadow: -1px -1px 2px rgba(150, 150, 150, 1);
}

#footer {
	position: relative;
	width: 680px;
	height: 60px;
	margin : 0; 
	padding: 10px 0;
	color: white;
	font-weight: bold;
}

#footer a {
	color: #ecf6fe;
}

h1, h2, h3, h4 {
	color : #575562;
	text-shadow: -1px -1px 2px rgba(150, 150, 150, 1);
}
h4.sumi_h4 {
    color: yellow;
    font-weight : bold;
}
div.breadcrumbs a {
	color: #556162;
}

table.items {
    color: black;
}

table.detail-view {
    color : black;
}


div.right_menu {
	width					: 150px; 
	position			: absolute; 
	left						: 950px; 
	top						: 60px; 
	height				: 110px;
	text-align: center;
}





div.left_menu {
	width					: 240px; 
	position			: absolute; 
	left						: 40px; 
	top						: 665px; 
	height				: 200px;
	text-align: center;
}

div.left_menu a {
	font-size		:	26px;
	font-family : Merienda;
	text-decoration : none;
	color: #FEFEFE;
	margin-bottom: 30px;
	text-shadow: -2px -2px 6px rgba(20, 20, 20, 1);
	
}

a.skanlacja_species {
    color : #556162;
}

span.skanlacja_species_list, a.skanlacja_author {
    margin-left : 20px;
    color : #575562;
    font-weight : bold;
    display : block;
}

div.article_comments {
    position : relative;
    width: 640px;
    left : 20px;
    padding-top: 30px;
}

li.tag {
    font-weight:  bold;
}

li.tag a {
    color : #575562;
    font-size : 17px;
}

li.tag a:hover {
    color : yellow;
}


