/*
 Theme Name: Agrosalon
 Theme URI: http://agrosalon.pl
 Description: agro theme
 Author: ahg
 Version: 1.0
 */
/* 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 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: url(http://www.agrosalon.pl/wp-content/themes/agro/images/agro-header-blue.jpg) bottom no-repeat #C2DFEF;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

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;
}

td {
    padding: 5px;
    border: 1px solid #ddd;
}

a img {
    border: 1px solid #81B3CF;
}

/* =Fonts
 -------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url {
    font-family: Georgia, "Bitstream Charter", serif;
}

h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type = submit] {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* header */
#header {
    width: 970px;
    float: left;
    height: 140px;
background:#fff;
 border: 5px solid #E7F4FC;
-moz-border-radius: 15px;
 -webkit-border-radius: 15px;
    margin: 5px 0 5px 0;
}

#logo-image {
    border: 0px solid red;
    float: left;
    width: 370px;
    height: 120px;
    background: url(http://www.agrosalon.pl/wp-content/themes/agro/images/logo_agrosalon.jpg) no-repeat;
    margin: 15px;
}

#header-info {
    float: right;
    font: 500 normal 1em / 1.2em Georgia, serif;
    color: #555;
    list-style: none;
    margin: 20px 15px 0 0;
}

#header-info .widget-area {
    list-style: none;
    border-bottom: 1px solid #eee;
}

/* topMenu */
#menutop {
    margin: 2px 0 10px 0;
    width: 570px;
    display: block;
    float: right;
    border-top: 1px solid #5490B4;

}

#menutop .menu-header, div.menu {
    letter-spacing: 0px;
    margin-left: 12px;
    float: right;
}

#menutop .menu-header ul, div.menu ul {
    list-style: none;
    margin: 0;
}

#menutop .menu-header li, div.menu li {
    float: left;
    position: relative;
}

#menutop a {
    display: block;
    text-decoration: none;
    color: #5490B4;
    padding: 7px 25px;
    height: 18px;
    font: 700 small-caps 1em / 1.1em Trebuchet MS, san-serif;
text-shadow:1px 1px 1px #fff;
}

#menutop ul ul {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    width: 180px;
    z-index: 99999;
}

#menutop ul ul li {
    min-width: 180px;
}

#menutop ul ul ul {
    left: 100%;
    top: 0;
}

#menutop ul ul a {
    background: #eee;
    height: auto;
    line-height: 1em;
    padding: 10px;
    width: 160px;
}

#menutop li:hover > a, #menutop ul ul :hover > a {
    color: #fff;
    background: #409CCF;
text-shadow:1px 1px 1px #005C8F;
}

#menutop ul li:hover > ul {
    display: block;
}

#menutop ul li.current_page_item > a, #menutop ul li.current-menu-ancestor > a, #menutop ul li.current-menu-item > a, #menutop ul li.current-menu-parent > a {
    color: #fff;
    background: #409CCF;
text-shadow:1px 1px 1px #005C8F;
}
* html #menutop ul li.current_page_item a, * html #menutop ul li.current-menu-ancestor a, * html #menutop ul li.current-menu-item a, * html #menutop ul li.current-menu-parent a, * html #access ul li a:hover {
    color: #fff;
}

/* layout */
#container {
    margin: 0 auto;

    float: left;
}

#content {
    padding: 10px;
    border: 5px solid #fff;
    color: #222;
    min-height: 600px;
    width: 480px;
 border: 5px solid #fff;
-moz-border-radius: 15px;
 -webkit-border-radius: 15px;
}

#content img {
padding:10px;
}

#primary, #secondary {
}

#secondary {
    clear: right;
    list-style: none;
    padding: 15px;
    border-bottom: 12px solid #f8f8f8;
}

.box-right2 p {
    font: 500 normal 0.95em / 1.2em Georgia, serif;
    color: #333;
}

h3.widget-title {
    color: #80BF47;
    border-bottom: 1px solid #B5DFB7;
    font: 700 small-caps 1.4em / 1.2em Georgia, serif;
    letter-spacing: -1px;
    text-align: center;
    list-style: none;
}

#primary .widget-area {
    border-bottom: 12px solid #f8f8f8;
}

#footer {
    clear: both;
    width: 100%;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
}

#main {
    border: 0px solid red;
    height: auto;
}

#sidebar-left a:link, #sidebar-left a:visited {
    color: #DF6E00;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 18px;
    font-variant: small-caps;
    font-weight: 600;
}

#sidebar-left h3.widget-title {
    list-style: none;
    padding: 5px 0 0 0;
    border-bottom: 1px dotted #D7EDFA;
    color: #5490B4;
}

.widget-title h3 {
    list-style: none;
    color: #DF6E00;
}

#sidebar-left ul {
    list-style: disc;
    color: #A4D4EF;
    font-size: 10px;
    padding: 0 0 0 5px;
}

#sidebar-left .widget-container {
    border-bottom: 5px solid #D7EDFA;
    margin: 0 0 10px 0;
}

#sidebar-left a:hover {
    color: #5490B4;
    text-decoration: underline;
}

#sidebar-left {
    float: left;
    width: 210px;
    margin: 0 0 0 5px;
 
    background: #fff;
-moz-border-radius: 30px;
 -webkit-border-radius: 30px;
}

#sidebar-right {
   
    width: 245px;
    float: right;
}

/* =Footer
 -------------------------------------------------------------- */
#footer {
    margin-bottom: 20px;
}

#footer-boxes {
    border: 0px solid black;
    padding: 18px 0;
}

#footer-area {
}

.first-area {
    float: left;
    width: 685px;
    padding: 0 20px;
    background: #5490B4;
    height: 160px;
    font: 300 normal 0.8em / 1.3em Trebuchet Ms, Verdana, san-serif;
    color: #fff;
}

.second-area {
    width: 200px;
    border: 0px solid red;
    float: right;
    text-align: right;
    padding: 0 20px;
    margin: 0 0 0 15px;
    background: #5490B4;
    color: #fff;
    font: 700 normal 0.9em / 1.1em Trebuchet Ms, Verdana, san-serif;
    letter-spacing: 1px;
}

#footer-boxes .widget-title {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 10px 0;
}

#site-info {
    font-weight: bold;
    float: left;
    border: 1px solid red;
}

#site-info a {
    color: #000;
    text-decoration: none;
}

#site-generator {
    position: relative;
    float: right;
    font-style: italic;
}

#site-generator a {
    color: #999;
    display: inline-block;
    text-decoration: none;
    padding-left: 20px;
    line-height: 16px;
}

#site-generator a:hover {
    text-decoration: underline;
}

img#wpstats {
    display: block;
    margin: 0 auto 10px;
}

#footer-boxes .first {
    float: left;
    border: 1px solid yellow;
}

/* Text elements */
p {
    margin-bottom: 18px;
}

ul {
    list-style: disc;
    margin: 0 0 18px 1.5em;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    padding: 0 3em;
}

blockquote cite, blockquote em, blockquote i {
    font-style: normal;
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

input[type =
"text"], textarea {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

a:link {
    color: #0066CC;
    text-decoration: none;
}

a:visited {
    color: #0066CC;
}

a:active, a:hover {
    color: #DF8D00;
}

/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute;
    left: -9000px;
}

body, input, textarea, .page-title span, .pingback a.url {
    font-family: Georgia, "Bitstream Charter", serif;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-weight: bold;
    color: #222;
    text-align: left;
    font-size: 14px;
    padding-bottom: 4px;
}

#wp-calendar thead {
    font-size: 11px;
}

#wp-calendar thead th {
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    padding: 3px 0 2px;
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-align: right;
}

.entry-title a:link, a:visited {
    text-decoration: none;
    font: 500 normal 1em / 1.3em Georgia, serif;
}

.entry-title a:hover {
    color: #80C244;
}

.page-title {
    font: 500 normal 1em / 1.3em Georgia, serif;
    color: #999;
}

.entry-utility {
    font: 500 normal 0.7em / 1.3em Georgia, serif;
    color: #777;
    border-top: 2px dotted #D7EDFA;
    margin: 10px 0;
    padding: 10px 0 0 0;
}

.widget-container {
    list-style: none;
    border: 0px solid red;
}

#content .entry-title {
    color: #FF7200;
    margin-bottom: 3px;
}

.entry-title a:link, .entry-title a:visited {
    color: #FF7200;
    text-decoration: none;
    font: 500 small-caps 1.3em / 1.3em Georgia, serif;
}

.entry-title a:active, .entry-title a:hover {
    color: #444;
    text-decoration: underline;
}

.entry-meta {
    color: #888;
    font-size: 12px;
}

#sidebar-right {
    font: 300 normal 0.8em / 1.3em Tahoma, san-serif;
}

#sidebar-right h3 {
    font: 700 small-caps 1.7em / 1.3em Georgia, serif;
    letter-spacing: 1px;
    color: #005C8F;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px 0;
}

#box-right01 {
    border-bottom: 10px solid #fff;
    border: 5px solid #A4D4EF;
    margin: 0 0 10px 0;
    padding: 10px;
-moz-border-radius: 15px;
 -webkit-border-radius: 15px;
}

#box-right02 {
    border-bottom: 10px solid #fff;
    
    padding: 10px;
 border: 5px solid #fff;
-moz-border-radius: 15px;
 -webkit-border-radius: 15px;
}

#box-right02 p {
    color: #04161F;
}

#box-right03 {
    border-bottom: 10px solid #fff;
    margin: 10px 0;
    border: 5px solid #A4D4EF;
    padding: 10px;
-moz-border-radius: 15px;
 -webkit-border-radius: 15px;
}

/* =Content
 -------------------------------------------------------------- */
#content, #content input, #content textarea {
    font-size: 12px;
    font-family: Tahoma, sans-serif;
}

#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
    margin-bottom: 10px;
}

#content ul ul, #content ol ol, #content ul ol, #content ol ul {
    margin-bottom: 0;
}

#content code {
    font-size: 11px;
}

#content dt, #content th {
    color: #000;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: #DF6E00;
    margin: 0 0 20px 0;
    line-height: 1.5em;
}

#content table {
    border: 1px solid #e7e7e7;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

#content tr th, #content thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

#content tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

#content tr.odd td {
    background: #F2F7FC;
}

.hentry {
    margin: 0 0 48px 0;
}

.home .sticky {
    background: #F2F7FC;
    border-top: 4px solid #000;
    padding: 18px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.single .hentry {
    margin: 0 0 36px 0;
}

.page-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;
}

.page-title span {
    color: #333;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

.page-title a:link, .page-title a:visited {
    color: #DF6E00;
    text-decoration: none;
}

.page-title a:active, .page-title a:hover {
    color: #FF4B33;
}

#content .entry-title {
    color: #005C8F;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 0;
}

.entry-content ul {
list-style:disc;
margin:0 0 0 30px;
}

.entry-title a:link, .entry-title a:visited {
    color: #005C8F;
    text-decoration: underline;
}

.entry-title a:active, .entry-title a:hover {
    color: #FF8A00;
}

.entry-meta {
    color: #fff;
    font-size: 12px;
}

.entry-meta abbr, .entry-utility abbr {
    border: none;
}

.entry-meta abbr:hover, .entry-utility abbr:hover {
    border-bottom: 1px dotted #666;
}

.entry-content, .entry-summary {
    clear: both;
    padding: 12px 0 0 0;
}

#content .entry-summary p:last-child {
    margin-bottom: 12px;
}

.entry-content fieldset {
    border: 1px solid #E7E7E7;
    margin: 0 0 24px 0;
    padding: 24px;
}

.entry-content fieldset legend {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 24px;
}

.entry-content input {
    margin: 0 0 24px 0;
}

.entry-content input.file, .entry-content input.button {
    margin-right: 24px;
}

.entry-content label {
    color: #888;
    font-size: 12px;
}

.entry-content select {
    margin: 0 0 24px 0;
}

.entry-content sup, .entry-content sub {
    font-size: 10px;
}

.entry-content blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 24px;
    text-align: right;
    width: 33%;
}

.entry-content blockquote.right {
    float: right;
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

.page-link {
    color: #000;
    font-weight: bold;
    margin: 0 0 22px 0;
    word-spacing: 0.5em;
}

.page-link a:link, .page-link a:visited {
    background: #f1f1f1;
    color: #333;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.home .sticky .page-link a {
    background: #D9E8F7;
}

.page-link a:active, .page-link a:hover {
    color: #FF4B33;
}

.page .edit-link {
    clear: both;
    display: block;
}

#entry-author-info {
    background: #F2F7FC;
    border-top: 4px solid #000;
    padding: 18px 20px;
    margin: 24px 0;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    line-height: 20px;
}

#entry-author-info #author-avatar {
    background: #fff;
    border: 1px solid #e7e7e7;
    float: left;
    margin: 0 -104px 0 0;
    padding: 11px;
    height: 60px;
}

#entry-author-info #author-description {
    float: left;
    margin: 0 0 0 104px;
}

#entry-author-info h2 {
    color: #000;
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 0;
}

.entry-utility {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    clear: both;
}

.entry-meta a, .entry-utility a {
    color: #777;
}

.entry-meta a:hover, .entry-utility a:hover {
    color: #FF4B33;
}

#content .video-player {
    padding: 0;
}


#box-left div{
padding:10px;
}

.gallery-icon {
float:left;
padding:10px;
}

.wp-caption-text {
text-align:center;
text-transform:uppercase;
color:#5490B4;
}

.entry-content li {
padding:5px 2px;
margin:0px 20px;
}
