﻿/*   
Theme Name: Sungrass
Theme URI: http://xion.org.pl
Description: A good-looking yellow and green theme.
Author: Urszula Sieroń
Author URI: http://urszulka.pl
Version: 1.0
.
*/


body
{
	background: #304712 url(img/xion_t_001.gif) repeat-x;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	min-width: 780px;
	width: 100%;
}

#szkielet
{
	width: 90%;
	max-width: 1100px;
	min-width: 780px;
	margin: 0 auto;
	padding: 0px;

	position: relative;

	text-align: left;
}

#logo
{
	background: url(img/xion_t_002.gif) repeat-x;
	height: 300px;
	margin: 0 auto;
	padding: 0px;
	text-align: right;
	left: 20px;
	position: relative;
	z-index: 10;
}

.logo_napis
{
	position: relative;
	top: 10px;
	right: 25px;
        border: 0px;
}

#menu_gora
{
	background: url(img/xion_t_003.gif) repeat-x;
	height: 370px;
	padding: 0px;
	width: 500px;
	text-align: center;
	left: 0px;
	top: 100px;
	position: absolute;
	z-index: 20;
	color: #637328;
	font-weight: bold;
}

#menu_gora a
{
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #FBFF7A;
}

#menu_gora a:hover
{
	color: #ffffff;
}

.menu_gora_tresc
{
	margin-top: -5px;
}

#menu_bok
{
	width: 210px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 20px;
	color: #818a2d;
	min-height: 300px;
	z-index: 40;
	float: right;
	margin: 0px;
	text-align: left;
	list-style-image: url(img/xion_g_002.gif);
}

#menu_bok ul
{
	padding-left: 20px;
	margin-top: 2px;
        margin-left: 0px;
}

#menu_bok li
{
        padding-left: 0px;
        margin-left: 0px;
}

#menu_bok li ul
{
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
        margin-left: 0px;
}

#menu_bok a
{
	color: #818a2d;
	font-size: 11px;
	text-decoration: none;
}

#menu_bok a:hover
{
	text-decoration: underline;
}

#menu_bok_tlo
{
	background: #FFFDD0 url(img/xion_t_007.gif) repeat-x;
	position: absolute;
	width: 210px;
	height: 50px;
	top: 80px;
	right: 40px;
	z-index:35;
}

.menu_bok_naglowek
{
	background: url(img/xion_t_008.gif) repeat-x;
	height: 25px;
	padding-left: 5px;
	color: #5D6E1E;
	font-weight: bold;
	font-size: 13px;
	padding-top: 2px;
	text-transform: uppercase;
	margin-top: 15px;
}

.menu_bok_obr
{
	padding-left: 5px;
	padding-right: 5px;
}

#tresc
{
	background: #ffffff url(img/xion_t_004.gif) repeat-x;
	padding: 0px;
	color: #4a581d;
	position: absolute;
	left: 10px;
	right: 20px;
	top: 130px;
	z-index: 30;
}

#tresc_tlo
{
	background: url(img/xion_t_006.gif) repeat-y top right;
}


#tekst
{
	float: left;
	width: 65%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#tekst a
{
	color: #748633;
	font-weight: bold;
	text-decoration: none;
}

#tekst a:hover
{
	text-decoration: underline;
}

h2.tytul
{
	font-size: 21px;
	font-weight: bold;
	border-bottom: 4px solid #B8C44B;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0px;
        text-align: center;
}

h1
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	line-height: 16px;
	color: #546320;
}

.h1_obr
{
	float:left;
	margin-right: 3px;
}

#tresc h1 a
{
	font-weight: bold;
	font-size: 18px;
	color: #546320;
	text-decoration: none;
}

.wpis
{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

span.data
{
	color: #748633;
}

.komentarze
{
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: 10px;
        padding: 0px;
	width: 90%;
	text-align: left;
}

.komentarze li
{
	background: #FFFDD0;
	padding: 5px;
	margin: 6px;
	margin-bottom: 10px;
        margin-left: 0px;
        position: relative;
}

.komentarze li p
{
	margin: 0px;
	margin-top: 10px;
}

.gravatar
{
        position: absolute;
        top: 0px;
        right: -70px;
}

.formularz
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 90%;
	text-align: left;
}

.formularz p
{
	margin: 3px;
}

form
{
	margin-left: 10px;
	margin-top: 10px;
}

input
{
	background: #FFFDD0;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #5D6E1E;
	border: 1px solid #B8C44B;
}

input.watermarkTextBox
{
	color: #A8B878;
}

textarea
{
	background: #FFFDD0;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #5D6E1E;
	border: 1px solid #B8C44B;
}

.submit
{
	font-weight: bold;
	background: #cdd67e;
	border: 1px solid #929C32;
	color: #5D6E1E;
        cursor: pointer;
}

#stopka
{
	background: url(img/xion_t_005.gif) repeat-x;
	height: 70px;
	clear: both;
	color: #FFF75E;
}

#stopka a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#stopka a:hover
{
	text-decoration: underline;
}

#stat
{
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 210px;
        text-align: center;
}

.lewy
{
	float: left;
}

.prawy
{
	float: right;
}

p
{
	text-align: justify;
        line-height: 130%;
}

p[align="center"]
{
        text-align: center;
}

small
{
	font-size: 10px;
	
}