/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #e3e3e3;
	background-color: #000;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Verdana, Georgia, Times, serif;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
	font-style: italic;
        font-weight: bold;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	/* border-bottom: 1px #000 solid; */
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Verdana, Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-1 a {
	color: #F78A00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 0px;
	width: 760px;
}

#head {
	text-align: center;
        height: 213px;
        background-image: url('http://tdm.wilczyomen.pl/images/layout/top.jpg');
    position: relative;
}

#mainmenu {
    position: relative;
    top: 168px;
/*     left: 170px; */
    height: 28px;
}

#mainmenu li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 28px;
    width: 100px;
    float: left;
    overflow: hidden;
}

#mainmenu li a {
    position: relative;
    display: block;
    height: 28px;
    overflow: hidden;
}

#mainmenu li img {
    position: relative;
    top: 0px;
}

#mainmenu li a:hover img {
    top: -28px;
}

#head #mainmenu li#m_ofirmie { width: 170px !important; }
#head #mainmenu li#m_oferta { width: 161px !important; }
#head #mainmenu li#m_galeria { width: 170px !important; }
#head #mainmenu li#m_kontakt { width: 180px !important; }

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#wrapper {
        overflow: hidden;
        background-color: #525b64;
}

#sidebar-1 {
	margin: 0px;
        margin-bottom: -3000px;
        padding: 0px;
        padding-bottom: 3000px;
	width: 191px;
	float: left;
	text-align: left;
	overflow: hidden;
        background-image: url('http://tdm.wilczyomen.pl/images/layout/menu.jpg');
        background-repeat: repeat-y;
}

#sidebar-1 li {
    padding-left: 0px;
}

#sidebar-1 ul {
    margin: 0px;
    padding-left: 10px;
    list-style: none;
}

#search p {
    padding-right: 10px;
    text-align: center;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	width: 569px;
	float: right;
	margin: 0;
	padding: 0;
        background-image: url('http://tdm.wilczyomen.pl/images/layout/tlo.jpg');
        background-repeat: repeat-y;
}

#content a {
	color: #F78A00;
}



#foot {
	height: 11px;
	margin: 0px;
	clear: both;
	text-align: center;
        background-image: url('http://tdm.wilczyomen.pl/images/layout/foot.jpg');
        background-repeat: no-repeat;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 191px;
w\idth: 191px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 15px 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: none;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

.kontakt {
        font: 1.2em Verdana, Georgia, Times, serif;
        text-align: center;
}

.cnk_sec_tree {
        list-style: none;
}

.cnk_section {
    overflow: hidden;
}

#content .cnk_sec_tree a { border: none; }

#oferta #content { text-align: center; }

#content .directory li img { border: 5px solid white; }

/* table
----------------------------------------------- */

#content table
{
	border: solid 1px #525B64;
	border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
        font-size: 10pt;
}

#content td, th
{
	border: solid 1px #525B64;
	padding: 7px;
}

#content table img
{
	border: solid 4px #fff;
}
