/*
    designed by AlphaStudio.pl
    http://www.alphastudio.pl/
    released under Creative Commons Attribution 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px Arial, Helvetica, sans-serif;
    color: #555555;
    background: #F8F8F8 url('../images/bg.jpg');
}

h1, h2 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
}

h1 {
    font-size: 3em;
    letter-spacing: -2px;
    color: #000000;
}

h2 {
    font-size: 2.5em;
    letter-spacing: -2px;
    color: #333333;
}

p {
    padding: .75em 0;
    line-height: 1.6em;
}

a {
    text-decoration: underline;
    color: #DC9B00;
}

a:hover {
    text-decoration: none;
}

/* page */

#page {
    margin: 0 auto;
    width: 1212px;
}

/* header */

#header {
    height: 120px;
}

#header h1 {
    float: left;
    padding: 40px 0 0 40px;
}

#header h1 a {
    text-decoration: none;
    color: #000000;
}

/* menu */

#menu {
    float: right;
    padding: 30px 32px 0 0;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    margin-right: 8px;
    text-transform: lowercase;
}

#menu ul li a {
    display: block;
    float: left;
    font-size: 1.125em;
    line-height: 64px;
    height: 64px;
    padding: 0 6px 0 0;
    text-decoration: none;
    color: #DC9B00;
    background: none;
}

#menu ul li a  span {
    display: block;
    float: left;
    height: 64px;
    padding: 0 34px 0 40px;
    cursor: pointer;
    background: none;
}

#menu ul li a:hover {
    text-decoration: none;
    background: #F3E9D1 url('../images/menuover.gif') no-repeat right;
}

#menu ul li a:hover span {
    text-decoration: none;
    background: url('../images/menuover2.gif') no-repeat left;
}

#menu ul li.active a {
    height: 64px;
    color: #FFFFFF;
    background: #ECB949 url('../images/menu.gif') no-repeat right;
}

#menu ul li.active a span {
    background: url('../images/menu2.gif') no-repeat left;
}

/* intro */

#intro {
    clear: both;
    background: #FFFFFF url('../images/intro.gif') repeat-y;
}

#intro2 {
    background: url('../images/intro.jpg') no-repeat top;
}

#intro3 {
    padding: 26px 26px 56px 26px;
    background: url('../images/intro2.jpg') no-repeat bottom;
}

#intro img {
    display: block;
}

/* content */

#content {
    float: left;
    width: 890px;
    padding: 10px 26px 20px 0;
}

#content .post {
    padding: 0 0 6em 0;
}

#content .entry {
    padding-top: 1.5em;
	
}
#content .column {
	column-count:2;
	column-width:100px;
}

#content h2 a {
    color: #333333;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

p.readmore {
    padding: 2em 2em 2em 0;
    text-align: right;
}

p.readmore a {
    display: block;
    float: right;
    width: 110px;
    height: 48px;
    text-align: center;
    text-decoration: none;
    line-height: 48px;
    background: #F3E9D1;
    border: 1px solid #EBE1CA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

p.readmore a:hover {
    color: #E2AE31;
}

.example-image{
	width:15rem;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px
}
.example-image-link{display:inline-block;padding:4px;
margin:0 0.5rem 1rem 0.5rem;
background-color:#fff;line-height:0;-webkit-transition:background-color 0.1s ease-out;-moz-transition:background-color 0.1s ease-out;-o-transition:background-color 0.1s ease-out;transition:background-color 0.1s ease-out;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px}

.example-image-link:hover{background-color:#DC9B00}
/* sidebar */

#sidebar {
    float: left;
    width: 290;
    padding: 10px 0 20px 0px;
}

#sidebar h2, #bar h2 {
    font-size: 1.75em;
    letter-spacing: -1px;
}

#sidebar ul {
    list-style: none;
    margin: 2.0em 0 2.75em 0;
}

#sidebar ul li {
    padding: .2em 10px 0 30px;
    line-height: 45px;
    background: url('../images/li.gif') no-repeat 0 1.2em;
}



/* bar */

#bar {
    clear: both;
}

.col {
    float: left;
    width: 250px;
}

.yellow {
    padding-right: 35px;
    color: #A5B683;
    background: url('../images/col1y.jpg') repeat-y;
}

.yellow .wrapper {
    background: url('../images/col2y.jpg') no-repeat top;
}

.yellow .wrapper2 {
    background: url('../images/col3y.jpg') no-repeat bottom;
}

.blue {
    padding-right: 35px;
    color: #9AA7B1;
    background: url('../images/col1b.jpg') repeat-y;
}

.blue .wrapper {
    background: url('../images/col2b.jpg') no-repeat top;
}

.blue .wrapper2 {
    background: url('../images/col3b.jpg') no-repeat bottom;
}

.orange {
padding-right: 35px;
    color: #B3A482;
    background: url('../images/col1o.jpg') repeat-y;
}

.orange .wrapper {
    background: url('../images/col2o.jpg') no-repeat top;
}

.orange .wrapper2 {
    background: url('../images/col3o.jpg') no-repeat bottom;
}

.wrapper2 {
    padding: 36px 36px 30px 36px;
}

#bar h2 {
    padding: 0 0 .5em 0;
}

#bar .yellow h2 {
    color: #608020;
}

#bar .blue h2 {
    color: #446177;
}

#bar .orange h2 {
    color: #7B5E16;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    padding: 60px 0 100px 0;
}

#footer p {
    text-align: center;
}
