/*
Theme Name: Krzysztof Kulawiak Theme
Author: Michal Czebotar
*/

/* begin yui reset css */
html {
 color: #333;
 background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
 margin: 0;
 padding: 0;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
fieldset, img {
 border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
 font-style: inherit;
 font-weight: inherit;
}
del, ins {
 text-decoration:none;
}
li {
 list-style: none;
}
caption, th {
 text-align: left;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 font-weight: normal;
}
q:before, q:after {
 content: '';
}
abbr, acronym {
 border: 0;
 font-variant: normal;
}
sup {
 vertical-align: baseline;
}
sub {
 vertical-align: baseline;
}
legend {
 color: #000;
}
input, button, textarea, select, optgroup, option {
 font-family: inherit;
 font-size: inherit;
 font-style: inherit;
 font-weight: inherit;
}
input, button, textarea, select {
 * font-size: 100%;
}
/* end yui reset css */

/* begin main css */
body {
 background: #fff;
 color: #333;
 font: normal normal 13px/1.5 Georgia, serif;
 text-align: center;
}
a {
 color: #08c;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
.hidden {
 position: absolute;
 left: -9999px;
}
#wrapper {
 width: 628px;
 margin: 24px auto;
 text-align: left;
}
#header {
 margin-bottom: 24px;
}
#logo a {
 display: block;
 width: 624px;
 height: 216px;
 background: #fff url(images/kk_logo.gif) no-repeat;
}
#content {
 padding: 20px 0;
 border: 1px solid #333;
 border-width: 1px 0;
}
/* end main css */

/* begin content css */
#content h1 {
 margin: 0;
 padding: 16px 0 8px 0;
 font: normal normal 18px/1.2 Georgia, serif;
}
#content p {
 margin: 0;
 padding: 4px 0;
}
/* end content css */

/* begin contact form css */
form.wpcf7-form {
 padding: 16px;
}
.form-row, .form-row-submit {
 clear: both;
 overflow: hidden;
 padding-bottom: 16px;
}
.form-row-submit {
 margin-left: 140px;
}
.form-row label {
 float: left;
 display: block;
 width: 140px;
 padding: 4px 0;
}
.form-row label span.form-field-required {
 color: #c00;
}
span.wpcf7-form-control-wrap {
 float: left;
 display: block;
 width: 300px;
}
span.wpcf7-not-valid-tip-no-ajax {
 display: block;
 color: #c00;
}
div.wpcf7-response-output {
 margin-left: 140px;
 color: #c00;
}
.form-row input, .form-row textarea {
 width: 250px;
 padding: 4px 4px;
 border: 1px solid #aaa;
 background: #eee;
 color: #333;
}
.form-row textarea {
 width: 360px;
}
.form-row-submit input {
 padding: 4px 8px;
 border: 1px solid #000;
 background: #666;
 color: #fff;
 text-transform: uppercase;
}
.form-row input:focus, .form-row textarea:focus {
 border: 1px solid #000;
}
.form-row-submit input:focus {
 background: #000;
}
/* end contact form css */
