/*

SlideShowPro Director Master Style Sheet         

You should not make modifications to this file!
Use user.css for future proof modifications to the
stylesheet. user.css is loaded *after* this file.

*/


* {
	margin:0; padding:0;
}

/*			HTML ELEMENTS (Except DIVs and ULs)			*/

a {
	color:#fff;
}
a:focus {-moz-outline:0;outline:0;outline-offset:0;}
a:hover {
	text-decoration:none;
}

a img {
	border:0;
} 

p.tag_list {       
	font-size:10px;
	margin:0 0 5px;
	background:#282828;
	padding:5px;
} 

p.accept, h3.accept {
	padding-left:22px;
	background:url(../images/icons/accept.png) no-repeat; 
}

* html p.accept, * html h3.accept {                           
	background:url(../images/icons/accept-ie.png) no-repeat; 
} 

p.error, h3.error {
	padding-left:22px;
	background:url(../images/icons/exclamation.png) no-repeat;
}

* html p.error, * html h3.error {                           
	background:url(../images/icons/exclamation-ie.png) no-repeat; 
}

h3.error { color: #e4675c }

body {
	background:#292929;
	text-align:left;
	font:78%/140% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
	color:#B4B4B4;
	border-top:1px solid #1f1f1f;
	margin-bottom:65px;    
}  

* html body {
	margin-bottom:0;
}
 
form {
	margin-bottom:.75em;
}     

fieldset {
	border:0;
	margin:0 0 1em 0;
}  

form.quad td {
	font-size:10px;
	width:33%;
}

form.quad span {
	color: #76B41C;
	cursor:help;
}

form.quad label {
	font-weight:normal;
	color:#fff;
}

fieldset.solo, div#thumb-resize {
	padding:8px;
	background:#333;
	border:1px solid #1f1f1f;
	display:block;
	font-size:11px;
}

div.embed fieldset, fieldset.solo p {
	font-size:11px;
}

div.embed fieldset span {
	font-size:10px;
}

div.boxy ul, ul.styled {
	margin-bottom:20px;
	padding-left:20px;
	list-style:disc;
}   

h2,h3,h4 {text-shadow: #000 2px 2px 0px;}

h1 {
	padding:5px;
	font-size:.9em;
	font-weight:normal;
	color:#999;
	background:#252525;
}

h2 {
	font-size:1.75em;
	margin:0;
	color:#8AC9FF;
	word-spacing:-0.125em;
}

h2 a {
	color:#b4b4b4;
	text-decoration:none;
}

h2 a:hover {
	color:#fff;
}

h2 span {
	font-weight:normal;
	color:#555;
}

h3#hello {
	margin:0 0 6px 30px;
	border:0 !important; 
	font-size:18px; 
	font-weight:normal;
	color:#c7c7c7;
}                

h3#hello strong {
	color:#fafafa;
}     

div#user-profile {
	color:#999; 
	background:#333;
	font-weight:normal;
	border-bottom:0;
	margin:0; 
	padding:5px 10px;
	position:absolute;
	top:0px; right:30px;
	font-size:10px;  
}

div#slideshow-select {
	position:absolute;
	right:30px;
	bottom:0px;
}

* html div#slideshow-select {
	bottom:35px;
}
  
input.hidden {
	display:none;
}
div#user-profile strong { color:#fff; }

h3 {
	font-size:1.2em;
	color:#76B41C;
	border-bottom:1px solid #444;
	padding:0 0 4px 0;
	margin:0 0 4px 0;
	position:relative;
	word-spacing:-0.125em;
	_width:90%;
}                

div#sub-header h3 {                  
	border-bottom:1px dotted #3c3c3c;
}  

div#sub-header h3#album-name {
	border:0;
	margin:0; padding:2px 0 3px 0;
}

h3 span, h4 span {    
	position:absolute;
	top:2px;
	right:0;
	text-shadow: #000 0;
	font-weight:normal;
	font-size:0.85em;
	word-spacing:0em;
}

h4 span {
	top:6px; right:8px;
	font-size:10px;
}

* html h4 span {
	top:8px;
}

h3#user-profile strong {
	color:#fafafa;
}

h3 small {
	color:#999;  
	font-size:10px;
	font-weight:normal;
	text-shadow: #000 0px 0px 0px; 
	word-spacing:0em;
}   

h3.dash {
	color:#222;
	border:1px solid #999;
	padding:3px;
}

h3.dash a {
	color:#222;
	text-decoration:none;
}                

h3.dash a:hover {
	color:#447200;
}

h4 {
	font-size:1.1em;
	padding:6px 8px;
	margin-bottom:.5em;
	background:#333;
	color:#fff;
	position:relative;
}

h4 small {
	font-weight:normal;
}
div#sub-header h4 {
	background:#333;
	margin:8px 0 10px 0;padding:0;
}

h4#add-image-header {
	padding:4px;
	font-size:0.9em;
	text-align:center;
}   

h5 {
	font-size:1em;
	color:#fafafa;
}                 

h5.news {margin-bottom:.3em;}

input, textarea {
	font-size:12px;
	background:#ddd;
}   

input:focus, textarea:focus {background:#fff;} 

  
input.file {
	color:#fff;
}                   

iframe {
	border:0;
}

label {
	display:block;
	font-weight:bold;
	color:#fff;
}

p {
	font-size:.85em;
	margin-bottom:1em;
}

table#users {
	width:100%;
	margin-top:.5em;
	
}

table#users tr {
	
}   

table#users tr.alt {
	background:#222;
}
table#users td {
	text-align:center;
	padding:3px;
}



/*			Lists			*/
			
ul {
	list-style:none;
}

ul.album {
	background:#e1e1e1;
	font-size:.9em;
	padding:3px 10px;
	margin:0 10px;
}

ul.dash-strip li {
	padding:0 8px 5px 0;
	margin-bottom:5px;
	border-bottom:1px dotted #444;
	position:relative;
}

ul.dash-strip li.inactive {
	opacity:0.6;
	filter:alpha(opacity:60);
}

ul.dash-strip li.inactive:hover {
	opacity:0.9;
	filter:alpha(opacity:90);
}

ul.dash-strip.tight li {
	padding-left:0;
} 

div.embed { 
	margin-top:-5px;
	margin-bottom:5px;
	border-bottom:1px dotted #444;
	background:#222;
	padding:10px;
}        

ul.dash-strip li.sort { cursor: move; }

ul.dash-strip li.sort span small {
	cursor:pointer;
}

ul.dash-strip li span, div.dash-strip span {
	position:absolute;
	right:0; bottom:5px;
}

ul.dash-strip li div.thumb {
	float:left;
	margin-right:8px;
	background:#333;
	border:1px solid #1f1f1f;
	width:34px;
	height:29px;
	overflow:hidden;
	background-image-position:center;
}

ul.dash-strip div.no-thumb {
	height:25px;
}              

ul.dash-strip div.no-thumb div {
	width:30px;
	height:100%;
	background:#444;
}

/* Main navigation */
ul#main-nav {
	list-style:none;
	width:100%;
	margin:16px 0 0 0;
	background: url(../images/nav_bot_edge.gif) repeat-x bottom;
	float:left;
}                   

ul#main-nav li { 
	float:left;
}

ul#main-nav li.first {
	padding-left:30px;
}	

ul#main-nav li a {
	float:left;
	display:block;
	padding: 4px 10px;
	margin-right:5px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	background:#1f1f1f;
	color:#666;
	border-bottom:1px solid #555;
}

ul#main-nav li a:hover {
  	color:#ffffff;
}

ul#main-nav li.selected a {
	background:#333;
	color:#fff;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-bottom:none;
}


/* Sub navigation */
ul#album-nav {
	list-style:none;
	margin-top:1em;
	width:100%;
	background: url(../images/nav_bot_edge.gif) repeat-x bottom;
	float:left;
}                   

ul#album-nav li { 
	float:left;
}

ul#album-nav li.first {
	padding-left:30px;
}

ul#album-nav li a { 
	float:left;
	display:block;
	padding: 4px 10px;
	margin-right:5px;
	text-decoration:none;
	font-weight:bold;
	background:#1f1f1f;
	border-bottom:1px solid #555;
	color:#666;
}

ul#album-nav li a:hover {
  	color:#ffffff;
}

ul#album-nav li.selected a {
	background:#292929;
	color:#fff;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-bottom:none;
}

/* Image Sorting UL */
ul#image-view {
	padding-bottom:10px;
}  

ul#image-view li {
	float:left;
	padding:5px 5px 0;
	background:#303030;
	margin: 0 5px 5px 0;
	border:1px solid #1f1f1f;
}

ul#image-view li.current {
	background:#447200; 
}


ul#image-view li div.info {
	padding:5px 0 0;
	text-align:right;
	height:18px;
	line-height:18px;
	display:block;
}

div.counter, div.counter-off {
	float:left;
	text-align:left;
	font-size:.9em;
	padding:0 0 5px;
} 

/*			DIVS (Alphabetical Order)			*/  
div#add-image {
	color:#fff;
	text-align:left;
	padding:3px 0 0 20px;
	float:left; 
	background: url(../images/icons/image_add.png) no-repeat 0px 4px;
}

* html div#add-image {
	color:#fff;
	font-size:.85em;
	text-align:left;
	padding:3px 0 0 20px;
	float:left; 
	background: url(../images/icons/image_add-ie.png) no-repeat 1px 6px;
}

div#add-image form {
	display:inline;
}			

div#album-nav {
	padding:4px; margin:4px 0 .5em;
	border:1px solid #e1e1e1;
	font-size:.9em;
}



div#sub-header {
	clear:left;
	padding:10px 0 0 0;
	margin:0 0 1.5em;
	background:#333;
	
}                 

div#sub-header .message {
	margin-left:30px;
}

div#sub-header p {
	color:#e1e1e1;
}                   

div#container {
	margin:0 30px;  
}

div#container div.clearfix, div.grid {
	margin-bottom:1.75em;
}

div#sub-header div.thumb {
	float:left;
	padding:3px;
	margin-right:8px;
	background:#222;
	border:1px solid #1d1d1d;
	width:55px;
	height:42px;
	overflow:hidden;
	background-image-position:center;
}   

.indent {
	padding:0 8px;
}

div.album-details {
	margin-bottom:1em;
}

div#content {
	clear:both;
	padding:10px 10px;
	position:relative;
}

div#edit-box {
	background:#1f1f1f;
  	margin:.5em 0;
	color:#e1e1e1;
	border:1px solid #333;
}

div#edit-box input {
	font-size:.9em;
}

div#edit-box p {
	font-size:.8em;
	padding:3px 15px;
	text-align:right;
	margin-bottom:0;
} 

div#edit-box p.src {
	margin:0; 
	clear:both;
	padding:0;
	text-align:center;
}            

div#edit-box p.src a img {
	border:0; padding:0 0 4px; margin:0;
} 

div#edit-box a {
	color:#fff;
}
                
div#header {
	padding:16px 0 0 0;
	position:relative;
}

div#header .logo {
	margin-left:30px;
}

* html div#header {
	height:1px;
}

div#img-left {
	width:49%;
	float:left;
}

div#img-right {
	width:49%;
	margin-left:2%;
	float:left;
}  

div#rotator {
	padding:5px 6px 2px;
	width:100px;
	background:#282828; 
	margin:0 auto;
}

div#rotator a { margin-right:5px; }

div.highlight {
	color:#222222;
	border:1px solid #999999;
	padding:3px;
	text-align:center;
}

div#helper {
	position:absolute;
	background:#76B41C;
	color:#fff;
	width:200px;
	padding:5px;
	z-index:500;
}

p#helper-p {
	padding:0; margin:0;
}

div#messenger-wrap {
	position:fixed;
	width:100%;
	height:100%;
	top:0; left:0;
	display:table;
	background: url(../images/msg-bg.png);
	z-index:1000;
}                      

div#messenger {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

div#messenger p {
	padding:10px;
	background:#111;
	width:350px;
	margin: -30px auto 0;
	border:1px solid #76B41C;
	text-align:center; 
}

div#messenger input {
	margin-top:5px;
}                    

div#messenger span {
	padding:2px 0 2px 20px;  
	margin:0 auto; 
	font-weight:bold;
	color:#efefef;
}  
                 
div#messenger span.accept {
	background: #111 url(../images/icons/accept.png) no-repeat center left;
}

* html div#messenger span.accept {
	background: #111 url(../images/icons/accept-ie.png) no-repeat center left;
}

div#messenger span.hourglass {
	background: #111 url(../images/icons/hourglass.png) no-repeat center left;
}

* html div#messenger span.hourglass {
	background: #111 url(../images/icons/hourglass-ie.png) no-repeat center left;
}

div#messenger span.exclamation {
	background: #111 url(../images/icons/exclamation.png) no-repeat center left;
}  

* html div#messenger span.exclamation {
	background: #111 url(../images/icons/exclamation-ie.png) no-repeat center left;
}

div#messenger span.stop {
	background: #111 url(../images/icons/stop.png) no-repeat center left;
}

* html div#messenger span.stop {
	background: #111 url(../images/icons/stop-ie.png) no-repeat center left;
}

div#preview {
	padding:5px;
	background:#1f1f1f;
	text-align:center;
	margin-bottom:.5em;
}

div#preview h4 {
	text-align:left;
}                   

div#preview img {
	margin:0 auto;
}

div#preview p {
	margin-bottom:0;
}

div#select-thumb {
	height:138px;
	overflow:auto;
	text-align:left;
}
/*
div#select-thumb img {
	padding:0 4px 4px;
}  */    

div#slider {
	float:right;
	margin-right:10px;
}             
div.left {
	float:left;
	width:48%;
}

div.right {
	margin-left:4%;
	width:48%;
	float:right;
}        

* html div.right {
	margin-left:2%;
}

div#target {
	padding:10px 10px 0;
}               

div#target p {
	font-size:.9em;
	padding:4px;
	text-align:center;
	margin-bottom:1em;
}

div#thumb-resize {
	padding:5px; margin:.5em 0; text-align:center; position:relative;
}

div#resize-label {
	position:absolute;
	top:8px; right:215px;
	text-align:right;                                                   
	padding-left:20px;
	background: url(../images/icons/images.png) no-repeat;
}

* html div#resize-label {
	background: url(../images/icons/images-ie.png) no-repeat;
} 

a.edit-image-btn {
	background: url(../images/icons/image_edit.png) no-repeat 0px -2px;
} 

a.delete-image-btn {
	background: url(../images/icons/image_delete.png) no-repeat 0px -2px;
}

* html a.edit-image-btn {
	background: url(../images/icons/image_edit-ie.png) no-repeat center;
} 

* html a.delete-image-btn {
	background: url(../images/icons/image_delete-ie.png) no-repeat center;
}

div#track1 {
	width: 200px;
	background: url(../images/scaler_slider_track.gif) no-repeat center left; 
	height:18px;
	margin:1px 0 0;   
	text-align:left;
}

div#handle1 {
	width: 18px; height: 18px;
	cursor:pointer;
}

div#footer {   
  display:block;
  width:100%;
  position: fixed;
  border-top: 1px solid #333;       
  background:#1f1f1f;
  left: 0px;
  bottom: 0px;
  text-align:left;
  font-size:10px;
  color: #aaa; 
  z-index:10000;
  padding:10px 10px 10px 30px;
  opacity:0.9;
  filter:alpha(opacity:90);
}

body>div#footer {
	width:100%;
}

* html div#footer {
	position:relative;
	clear:both;
	margin-top:30px; 
	width:auto;
}

div.scale-image {
	display:table;
	background:#1f1f1f;
	padding:0; margin:0;
	text-align:center;
	height:100%;
	width:175px; 
	cursor:move;
}

img.tall {
	height:100%;
}              
               
img.wide {
	width:100%;
}

div.scale-image div {
	display:table-cell;
	vertical-align:middle;
	height:100%;  
}

ul#preview-list li {   
	float:left;
	vertical-align:middle; 
    text-align:center;
	display:table-cell; 
}

ul#preview-list li a {   
	display:table-cell;
	vertical-align:middle;
} 

* html div.scale-image {
	display:block; 
	position:relative;
	text-align:left;
}                     

* html div.scale-image div { 
	display:block;
	position:absolute;
	left:50%;
	top:50%;
}                     
                          
* html div.scale-image div img.tall {         
	position:relative; 
	left:-50%;       
	top:-50%;
}  

* html div.scale-image div img.wide {         
	position:relative; 
	left:-50%;       
	top:-37%;
}             
               
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



* html {
	height: 100%;
}   

* html body {
	height: 100%;
}             

* html h3 {
	width:100%;
} 

* html div#sub-header h3 {
	width:auto;
}             

* html div.left h3 {
	width:100%;
}           

* html div.right h3 {
	width:100%;
}

* html div#messenger-wrap {
	position:absolute;
	width: expression( ( ignoreMe = document.documentElement.clientWidth));  
	height: expression( ( ignoreMe = document.documentElement.clientHeight));
	top: expression( ( ignoreMe = document.documentElement.scrollTop));
	left:0;
	background: url(../images/msg-bg.gif);
	display:block;
}                      

* html div#messenger {
	position:absolute;
	display:block;
	left:50%;
	top:50%;
	text-align:center;
}

* html div#messenger p { 
	display:block;
	position:absolute;
	top:-50%;
	left:-50%;         
	margin-left:-175px;
}

* html ul#image-view {
	width:98%;
}

small {font-size:.8em;}

input.radio {background:transparent;}

strong.warn {color:#F60;}

a.add {background:transparent url(../images/icon_plus.gif) 0 3px no-repeat;padding-left:10px;}
