/*
Theme Name: Rymarski
Author: Sonobe.pl
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/*////////////////////// Ogólne ////////////////////////////*/
html, body {
    height: 100%; background-color: #432a1b; background-image: url('images/bg.png'); background-repeat: repeat-x;
}

.holder {
    width: 1000px; margin: 0 auto; clear: both;
}

.page-holder {
    width: 1000px; margin: 0 auto; clear: both; margin-top: 60px;
    color: #897c72; font-family: Arial, Arial, sans-serif; font-size: 12px; line-height: 20px;
}

.page-holder p {
    margin-bottom: 15px;
}

/*////////////////////// Typography ////////////////////////////*/
h2 {
    color: #ffffff;   font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 800;
}

h3 {
    color:#ff7e00;  font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal;
}

/*////////////////////// Base content holders ////////////////////////////*/
.clear {
    width: 100%; clear: both; margin: 0; border: 0;
}


/*////////////////////// Header ////////////////////////////*/
#top-box {
    width: 1000px; height: 134px; margin: 0 auto; margin-top: 30px; background-image: url('images/bg_top.png');
}

#rymarski {
    float: left; margin-top: 33px;
}

#top-box .breadcrumbs {
    float: left;  margin-top: 60px;
}

#top-box .breadcrumbs, #top-box .breadcrumbs a {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #61574f; font-weight: 800;
}

#top-box .breadcrumbs a {
    font-weight: 400;
}

#menu {
      font-family: Helvetica, Arial, sans-serif; font-size: 16px;  font-weight: 400; margin-top: 60px;
      float: right;
}

#menu ul li {
    float: left; margin-right: 30px;
}

#menu ul li:last-child {
    margin-right: 0px;
}

#menu ul li a {
    font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #ff7e00; font-weight: 400; text-decoration: none;
}

#menu ul li.current-menu-item a {
    color: #ffffff;
}

/*////////////////////// Zajawki & kolumny ////////////////////////////*/
#row1, #row2, #row3 {
    width: 300px; margin:0; float: left; margin-top: 30px;
    color: #897c72; font-family: Arial, Arial, sans-serif; font-size: 12px; line-height: 18px;
}

#row1 h3, #row2 h3, #row3 h3 {
    margin-bottom: -8px;
}

#row2 {
    margin-left: 50px; margin-right: 50px;
}

#row1  a {
    color: #ffffff; font-family: Arial, Arial, sans-serif; font-size: 12px; line-height: 18px; text-decoration: underline; display: block;
    clear: both; margin-top: 10px;
}

#row1 .mail {
    color: #897c72; font-family: Arial, Arial, sans-serif; font-size: 12px; margin: 0; clear: none; display: inline;
}

#row2  a, #row3  a {
    color: #897c72; font-family: Arial, Arial, sans-serif; font-size: 12px;  text-decoration: underline; 
}

#row1 h4, #row2 h4, #row3 h4 {
    color: #ffffff; font-family: Arial, Arial, sans-serif; font-size: 12px; line-height: 18px;
}

.mapa {
    margin-left: 30px;
}

/*////////////////////// Formularz ////////////////////////////*/
input {
    background-color: #653a0e; border: 1px solid #381e06; width: 100%; padding: 8px;
    font-family: Arial, Arial, sans-serif; font-size: 12px; color: #897c72; margin-bottom: 15px;
}

input:hover {
    background-color: #653a0e; border: 1px solid #ff7e00; width: 100%; padding: 8px;
    font-family: Arial, Arial, sans-serif; font-size: 12px; color: #ffffff;
}

textarea {
    background-color: #653a0e; border: 1px solid #381e06; width: 100%; padding: 8px; height: 200px;
    font-family: Arial, Arial, sans-serif; font-size: 12px; color: #897c72; margin-bottom: 15px;
}

textarea:hover {
    background-color: #653a0e; border: 1px solid #ff7e00; width: 100%; padding: 8px; height: 200px;
    font-family: Arial, Arial, sans-serif; font-size: 12px; color: #ffffff;
}

.submit, .submit:hover {
    background-color: #653a0e; border: 1px solid #ff7e00;  padding: 8px; width: auto; margin: 0; clear: both; display: block;
    font-family: Arial, Arial, sans-serif; font-size: 12px; color: #ffffff;
}

.error {
       font-family: Arial, Arial, sans-serif; font-size: 12px; color: red;
}

.success {
       font-family: Arial, Arial, sans-serif; font-size: 12px; color: #7ba400;
}

.input-error {
    background-color: #653a0e; border: 1px solid red; width: 100%; padding: 8px;
    font-family: Arial, Arial, sans-serif; font-size: 12px; color: #897c72; margin-bottom: 15px;
}

.textarea-error {
    background-color: #653a0e; border: 1px solid red; width: 100%; padding: 8px; height: 200px;
    font-family: Arial, Arial, sans-serif; font-size: 12px; color: #897c72; margin-bottom: 15px;
}

/*////////////////////// Footer ////////////////////////////*/
#footer {
   width: 950px; height: 50px; margin: 0 auto; background-color: #321e0f; margin-top: 25px; padding: 25px;
   font-family: Arial, Helvetica, sans-serif; color: #897c72; font-size: 12px; 
}

#footer .left ul li a{
    font-family: Arial, Helvetica, sans-serif; color: #897c72; font-size: 12px; float: left;
    margin-right: 10px; text-decoration: none;
}

#footer .left {
    width: 475px; float: left;
}

#footer .right {
    width: 475px; float: right; text-align: right;
}

#footer .right .orange {
    color: #ff7e00;
}

#footer .right p {
    margin-bottom: 8px;
}

#footer .right p a {
    text-decoration: underline; color: #897c72;
}