/*

	Index stylesheet for DefJam_Exie ZenPhoto Theme
	DefJam_Exie is based on the Default Theme	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	margin: 0px;
	text-align: center;
}

/*these override the colors & positions defines in the blog's style sheet*/


#wrapper, #main, #albums, .album {
    background-color:#fff;  
/*keep this definition all together, but ONLY do color here since other stuff is defined elsewhere.*/
}

#wrapper {
    border-top:9px solid #333;
}

#header {
	background-color:#333;
    height:96px;
/*    height:156px; */
    border-bottom:1px solid #222;
}

#footer {
	background-color:#333;
    border-top:2px solid #333;
}

#headerbigtext1, #headerbigtext2 {
	color:#111;
}

#headerbigtext1 {  	
	top:-16px;
}

#headerbigtext2 {
	top:31px;
	left:365px;
/*	top:-15px;
	left:475px; */
}

#headermenu {
	top:-10px;
/*	top:47px; */
}

#header_search_and_rss, #header_search_and_rss a {
	margin:8px 0 0 0;
	text-align:right;
	color:#c6cfa9;
	text-decoration:none;
}

#header_search_and_rss img {
	vertical-align:text-bottom;
}
	
#header_search_and_rss a:hover {
	color:#CE653B;
}


/*---------------------------- */

/* TOOK THIS OUT 'CAUSE WE'RE INHERITING FROM THE BLOG
#main {
	text-align: left;
	margin: 0px auto;
	width: 980px; /* changed to match blog width 
	background: #fff;
	padding: 20px 0px 50px 0px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF; */
}
#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover, #sort a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 20px;
	/*min-height: 40px;
  _height: 40px;*/
}
#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12pt; 
	margin-top: 18px;
	width:510px;
}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: underline; color: #555; }
a:hover, a:focus { text-decoration: underline; color: #CE653B; }

/* Text Styles
------------------------------ */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #5A5A4B;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #002E5B;
}
h2 a:link, h2 a:visited {
	color: #8DB8CF;
	text-decoration: none;
}
h2 span {
	color: #8DB8CF;
}
h2 a:hover {
	color: #94c2e5;
	text-decoration: none;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #002E5B;
	margin-top: 30px;
}
h3 a:link, h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

#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: 0px;
  background-color: #fafafa;
}

#imagemetadata table td {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 2px 5px;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 8px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc {
	margin-bottom: 4px;
}

#exif_link {
  	float: right;
  	margin-bottom:4px;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url(../images/tag.png) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
	color: #999999;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a img {
	border: 1px solid #AAA;
}

.imagethumb a img:hover {
	border: 1px solid #CE653B;
}

.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0;
	line-height: 0px;
    border: none;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: none;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: none;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	margin:0px 0px 10px 0px;
	padding: 0px;
	float: left;
}
.album {
	margin: 5px 0px 2px 0px;
    padding: 1px 2px 0px 11px;
	float: left;
	height: 183px;
	width: 232px;
	/* border-left: 1px solid #c6cfa9; CAN USE FOR OTHER VERSIONS IF LIKE */
    line-height: 100%;
    overflow:hidden;
}

.album_thumb_container {
    float: left; 
    margin: 0;
    padding: 0 0 5px 0;
}
.album_thumb_container .branching_album_thumb {
	border: 1px solid #CCC;
}

.album_thumb_container:hover .branching_album_thumb {
	border: 1px solid #000;
}

.album h3, .album h3 a {
	font-family:Georgia, serif;
	line-height: 16px;
	font-size: 16px;
	text-align:center;
	color:#333;
	margin:0px 0px 0px 0px; /*used to have this set to -12 to make it work on IE 7.0 on PC, now it seems not necessary, not sure why :( */
	padding: 0;
}

.album h3 a:hover{
	text-style:underline;
}

.album p {
	line-height: 13px;
	font-size: 12px;
	text-align:center;
	color:#A1A688;
    padding: 5px 8px 0 10px;
}

/* FOR REFERENCE, HERE ARE THE ORIGINAL SETTINGS FOR EXIE'S BLOG: 4 LARGE THUMBS PER ROW

paste above settings here if change them later, so have archive of original settings.

END OF ORIGINAL SETTINGS FOR EXIE'S BLOG */


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
#map {margin-left: -77px;}
#rating { margin-top: 10px; }

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
  _position: relative;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #A1A688;
	border-left: 1px solid #A1A688;
	background: #333;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin_data a, #admin_data a:hover, #admin_data a:focus {
	color: #c6cfa9;
}

#admin_data a:focus {
	color: #CE653B;
}

#admin h3 {
	font-weight: normal;
	color: #c6cfa9;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #c6cfa9; }

#admin h3 a, #admin h3 a:hover, #admin h3 a:focus {
	color: #c6cfa9;
}


/* Search form (handled inside blog-gal_functions)
---------------------------- */

#search_input {
	background-color:#c6cfa9; /* color inside search text input box */
}

#search_submit {
	background-color:#c6cfa9; /* color of submit button */
	height:21px;
}

/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: center;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}
#search ul {
  position:absolute;
  text-align: left;
  width:20px;
  margin:0px;
  padding:2px;
  list-style:none;
}
#search ul .item {
  display:none;
}
#search ul:hover .item {
  display:block;
  padding:1px;
  margin:0px;
  background:#fff
}
#search li {
width:150px;
}
.clear {
  clear:both;
  height:10px;
}

#search_help_link {
	float:right;
	margin-left:6px;
	margin-top:2px;
}

/* Archive View
---------------------------- */
#archive{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive .year {
	margin-top:10px;
	text-align: center;
	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;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}
#tag_cloud p {
	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;
}

/* This makes the new search drop down (introduced in 1.2.2) disappear (it doesn't work very well with our style)
---------------------------- */
#searchfields_icon {
	display:none;
}

/* Thing that mimics the Secondary Widget in the blog - linked pic in upper right
---------------------------- 
#upper_right_linked_pic {
	position:absolute;
	padding:14px 0 1px 0;
	top:-198px;
	font-style:italic;
	color:#777;
}
#upper_right_linked_pic a:link, #upper_right_linked_pic a:visited {
    color:#777;
    text-decoration:none;
}
#upper_right_linked_pic a:hover {
    text-decoration:none;
}
-----------------------------*/

/* Navigation used by Album & Image pages
---------------------------- */
.album_prev_nav {
	width:100px;
	float:left;
	padding:0px 50px 0px 0px;
	text-align:left;
}

.album_next_nav {
	width:100px;
	float:right;
	padding:0px 0px 0px 50px;
	text-align:right;
}

.prev_next_links_text {
	font-weight:bold;
}

.prev_next_links_text a {
	text-decoration:none;
}

.filmstrip14 {
	height:14px;
	overflow:hidden;
}

.filmstrip10 {
	height:10px;
	overflow:hidden;
}

.clear_row {
	width:100%;
	clear:both;
	padding-bottom:8px;
	margin-bottom:0px;
}

.clear_row_reduced_bottom_margin {
	width:100%;
	clear:both;
	padding-bottom:8px;
	margin-bottom:-6px;
}

/* Navigation used by Gallery page
------------------------------ */

.GalleryPageNav_outer_container {
	margin-top: -10px;
}

.GalleryPageNav_prev_container, .GalleryPageNav_next_container {
	background-color: #fff;
	font-weight: bold;
}

.GalleryPageNav_prev_container a, .GalleryPageNav_next_container a {
	text-decoration: none;
}

.GalleryPageNav_prev_container {
	float: left;
	width: 110px;
	padding-left: 10px;
	text-align: left;
}

.GalleryPageNav_pages_container {
	float: left;
	width: 747px;
	text-align: center;
	margin-top: -7px;
	line-height:12px;	
	background-image:url(http://www.stanats.com/gal01/themes/defjam_exie/images/lightgraydot.gif);
	background-position:0px 18px;
	background-repeat: repeat-x;
}	

.GalleryPageNav_next_container {
	float: right;
	width: 110px;
	padding-right: 3px;
	text-align: right;
}	


ul.pagelist {
	clear: both;
	padding: 0;
	padding-top: 1px; /* need this to make top border not disappear on IE 7.0 on PC */
	margin: 10px 0 20px 0;
	list-style-type: none;
	font-weight: bold;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	font-size:150%;
	text-decoration: none;
    border: 2px solid #ccc;
	padding: 0px 8px 0px 8px;
    background-color: #fff;
}
ul.pagelist li a:hover,  ul.pagelist li a:focus{
    border: 2px solid #CE653B;
/*    background-color: #eee; WOULD LIKE TO USE THIS, but also changes "prev" and "next" rollover background color */
}
ul.pagelist li.current a {
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
    border: 2px solid #999;
    background-color: #ccc;
}
ul.pagelist li.prev, ul.pagelist li.prev a, ul.pagelist li.prev span.disabledlink {
	float: left;
	background-color: #fff;
	font-size:100%;
    border: none;
	margin-right: 10px;
}
ul.pagelist li.next, ul.pagelist li.next a, ul.pagelist li.next span.disabledlink {
	background-color: #fff;
	font-size:100%;
    border: none;
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}
/* For preloading
---------------------------- */

.preload, .preload img {
	display:none;
}
