/*
Designed & Coding by Pure Vowels
Designer: Auie
URL: http://pure-vowels.com
Coppermine Gallery
*/

body {
        background-color: #000000;
        font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        margin: 0;
		margin-bottom: 30px;
		color: #88878b;
}

#container {
		margin: 0 auto;
	}
	
	
a {
        color: #ff4289;
        text-decoration: none;
}

a:hover {
        color: #06def8;
        text-decoration: none;
}

.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:center;
		color: #362e38;
		margin: 15px 0;
		text-transform: capitalize;
		}


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

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

#menu li {
	margin: 0px;
	padding: 0px 8px;
	list-style: none;
	display:inline;
	line-height: 30px;
	}
	
#menu li:hover {
	margin: 0px;
	padding: 8px;
	list-style: none;
	display:inline;
	border-bottom: 2px #23b2c0 groove;
	color: #279bbb;
	background: #151515;
	}
	

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

.maintable {
        border: 0;
        background-color: #171717;
        margin-top: 2px;
        margin-bottom: 7px;
		text-align:left;
		padding: 1px;
		-moz-border-radius:  3px; 
		-webkit-border-radius: 3px; 
		border-radius: 3px;
}

.tableh1 {
        font-family: "century gothic", georgia, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: lighter;
		letter-spacing: -2px;
		word-spacing: 1px;
		text-transform:uppercase;
        background-color: none;
        color: #18c7cf;
		padding: 10px;
		-moz-border-radius:  3px; 
		-webkit-border-radius: 3px; 
		border-radius: 3px;
		margin-bottom: 5px;
}

.tableb {/* Usually Spacer, seen below a category with albums, who's online */
        background: #1e1e1e ;
		color: #565656;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
		font-size: 11px;
}

.tableb_compact {/* where the album description is located */
        background: #2d2d2d ;
		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: #171717;
        color: #5a5a5a;
        padding: 5px 10px;
		font-size: 10px;
		letter-spacing: 0px;
}

.tableh2_compact {/* The Heading of 'Rate this file', 'Comments', 'File Information' below the view normal size photo */
        background: #59585d;
        color : #eaeaea ;
        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: #171717 ;
        padding: 10px;
}


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

td.tableh2:hover {
	background: #383136 url(images/tableh2bg.jpg) center no-repeat;
}

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

.alblink a:hover {
        color: #06def8;
        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;
}


.photothumb {
	position: relative;
	height: 80px;
	width: 70px;
	margin-bottom: 20px;	
	}

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

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

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

td.catrow_noalb:hover a {
 		color: #b0dddc;
		font-size: 12px;
 		}

.catrow {
        background-color: #262626 ;
        padding: 6px;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
}

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

.catlink a {
        text-decoration: none;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
        color: #c35c80;
        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: #383136 ;
		border: 0px solid #262320;
}

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

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

.picthumb span {
	background: url(images/thumbtop.png) no-repeat;
	position: absolute;
	width: 80px;
	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: #565656;
		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: #717073;
        font-weight: normal;
        background : #262626 ;
		padding: 6px;
		font-size: 10px;
}


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

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




/* 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-color: #7a7a7a;
        color: #000000;
        text-align: center;
		padding: 1px;
}

.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: #4b4b4b;
		font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
		font-size: 11px;
		text-transform: none;
		letter-spacing: 0px;
}

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

.statlink a:hover {
        color: #e03e85;
        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: #a7a7a7;
}

.footer a {
        text-decoration: none;
        color: #14909f;
}

.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);}