/*
Theme Name:		PhotoPassion WordPress Theme
Description:            WordPress Theme for Photographers
Version:		1.1
Author:			purethemes
Author URI:		http://themeforest.net/user/purethemes
Theme URI:              http://themeforest.net/user/purethemes/portfolio
License:                GNU General Public License
License URI:            http://themeforest.s3.amazonaws.com/License.zip
Tags:                   light, dark, green, blue
*/
/*
General structure CSS, colour version are in separated files in /css folder
*/

body {
    background: #ededed;
    overflow-x:hidden
}
.clear { 
    clear:both
}

.left {
    float:left
}
.right {
    float:right
}

ul {
    list-style:none
}
ul li {
    margin-left:0px
}

a:active, a:focus {
    outline: 0;
}
a {
    text-decoration: none;
}
:focus {
    -moz-outline-style: none;
}
:-moz-any-link:focus {
    outline: none;
}

p{
    margin-bottom: 10px;
    line-height:1.5em;
}


.container {
    width:950px;
    margin:0px auto;
    padding: 0px 0px 20px 0px
}

/*
Top area
*/
#top {
    margin:30px 0px 0px 0px;
    padding:30px 0px 5px;
    overflow: hidden
}

#top h1{
    font-size:39px;
    font-family: 'Droid Serif', arial, serif;
    line-height: 30px;
    float:left;
}

#top h1 span{
    display: block;
    font-size:14px;
    font-family: 'Droid Sans', arial, serif;
    text-transform: uppercase
}
#top h1 a{
    color: inherit;
    text-decoration: none;
}

#top p#teaser {
    float: right;
    width: 595px;

    font-size:14px;
    padding:10px 10px 10px 20px;
    font-family: 'Droid Sans', arial, serif;
}

.top-bor {
    border-width:1px 0px 1px 0px
}

/*
 slider
*/

#slider-wrap {
    margin:10px 0px 5px;
    font-family: 'Droid Sans', arial, serif;
}
#slider-wrap #slider {
    height: 300px;
    overflow: hidden;
    color:#fff;
}
body.page-template #slider-wrap .container,
body.home #slider-wrap .container{
    margin-top: 0px;
    padding-bottom:21px;
    padding-top:21px;

}
body.page-template-page-cycle-php #slider-wrap .container,
body.home #slider-wrap .container{
    position: relative
}
body.page-template-page-cycle-php #slider-wrap #caption,
body.home #slider-wrap #caption{
    position:absolute;
    z-index:700;
    bottom:20%;
    right: 0px;
    padding:20px;
    background: url("./images/transparent-bg.png");
    font-family: 'Droid Sans', arial, serif;
    font-size:13px;
    font-weight: bold;
    color:#fff;
}


#slider-wrap .container {
    padding: 10px 0px
}

a.nivo-prevNav {
    background: url("./images/slider-nav.png") no-repeat left center;
    display: block;
    height: 76px;
    width: 27px;
    text-indent: -9999px;
    margin-top:-27px
}
a.nivo-nextNav {
    background: url("./images/slider-nav.png") no-repeat right center;
    display: block;
    height: 76px;
    width: 27px;
    text-indent: -9999px;
    margin-top:-27px
}

.nivo-controlNav {
    top: 50%;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    left: 745px;
}
.nivo-controlNav a.nivo-control {
    text-indent:-9999px;
    display: block;
    background: url("./images/slider-pointer.png") no-repeat bottom center;
    float:left;
    margin-left:5px;
    width:8px;
    height: 8px;
}
.nivo-controlNav a.nivo-control.active {
    text-indent:-9999px;
    display: block;
    background: url("./images/slider-pointer.png") no-repeat top;

    width:8px;
    height: 8px;
}

.nivo-caption {
    top:50%;
    margin-top:-42px;
    height: 66px;
    right: 28px;
    width:165px;
    padding:5px;
    background: url("./images/transparent-bg.png");
    font-family: 'Droid Sans', arial, serif;
    font-size:13px;
    font-weight: bold
}

ul#accordion {
    margin:0px;
}
ul#accordion li {
    -moz-box-shadow:0 0 20px #000;-webkit-box-shadow:0 0 20px #000;box-shadow:0 0 20px #000;
}
ul#accordion .caption {
    bottom:20px;
    left:25px;
    padding:15px;
    position:absolute;
    z-index:15;
    background: url("./images/transparent-bg.png");

}
/*
 posts
*/
.row {
    overflow: hidden;
    padding:10px 0 0px;
}

.post {
    width:295px;
    height:150px;
    overflow: hidden;
    float:left;
    margin: 27px 0px 27px 32px;
    position: relative;
    padding-bottom: 18px;
}
.shadow {
    background: url('./images/shadow.jpg') no-repeat bottom center;
    height: 18px;
}
.post img {

}
.post.first {
    margin-left:0px;
}

.post.photo .tl{
    background: url("./images/tl.png") top right no-repeat;
    width:3px;
    height:5px;
    position: absolute;
    top:0px;
    right:0px;
    z-index: 400
}
.post.photo .tr{
    background: url("./images/tr.png") top right no-repeat;
    width:3px;
    height:5px;
    position: absolute;
    top:0px;
    left:-1px;
    z-index: 400
}
.post.photo .bl{
    background: url("./images/bl.png") top right no-repeat;
    width:3px;
    height:5px;
    position: absolute;
    bottom:15px;
    left:-1px;
    z-index: 400
}
.post.photo .br{
    background: url("./images/br.png") top right no-repeat;
    width:3px;
    height:5px;
    position: absolute;
    bottom:15px;
    right:0px;
    z-index: 400
}
.post.photo p {
    position: absolute;
    background: url("./images/transparent-bg.png");
    padding:10px;
    color:#fff;
    top:50%;
    right:0px;
    font-family: 'Droid Serif', 'Helvetica', 'Arial', sans-serif;
    z-index:101;
    cursor: pointer;
    margin-top: -20px;
    font-size:14px;
    text-shadow:1px 1px 0px #000
}
.post.photo a {
    display: block;
    margin: 0px;
    padding: 0px;
}
.post.photo p span {
    font-size:26px;
    font-weight: bold;
    display: block;
    float: left;
    margin-right: 10px;
    font-family: 'Droid Serif', arial, serif;
    opacity:0.6
}

.post.photo:hover span {
    opacity:.9
}

.twocols .post.photo {
    height: 233px;
    width: 458px;
}
.twocols .post.text  {
    width: 458px;
}
.twocols .post.text .post-home-content {
    height: 193px;
}
.onecolumn .post.photo {
    height: 334px;
    width: 950px;
}
.onecolumn .post.text  {
    height: 160px;
    width: 950px;
}
.onecolumn .post.text .post-home-content {
    height: 125px;
}
canvas{
    display:none;
    position:absolute;
    z-index:100;
}

.post.text {
    overflow: visible;
    font-family: 'Droid Sans','Helvetica', 'Arial', serif;
    cursor: pointer;
    line-height: 1.4em;
    font-size:13px;

}
.post-home-content {
    padding: 20px;
    height: 110px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.text h2 {
    font-family: 'Droid Serif', arial, serif;
    font-weight: bold;
    margin-bottom: 10px;
    font-size:14px;
}
.text .read-more{
    width:9px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    bottom:30px;
    right:15px;
}

.text .corner{
    width: 23px;
    height: 23px;
    position: absolute;
    top:-1px;
    right:-1px;
}

.post.more {
    width: 293px;
    cursor: pointer;
}

.post.more a {
    text-transform: uppercase;
    font-family: 'Droid Sans', arial, serif;
    margin:25% 0px;
    text-align: right;
    padding-right: 30px;
    display: block;
    text-decoration: none;
    font-weight: bold
}

/*
 single post
*/

#post {
    line-height: 19px;
    padding-bottom: 20px;
}

#post h1,
#post h2,
#post h3,
#post h4{
    font-size:14px;
    font-weight: bold;
    font-family: 'Droid Serif', arial, serif;

}

#post h3 {
    font-size:18px;
}
#post h2 {
    font-size: 21px;
}
#post h1 {
    font-size:24px;
}

#post h5 {
    font-size:13px;
    margin-bottom:10px;
}

h4{
    margin: 10px 0px;
}

blockquote,
blockquote.q-left{
    float: left;
    width:240px;
    padding:5px 15px 5px 5px;
    font-style: italic;
    font-size:13px;
    margin:10px 20px 10px 0px;
    font-family: 'Droid Serif', arial, serif;
}

blockquote.q-right{
    float: right;
    width:240px;
    padding:5px 5px 5px 15px;
    border-right: none;
    font-style: italic;
    font-size:13px;
    margin:10px 0px 10px 20px;
    font-family: 'Droid Serif', arial, serif;
}

blockquote {
    width:auto;
    padding-left:30px;
    border-right: none;
}
#post input#submit-btn {
  padding: 9px;
}
/*
sidebar
*/

#content-left {
    width: 600px;
    float: left;
    padding-right:25px;
    margin-top:40px;
}
#content-right {
    width: 600px;
    float: right;
    padding-left:25px;
    margin-top:40px;
}

#content-bottom {
    clear: both;
}

#sidebar {
    width: 324px;
    float:right;
}

#sidebar.rightsb {
    width: 324px;
    float:left;
}

#sidebar h3 {
    font-family: 'Droid Serif', arial, serif;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

#sidebar .widget {
    padding: 45px 5px 30px 20px;
    width:295px;
}
#sidebar.rightsb .widget {
    padding: 45px 20px 30px 5px;
    width:295px;
}
#sidebar .widget:first-child {
    background: none;
}

.widget.popular ul {
    list-style: none;
    margin: 0px;
}
.widget.popular ul li {
    float: left;
    margin:5px 5px 0px 5px
}


.widget.search form#searchform #search {
    border:0px;
    height:29px;
    float:left;
    width:205px;
    padding-left:5px;
}

.widget.search form#searchform #s {
    border:0px;
    height:29px;
    font-size:0px;
    text-indent: -9999px;
    width:81px;
    float:left;
}

.widget.contact ul{
    list-style: none;
    margin:0px
}

.widget.contact p {
    float:right
}

#sidebar .widget ul li {
    padding:5px 0px 5px 15px;
}
#sidebar .contact.widget ul li {
    background: none
}

.widget.featured a#prev{
    text-indent: -9999px;
    position: absolute;
    top:45px;
    right:0px
}
.widget.featured a#next{
    text-indent: -9999px;
    position: absolute;
    top:45px;
    right:30px
}


/*
 navigation -top menu
*/

#nav {
    padding: 10px 10px 10px 0px;
    height: 30px;
}

#nav span {
    display: block;
    float: left;
    font-family: 'Droid Sans',arial,serif;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
}

#nav ul {
    font-family: 'Droid Sans', arial, serif;
    font-weight: bold;
    list-style:none;
    float:right
}

#nav ul.menu li {
    float: left;
    position:relative;
}

#nav ul.menu ul {
    position:absolute;
    top:auto;
    display: none;
    padding: 5px 0px;
    margin:-1px 0 0 0px;
}

#nav ul.menu ul ul {
    left: 200px;
    margin-top:-30px;
}

#nav ul.menu li ul {
    font-size:12px;
    z-index:109;
    -moz-border-radius: 0px 3px 3px 3px ;
    -webkit-border-radius: 0px 3px 3px 3px ;
    border-radius: 0px 3px 3px 3px;
}

#nav ul.menu li ul li{
    float: none;
    width:200px
}

#nav ul.menu li ul a {
    font-size: 12px;
}

#nav ul.menu li a{
    padding:10px;
    font-size:14px;
    display:block;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}

#nav ul.menu li.active > a {
    z-index:110;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

#nav ul.menu > li ul li a {
    border: none
}

#nav ul.menu li:hover > ul {
    display: block;
}

a#gototop {
    text-decoration:  none;
    text-transform:uppercase;
    font-family: 'Droid Sans', arial, serif;
    display: block;
    float: right;
    margin: 25px 20px 25px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left:20px;
    padding-right:10px;
}


/*
 single gallery
*/

#single-slider-wrap{
    padding:15px 0px;
}

#single-slider-wrap #slider {
    overflow: hidden;
    margin: 0px auto;
    width:950px;
    height:450px;
    position: relative;
}

#single-slider-wrap #slider img {
    position: absolute;
    top:0px;
    left:0px;
}

#single-slider-wrap h2 {
    position:static;
    background:none;
    float: left;
    font-family: 'Droid Serif',arial,serif;
    font-size: 22px;
    font-weight: bold;
    margin:10px 0px;
    text-align:center;
    float:none;
    margin-bottom:0px;
    padding-bottom:0px;
}

#slider-wrapper {
    position: relative;
}

#single-slider-wrap .prev {
    background: url("./images/slider-nav.png") no-repeat scroll left center transparent;
    display: block;
    height: 100%;
    margin-top: -27px;
    text-indent: -9999px;
    width: 27px;
    cursor: pointer;
    position: absolute;
    top: 23px;
    z-index: 99;
}

#single-slider-wrap  .next {
    background: url("./images/slider-nav.png") no-repeat scroll right center transparent;
    display: block;
    height: 100%;
    margin-top: -27px;
    text-indent: -9999px;
    width: 27px;
    cursor: pointer;
    position: absolute;
    top: 23px;
    right: 0px;
    z-index: 99;
}

body .single-post {
    padding:15px 0px 10px;
    overflow: hidden;
    margin-top:30px
}

#single-content h2,
body .single-post h2 {
    font-family: 'Droid Serif', arial, serif;
    font-weight: bold;
    font-size: 22px;
    float:left;
}

body .single-post .date {
    float:right;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Droid Serif;
    font-size: 16px;
    margin-top:10px;
    margin-right: 15px;
}

#single-content {
    padding-top:20px;
}

#single-content h2 {
    float:none;
    margin-bottom: 10px
}


/* Slideshow --------- */

#slideshow  { overflow:hidden; width:100%; position: relative}
#slideshow ul {  list-style: none; position: relative}
#slideshow li { cursor:pointer; float:left; height: 100%; margin-right:10px; position: relative; z-index: 10;}

#slideshow li img {padding:10px; padding:5px; }
#slideshow li.selected { cursor:default}
/*
 Comments
*/

#comments {
    padding:30px 4px 0px
}
.comment-meta.commentdata p {
    padding:10px 0px;
}
#comments h3 {
    font-family: 'Droid Serif',arial,serif;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 20px;
    padding-bottom: 16px;
}

ol#comment_list {
    list-style:none;
    margin-bottom: 20px;
}

div.avatar {
    float: left;
}
#comments div.avatar img {
    padding:5px;
    margin-right: 10px;
}

li.comment {
    overflow: hidden;
    margin:10px 0px;
    margin-top: 20px;
}

li.comment.odd {
    overflow: hidden;
    margin:10px 0px;
    margin-top: 20px;
}

li.comment.depth-2 {
    margin-left:30px;
}
li.comment.depth-3 {
    margin-left:45px;
}
li.comment.depth-4 {
    margin-left:55px;
}

.comment-timestamp,
.says,
.fn {
    font-family: 'Droid Sans', arial, serif;
    font-size:13px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase
}

.comment-timestamp,
.says {
    font-weight: normal
}

.comment-timestamp {
    display: block;
    margin-bottom: 10px;
}

.commentdata {
    margin:0px 0px 20px 95px ;
    min-height: 80px;
    padding: 15px 10px 20px 20px;
}
.comment-body {
    overflow: hidden;
    font-family: 'Droid Sans', arial, serif;
}

/*
* Comments form
*/
#commentform {
    width:575px
}
.logged-in-as {
    padding:0px 0px 20px 0px;
}
#form-section-data {
    width:190px;
    float: left;
    margin-right: 35px;
}
#form-section-comment {
    width:350px;
    float:left;
    margin-bottom:15px;
}
#form-section-comment label,
#commentform label {
    display: block;
    font-family: 'Droid Sans',arial,serif;
    font-size: 13px;
    font-style: normal;
    padding-bottom: 3px;
    text-transform: uppercase;
}
#form-section-comment textarea,
#commentform textarea,
#commentform input {
    padding:5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;

}
#commentform input {
    width: 100%;
}
#form-section-comment .form-submit,
#commentform .form-submit {
    clear: both;
    text-align: right
}
#commentform .form-submit input {
    width: auto;
    font-family: 'Droid Sans',arial,serif;
    font-size: 13px;
    font-weight: bold;
    border:none;
    padding:4px;
}
.form-allowed-tags {
    clear: both;
    font-size:11px;
}
span.required {display: none;}
/*
* Post
*/
#post p {
    padding:5px 0px 15px;
}
#post h1,
#post h2,
#post h3,
#post h4{
    padding:20px 0 10px;

}

#post h5 {
    padding:13px 0 10px;
}
#post-meta{
    font-family: 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.8em;
    margin: 40px 0;
}
#post-meta #meta-data {
    padding-bottom:13px;
}
#post-meta #meta-data a {
    font-weight: bold
}

#post-meta a {
    text-decoration: none;

}
.sticky {}
.bypostauthor{}

.posts-navigation {
    overflow:hidden;
    padding:20px 0px;
    font-family: 'Droid Sans', arial, serif;
    font-size:16px;
}
body.page .posts-navigation,
body.single .posts-navigation {
    font-size:13px;
}

.posts-navigation a{
    color: inherit;
    text-decoration: none;
    font-weight: bold
}

.posts-navigation div p{
    padding-top:5px;
}
body.page .posts-navigation div p,
body.single .posts-navigation div p{
    padding-top:0px;
}

.posts-navigation #prev_post {
    width:40%;
    float:left;
    padding-left:20px;
    cursor: pointer;
}

.posts-navigation #prev_post img {
    padding:0px 15px 0px 0px;
}

.posts-navigation #next_post {
    width:40%;
    float:right;
    text-align: right;
    padding-right:20px;
    cursor: pointer;
}

.posts-navigation #next_post img {
    padding: 0px 0px 0px 15px
}

#post label {
    display: block;
    font-size: 14px;
    padding-bottom: 3px;
    font-family: 'Droid Sans', arial, serif;
}

#post label span {
    font-weight: bold;
}

#post textarea,
#post input {
    padding:5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    width:320px;
}

#post textarea:focus,
#post input:focus {
    -moz-box-shadow: 0px 0px 0px 2px #E4DFD5 ;
    -webkit-box-shadow: 0px 0px 0px 2px #E4DFD5 ;
    box-shadow: 0px 0px 0px 2px #E4DFD5 ;
}

#post textarea {
    width: 420px;
}

#post input#submit-btn{
    width: auto;
    font-family: 'Droid Sans',arial,serif;
    font-size: 13px;
    font-weight: bold;
    background: #d6cfc5;
    border:none;
    color:#fff;
    padding:4px;
    text-shadow: 1px 1px 1px #bbb0a2;
}

#thumbs-scroller {
    overflow: hidden;
    width:950px;
    height:80px;
    margin:15px 0px 0px;
    position: relative
}

#thumbs-scroller .prev {
    background: url("./images/slider-nav-thumbs.png") no-repeat scroll left center transparent;
    display: block;
    height: 100%;
    margin: -40px 0;
    text-indent: -9999px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: 38px;
    z-index: 99;
}

#thumbs-scroller  .next {
    background: url("./images/slider-nav-thumbs.png") no-repeat scroll right center transparent;
    display: block;
    height: 100%;
    margin: -40px 0;
    text-indent: -9999px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: 38px;
    right: 0px;
    z-index: 99;


}

ul#thumbs {
    list-style: none;
    position: relative;
    margin-left:3px;
}

ul#thumbs li {
    float: left;
    margin:10px 2px  0px;
    /* position: relative */
    background: url("./images/ajaxsmall.gif") no-repeat scroll center center;
}
ul#thumbs li.selected {
    opacity: 0.9;
    background: none;
}
.loader{
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 5px #999999;
    background: url("./images/ajax.gif") no-repeat scroll center center #FFFFFF;
    height: 45px;
    left: 50%;
    margin: -35px 0 0 -100px;
    opacity: 0.9;
    position: fixed;
    top: 320px;
    width: 200px;
    z-index: 1000;
}


/*
 pricing
*/

.servicepack-outer {
    margin: 20px 0px 40px
}
.servicepack {
    padding:15px 25px;
    font-family: 'Droid Sans', arial, serif;
    position: relative;
    font-size: 13px;
}

.servicepack ul,
.servicepack p{
    width: 85%;
}

#post .servicepack h3 {
    font-size:18px;
    margin-bottom: 15px;
    margin-top:5px;
    padding:0px;
}

.servicepack span.price {
    display: block;
    font-family: 'Droid Serif',arial,serif;
    font-size: 21px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
    padding:13px;
}

.servicepack ul {
    font-size: 13px;
    list-style: none;
    margin:15px 0px;
}

.servicepack ul li {
    background: url("./images/listtick.png") no-repeat scroll left 7px transparent;
    padding-left:20px;
    margin-bottom: 10px;
}

.servicepack .service-contact {
    bottom: -30px;
    position: absolute;
    right: 25px;
    font-size: 15px
}

/*
 bottom
*/

#footer {
    text-align: center;
    margin:40px 0px
}

#bottom {
    padding:50px 0px;
    overflow:hidden;
    clear: both;
}

.widget {
    width:315px;
    float: left;
    font-family: 'Droid Sans', arial, serif;
}
.widget h2{
    font-family: 'Droid Serif', arial, serif;
    font-weight: bold;
    font-size:18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.widget em {
    font-family: 'Droid Sans', arial, serif;
    text-transform: uppercase;
    font-style: normal;
    font-size:13px;
    font-weight: normal
}
.widget_links ul,
.widget.links ul {
    list-style:none;
    margin:0px;
    margin-left:10px;
}

.widget_links ul li,
.widget.links ul li {
    padding-left:10px;
    margin:10px 0px
}

.widget_links  ul li a,
.widget.links ul li a {
    text-decoration: none;
    font-size:14px;
}


.widget.social p {
    padding:0px 50px 10px 70px;
    min-height: 50px;
    font-size:14px;
}


.widget.featured {
    position: relative;
    min-height: 180px;
}
.widget.featured ul{
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding:0px;
}
#sidebar .widget.featured ul li{
    background: none;
    margin: 0px;
    padding: 0px;
}
.widget.featured #featured-nav a {
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #D6CFC5;
    display: block;
    width:24px;
    height:24px;

}
#sidebar.rightsb .widget.featured a#prev{
    right:20px;
}
#sidebar.rightsb .widget.featured a#next{
    right:50px;
}
.widget.featured a#prev{
    background: url('./images/beige/feat-prev.png') no-repeat center #D6CFC5;
    text-indent: -9999px;
    position: absolute;
    top:40px;
    right:0px
}
.widget.featured a#next{
    background: url('./images/beige/feat-next.png') no-repeat center #D6CFC5;
    text-indent: -9999px;
    position: absolute;
    top:40px;
    right:30px
}

.widget.featured h4 {
    position: absolute;
    bottom:20px;
    background: #fff;
    padding:10px;
}

.social h4 {
    font-family: 'Droid Sans', arial, serif;
    text-transform: uppercase;
    font-weight: normal;
    padding-left:70px;
}
.social ul {
    list-style:none;
    margin:0px;
    padding-left:70px;
}

.widget.pricing p {
    background: url("./images/camera-icon.png") no-repeat;
    padding:0px 15px 10px 70px;
    min-height: 50px;
    font-size:14px;
}
ul.contactform input.button,
a.button {
    font-family: 'Droid Sans', arial, serif;
    font-weight: bold;
    padding:7px 20px 7px 10px;
    text-decoration: none;
    margin:10px 0px;
    padding-right: 20px;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



/*
 socials
*/
ul#socials li {
    float: left
}
#socials  a {
    width:32px;
    height: 32px;
    display: block;
    text-indent: -9999px;
}

#socials a:hover {
    opacity: 0.8;
    padding-bottom: 1px;
}



/* Images --------- */

.aligncenter, div.aligncenter { 
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body .container #post img.alignleft { float: left; padding:10px 15px 15px 0}
body .container #post img.alignright { float: right; padding:10px 0 15px 15px }

.wp-caption { 
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img { 
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


/* Wp calendar --------- */

#wp-calendar caption {
    width: 157px;
    text-align: center;
}
#wp-calendar {
    border-collapse:collapse;
    width: 156px;
    text-align: center;
}

#wp-calendar a {
    padding: 2px 0;
    font-weight: bold;
}
#wp-calendar tfoot td {
    padding: 3px 0;
}
#wp-calendar #next {
    text-align: right;
    padding-right: 10px;
}
#calendar_wrap {
    display: block;
    width: 157px;
    padding: 0 1px 1px 0;
}


/*
shortcodes
*/

.box-ok-outer {
    border:1px solid #afcd7f;
    margin:20px 0px;
}
.box-ok {
    border:3px solid #fff;
    background: url("./images/boxok.jpg") repeat-x top left #fff;
    padding:15px;
    color:#608722;
    font-size:14px;
    font-family: "Droid sans", arial, serif
}

#post .box-ok p {
    background: url("./images/ok.png") no-repeat top left;
    padding-left: 45px;
}

.box-question-outer {
    border:1px solid #a2c2d4;
    margin:20px 0px;
}
.box-question {
    border:3px solid #fff;
    background: url("./images/boxquestion.jpg") repeat-x top left #fff;
    padding:15px;
    color:#327a97;
    font-size:14px;
    font-family: "Droid sans", arial, serif
}
#post .box-question p {
    background: url("./images/question.png") no-repeat top left;
    padding-left: 45px;
}

.box-error-outer {
    border:1px solid #e7895b;
    margin:20px 0px;
}
.box-error {
    border:3px solid #fff;
    background: url("./images/boxerror.jpg") repeat-x top left #fff;
    padding:15px;
    color:#cf4913;
    font-size:14px;
    font-family: "Droid sans", arial, serif
}
#post .box-error p {
    background: url("./images/error.png") no-repeat top left;
    padding-left: 45px;
}

.box-info-outer {
    border:1px solid #deae62;
    margin:20px 0px;
}
.box-info {
    border:3px solid #fff;
    background: url("./images/boxinfo.jpg") repeat-x top left #fff;
    padding:15px;
    color:#de8a19;
    font-size:14px;
    font-family: "Droid sans", arial, serif
}
#post .box-info p {
    background: url("./images/info.png") no-repeat top left;
    padding-left: 45px;
}

.half, .half-last {
    float: left;
    margin: 0px 6% 20px 0;
    width: 47%;
}

.half-last {
    margin-right: 0;
}

.one-three, .one-three-last {
    float: left;
    margin: 0px 4% 20px 0;
    width: 30%;
}
.one-three-last {
    margin-right: 0;
}
.one-fourth, .one-fourth-last {
    float: left;
    margin: 0px 2% 20px 0;
    width: 23%;
}
.one-fourth-last {
    margin-right: 0;
}
.one-fifth, .one-fifth-last {
    float: left;
    margin: 0px 2% 20px 0;
    width:18%;
}
.one-fifth-last {
    margin-right: 0;
}

.three-fourth {
    float: left;
    margin: 0px 4% 20px 0;
    width: 73%;
    margin-right: 0;
}
.three-three {
    float: left;
    margin: 0px 5% 20px 0;
    width: 66%;
    margin-right: 0;
}

.two-fifth {
    float: left;
    margin: 0px 4% 20px 0;
    width:38%;

}

.three-fifth {
    float: left;
    margin: 0px 5% 20px 0;
    width: 58%;
    margin-right: 0;
}


hr {
    height: 0px;
    clear: both;
    margin: 15px 0px;
}

.hr {
    text-align: right;
    font-size:11px;
    text-transform: uppercase;
    cursor: pointer;
    clear: both
}
.hr span {
    padding-left:10px;
}

div.purelist ul {
    list-style: none;
}
div.purelist li {
    padding-left:20px;
}
div.asterisk li { background: url("./images/lists/asterisk_yellow.png") no-repeat 0px 0px transparent; }
div.go li { background: url("./images/lists/bullet_go.png") no-repeat 0px 0px transparent; }
div.bullet_green li { background: url("./images/lists/bullet_green.png") no-repeat  0px 0px transparent; }
div.bullet_orange li { background: url("./images/lists/bullet_orange.png") no-repeat  0px 0px transparent; }
div.bullet_pink li { background: url("./images/lists/bullet_pink.png") no-repeat  0px 0px transparent; }
div.bullet_purple li { background: url("./images/lists/bullet_purple.png") no-repeat 0px 0px transparent; }
div.bullet_star li { background: url("./images/lists/bullet_star.png") no-repeat 0px 0px transparent; }
div.bullet_red li { background: url("./images/lists/bullet_red.png") no-repeat 0px 0px transparent; }
div.bullet_yellow li { background: url("./images/lists/bullet_yellow.png") no-repeat 0px 0px transparent; }
div.information li { background: url("./images/lists/information.png") no-repeat 0px 0px transparent; }
div.key li { background: url("./images/lists/key.png") no-repeat 0px 0px transparent; }
div.lightning li { background: url("./images/lists/lightning.png") no-repeat 0px 0px transparent; }
div.picture li { background: url("./images/lists/picture.png") no-repeat 0px 0px transparent; }
div.star li { background: url("./images/lists/star.png") no-repeat 0px 0px transparent; }
div.tag_green li { background: url("./images/lists/tag_green.png") no-repeat 0px 0px transparent; }
div.tag_orange li { background: url("./images/lists/tag_orange.png") no-repeat 0px 0px transparent; }
div.tag_pink li { background: url("./images/lists/tag_pink.png") no-repeat 0px 0px transparent; }
div.tag_purple li { background: url("./images/lists/tag_purple.png") no-repeat 0px 0px transparent; }
div.tag_red li { background: url("./images/lists/tag_purple.png") no-repeat 0px 0px transparent; }
div.tag_yellow li { background: url("./images/lists/tag_purple.png") no-repeat 0px 0px transparent; }




.tabs-content .tab {
    display:none;
    font-family: "Droid Sans", arial serif;
    margin-top:2px;
    padding:25px;
    -webkit-border-radius: 0 0 4px 4px ;
    -moz-border-radius: 0 0 4px 4px ;
    border-radius:  0 0 4px 4px;
}


ul.tabs {
    list-style: none;
    margin:0px;
    margin-top:25px;
    padding:5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.tabs li {
    display: inline;
    padding:8px 10px;
    margin:0px 0px 0px 3px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-size: 15px;
    cursor: pointer
}

ul.tabs li a {
    text-decoration: none;
    font-family: "Droid Sans", arial, serif;
    font-size:12px
}

#post div.accordion {
    margin:10px 0px
}

#post div.accordion h4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding:7px;
    margin:2px 0px 0px;
    cursor:pointer
}

#post div.accordion h4 a{
    text-decoration: none;
    font-family: "Droid Sans", arial, serif;
    font-size:12px;
    padding-left:10px
}

#post div.accordion div {
    border-top:none;
    padding:15px;
    font-family: "Droid Sans", arial serif;
    -webkit-border-radius: 0 0 4px 4px ;
    -moz-border-radius: 0 0 4px 4px ;
    border-radius:  0 0 4px 4px;
}


#post h4.toggle-trigger {
    -moz-border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin: 2px 0 20px;
    padding: 7px;
}
#post h4.toggle-trigger.active {
    margin-bottom: 0px
}
.toggle-container {
    margin:2px 5px 20px
}

/* Fixes --------- */
#post .gallery img.attachment-thumbnail {
    padding:5px;

}
.gallery-item {
    margin:2px;
}
#post .gallery-item img {

    -moz-box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
    box-shadow: 0px 1px 2px #999;
    border: none;
    height:auto;
}
#post #content-left .gallery-item img,
#post #content-right .gallery-item img {
    width:270px;
}
.gallery-caption {
    font-family: "Droid Sans","Helvetica","Arial",sans-serif;

}
#post .gallery .gallery-item,
#content-left .gallery .gallery-item,
#content-right .gallery .gallery-item {
    width:48%;
}

#post .gallery-columns-3 .gallery-item {
    width: 32%;
}
#post .gallery-columns-3 img.attachment-thumbnail {
    padding: 2px;
}
#nosidebar {
    margin-top: 40px;
}

#content-right img,
#content-left img {
    max-width: 580px;
    height: auto;
    padding: 10px;
}


h2#arch-title {
    margin-top:25px;
    color: #232220;
    font-family: 'Droid Serif',arial,serif;
    font-size: 22px;
    font-weight: bold;
}
h2#arch-title span {
    text-transform: uppercase;
    font-size:18px;
}


ul#related-posts  {
    margin:0px;
    padding:0px;
    overflow: hidden
}
#related-posts ul li {
    float:left;
    margin:5px;
    width:120px;
}
#related-posts ul li:hover img{
    opacity:.9
}
#related-posts ul li a{
    display: block;
    color: #BAB09C;
    font-family: 'Droid Sans',arial,serif;
}

#related-posts h3 {
    border-bottom: 1px solid #E4DFD5;
    font-family: 'Droid Serif',arial,serif;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 20px;
    padding-bottom: 16px;

}
#related-posts img {
    padding-bottom: 5px;
}

/*#slider ul#cycle h2 {
    position: absolute;
    bottom:50px;
    font-family: 'Droid Serif',arial,serif;
    font-size: 18px;
    color: #fff;
    height: 36px;
    right: 0px;
    width:250px;
    padding:15px;
    background: url("./images/transparent-bg.png");
}
*/


#content.blog .post {
    float:none;
}
#content.blog .post.text {
    width:899px;
    height:100%;
    padding-left:30px;
    line-height: 1.6em;
}
#content.blog .post.text p {
    padding:10px 0px;
    font-size: 14px;
}
#content.blog .post.text h2 {
    font-size:18px;
    margin-top:7px;
    margin-bottom:7px;
}

#content.blog  #post-meta {
    margin:10px 0px;
}


#socials #twitter a{
    background: url("./images/socials/twitter.png") no-repeat left center;
}
#socials #bookmarky a{
    background: url("./images/socials/bookmarky.png") no-repeat left center;
}
#socials #delicious a{
    background: url("./images/socials/delicious.png") no-repeat left center;
}
#socials #designfloat a{
    background: url("./images/socials/designfloat.png") no-repeat left center;
}
#socials #deviantart a{
    background: url("./images/socials/deviantart.png") no-repeat left center;
}
#socials #digg a{
    background: url("./images/socials/digg.png") no-repeat left center;
}
#socials #facebook a{
    background: url("./images/socials/facebook.png") no-repeat left center;
}
#socials #flickr a{
    background: url("./images/socials/flickr.png") no-repeat left center;
}
#socials #fungu a{
    background: url("./images/socials/fungu.png") no-repeat left center;
}
#socials #google a{
    background: url("./images/socials/google.png") no-repeat left center;
}
#socials #jagg a{
    background: url("./images/socials/jagg.png") no-repeat left center;
}
#socials #lastfm a{
    background: url("./images/socials/lastfm.png") no-repeat left center;
}
#socials #linkedin a{
    background: url("./images/socials/linkedin.png") no-repeat left center;
}
#socials #linkuj a{
    background: url("./images/socials/linkuj.png") no-repeat left center;
}
#socials #myspace a{
    background: url("./images/socials/myspace.png") no-repeat left center;
}
#socials #pridat{
    background: url("http://www.demo.purethemes.net/photopassionhtml/images/socials/pridatpng") no-repeat left center;
}
#socials #reddit a{
    background: url("./images/socials/reddit.png") no-repeat left center;
}
#socials #rss a{
    background: url("./images/socials/rss.png") no-repeat left center;
}
#socials #seznam a{
    background: url("./images/socials/seznam.png") no-repeat left center;
}
#socials #stumbleupon a{
    background: url("./images/socials/stumbleupon.png") no-repeat left center;
}
#socials #technorati a{
    background: url("./images/socials/technorati.png") no-repeat left center;
}
#socials #topclanky a{
    background: url("./images/socials/topclanky.png") no-repeat left center;
}
#socials #topodkazy a{
    background: url("./images/socials/topodkazy.png") no-repeat left center;
}
#socials #vybralisme a{
    background: url("./images/socials/vybralisme.png") no-repeat left center;
}
#socials #vimeo a{
    background: url("http://www.demo.purethemes.net/photopassionhtml/images/socials/vimep.png") no-repeat left center;
}
#socials #youtube a{
    background: url("./images/socials/youtube.png") no-repeat left center;
}


/* no-js */
body.no-js .loader,
body.no-js #thumbs-scroller .prev,
body.no-js #thumbs-scroller .next,
body.no-js #single-slider-wrap .prev ,
body.no-js #single-slider-wrap .next,
body.no-js .widget.featured,
body.no-js #slider-wrap {
    display:none;
}
body.no-js #thumbs-scroller { height: auto }



.loader {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 5px #999999;
    background: url("./images/ajax.gif") no-repeat scroll center center #FFFFFF;
    height: 77px;
    left: 50%;
    margin: -35px 0 0 -120px;
    opacity: 0.9;
    position: fixed;
    top: 400px;
    width: 240px;
    z-index: 1000;
}

body.single #post ul{
    list-style:circle;
}

body.single #post .servicepack ul{
    list-style:none;
}

body.single #post div.purelist ul {
    list-style:none;
}

.dropcap  {
    float: left;
    font-family: "Droid Serif","Tahoma",sans-serif;
    font-size: 35px;
    padding: 10px 5px 0 0;
}

/*
404
*/
#post.error404 .half h1{
    font-size:200px;
    text-align: center;
    margin-top:55px;
}
#post.error404 .half-last h2{
    margin-top:0px;
}

#post.error404 #searchform input{
    width:auto;
}

#post.error404 p {
    margin:20px 0px;
    font-family: "Droid Sans", helvetica, arial, sans-serif
}
body.error404 #gototop {
    display: none;
}

#contactForm {
    margin-top:20px;
}
#contactForm li {
    position: relative
}
#contactForm li span.error {
    position: absolute; 
    background: #E4DFD5;
    top:20px;
    right:10px;
    color:#000;
    text-shadow:1px 1px 0px #fff;
    padding:7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 4px -1px #444;
    -webkit-box-shadow: 2px 2px 4px -1px #444;
    box-shadow: 2px 2px 4px -1px #444;

}

#contactForm li span.error:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    left:-14px;
    border: 7px solid transparent;
    border-right-color: #E4DFD5;
}
#post ul.contactform input.button {
    width: auto
}

.container .blog {
    padding:20px 0px 0px;
}
.blogpost {
    margin:10px 0px 0px;
    position: relative;
    font-family: 'Droid Serif','Helvetica', 'Arial', serif;
    line-height: 1.4em;
    font-size:13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

.blogpost h2 {
    font-size:22px;
    padding:5px 0px 10px
}
.blog-content {
    float: left;
    font-family: 'Droid Sans','Helvetica', 'Arial', serif;
}
.blog-content.hasthumb {
    width:500px;
}

.bigblogshadow {
    background:  url("./images/shadow-blog.png") no-repeat center bottom ;
    height:20px;
    margin-bottom: 40px;

}

.blogpost .thumb {
    float: right;
    padding:5px;
    clear: both;

}
.blogpost .thumb:hover{
    opacity:0.9
}

.blogpost-inside {
    overflow: hidden;
    padding:30px;
    cursor: pointer
}
.post-meta-blog {
    font-family: 'Droid Sans','Helvetica', 'Arial', serif;
    padding:20px 20px 25px 30px;
    overflow: hidden;
}
.post-meta-blog  .meta-data {
    float: left;
}
.post-meta-blog  .comments-meta {
    float: right;
    margin-right: 25px;
}
.blogpost .read-more {
    bottom: 25px;
    display: block;
    height: 14px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    width: 9px;
}
a.leavecomment{
    padding-left:18px;
    margin-left:10px;

}

#related-posts {
    padding-top:20px;
}

.gallery-caption {

}