/*
Theme Name: Retouch Pro
Theme URI: http://graphpaperpress.com/themes/retouch-pro/
Author: Graph Paper Press
Author URI: http://graphpaperpress.com
Description: A responsive, semantic, HTML5 photo blog with Theme Options.
Version: 1.2.5.1
License: GNU General Public License, V2
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats
*/

/* =Resets
-------------------------------------------------------------- */

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,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,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;
    padding:0;
    outline:none;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section{
    display: block;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,dfn,th,var{
    font-style:normal;
    font-weight:normal;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}
img {
    max-width: 100%;
    height: auto;
    width:auto\9; /* ie8 height bug fixed */
}
.clear {
    clear: both;
}

/* =Testing
-------------------------------------------------------------- */

/*#page, #branding, #colophon, #primary, #main .widget-area {border: 1px solid red}*/


/* =Structure
-------------------------------------------------------------- */

html{
    overflow-y: scroll; /* Force scrollbars 100% of the time */
}
body{
    min-height: 100%;
}
#page {
    display: block;
    margin: 0 auto;
    max-width: 1000px; /* 1000px */
}
#branding, #colophon, #content {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 80%; /* 800px / 1000px */
}
#branding {
    margin-top: 2em;
}
#content {
    max-width: 100%; /* 950px */
    position: relative;
}


/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}



/* =Fonts
-------------------------------------------------------------- */
html, input, textarea {
    color: rgb(30, 40, 30);
    font-family: Georgia, Times;
    font-size: 14px;
    line-height: 1.5;
}
h1 {
    font-size:2em;          /* 32px */
    margin-bottom:0.75em;   /* 24px */
    line-height:1.5;        /* 48px */
}
h2 {
    font-size:1.5em;        /* 24px */
    margin-bottom:1em;      /* 24px */
    line-height:1;          /* 24px */
}
h3 {
    font-size:1.25em;       /* 20px */
    font-weight: bold;
    margin-bottom:1.2em;    /* 24px */
    line-height:1.2;        /* 24px */
}
h4 {
    font-size:1.125em;      /* 18px */
    margin-bottom:1.333em;  /* 24px */
    line-height:1.333;      /* 24px */
}
h5 {
    font-weight:bold;
}
h5,
h6 {
    font-size:1em;          /* 16px */
    margin-bottom:1.5em;    /* 24px */
    line-height:1.5;        /* 24px */
}
p,
address {
    margin-bottom:1.5em;
}
figure {
    background-color: #eee;
    margin-bottom:1.5em;
    padding: 3.636363636364%; /* 20px / 550px */
    width: 93.220338983051%; /* 550px / 590px */
}
figure img {
    display:block;
    margin-bottom:0;
}
figcaption {
    font-size:0.75em;
}
a {
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
a:active,
a:focus {
    position:relative;
}
q,
i,
em,
cite,
fancy {
    font-style:italic;
    font-weight:inherit;
}
.fancy {
    font-family:Georgia, Cambria, "Times New Roman", Times, serif;
}
b,
strong {
    font-weight:bold;
    font-style:inherit;
}
s,
del {
    text-decoration:line-through;
}
small, .entry-meta, .wp-caption .wp-caption-text, .gallery-caption {
    font-size:0.8em;
}
pre,
code {
    font-family:monospace;
    font-size:1em;
}
pre {
    overflow:auto;
    margin-bottom:1.5em;
    line-height:24px; /* Having to define explicit pixel values :( */
}
code {
    line-height:1;
}
ul,
ol {
    list-style-type: square;
    margin:0 0 1.5em 20px;
}
ul ul,
ol ol,
ul ol,
ol ul {
    /* Let’s take care of lists in lists */
    margin:0 0 0 20px;
}
hr {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.420em;
  border: none;
}
hr.space {
  visibility: hidden;
}
aside {
    font-size: 90%;
}


/* =Header
-------------------------------------------------------------- */

hgroup {
    position: relative;
    margin: 5px 0 0 10px;
    float: left;
}
#site-title a.site-title-link {
    padding: 12px 15px 17px;
}
#site-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    float: left;
}
.sitetitle {
    margin-top: 18px;
}
#site-description {
    line-height: 2;
}
#site-description a {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    opacity: 0.8;
    margin-left: 10px;
}
a.header-image img {
    top: -10px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 1%;
    max-width: 98%;
}
#site-logo {
    float: left;
    margin: -20px 0 0 0;
}



/* =Menu
-------------------------------------------------------------- */

nav#access select {
    display: none;
}
#access {
    display: block;
    float: right;
    margin: 0;
    font-size: 90%;
    padding: 20px 0 7px 0;
}
#access ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#access li {
    float: left;
    position: relative;
    margin-right: 7px;

}
#access a {
    display: block;
    line-height: 2em;
    padding: 0em 1em 0.3em;
    text-decoration: none;
}
#access ul ul {
    display: none;
    float: left;
    position: absolute;
    top: 2em;
    left: 0;
    z-index: 99999;
    width: 145px;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul li a {
    line-height: 1em;
    padding: .5em .5em .5em 1em;
    width: 10em;
    height: auto;
}
#access ul ul li a,
#access ul ul li a:nth-child(2n+1),
#access ul ul li a:nth-child(3n),
#access ul ul li a:nth-child(4n) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#access ul li:hover > ul {
    display: block;
}

#hovernav, #hovernav .mobilemenu {
    display:none;
}

#hovernav .mobilemenu li {
    clear:both;
}


/* =Content
-------------------------------------------------------------- */

blockquote {
    padding: 4% 4% 1.5%;
    font-style: italic;
    margin-bottom: 20px;
}

.format-gallery .main-content, .format-image .main-content {
    display: none;
}
.format-image .exif-content {
    position: absolute;
    max-width: 200px;
    right:30px;
    z-index: 1;
    font-size: 12px;
}
.format-image .main-content {
    z-index: 0;
}
.galexif-content ul li {
    float: left;
    font-size: 11px;
    padding-right: 10px;
}
.g-caption {
    display: block;
    font-size: 13px;
    padding: 5px;
}
.gallery .wp-caption-text {
    display:none;
}
.gallery-exif,
.galexif-content,
 .exif-content {
    z-index:12;
}
.gallery-exif {
    display: none;
    bottom: -4px;
    left: 2%;
    padding: 3% 1% 1%;
    position: absolute;
    width: 94%;
    z-index: 11;
}
.g-exif-info{
    position: absolute;
    padding: 3px 8px 3px;
    font-size: 11px;
    cursor: pointer;
    display: block;
    z-index: 10;
    right:3%;
}
#content {
    top: -10px;
}
.format-image .entry-meta {
    padding-top: 20px;
}
.format-image h2 {
    margin-bottom: 0;
}
.meta-data {
    position: absolute;
    z-index: 2;
    right: 20px;
    font-size: 12px;
}
.cat-links {
    display: block;
}
.cat-links a {
    font-size: 11px;
}
.entry-content {
    z-index: 3;
}
.comments-link a, .info-meta a, .exif-meta a {
    padding: 7px 10px 4px;
}
.photo-tech {
    margin: 0;
    list-style: none;
}
.date-meta {
    font-size: 11px;
    clear: both;
}
.slash {
    font-size: 11px;
}
.tag-links, .cat-links {
    display: block;
    font-size: 11px;
}
.post {
    margin: 0 auto;
}
.sticky {
}
.hide {
    display: none;
}
.entry-header .entry-title {
    font-weight: bold;
}
.entry-meta {
    clear: both;
    display: block;
}
.entry-header .entry-meta {
    margin: 0 0 2.5em 0
}
.single-author .entry-meta .byline {
    display: none;
}
#content #nav-above {
    display: none;
}
#nav-below {
    left: -35px;
    margin: 0;
    position: absolute;
    top: 60px;
}
#nav-below .nav-previous a,
#nav-below .nav-next a {
    width: 45px;
    height: 65px;
    display: block;
    text-indent: -9999em;
    background: no-repeat;
}

#nav-below .nav-previous a {
    background-position: 11px 0px;
}

#nav-below .nav-previous a:hover {
    background-position:0px -65px;
}
#nav-below .nav-previous {
    z-index: 0;
    float:left;
}
#nav-below .nav-next a {
    background-position: -96px 0px;
}
#nav-below .nav-next a:hover {
    background-position: -86px -65px;
}
#nav-below .nav-next {
    position: absolute;
    z-index: 0;
    display:inline-block;
}
.post {
    z-index: 2;
}
.page-link {
    clear: both;
    margin: 0 0 1em;
}
.subpage {
    clear: both;
    display: block;
}

.subpage li {
    display: inline;
    margin: 0 20px;
}
.subpage li:first-child {
    margin-left: 0;
}
/* 404 page */
.error404 .widget {
    float: left;
    width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
    margin-right: 1em;
}
.error404 #searchform {
    margin-bottom: 3em;
}


/* Image Attachments */
.image-attachment div.entry-meta {
    float: left;
}
.image-attachment nav {
    float: right;
    margin: 0 0 1em 0;
}
.image-attachment .entry-content {
    clear: both;
}
.image-attachment .entry-content .entry-attachment img {
    margin: 0 0 1em;
    max-width: 97.5%;
    padding: 1.5%;
    text-align: center;
}
.image-attachment .entry-content .attachment {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
    display: none;
}
.single .format-aside .entry-header {
    display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
    padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
    padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
    float: left;
    margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-content{
    padding: 1.2%;
    position: relative;
}
.format-gallery .entry-content {
    position: relative;
}
 .format-image .withimg {
    position: absolute;
    bottom:32px;
}
 .format-image .withtext {
    position: absolute;
    bottom:auto;
    top:17px;
}
.format-video,
.format-audio,
.format-status,
.format-aside,
.type-page,
.type-attachment,
.format-standard,
.format-image .main-content,
.format-image .exif-content,
.format-gallery .main-content,
.format-gallery .exif-content,
#comments,
.not-found {
    padding: 5% 6%;
    width: 86%;
    clear:both;
    margin: auto;
 }

.format-video,
.format-audio,
.format-status,
.format-aside,
.type-page,
.type-attachment,
.format-standard,
.not-found {
    width: 90%;
    position: relative;
    padding: 5%;
    z-index: 3;
}

.format-image .exif-content {
    padding: 34px 20px 25px;
    display:none;
 }
h2.entry-title {
    font-size: 16px;
    clear:both;
    padding: 2px 0;
}
.format-standard h2.entry-title, .page h2.entry-title {
    margin-bottom: 2em;
}


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

a img {
    border: none;
}
p img {
    margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
.imgcontainer {
}
img.size-thumbnail,
img.size-medium,
img.size-large {
    padding: 1%;
}



/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.size-large {
    max-width: 98%;
}
img.wp-post-image {
    float: left;
    margin: 0 0em 0.5em 0;
}
img.alignleft {
    margin-right: 1em;
}
img.alignright {
    margin-left: 1em;
}
.wp-caption {
    max-width: 97.28813559322%; /* 574px / 590px */
    padding: .8em 1.393728222997%; /* 8px / 574px */
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: .5em;
    display: block;
}
.gallery-caption, .wp-caption {
}
.wp-smiley {
    margin: 0;
}
div.wp-caption {
    margin-bottom: 2em;
}
div.wp-caption img.size-thumbnail {
    padding:0;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    box-shadow:  none;
}



/* =Gallery
-------------------------------------------------------------- */

.gallery { margin: 0 auto; }
.gallery .gallery-item {
    float: left;
    margin: 0 2% 2% 0;
    text-align: center;
    width: 30%;
    padding: 1%;
}

.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
.gallery .gallery-item.last {
    margin-right: 0;
}
.gallery img {
        margin-bottom: -5px;
    }

.format-gallery .entry-content .title-meta {
    padding: 12px;
    z-index: 3;
}
.format-gallery .entry-content .title-meta .entry-title  {
    margin-bottom: 0.1em;
}



.ph .attachment-large {
    display: none;
    z-index:1;
}
.ph {
    z-index: 3;
}
.phbox {
    margin:0 auto;
}
.phbox  .mainimgcontainer {
    display: none;
}

.phbox  .mainimgcontainer.active {
}
.phbox .imgcontainer {
    padding: 8px;
    position: relative;
    z-index: 12;
}
.phbox .imgsubcontainer {
    z-index:13;
}
.lnav, .rnav {
    position: fixed;
    top: 42%;
    height: 65px;
    width: 65px;
    z-index: 10;
    text-indent:-9999px;
    display:none;
}

.lnav:hover {
    background-position:0px -65px;
}
.rnav:hover {
    background-position:-70px -65px;
}
.gallery-icon .attachment-thumbnail {
    top:0;
    left:0;
    z-index:2;
}


/* =Video
-------------------------------------------------------------- */

object,
embed,
video{
    max-width:100%;
    height:auto;
}


/* =Forms
-------------------------------------------------------------- */
#addfilter {
    font-size: 12px;
}
#addfilter select {
    margin: 5px 10px;
}
#searchform label {
    display: none;
}
#searchform input#s {
    width: 60%;
    padding: 2px;
}
input[type=text],
input#s {
    margin: 0 0.5em 0 0;
    width: 62%;
}
textarea {
    width: 80%;
}
.page-header  form {
    float: right;
}

/* Archives */

.archive-thumb {
    float: left;
    margin: 0 2% 2% 0;
    padding: 1%;
    position: relative;
    text-align: center;
    width: 30%;
    z-index: 3;
}
.archive-thumb a {
    font-size: 13px;
}
.archive-thumb.last{
    margin-right: 0;
}
.archive  .page-header,
.search .page-header,
.page-template-page-archive-php .page-header,
.page-template-page-blog-php .page-header {
    margin: 0 auto 10px;
    padding: 5px;
    position: relative;
    top: -10px;
    width: 79%;
}
.archive .page-header h1,
.search .search-header,
.page-template-page-archive-php .search-header,
.page-template-page-blog-php .search-header {
    width: auto;
    padding: 12px;
    margin: 0;
}
.archive .page-header h1,
.search .search-header h1,
.page-template-page-archive-php h1,
.page-template-page-blog-php .search-header h1 {
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
}
.search .search-header h1,
.page-template-page-archive-php h1,
.page-template-page-blog-php .search-header h1 {
    float: left;
}

#loading {
    clear:both;
    text-align:center;
    padding-top: 15px;
}
#loading a {
    padding:6px 10px;
}


/* Blog */

.page-template-page-blog-php .blog-item {
    padding: 30px 0;
    clear: both;
}
.page-template-page-blog-php .blog-item a.imglink {
    margin-right: 20px;
    overflow: hidden;
    float: left;
}
.page-template-page-blog-php  h2.entry-title {
    margin-bottom: 10px;
    font-weight: bold;
}


.page-template-page-blog-php .blog-item  h2 {
    margin-bottom: 2px;
}
.page-template-page-blog-php .blog-item p {
    padding-top: 10px;
}


/* =Comments
-------------------------------------------------------------- */

h2#comments-title {
    margin-bottom: 0;
}
article.comment {
    display: block;
    margin-top: 5%;
}
#respond input[type=text] {
    display: block;
    width: 60%;
}
#respond textarea {
    display: block;
    margin: 0 0 1em;
    width: 80%;
}
#respond .form-allowed-tags {
    clear: both;
    width: 80%;
}
#respond .form-allowed-tags code {
    display: block;
}
.bypostauthor {
}
#submit, #searchsubmit {
    border: none;
    padding: 4px 8px;
    font-size: 14px;
    cursor: pointer;
}
#comments {
    display: none;
}
.form-allowed-tags {
    display: none;
}
#comments ol, #comments ul {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}
#comments ul {
    padding-left: 20px;
}
#comments .commentmetadata {
    font-size: 11px;
    text-align: center;
}
.reply {
    font-size: 11px;
}
#comments .commentmetadata .fn {
    font-size: 13px;
    display: block;
}
.avatar {
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
}
article.comment {
    padding: 3%;
    overflow: hidden;
}
.comment footer {
    float: left;
    width: 25%;
}
#comments ul.children {
    clear: both;
    overflow: visible;
    margin-bottom: 0;
    margin-left: 20px;
}
#respond {
    clear: both;
    z-index: 2;
    position: relative;
}
li #respond {
    padding-top: 50px;
}
.vcard {
    text-align: center;
}
.comment-content {
    float: left;
    width: 65%;
    padding: 15px;
}
li.comment {
    position: relative;
}
#comments ul.children div.tree,
#comments ul.children li.lastcomment .subtree {
    width: 20px;
    left: -20px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 5;
    top: 50px;

}
#comments ul.children > li.lastcomment > div.tree {
    z-index: 0;
}
#comments ul.children > li.lastcomment > div.subtree {
    top: 60px;
    z-index: 0;
    border-top: none;
    left: -10%;
    width: 9%;
}


/* =Messages
-------------------------------------------------------------- */

.message{
    font-weight: normal;
    display: block;
    padding: 10px 10px 10px 36px;
    margin: 0 0 1.5em 0;
}
/* With multiple errors it’s nice to group them. */
ul.message{
    list-style:decimal outside;
    padding:10px 10px 10px 56px;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 2em;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/* =Tables
-------------------------------------------------------------- */

table{
    margin-bottom: 1.5em;
    width: 100%;
    max-width: 100%;
}
thead tr:last-of-type th{
    /* Thicker border on the table-headers of the last row in the table head */
    border-bottom-width: 2px;
}
tbody th{
    /* Thicker right border on table-headers in the table body */
    border-right-width: 2px;
}
th:empty{
    /* Hide the borders on any empty table-headers */
    border: none;
}
th,td{
    vertical-align: top;
    padding: 0.5em;
}
th{
    font-weight: bold;
    text-align: center
}
table [colspan]{
    text-align: center;
}
table [rowspan]{
    vertical-align: middle;
}

[colspan="1"]{
    text-align: left;
}
[rowspan="1"]{
    vertical-align: top;
}

tfoot{
    text-align: center;
}
tfoot td{
    border-top-width: 2px;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
    display: block;
}
.widget-area .widget_search {
    overflow: hidden;
}
.widget-area .widget_search input {
    float: left;
}
div.widget {
    margin-bottom: 2em;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
    padding: 2em 0 0.5em 0;
    clear: both;
}

.one aside {
    width: 92%;

}
.two aside {
    width: 43%;

}
.three aside {
    width: 26.5%;
}

aside {
    width: 26.66666%;
    float: left;
    margin-left: 2%;
    padding: 2%;
}

#site-generator {
    font-size: 85%;
    padding: 30px 15px;
    clear: both;
    text-align: center;
}
#site-generator, #site-generator a {
    opacity: 0.8;
}
#widget-3 {
    margin-right: 2%;
}

/* =Tablets held in portrait orientation
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {

    #page {
        max-width: 100%;
    }
    #access {
        font-size: 11px;
    }
    #primary, #main .widget-area {
        clear: both;
        display: block;
        float: none;
        max-width: 100%;
    }
    #main .widget {
        padding: 2.105263157895%; /* 20px / 950px */
        width: 95.789473684211%; /* 910px / 950px */
    }
    aside {
        float: none;
        max-width: 85%;
        margin-bottom: 5px;
        padding: 5%;
    }
    .widget-1, .widget-2, .widget-3 {
        width:100%;
    }
    .gallery .gallery-item {
        padding: 1%;
    }
}

/* =Mobile
-------------------------------------------------------------- */

@media screen and (max-width: 550px) {

    #branding {
        text-align: center;
    }
    h1#site-title a.site-title-link {
        font-size: 12px;
        padding: 8px 8px 11px;
    }
    nav#access ul.menu {
        display: none;
        visibility: hidden;
    }
    #hovernav {
        display: inline-block;
        cursor:pointer;
    }
    small, .entry-meta, .wp-caption .wp-caption-text, .gallery-caption {
        font-size:0.85em;
    }
    .gallery .gallery-item {
        padding: 1%;
    }
    .gallery img {
        margin-bottom: -6px;
    }
    h2.entry-title {
        font-size: 13px;
    }
    .meta-data {
        font-size: 10px;
    }
    #access {
        right: 12px;
        position: relative;
    }
    div.small-menu {
        padding: 3px 8px 5px;
    }
    ul.mobilemenu {
        position: absolute;
        z-index: 5;
        top:3.8em;
        right:-1em;
        width: 112px;
    }
    #access #hovernav a,
    #access #hovernav li a,
    #access #hovernav li:nth-child(2n+1) a,
    #access #hovernav li:nth-child(3n) a,
    #access #hovernav li:nth-child(4n) a {
        -webkit-box-shadow: none;
        -moz-box-shadow:  none;
        box-shadow:none;
        background: none;
        width: 90px;
        text-align: left;
    }
    .format-video, .format-audio, .format-status, .format-aside, .type-page, .type-attachment, .format-standard, .format-image .main-content, .format-image .exif-content, .format-gallery .main-content, .format-gallery .exif-content, #comments, .not-found {
        padding: 5%;
        width: 90%
    }
    .phbox .imgcontainer {
        padding: 5px;
    }
    .lnav, .rnav {
        top:35%;
    }
    aside {
        float: none;
        max-width: 85%;
        margin-bottom: 5px;
        padding: 5%;
    }
    .widget-1, .widget-2, .widget-3 {
        width:100%;
    }

}