/* Main Layout */
body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center; 
}
#main {
    width: 665px;
    margin: 0px auto; 
    text-align: left; 
}

#gallerytitle span {
    font-weight: normal; 
    color: #EC7426; 
    text-decoration: none; 
}
#gallerytitle h2 { 
    font-size: 11pt; 
}
#gallerytitle A:link, #gallerytitle A:visited {
    text-decoration: none;
    color: #719AB8; 
}

/* Text Styles */
A:link, A:visited {
    text-decoration: none;
    color: #6A859A;
}
A:hover, A:active, #gallerytitle A:hover, #gallerytitle A:active, .pagenav A:hover, .pagenav A:active  {
    text-decoration: underline;
    color: #FF6600;
    background-color: #FFFCE8;
}

/* Misc */
hr {
    clear: both; 
    height: 0px; 
    border: 0px; 
    border-top: 1px solid #ccc; 
    margin-top: 0px; 
    padding: 0px; 
}
img {
    border:none
}
#imagemetadata {
    text-align: right;
    position: relative;
    display: none;
}
#imagemetadata table {
    text-align: left;
    line-height: 1em;
    border: 1px solid #ccc;
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #fafafa;
}
#imagemetadata table td {
    border-bottom: 1px solid #f0f0f0;
    background-color: #f8f8f8;
    padding: 2px 5px;
}

/* Page Navigation */
UL.pagelist {
    padding: 0px;
    margin: 5px 0px 5px;
    list-style-type: none;
    height: 2em;
}
UL.pagelist LI {
    display: inline;
    font-weight: bold; 
}
UL.pagelist LI A, UL.pagelist LI span.disabledlink {
    display: block;
    float: left;
    padding: 2px 4px;
    background-color: #FFF6EC;
    text-decoration: none;
    color: #555;
}
UL.pagelist LI span.disabledlink {
    background-color: #fff;
    color: #ddd;
    cursor: default;
}
UL.pagelist LI A:hover {
    background-color: #FFCC99;
    color: black;
}
UL.pagelist LI.current A {
    background-color: #FF6600;
    color: #FFF;
    cursor: default;
}
.disabledlink {
    color: #ddd;
    cursor: default;
}
.pagenav {
    margin: 5px 0px 5px;
    font-size: 8pt;
    font-weight: bold;
    color: #CCC;
    clear: both; 
}
.disabled_nav {
    visibility: hidden;
}
/* Tag Cloud */
#tag_cloud {
    text-align: center;
    background: #eee;
    margin-bottom:15px;
}
#tag_cloud p {
    color: #FF6600;
    padding:10px 0;
    margin:20px 0;
    background: #fff;
    border-top: 3px solid #E6E6DF;
    border-bottom: 3px solid #E6E6DF;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
}
/* Tags */
.taglist ul {
    display: inline;
    list-style-type: none;
}
.taglist li {
    background: url(tag.png) no-repeat left center;
    list-style-type: none;
    line-height: 18px;
    padding-left: 18px;
    float:left;
    padding-right: 5px;
}
.taglist .tags_title {
    background: none;
    padding-right: 5px;
    padding-left: 0;
}

/* Album Thumbnails */
#albums {float: left;
   /* clear: both; 
    margin: 5px 0px 10px; 
    padding: 0px; */
}
.album {
	margin: 0 12px 8px 0;
  padding: 10px 8px 2px 10px;
	float: left;
	width: 285px;
	border: 1px solid #E7F0F5;
	background: #F7F9FD;
  line-height: 100%;
}
.albumthumb img {
    border: 0px;
    float: left;
    margin-right: 6px; 
}
.albumtitle H3 {
    margin: 0px;
    padding: 0px;
}

/* Image Thumbnails */
.imagethumb img, .image img {
    border: 0px;
    margin: 0px;
    padding: 0px; 
}

/* Individual Image */
.image { 
    margin: 0px;
    padding: 0px;
    float: left; 
}
.imgnav {
    margin-bottom: 4px; 
    font-size: 15pt; 
    font-weight: normal; 
    color: #CCC; 
    text-align: center;
}
.imgnav a {
    display: block; 
    height: 1em; 
    width: 46%; 
    padding: 2%; 
    color: #999 !important; 
    background-color: #fbfbfb; 
}
.imgnav a.prev { 
    float: left; 
}
.imgnav a.next { 
    float: right; 
}
.imgnav a:hover, .imagenav a:active {
    background-color: #eee;
    color: #F60 !important;
    text-decoration: none !important;
}
#images {
    margin: 5px 0px 10px;
    clear: both;
}


.pagenav A:link, .pagenav A:visited {
    color: #333; 
    text-decoration: none; 
}

/* Comments */
#comments {
    border: 1px solid #f0f0f0;
    padding: 15px 20px;
    margin: 15px 0px;
    width: 360px;
    display: block;
    clear: both;
    padding-top: 10px;
}
.comment {
    margin: 15px 0px;
    padding: 10px 10px;
    border: 1px solid #f0f0f0;
    background-color: #F3F2F6;
}
.commentcount {
    font-weight: normal;
    font-size: 11pt;
    margin-top: 10px;
}
.commentmeta {
    color: #999;
}
.commentauthor {
    font-weight: bold;
}
.commentbody {
    margin: 5px 0px;
    line-height: 1.3em;
}
.imgcommentform INPUT {
    margin-top: 4px;
    border: 1px solid #eee;
    background-color: #809CAA;
}
.imgcommentform TEXTAREA {
    margin-top: 4px;
    font-family: Arial, helvetica, verdana, sans-serif;
    font-size: 10pt;
    border: 1px solid #eee;
    background-color: #809CAA;
}
.error {
    color: #C33; font-weight: bold;
}

/* Admin Toolbox */
#admin, #admin_data {
    position:fixed;
    right:0;
    top:0;
    border-left: 1px solid #E6E6DF;
    border-bottom: 1px solid #E6E6DF;
    background: #fff;
    width:120px;
}
#admin_data {
    top:15px;
}
#admin h3 {
    font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    border-bottom: 1px dashed #E6E6DF;
    margin:0;
    padding:0;
}

/* Search Box */
#search {
    float:right;
    width:150px;
    margin-top:-15px;
}
#search #search_input {
    width:70px;
}
#search ul {
    position:absolute;
    margin-top:0px;
    text-align: left;
}
#search ul .item {
    display:none;
}
#search ul:hover .item {
    display:block;
    padding:1px; 
    margin:1px;
}
#search ul:hover .item a {
    color:#000;
    text-decoration:none;
}
#search ul:hover .item a:hover {
    color:#999;
}
#search ul {
    width:20px;
    float:left;
    margin:0px;
    padding:2px;
    list-style:none;
}
#search li {
    width:150px;
}
.clear {
    clear:both;
    height:10px;
}
#map {
    margin-top: 25px;
}
#fullsize_download_link {
    font-size: 8pt;
    text-align: right;
    float:right;
}
#meta_link {
    font-size: 8pt;
    text-align: left;
    float:left;
}
#image_data {
    margin-bottom:15px;
}

/* Archive View  */
#archive {
    width: 300px;
    padding:0;
    margin: 0 auto;
    text-align: center;
}
ul.archive * {
    padding:0;
    margin:0;
    list-style:none;
}
ul.archive #year {
    margin-top:10px;
    text-align: center;
    color: #FF6600;
    margin-bottom:5px;
    font-weight:bold;
    font-size:18px;
}
ul.archive #month {
    font-size: 14px;
    list-style:none;
    border-top:2px solid #E6E6DF;
    padding-top: 5px;
}

/* Rating */
.rating {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Vertical Menu New */
.buttonscontainer {
    width: 120px;
}
.buttonsh {
    width: 115px;
    background-color: #809CAA;
    color: #FFFFFF;
    padding: 3px;
    padding-left: 3px;
    display: block;
    border: 1px solid ;
    font: 13px Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}
.buttons { 
    font: 13px Arial, sans-serif;
} 
.buttons ul { 
    margin: 0pt; 
    padding: 0pt; 
    position: relative; 
    z-index: 500; 
    list-style-type: none; 
    width: 9em; 
}
.buttons li {
    background-color: #ffffff; 
    float: left; 
    line-height: 1em; 
}
.buttons li.sub { 
    background-color: #ffffff; 
}
.buttons table { 
    position: absolute; 
    border-collapse: collapse; 
    top: 0pt; left: 0pt; 
    z-index: 100; 
    font-size: 1em; 
    margin-top: -1px; 
}
.buttons a, .buttons a:visited {
    border-bottom: 1px solid; 
    display: block; 
    text-decoration: none; 
    line-height: 1.2em; 
    width: 9em; 
    color: #6699cc; 
    padding: 2px; 
    padding-left: 3px; 
    font-weight: bold; 
    font-style: normal; 
    font-variant: normal; 
    text-transform: none; 
}
.buttons b { 
    float: right; 
    margin-right: 5px; 
}
* html .buttons a, * html .buttons a:visited { width: 9em; }
* html .buttons a:hover { color: #ff6600; background-color: #ffffcc; position: relative; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.buttons li:hover { position: relative; }
.buttons a:active, .buttons a:focus { 
    color: #ff6600; 
    background-color: #ffffcc; 
    font-weight: bold; 
    font-style: normal; 
    font-variant: normal; 
    text-decoration: none; 
    text-transform: none; 
}
.buttons li:hover > a { 
    color: #ff6600; 
    background-color: #ffffcc; 
    font-style: normal; 
    font-variant: normal; 
    text-decoration: none; 
    text-transform: none; 
}
.buttons li ul { 
    padding: 2em; 
    visibility: hidden; 
    position: absolute; 
    top: -2em; 
    left: 7em; 
    background-color: transparent; 
}
.buttons li:hover > ul { visibility: visible; }
.buttons ul a:hover ul ul { visibility: hidden; }
.buttons ul a:hover ul a:hover ul ul { visibility: hidden; }
.buttons ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.buttons ul a:hover ul { visibility: visible; }
.buttons ul a:hover ul a:hover ul { visibility: visible; }
.buttons ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.buttons ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
