/*
Theme Name:        PhotopurePress
Description:    Wordpress Theme for Photographers . Visit http://themeforest.net/item/photopurepress-wordpress-for-photographers/102716 for more information 
Version:        2.0.1
Author:            Rzepak
Author URI:        http://themeforest.net/user/purethemes/portfolio
*/
body {
    background: #ededed;
    overflow-x: hidden;
}
.clear { clear: both }
.leftside {
    width: 100%;
    position: relative;
    margin-left: 15px;
}
.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 }

#normal-post-content h1, #normal-post-content h2, #normal-post-content h3, #normal-post-content h4,
#post-content h1, #post-content h2, #post-content h3, #post-content h4 {
  padding: 20px 0 10px;
}
/*
backgrounds
*/
.fabric { background-image: url("img/backgrounds/45degreee_fabric.gif"); background-repeat:  repeat; background-attachment: fixed; background-position:   top center  }
.dots { background-image: url("img/backgrounds/dots.png"); background-repeat: no-repeat; background-attachment:  fixed; background-position:  top center  }
.tiles4 { background-image: url("img/backgrounds/tiles4.png"); background-repeat: repeat; background-position:   top center  }
.tiles { background-image: url("img/backgrounds/tiles.png"); background-repeat: repeat; background-position:   top center  }

.grid1 { background-image: url("img/backgrounds/grid1.png"); background-repeat: repeat; background-position:   top center  }
.grid2 { background-image: url("img/backgrounds/grid2.png"); background-repeat: repeat; background-position:   top center  }
.grid3 { background-image: url("img/backgrounds/grid3.png"); background-repeat: repeat; background-position:   top center  }
.grid4 { background-image: url("img/backgrounds/grid4.png"); background-repeat: repeat; background-position:   top center  }
.grid5 { background-image: url("img/backgrounds/grid5.png"); background-repeat: repeat; background-position:   top center  }
.grid6 { background-image: url("img/backgrounds/grid6.png"); background-repeat: repeat; background-position:   top center  }
.grid7 { background-image: url("img/backgrounds/grid7.png"); background-repeat: repeat; background-position:   top center  }

.lines { background-image: url("img/backgrounds/lines.png"); background-repeat: no-repeat; background-position:   top center  }
.lines1 { background-image: url("img/backgrounds/lines1.png"); background-repeat: no-repeat; background-position:   top center  }
.solid { background-image: none;}
/* LOGO --------- */


h1#logo a {
    display: block;
    width: 297px;
    font-family: 'Open Sans', arial, serif; 
    font-size: 48px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #444;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 100;
    text-decoration: none;
    margin-top: 20px;
}
h1#logo { margin-bottom: 0px }
p#blog-desc {
    font-family: 'Open Sans', arial, serif; 
    margin-left:3px;
    line-height: 145%;
    font-size: 15px;
    margin-bottom: 20px;

}
.amp {
    font-family: "Adobe Caslon Pro","Hoefler Text",Palatino,"Palatino Linotype",serif;
    font-style: italic;
}
/* Slideshow --------- */

#slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#slideshow ul {

    width: 62500px;
    list-style: none;
  
}
#slideshow li {
    cursor: pointer;
    float: left;

    margin-right: 10px;
    position: relative;
    z-index: 10;
}
#slideshow li:last-child {
    margin-right:150px;
}
#slideshow li h2 {
    text-align: right;
    color: #FFFFFF;
    font-size: 16px;
}

#slideshow li div.photodesc {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    bottom: 30px;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px;
    position: absolute;
    right: 6px;
     text-align: right;
}

#slideshow li img {
    padding: 10px;
    padding: 5px;
}

#slideshow li h3 span {
    display: block;
    font-size: 12px;
}
/* Thumbnails --------- */
.hover-menu { background: #fff }
.thumb-link { display: block; font-size:0px;
              background: url('img/zoom-in.png') no-repeat center center}
.post-password-required .thumb-link {
    background: none;
}
.thumb {
    width: 280px;
    float: left;
    padding: 5px;
    margin: 16px 0px 16px 0px;
    position: relative;
    border-radius:5px;
    overflow: hidden
}

.thumb img {
    border-radius:2px;
}
.thumb h2 {
    position: absolute;
    bottom: 5px;
    left: 5px;

    margin-right: 15px;
}
.thumb h2 a {
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    display: block;
    font-weight: normal
}
#posts.alt .thumb {
    overflow: visible
}
#posts.alt .thumb h2 a{
    background: url("img/alert-overlay.png") repeat scroll top ;
    border-radius:5px;
}
#posts.alt .thumb h2{
    left:-10px;
    border-radius:5px;
}
/*
 navigation -top menu
*/

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

#nav ul {
    font-family: 'Open Sans', arial, serif; 
    list-style:none;
    float:right;
    font-size:16px;
    margin-top:20px;
}

#nav ul.menu li ul a:hover {
    background:  #eee;
    color:#6b6b6b;

}

#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;
    font-size: 14px;
}

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

#nav ul.menu li ul {
    z-index:109;
    -moz-border-radius: 0px 3px 3px 3px ;
    -webkit-border-radius: 0px 3px 3px 3px ;
    border-radius: 0px 3px 3px 3px;
    box-shadow:3px 3px 0px #ddd;
    background: #fff;
}


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

#nav ul.menu li a{
    padding:10px;
    display:block;
    text-decoration: none;
    position: relative;
    color:#000;
}
#nav ul.menu li a:hover {
    color: #888;
}

#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;
    background: #fff;
    color: #888;
}

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

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

/*
 nav
*/



#buttons {
    float: left;
    float: right;
    margin-right: 300px;
}
/* Posts styling --------- */
#posts { margin: 0 auto }
.post_meta { margin-top: 20px }
.post h3 { margin: 25px 0px }
.protected-post-form {
    width: 450px;
    padding-left: 70px;
    background: url("img/security.png") no-repeat left center;
}
.protected-post-form label { font-weight: bold }
.protected-post-form input.pwbox {
    border: 3px solid #ddd;
    padding: 5px;
}
h2#arch-title {
    font-family: Georgia,"Times New Roman",serif;
    padding-left: 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#post-title {
    font-size: 26px;
    font-weight: normal;
    margin-top: 12px;
}
#post-content {

    font-size: 12px;
    font-weight: normal;
    line-height: 180%;
    padding: 10px 20px 20px;
    margin: 20px 10px 10px 0px;
    width: 900px;
}
#normal-post-content {

    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    padding: 10px 30px;
    margin: 20px 0px 10px;
    width: 880px;
}
#normal-post-content img {
    max-width: 840px;
    height: auto;
}
#navigation ul {
    list-style: none;
    margin-top: 10px;
    padding: 5px;
    overflow: hidden;
}
#navigation ul li {
    margin-left: 0px;
    padding: 5px;
    float: left;
}
#navigation ul li a { text-decoration: none }
#left-scroller {
    position: absolute;
    left: 0px;
    top: 400px;
    z-index: 100;
}
#left-scroller a {
    display: block;
    width: 45px;
    height: 45px;
    background: url("img/left-scroller.png") no-repeat;
    text-indent: -9999px;
}
#left-scroller a:hover { background: url("img/left-scroller.png") no-repeat bottom }
#right-scroller {
    position: absolute;
    right: 20px;
    top: 240px;
    z-index: 100;
}
#right-scroller a {
    display: block;
    width: 45px;
    height: 45px;
    background: url("img/right-scroller.png") no-repeat;
    text-indent: -9999px;
}
#right-scroller a:hover { background: url("img/right-scroller.png") no-repeat bottom }




#thumbs-scroller {
    /*    overflow: hidden;  just for test */
    height:80px;
    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 a.imgthumb {
    display: block;
    padding:3px;
    border:1px solid #D1D1D1;
    background: #fff;
    font-size:0px;
}
ul#thumbs li.selected {
    opacity: 0.9;

    background: none;
}
/* Featured --------- */
.container {
    width: auto;
    height: 180px;
    position: relative;
    cursor: pointer;
    z-index: 0;
}
.slides {
    position: absolute;
    top: 0;
    left: 0;
}
.slides div {
    position: absolute;
    top: 0;
    width: 940px;
    display: none;
}
.orbit-wrapper {
    margin: 20px auto 30px;
    border:3px solid #fff;
    box-shadow: 1px 1px 5px #CCCCCC
}
#nivo {
    position:relative;
    width:930px; /* Change this to your images width */
    height:246px; /* Change this to your images height */
    background:url(img/ajaxsmall.gif) no-repeat 50% 50%;
    margin: 20px auto 30px;
    border:3px solid #fff;
}
#nivo img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#nivo a {
    border:0;
    display:block;
    cursor: pointer
}

#loopedSlider {
    margin: 0px auto;
    width: 940px;
    position: relative;
    clear: both;
}
ul.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 9px auto;
    width: 132px;
}
ul.pagination li {
    float: left;
    margin: 0 5px;
}
ul.pagination a {
    display: block;
    width: 12px;
    padding-top: 12px;
    height: 0;
    overflow: hidden;
    background-image: url("img/pagination.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
ul.pagination li.active a { background-position: 0 -12px }
a.previous {
    position: absolute;
    top: 48%;
    left: 0px;
    display: block;
    width: 45px;
    height: 50px;
    background: url("img/left-arrow.png") no-repeat;
    text-indent: -9999px;
    z-index:999;
    cursor: pointer
}

a.next {
    position: absolute;
    top: 48%;
    right: 0px;
    display: block;
    width: 40px;
    height: 50px;
    background: url("img/right-arrow.png") no-repeat;
    text-indent: -9999px;
    z-index:999;
    cursor: pointer
}

#loopedSlider img {
    padding: 5px;
    margin: 10px;
    position: relative;
}
.slides div h2 {
    position: absolute;
    bottom: 25px;
    left: 10px;
    margin-left:5px;
    background: #000;
    background: rgba(0,0,0,0.6);
    z-index: 233;
}
.slides div h2 a {
    text-decoration: none;
    padding: 10px;
    font-size: 22px;
    display: block;
    font-weight: normal
}
/* Footer --------- */
.footer-container {
    overflow: hidden;
    background: #fff;
    border-top:1px dashed #ddd
}

#bottom {
    margin-top: 20px;
    padding: 10px 0px;
    border-radius:5px;
    margin:0px auto;
    width:950px;
    overflow: hidden;
}
#bottom h2 {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
#bottom h2 em {
    color: #555555;
    font-size: 12px;
    font-style: normal;
    line-height: 10px;
    margin: 0;
}
#bottom ul {
    margin-left:0px;
    margin-bottom: 0px;
    padding:4px 0px;
}
#bottom .featured ul {

height:200px
}
.widget.featured {
    position: relative;
}
.widget.featured h5{
    font-size:14px
}
#featured-nav #prev {
    background: url("img/prev-post.png") no-repeat scroll 0 5px #FFFFFF;
    display: block;
    height: 36px;

    float:left;
    text-indent: -9999px;
  
    width: 20px;
    z-index: 1000;
    opacity:0.6
}
#featured-nav #next {
    background: url("img/next-post.png") no-repeat scroll  5px #FFFFFF;
    display: block;
    height: 36px;

    text-indent: -9999px;

    width: 20px;
    z-index: 1000;
    opacity:0.6
}
#bottom ul li {
    padding:4px 0px;
}
#bottom ul li a {
    color:#000;
    font-weight: bold
}
#bottom ul li a:hover {
    color:#444
}
#footer {
    font-size: 10px;
    margin-top: 25px;
    width:950px;
    margin:10px auto;
    padding:10px;
    overflow: hidden;
    text-transform: uppercase;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-bottom: 20px;
}
#footer .right ul { list-style: none; margin:0px}
#footer .right ul li {
    float: left;
    margin-left: 10px;
}
.widget { margin: 0px 10px; }

form#searchform {
    padding:10px 0px;
}
.widget.search form#searchform #search {
    border:1px solid #ddd;
    border-right: 0px;
    height:29px;
    float:left;
    width:125px;
    padding-left:5px;
    border-radius:5px 0px 0px 5px;
}


.widget.search form#searchform #s {

    height:33px;
    border:1px solid #ddd;
    border-left: 0px;

    float:left;
}

.widget.contact {

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

.widget.contact p {
    background: url("img/camera.png") no-repeat left top;
    padding-left:75px;
    min-height: 70px;
}



#bottom .grid_4{
    width:220px 
}
ul#socials {
    list-style: none;
    margin:0px;
}

ul#socials li a{
    padding-left: 30px;
    color:#000;
    font-weight: bold;
}




#socials #delicious a{
    background: url("img/socials/delicious.png") no-repeat left center;
}
#socials #brightkite a{
    background: url("img/socials/brightkite.png") no-repeat left center;
}

#socials #deviantart a{
    background: url("img/socials/deviantart.png") no-repeat left center;
}
#socials #digg a{
    background: url("img/socials/digg.png") no-repeat left center;
}
#socials #facebook a{
    background: url("img/socials/facebook.png") no-repeat left center;
}
#socials #flickr a{
    background: url("img/socials/flickr.png") no-repeat left center;
}
#socials #friendfeed a{
    background: url("img/socials/friendfeed.png") no-repeat left center;
}
#socials #lastfm a{
    background: url("img/socials/lastfm.png") no-repeat left center;
}
#socials #linkedin a{
    background: url("img/socials/linkedin.png") no-repeat left center;
}
#socials #posterous a{
    background: url("img/socials/posterous.png") no-repeat left center;
}
#socials #twitter a{
    background: url("img/socials/twitter.png") no-repeat left center;
}
#socials #tumblr a{
    background: url("img/socials/tumblr.png") no-repeat left center;
}
#socials #stumbleupon a{
    background: url("img/socials/stumbleupon.png") no-repeat left center;
}

#socials #vimeo a{
    background: url("img/socials/vimeo.png") no-repeat left center;
}
#socials #youtube a{
    background: url("img/socials/youtube.png") no-repeat left center;
}



/*
posts navigation
*/
.posts-navigation a{

    color: #444;
}
.posts-navigation div p {
    padding-top: 12px;
}

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

.posts-navigation #prev_post {
    cursor: pointer;
    float: left;
    padding-left: 30px;
    width: 260px;

    border: 1px solid #D1D1D1;
    box-shadow: 1px 1px 5px #CCCCCC;
    border-radius:5px 5px 5px 5px
}
.posts-navigation #prev_post img {
    padding: 0 15px 0 0;
}
.posts-navigation #next_post {
    cursor: pointer;
    float: right;
    padding-right: 30px;
    text-align: right;
    width: 260px;

    border: 1px solid #D1D1D1;
    box-shadow: 1px 1px 5px #CCCCCC;
    border-radius:5px 5px 5px 5px
}
.posts-navigation #next_post img {
    padding: 0 0 0 15px;
}

.posts-navigation #prev_post {
    background: url("img/prev-post.png") no-repeat  10px 10px #fff ;
    margin-left:5px;
}
.posts-navigation #next_post {
    background: url("img/next-post.png") no-repeat  270px 10px #fff;
    margin-right:5px;
}
.posts-navigation #prev_post:hover,
.posts-navigation #next_post:hover {
    opacity:0.8
}

/* Images --------- */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft { float: left }
.alignright { float: right }
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 20px;
    -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;
}
/* -- tweeter */
.tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.tweet .tweet_list li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.tweet .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left;
}
.tweet .tweet_list .tweet_avatar img { vertical-align: middle }
/* Comments --------- */
.comment-meta {
    font-size: 11px;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom:5px;
    padding: 10px;
    background: #eee;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1) inset
}
#leave-comment,
#comments h4,
#navigation h4 {

    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 22px;
    margin: 0;
}
#container h4.postmeta {
    font-size: 19px;
    font-weight: bold;
    margin:0px 0px 10px 0px;  
    color: #333;
    line-height: 22px;


}
#related ul{
    margin-top:20px;
}
#related ul li {
    float: left;
    margin-right: 7px;
}
#related ul li img{
    background: #fff;
    padding:3px;
    border:1px solid #D1D1D1
}
#respond h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
}
#comments { margin-bottom: 15px }
#comments ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.children { list-style: none; padding-bottom: 0px; }
span.unapproved {
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px;
    display: block;
    margin-top: 20px;
}
li.comment {
    background: #fff;
    border:1px solid #fff;
    margin: 20px 0px;
    box-shadow: 1px 1px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    position: relative;
    border-radius:4px;
}
li.comment img.avatar {

    background: none repeat scroll 0 0 #FFFFFF;
    border-radius:4px;
    margin-right: 10px;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: -30px;

    box-shadow: 1px 1px 1px #888;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 1px 1px 1px #888;
}
li.bypostauthor {
    background: #fff;

}

.comment-author-admin { border-left: 2px solid #6a6a6a }
.comment-author span {
    font-weight: bold;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
}
.comment-author span a { text-decoration: none }
a.comment-reply-link {
    color:#333;
    font-shadow:1px 1px 0px #fff;
    background: url("img/comment_reply.png") no-repeat left center;
    padding-left:20px;
    font: 12px/31px "Open Sans",Helvetica,Arial,san serif
}
.comment-content {
    font-size:14px;
    padding:10px
}
.comment-reply-link {
    padding:0px 10px;

}
a.permalink {
    text-decoration: none;
    font-style: italic;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    display: none;
}
li.depth-2 {
    background: #f4f4f4;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    margin: 20px;
}
#comment-notes {
    font-style: italic;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}
.form-section {
    height: 40px;

}
#form-section-comment { height: auto }
#form-allowed-tags {
    height: auto;
    text-transform: none;
    padding: 10px;
    font-size: 10px;
    text-shadow: 1px 1px 1px #fff;
    margin-left: 190px;
    width: 400px;
    line-height: 14px;
}
.form-label {
    float: left;
    width: 100px;
    font-size: 14px;
    text-align: right;
    padding-right: 25px;
    padding-top: 5px;
}
.form-input input,
textarea {
    border: 3px solid #f2f2f2;
    padding: 5px;
    border-radius:5px;
}
.required { color: #c42626 }
input#submit {
    -moz-border-radius: 5px 5px 5px 5px;
    background: #DDDDDD;
    box-shadow:1px 1px 0 #FFFFFF inset;
    border: 1px solid #999;
    float: right;
    font-size: 11px;
    margin-right: 130px;
    margin-top: 20px;
    padding: 7px;
    text-shadow: 1px 1px 1px #FFFFFF;

}

/* calendar - this works nicely on duotone theme */
#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;
}
.menu { z-index: 1100 }
#dropdown ul li {
    float: right; /* cure IE5.x "whitespace in lists" problem */
    width: 100%;
}
#dropdown ul li a {
    height: 1%; /* make links honour display: block; properly */
}
#dropmenu li ul li { z-index: 306 }
#content { z-index: 1 }
/*
tipsy
*/

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(img/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }



/*
shortcodes
*/

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

 .box-success p {
    background: url("img/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("img/boxquestion.jpg") repeat-x top left #fff;
    padding:15px;
    color:#327a97;
    font-size:14px;
    font-family: "Droid sans", arial, serif
}
 .box-question p {
    background: url("img/question.png") no-repeat top left;
    padding-left: 45px;
}

.box-alert-outer {
    border:1px solid #e7895b;
    margin:20px 0px;
}
.box-alert {
    border:3px solid #fff;
    background: url("img/boxerror.jpg") repeat-x top left #fff;
    padding:15px;
    color:#cf4913;
    font-size:14px;
    font-family: "Droid sans", arial, serif
}
.box-alert p {
    background: url("img/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("img/boxinfo.jpg") repeat-x top left #fff;
    padding:15px;
    color:#de8a19;
    font-size:14px;
    font-family: "Droid sans", arial, serif
}
.box-info p {
    background: url("img/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("img/lists/asterisk_yellow.png") no-repeat 0px 0px transparent; }
div.go li { background: url("img/lists/bullet_go.png") no-repeat 0px 0px transparent; }
div.bullet_green li { background: url("img/lists/bullet_green.png") no-repeat  0px 0px transparent; }
div.bullet_orange li { background: url("img/lists/bullet_orange.png") no-repeat  0px 0px transparent; }
div.bullet_pink li { background: url("img/lists/bullet_pink.png") no-repeat  0px 0px transparent; }
div.bullet_purple li { background: url("img/lists/bullet_purple.png") no-repeat 0px 0px transparent; }
div.bullet_star li { background: url("img/lists/bullet_star.png") no-repeat 0px 0px transparent; }
div.bullet_red li { background: url("img/lists/bullet_red.png") no-repeat 0px 0px transparent; }
div.bullet_yellow li { background: url("img/lists/bullet_yellow.png") no-repeat 0px 0px transparent; }
div.information li { background: url("img/lists/information.png") no-repeat 0px 0px transparent; }
div.key li { background: url("img/lists/key.png") no-repeat 0px 0px transparent; }
div.lightning li { background: url("img/lists/lightning.png") no-repeat 0px 0px transparent; }
div.picture li { background: url("img/lists/picture.png") no-repeat 0px 0px transparent; }
div.star li { background: url("img/lists/star.png") no-repeat 0px 0px transparent; }
div.tag_green li { background: url("img/lists/tag_green.png") no-repeat 0px 0px transparent; }
div.tag_orange li { background: url("img/lists/tag_orange.png") no-repeat 0px 0px transparent; }
div.tag_pink li { background: url("img/lists/tag_pink.png") no-repeat 0px 0px transparent; }
div.tag_purple li { background: url("img/lists/tag_purple.png") no-repeat 0px 0px transparent; }
div.tag_red li { background: url("img/lists/tag_purple.png") no-repeat 0px 0px transparent; }
div.tag_yellow li { background: url("img/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
}

#solidheader {
    width:960px;
    margin:0px auto;
}
#solidheader-container {
    background: #FFFFFF;
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 20px;

}
#solidheader-container .grid_10 {
  width: 580px;
}
#solidheader-container .grid_6 {
  width: 340px;
}
body.dark li.comment,
body.dark #normal-post-content,
body.dark #post-content,
body.dark .posts-navigation #next_post,
body.dark .posts-navigation #prev_post,
body.dark #nivo,
body.dark .thumb,
body.dark .orbit-wrapper,
body.dark #solidheader-container {
  box-shadow: 1px 1px 5px #000;
}
body.dark .footer-container {
     box-shadow:1px 3px 16px #000000;
}
body.medium li.comment,
body.medium #normal-post-content,
body.medium #post-content,
body.medium .posts-navigation #next_post,
body.medium .posts-navigation #prev_post,
body.medium #nivo,
body.medium .thumb,
body.medium .orbit-wrapper,
body.medium #solidheader-container {
  box-shadow: 1px 1px 5px #555;
}
body.medium .footer-container {
     box-shadow:1px 3px 16px #555;
}
body.soft li.comment,
body.soft #normal-post-content,
body.soft #post-content,
body.soft .posts-navigation #next_post,
body.soft .posts-navigation #prev_post,
body.soft #nivo,
body.soft .thumb,
body.soft .orbit-wrapper,
body.soft #solidheader-container {
  box-shadow: 1px 1px 5px #ccc;
}
body.soft .footer-container {
     box-shadow:1px 3px 16px #ccc;
}

body.thin .thumb{
    padding:0px;
}
body.thin #nivo,
body.thin .orbit-wrapper {
    border-width:1px;
}

body.thin #slideshow li img,
body.thin #related ul li img,
body.thin ul#thumbs li a.imgthumb {
    padding:0px;
}
body.thin.col3 .thumb:nth-child(3n+2) {
    margin: 16px 46px
}
body.col3 .thumb:nth-child(3n+2) {
    margin:16px 32px;
}
body.thin.col2 .thumb:nth-child(2n) {
    margin: 16px 0px 16px 65px;
}
body.col2 .thumb:nth-child(2n) {
      margin: 16px 0px 16px 65px;
}
body.col4 .thumb { 
    margin:15px;
}
body.col5 .thumb { 
    margin:15px;
}