/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}



/* Studio 1 Style
------------------------------ */

body {
font: 90%/160% Verdana, Arial, Helvetica, sans-serif;
background-color:#000;
color: #FFFFFF;
margin: 0px;
padding: 0px;
line-height: 2ems;
}

a {
color: #C8C7C7;
text-decoration: none;
}

a:hover {
color: #828282;
}


img {
border: none;
float: left;
display: block;

}


p {
padding: 0;
margin: 10px 0 0 0 ;
color:#FFFFFF;

}


h1{
color: #ffffff;
margin: 0px;


font: bold 170%/100% Verdana, Arial, Helvetica, sans-serif;


}

h1 a{
color: #ffffff;
}

h2{
color: #4d4d4d;
margin: 0px;


font: bold 170%/100% Verdana, Arial, Helvetica, sans-serif;


}

h1 a:hover, h2 a:hover{
color: #828282;
}




h3 {
font: bold 90% Verdana, Arial, Helvetica, sans-serif;
color: #C8C7C7;
margin: 8px 0 0 0;
text-align: right;
}



h4 {
font: normal 115% Verdana, Arial, Helvetica, sans-serif;
font-stretch: 90%;
color: #ffffff;
margin: 18px 0 0 0;
text-align: left;
padding-left: 40px;



}

h5 {

font: bold 110% Verdana, Arial, Helvetica, sans-serif;


}

h6 {
font: 30%;

}

h7, h7 a {
color:#828282;

}

h7 a:hover{
color:#ffffff;

}

/* body frame */

#wrapper { 
padding: 0;
margin: auto;
width: 930px;

}

#top{
width: 100%;
height: 20px;

}
#header {
width: 930px;
float: left;
position: relative;
height: 232px;
margin: 0;

}
#tel {
color:#ffffff;
width: 260px;
position: absolute;
top: 40px;
right: 40px;
font: bold 100% Verdana, Arial, Helvetica, sans-serif ;
line-height: 1.5em;
}
#header-quote {
color:#C8C7C7;
width: 260px;
position: absolute;
top: 115px;
right: 40px;
font:italic 80% Verdana, Arial, Helvetica, sans-serif ;
line-height: 1.5em;
}


#navigation {
clear: both;
background: url(../images/nav-bar.jpg) no-repeat;
width: 929px;
float: left;
position: relative;
height: 34px;
margin: 0;
padding:0;

}

#navigation-inside {

clear: both;
background: url(../images/nav-bar-inside.jpg) no-repeat;
width: 929px;
float: left;
position: relative;
height: 34px;
margin: 0;
padding:0;

}

#nav-text-left{
background-color: none;
float: left;
position: relative;
height: 33px;
margin: 0;
padding: 0 0 0 40px;

}



#nav-text-right{

background-color: none;
float: right;
position: relative;
height: 33px;
margin: 0;
padding:0 30px 0 0;
text-align:left;

}


#main-body {
clear: both;
color:#ffffff;
background: url(/images/body-bg.jpg) no-repeat;
width: 929px;
float: left;
position: relative;
height: 560px;
margin: 0;
padding:0;

}

#body-header {
clear: both;
color:#ffffff;
background: url(../images/body-header.jpg) no-repeat;
width: 929px;
height: 40px;
float: left;
position: relative;
margin: 0;


}

.inside-body {
clear: both;
color:#ffffff;
background: url(../images/repeat-bg.jpg) repeat-y;
width: 929px;
float: left;
position: relative;
margin: 0;
padding:0;

}


#padbox {
	padding:  20px 30px 40px 40px !important;
}


.picture-column {

width: 320px;
float: left;
position: relative;
margin: 0;
padding:20px 40px 10px 40px;

}


.ajax-frame{
position: relative;
float: left;
background-color:#000;
width: 300px;
margin: 20px 0 0 0;

}




.micro-text {

width: 350px;
float: left;
position: relative;
margin: 0;
padding:40px 0 10px 40px;

}




.img-style{
padding: 10px 0 0 25px;


}

.text-column {

width: 190px;
float: left;
position: relative;
margin: 0;
padding:5px 10px;
line-height: 1.2em;
font: 90%/160% Verdana, Arial, Helvetica, sans-serif;


}


#main-text {
color:#ffffff;
width: 350px;
position: absolute;
top:20px;
left: 40px;
margin: 0;
padding:0;
height: 260px;
}





.headlines {

width: 200px;
position: relative;
float: right;
margin: 0 ;
padding: 20px 25px 0 0;
text-align: right;
clear:both;

}

.spacer{
width: 99%;
float: left;
position: relative;
height: 30px;
margin: 10px 0;
color:#ffffff;
text-align: center;
}

.spacer a{

color:#828282;

}

.spacer a:hover{

color:#ffffff;

}

#footer {

clear: both;
color:#ffffff;
background: url(../images/footer-bg.jpg) no-repeat;
width: 929px;
float: left;
position: relative;
height: 50px;
margin: 0;
padding:5px 0 0 0;
overflow:hidden;
text-align:center;

}

#copyright {

clear: both;
color:#ffffff;

width: 929px;
float: left;
position: relative;
height: 50px;
margin: 0;
padding:5px 0 0 0;
overflow:hidden;
text-align:center;

}






/* Miscellaneous
------------------------------ */

img {
	border: 0;
}



/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}

/* 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 {
	float: left;
	margin: 0 10px 20px  10px;
}


.imagethumb a {
position: relative;
float: left;
	display: block;
	
	line-height: 0px;
    border: 2px solid #fff;
filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;

}

.imagethumb a:hover {
filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;

}




.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 305px;
	border: 1px solid #E7F0F5;
	background: #000;
    line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image

.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	font-size: 0.8em;
	background: #000;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;

	font-size: 120%;
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #000;
	text-decoration: none;
	color: #C8C7C7;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

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

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #000;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }

/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: center;
	background: #fff;
}
#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;
}

/* 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;
}



