/*this file called wclgallery.css, is created by the file gallery.cgi if it does not exist.

you may edit this file however you want.

if you do something to it and it screws up your layout, 
you can simply delete it- and it will be re-created at defaults.

when gallery.cgi is run again, it will create this file anew for you.
for more info on this sctript go to webcamlive */


/*body */

body { 
font-family: arial,verdana,sans,sans-serif; 
font-size:11px; 
color:#333;
background-color:"#FFFFFF";
}

	



/* an item is the outermost div that encases a thumbnail and its info, it is 'one image'  */
.item a {
font-weight:bold;
}

.item{
margin:4px;
padding:4px;
font-size:11px;
display:inline;
float:top;
}

.item p {
margin:4px 0px 4px;
font-size:11px;
}

.item img {

}

.item_filename{
margin:0px; 
color:#999;
display:none;
font-size:9px;
}

.item_title{
font-weight:bold;
}

.item_description{

}


.item_admin{
border:2px solid #ddd;
background-color:#fff;

}


/* link text appearace */

a:link, a:active, a:visited  { 
color:#a33; 
text-decoration:none;
}

a:hover { 
color:#f33;
text-decoration:underline;
}



/* paging text */

#paging {
font-weight:bold;
}

#paging a {
white-space:nowrap;
margin-right:8px;
margin-bottom:2px;
}




/* the current path, this is sort of the 'simple navigation' */
#cdg { 
font-weight:bold;
font-size:12px;
}


/* other directories in this one.. subdirs.. or 'sets' section*/

#subdirs {
font-weight:bold;
font-size:12px;
clear:left;
}

/* the main header text */

h1 {
font-size:13px;
font-weight:bold;
}

/* The .clear class is applied to a div between the output (the output are
the thumbnails in the class="item" divs )
and the footer. If .item class is floated left, and #subdirs is right then
this div should clear both */

.clear { 
clear:both
}


/* footer */
.footer {
font-size:9px;
color:#aaa;
clear:left;
}


#login {
position:absolute;
top:4px; right:4px;
}

#login input {
border:1px solid #eee;
background-color:#eee;
text-align:right;
}
