/*

*/

body {
        background-color: #f6f6f6;
		background-image: url(images/bodybg.jpg);
		background-repeat: no-repeat;
		background-position: top center;
        font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        margin: 0;
		margin-bottom: 30px;
		color: #3a3c38;
}

#container {
		margin: 0 auto;
		background-image: url(images/tablebg.jpg);
		background-repeat: repeat-y;
		background-position:center;
	}
	
	
a {
        color: #e37b00;
        text-decoration: none;
}

a:hover {
        color: #4b8276;
        text-decoration: underline;
}

.textinput, .listbox, .button, .comment_button, textinput, listbox, button, select {
        font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        font-size: 10px;
        border: 1px solid #5a5d56;
        padding: 3px;
		background-color: #f6f1eb;
}


.radio, .checkbox {
        font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        font-size: 100%;
        vertical-align : middle;
}


ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

h2 {
        font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        padding : 3px auto;
        font-size: 16px;
		font-weight: lighter;
        margin: 0px;
		color: #e25d8d;
		text-align: center;
		text-transform: capitalize;
	}
	
table {
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
		font-size: 11px;
		}



/* MENU ------------------------------ */

#menu{
		text-align:left;
		color: #362e38;
		margin: 15px 0;
		text-transform: capitalize;
		}


#menu a{
		font-family: "lucida sans", "trebuchet ms", arial;
		font-size: 12px;
		letter-spacing: -1px;
		color: #909090;
		text-decoration: none;
		}

#menu a:hover, #menu li:hover a {
		font-family: "lucida sans", "trebuchet ms", arial;
		font-size: 12px;
		color: #2c2c2c;
		letter-spacing: -1px;
		text-decoration: none;
}
	
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#menu li {
	margin: 0px;
	padding: 8px;
	list-style: none;
	display:inline;
	line-height: 30px;
	}
	
#menu li:hover {
	margin: 0px;
	padding: 8px;
	list-style: none;
	display:inline;
	border-bottom: 3px #6f97c0 solid;
	color: #2c2c2c;
	}
	

	
	
/* TABLES ------------------------------ */

.maintable {
        border: 0;
        background-color: #dbd9d9;
        margin-top: 2px;
        margin-bottom: 7px;
		text-align:left;
		padding: 1px;
}

.tableh1 {
        font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: lighter;
		letter-spacing: -1px;
		word-spacing: 1px;
		text-transform:uppercase;
        background-color : #f4f0e5;
        color: #60c450;
		padding: 7px;
		-moz-border-radius:  3px; 
		-webkit-border-radius: 3px; 
		border-radius: 3px;
		margin-bottom: 5px;
}

.tableb {/* Usually Spacer, seen below a category with albums */
        background: #dbd9d9 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
		font-size: 11px;
}

.tableb_compact {/* where the album description is located */
        background: #e6e5e5 ;
		padding: 4px;
		font-size: 11px;
		text-align: left;
		vertical-align: top;
		line-height: 19px;
}

.tableh1_compact {/* The bottom statistics where the albums are */
        font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        background-color: #dbd9d9;
        color: #5a5a5a;
        padding: 5px 10px;
		font-size: 10px;
}

.tableh2_compact {/* The Heading of 'Rate this file', 'Comments', 'File Information' below the view normal size photo */
        background: #b4b4b4;
        color : #c6c1bd ;
        padding: 8px;
		font-family:"Lucida Grande", "Lucida Sans", Arial, tahoma;
		font-size: 10px;
}

.tablef {/*lower part of tables where link to "apply modification" are included*/
        background: #e2e0d9 ;
        padding: 10px;
}


/* ALBUMS ------------------------------ */
.tableh2 {
        background: #fbf1fd;
        color : #f3c348 ;
        padding: 7px;
		font-size: 10px;
		height: 40px;
}

.alblink a {
        text-decoration: none;
        color: #c8aace;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
}

.alblink a:hover {
        color: #939393;
        text-decoration: none;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
}

.album_stat {
        font-size : 10px;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        margin: 5px 0px;
}

.albumthumb {
	float:right;
	}

.photothumb {
	position: relative;
	height: 80px;
	width: 70px;
	float:right;
	margin: 0 0 10px 10px;	
	}

.photothumb span {
	background: url(images/thumbtop.png)no-repeat;
	position: absolute;
	width: 70px;
	height: 55px;
	top: 6px;
	left: 6px;
	display: block;
	}
	

/* CATEGORIES ------------------------------ */
td.catrow_noalb {
        background-color: #efefef ;
        padding: 6px;
}

td.catrow_noalb:hover {
        background-color: #dbd9d9;
        padding: 6px;
}

td.catrow_noalb:hover a {
 		color: #505050;
		font-size: 12px;
 		}
		
.catrow {
        background-color: #f2f2f2 ;
        padding: 6px;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
}

.catalbinfo {
        background-color: #fff8fe ;
        padding: 6px;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
		font-size: 12px;
		font-style:italic;
}
	
.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: none;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        color: #54a3ff;
        text-transform: capital;
		font-size: 12px;
}

.catlink a:hover {
        color: #505050;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        text-transform: capital;
		font-size: 12px;
}



/* THUMBNAILS ------------------------------ */

.thumbnails {
        background: #f2f2f2 ;
		border: 0px solid #262320;
}

td.thumbnails:hover {
        background: #dbd9d9;
}

.picthumb {
	position: relative;
	width: 80px;
	}

.picthumb span {
	background: url(images/thumbtop.png)no-repeat;
	position: absolute;
	width: 70px;
	height: 55px;
	top: 6px;
	left: 6px;
	display: block;
	}
	
#minithumb {
	position: relative;
	width: 60px;
	border: 0;
	}

#minithumb span {
	background: url(images/minithumb.png) no-repeat;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 3px;
	left: 3px;
	display: block;
	}
	
#minithumb .image {
        border-width:0px;
}

	
.thumb_filename {
        font-size: 10px;
        display: block;
}

.thumb_title {
        font-weight : normal;
        font-size: 10px;
        font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        padding: 2px;
        display : block;
        color: #c54577;
}

.thumb_caption {
        font-size: 9px;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #c54577;
}


.thumb_num_comments {
        font-weight: normal;
        padding: 2px;
        font-style : none;
        display : block;
}


.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 85%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}



/* CONCERNING ALL IMAGES MINUS THE LAYOUT ------------------------------ */
.image {
        border-style: solid;
        border-width:3px;
        border-color: #cacac8;
		padding: 0;
        margin: 3px;
		-moz-border-radius:  3px; 
		-webkit-border-radius: 3px; 
		border-radius: 3px;
}

.display_media {
        padding: 5px 10px;
}



/* PHOTO DISPLAY NAVIGATION (next, previous, information, thumbnails, ecard, reports links) ------------------------------ */

.navmenu {
        font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        color: #f9f1d9;
        font-weight: normal;
        background : #b4b4b4 ;
		padding: 6px;
		font-size: 10px;
}

.navmenu a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #f9f1d9;
}

.navmenu a:hover {
        text-decoration: none;
        color: #e4f2ce;
}




/* LINK FOR THE ADMIN (properties, edit files) ------------------------------ */

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 7pt;
        border: 1px solid #a4a4a4;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #a4a4a4;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        background-repeat: repeat-x;
        background-color: #FFFFFF;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
		padding: 2px;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}




/* STATISTICS & BREADCRUMB ------------------------------ */

.statlink {
        color: #747474;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
		font-size: 11px;
		text-transform: none;
}

.statlink a {
        text-decoration: none;
        color: #8098b1;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
		font-size: 12px;
}

.statlink a:hover {
        color: #b6d5a0;
        text-decoration: none;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
		font-size: 12px;
}



/* TOPMENU ------------------------------ */
.topmenu {
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        line-height : 130%;
}

.topmenu a {
        color : #a2b189;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #a2b189;
        text-decoration : underline;
}


/* FOOTER ------------------------------ */
.footer {
        font-size : 9px;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
		color: #6a6e64;
}

.footer a {
        text-decoration: none;
        color: #89a65e;
}

.footer a:hover {
        color: #5e5853;
        text-decoration: none;
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}
