html {
    height: 100%;
}
body {
    background-color: #ffffff;
	color: #000000;
    font: 1em/1.5em "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}
#all {
    position: relative;
    text-align: left;
    width:100%;
}
#logobox {
    background-color: #000000;
    min-height: 104px;
}
#logocontent {
	min-height:40px;
    margin:0 5%;
    padding: 2em 0 2em 0;
    width:90%;
}
#logo {
    float: left;
    height: 40px;
    padding: 0 2em 0 0;
    width: 118px;
}
#top {
}
.quote {
    color: #E6E6E6;
    padding: 0.5em 0 0 0;
}
.thequote {
    color: #969696;
}
#main {
    margin:0 5%;
    padding: 2em 0 2em 0;
    position: relative;
    width:90%;
}
#feed-control {
    padding: 2em 0;
}
#feed-control a{
    padding: 0;
}
#indexpadbox, #padbox, #gallerytitle, .thequote {
}
#indexpadbox h1, #indexpadbox h2, #indexpadbox h3, #indexpadbox h4, #indexpadbox p {
    margin: 0;
    padding: 0 1em 0.5em 0;
}
#albums {
width:100%;
}

#randompic {
clear:both;
width:100%;
margin:2em 0;
}

#randompic img{
height:auto;
max-width:100%;
}

h1, h2, h3, h4, p {
    clear:both;
    margin: 0;
    padding: 0 0 0.5em;
}
#main .section {
    margin-bottom: 1em;
    padding: 24px !important;
}
#footerlinks {
    padding: 2em 0;
}
#credit {
    display: none;
}
#credit, #sort {
    clear: both;
    color: #96967E;
    font-size: 85%;
    margin: 0 auto;
    text-align: right;
    width: 640px;
}
#credit a, #sort a {
    border-bottom: 1px dotted #96967E;
    color: #96967E;
    text-decoration: none;
}
#credit a:hover, #sort a:hover {
    border-bottom: 1px solid #BDBDAE;
    color: #BDBDAE;
    text-decoration: none;
}
#gallerytitle h1 {
    color: #C2003B;
}
#gallerytitle p {
    padding: 0 0 0.8em;
}
#gallerytitle h2 {
    width: 70%;
}
a:link, a:active, a:visited {
    color: #C2003B;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:focus {
    color: #C2003B;
    font-weight: bold;
    text-decoration: underline;
}
a.albumdesclink:link, a.albumdesclink:active, a.albumdesclink:visited {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
a.albumdesclink:hover, a.albumdesclink:focus {
    color: #C2003B;
    font-weight: normal;
    text-decoration: underline;
}
h1 {
    color: #000000;
    font: bold 135% "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
}
h2 {
    color: #000000;
    font: bold 125% "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
}
h2 a:hover {
    color: #D84583;
    text-decoration: none;
}
h3 {
}
h3 a:link, h3 a:visited {
    text-decoration: none;
}
h3 a:hover {
    text-decoration: underline;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E6E6DF -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 0 0 12px;
    padding: 0;
}
img {
    border: 0 none;
}
blockquote {
    border-left: 1px dotted #96967E;
    color: #363630;
    margin-left: 20px;
    padding-left: 20px;
}
#imagemetadata {
    text-align: right;
}
#imagemetadata table {
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    line-height: 1em;
    right: 0;
    text-align: left;
    top: 2em;
}
#imagemetadata table td {
    background-color: #F8F8F8;
    border-bottom: 1px solid #F0F0F0;
    padding: 2px 5px;
}
ul.pagelist {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0;
}
ul.pagelist li {
    display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
    padding: 4px;
}
ul.pagelist li.current a {
    color: #5A5A4B;
    cursor: default;
    font-weight: bold;
    text-decoration: none;
}
ul.pagelist li.prev {
    margin-right: 10px;
}
ul.pagelist li.next {
    margin-left: 10px;
}
.disabledlink {
    color: #DDDDDD;
    cursor: default;
}
.pagenav {
    clear: both;
}
.disabled_nav {
    display: none;
    visibility: hidden;
}
#albumDescEditable, #albumTagsEditable {
    margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
    margin-top: 24px;
}
#imageDesc, #exif_link {
    margin-bottom: 4px;
}
#exif_link {
    float: right;
}
.taglist ul {
    display: inline;
    list-style-type: none;
}
.taglist ul li {
    background: url("../images/tag.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #999999;
    display: inline;
    float: left;
    list-style-type: none;
    padding-left: 18px;
    padding-right: 5px;
}
.taglist .tags_title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 5px;
}
.imagethumb {
    float: left;
    margin: 0;
    padding: 2em 2em 0 0;
    width:85px;
    height:85px;
}
.imagethumb a, .thumb a {
    background-color: #FFFFFF;
    display: block;
    line-height: 1;
    margin: 0;
    padding:0;
}
.imagethumb a:visited, .thumb a:visited {
    background-color: #FFFFFF;
}
.imagethumb a:hover, .thumb a:hover {
    background-color: #FFFFFF;
}
.albumdesc h2.subtitle {
    padding-left: 3px;
}
.albumdesc2 {
    line-height: 1.5em;
}
.album {
    float: left;
    line-height: 100%;
    width: 25%;
}
.album p {
    background: url("../images/thumbimgbk.png") no-repeat scroll 0 0 #FFFFFF;
    min-height: 95px;
}
a.albumthumb {
    float: left;
    margin: 0 1em 2em 0;
}
#imgnaviconp, #imgnaviconp:focus {
background: url("../images/previcon.png") left center scroll no-repeat;
cursor:url("../images/previcon.png"),url("../images/previcon.cur"),pointer;
display:block;
height:100%; 
left:0;
position:absolute;
text-decoration: none;
top:0;
width:50%;
} 

#imgnaviconn, #imgnaviconn:focus {
background: url("../images/nexticon.png") right center scroll no-repeat;
cursor:url("../images/nexticon.png"),url("../images/nexticon.cur"),pointer;
display:block;
height:100%; 
left:50%;
position:absolute;
text-decoration: none;
top:0;
width:50%;
} 

#image {
    height: 100%;
    margin: 0 auto;
    padding: 1em 0 2em;
    position:relative;
    width: 100%;
}
#imgnavicons {
height:24px;
}

#imgnavicons a{
display:inline-block;
font-size:0.6em;
font-weight:normal;
height:24px;
line-height:24px;
text-indent: 26px;
white-space: nowrap;
vertical-align:text-bottom;
}
/*#imgnavicons a{
display:inline-block;
height:24px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
vertical-align:bottom;
width:24px;
}*/
#imgnavicons a.imgnavnx {
background:transparent url("../images/nextprevicon.png") no-repeat scroll 0 -24px;
}
#imgnavicons a.imgnavnx:hover, #imgnavicons a.imgnavnx:active {
background:transparent url("../images/nextprevicon.png") no-repeat scroll 0 0;
}
#imgnavicons a.imgnavpv {
background:transparent url("../images/nextprevicon.png") no-repeat scroll 0 -72px;
}
#imgnavicons a.imgnavpv:hover, #imgnavicons a.imgnavpv:active {
background:transparent url("../images/nextprevicon.png") no-repeat scroll 0 -48px;
}
a.imgnav {
    color: #C2003B;
    font-size: 50px;
    text-decoration: none;
}
a.imgnav:hover {
    color: #000000;
    text-decoration: none;
}
#image img.box {
    display: block;
    margin: 0 auto;
    max-width:80%;
}
#narrow {
    margin: 0 auto;
    width: 440px;
}
#comments {
    clear: both;
}
.comment {
    background: none repeat scroll 0 0 #FBFCFD;
    border: 1px solid #E7F0F5;
    margin-bottom: 12px;
    padding: 10px;
}
.commentmeta {
    margin-bottom: 12px;
}
.commentauthor {
    font-weight: bold;
}
.commentdate {
    color: #8DB8CF;
    font-size: 85%;
    margin-top: 12px;
}
.captchainputbox {
    padding: 2px;
    width: 6.5em;
}
.inputbox {
    padding: 2px;
    width: 250px;
}
textarea {
    color: #5A5A4B;
    font: 100%/200% "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 4px;
    width: 100%;
}
.checkbox {
    cursor: pointer;
}
.pushbutton {
    cursor: pointer;
    padding: 5px 10px;
}
label {
    cursor: pointer;
}
label:hover {
    color: #000000;
}
#map {
    margin-left: -77px;
}
#rating {
    margin-top: 10px;
}
#admin, #admin_data {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E6E6DF;
    border-left: 1px solid #E6E6DF;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    width: 130px;
    z-index: 2;
}
#admin_data {
    line-height: 1.6em;
    padding-top: 20px;
    top: 0;
    z-index: 1;
}
#admin h3 {
    color: #999999;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}
#admin h3:hover {
    color: #003366;
}
#search {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    margin: 0;
    padding: 0;
    text-align: left;
}
#search input.pushbutton {
    font-size: 80%;
    padding: 1px;
}
#search a {
    text-decoration: none;
}
#search ul {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 8em;
    list-style: none outside none;
    overflow: auto;
    position: absolute;
    text-align: left;
    width: 20em;
}
#searchfields_icon {
    position: relative;
    top: 4px;
}
.clear {
    clear: both;
    height: 10px;
}
#archive {
    margin: 0 auto;
    text-align: center;
    width: 300px;
}
ul.archive * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.archive .year {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
}
ul.archive .month {
    border-top: 2px solid #E6E6DF;
    font-size: 14px;
    list-style: none outside none;
    padding-top: 5px;
}
#tag_cloud {
    background: none repeat scroll 0 0 #EEEEEE;
    text-align: center;
}
#tag_cloud ul li {
    display: inline;
    list-style-type: none;
}
#tag_cloud p {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #E6E6DF;
    border-top: 3px solid #E6E6DF;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    padding: 10px 0;
    text-align: center;
}
.errorbox {
    background-color: #FFDDDD;
    border-color: #FFAAAA;
    border-style: solid;
    border-width: 1px 1px 5px;
    color: #DD6666;
    font-size: 100%;
    margin-bottom: 10px;
    padding: 20px;
}
.errorbox h2 {
    color: #DD6666;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}
.errorlist {
    list-style-type: none;
}
#zen-part {
    font-family: Arial,Helvetice,sans-serif;
    font-size: 1.8em;
    font-weight: 100;
}
#photo-part {
    font-family: Arial,Helvetice,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
}
#image .flowplayer {
    margin: 0 auto;
}
table.password td.userlabel {
    text-align: right;
}
table.password td.userinput {
    text-align: left;
}
table.password td.userinput input, td.passwordinput input {
    width: 15em;
}
table.password td.passwordlabel {
    text-align: right;
}
table.password td.passwordinput {
    text-align: left;
}
table.password td.submit {
    text-align: center;
}
table.password td.hint {
    text-align: left;
}
.textobject {
    font-size: 12px;
    line-height: 16px;
    overflow: scroll !important;
    text-align: left !important;
    text-decoration: none !important;
}
.box {
    box-shadow: 0 0 10px #888888;
}
.gfg-title a {
    color: #000000 !important;
    font-size: 135%;
    font-weight: bold;
    padding: 6px 0;
}
.gfg-root {
    border: 0 solid #E6E6E6 !important;
}
.gfg-title {
    background-color: #FFFFFF !important;
}
.title {
    color: #8C6136;
    font-size: 135%;
    font-weight: bold;
}
.topimage {
    height: 120px;
    padding: 0 0 10px;
}
.content {
    padding: 20px 0 10px;
}
span.author {
    font-style: italic;
}
#singleimagelogo {
    padding-bottom: 30px;
}
@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}

/* width of 1024 pixels. */
@media screen and (max-width: 1024px) {
#all {width:100%;}
}

/* width of 768 pixels. */
@media screen and (max-width: 768px) {
#all {width:100%;}
#logo, .album {float:none;clear:both;}
#logo {padding-bottom:0;}
#albums { float:none; width:100%;}
#randompic {display:none;}
.album{float:none; width:100%}
#imgnavl, #imgnavr {margin:0 20px 20px 0px;}
#image {margin:0;}
}