/*
***********************************************************

Title:			hoas-v7style.css
Browser(s): 	All except

Author: 		Elisa Bellina (www.revontulet-design.it)
Created: 		01.07.2009

***********************************************************
*/

body { 
	background: url(images/gallery-bk.jpg) top left repeat-x #000 fixed;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	margin: 0px auto;
	font-size: 75%;
    color: #B0B0B0;
	}
	
#container {
	width: 980px;
	margin: 0 auto;
	background: #000;
	}
	
#centercol {
	width: 978px;
	margin: 0;
	padding: 0;
	background: #000;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	float: left;
	}
	
/* header */
	
#header {
	width: 978px;
	height: 420px;
	padding-top: 5px; /* added for Coppermines {CUSTOM_HEADER} */
	margin: 0;
	background: url(images/header.jpg) top center no-repeat transparent;
	}
	
.description { 
	background: #000;
	width: 440px;
	position: relative;
	top: 100px;
	left: 0px;
	padding: 34px 0;
	text-align: center;
	color: #8a93a6; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	 
#header h1{
	font-weight: normal;
    font-size: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;/*
	font-style: italic;*/
	color: #fff;/*
	letter-spacing:0.02em;*/
    margin: 0 0 10px 0;
	padding: 0;
	}
	
.italic {
	font-style: italic;
	}

#header a:link,#header a:visited,#header a:active, #header a:hover {
	color: #fff;
	text-decoration: none;
	}

/*-----------------------------------------------------------------------------------------------
   navigator
-----------------------------------------------------------------------------------------------*/

#navigator {
	margin: 10px 0 0 0;
	padding: 0;
	background: transparent;
	text-align: center;
	}

#navigator a:link,#navigator a:visited,#navigator a:active {
	color: #d8d7d3;
	text-decoration: none;
	}

#navigator a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	margin: 0;
	padding: 0;
	}
	
/*-----------------------------------------------------------------------------------------------
   contents
-----------------------------------------------------------------------------------------------*/

#contents {
	width: 978px; 
	background: transparent;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	}

a img {
	border: none;
	}
	
a:hover img {
	background: #000;
	vertical-align: bottom;
	}
	
		
	
/*-----------------------------------------------------------------------------------------------
	gallery
-----------------------------------------------------------------------------------------------*/

#contgall {
	width: 880px; /* 980 */
	background: transparent;
	padding: 1px;
	margin: 0 0 20px 48px;
	float: left;
	clear: both;
	display: inline;
	}

#contgall a:link,#contgall a:visited,#contgall a:active {
	color: #fff;
	text-decoration: none;
	}

#contgall a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	
/*-----------------------------------------------------------------------------------------------
  footer
-----------------------------------------------------------------------------------------------*/

#footer {
	text-align: center;
	font-size: 90%;
	margin: 30px 0;
	padding: 0;
	clear: both;
	}
	
#footer p {
	margin: 0;
	padding: 0;/*
	width: 100%;
	float: left;
	clear: both;*/
	}
	
#footer a, #footer a:visited {
	color: #E8E8E8;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
	
#footer a:hover {
	color: #E8E8E8;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	}
	
.footbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	font-weight: 800;
	color: #D9D9D9;
	}




	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


ul { list-style: none; }


/* Post Structure */

.post { padding: 10px 0 0; overflow-x: auto; overflow-y: hidden; }
	.widecolumn .post { padding: 0; margin: 0; }
	
.top { padding: 15px 10px 0px; background: #1b1814; margin-bottom: 15px; border-bottom: 1px solid #35302a; }
.lastfive { padding-left: 10px; padding-right: 10px; }
	.postmetadata { margin: 3px 0; padding: 0; }
	.postmetadata a { font-weight: bold; }
		#sidebar .postmetadata { line-height: 1.5em; }
	.continue { font-weight: bold; font-size: 1.3em; }
	
	.top .entry { font-size: 1.1em; }
	.entrytext { padding: 0 10px 0; line-height: 2em; font-size: 1.1em; }
	
	.entrytext h2 { border-bottom: 1px solid #bd934f; display: block; }
	.entrytext ul { list-style-type: square; }

/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }

h1 { color: #fff; font-size: 2em; margin: 0 0 8px; }/*
h1:before, h1:after { content: " .. "; color: #444; }*/
h1 span { color: #bd934f; }

h2 {  /*titolo album quando si visualizza foto*/
	color: #94a2b0; 
	font-size: 1.25em; 
	margin: 0; 
	padding: 1px 0; 
	display: inline; 
	border-bottom: 1px solid #94a2b0; 
	}
	.post h2 a { color: #bd934f; }
	.post h2.first { font-size: 1.5em; }
	
	.widecolumn h2.title { 
		display: block; 
		padding: 13px 10px;
		background: #1b1814;
		margin: 0 0 15px; 
		border-bottom: 1px solid #35302a; 
		font-size: 1.75em; }

h3 { 
	font-size: 1.2em;
	}
		


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

.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 */

.textinput {/*
        font-size: 0.85em;*/
        border: 1px solid #999999;
        padding-right: 3px;
        padding-left: 3px;
        background-color : #22201D;
        color:#ffffff;
}

.clickable_option {
        border-bottom : 1px dotted #999999;
        cursor : default;
}

.listbox_lang {
        background: #22201D;
        color:#ffffff;
        border: 1px solid #999999;/*
        font-size: 0.90em;*/
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        background: #22201D;/*
        font-size: 0.85em;*/
        border: 1px solid #999999;
        vertical-align : middle;
        color:#ffffff;
}

.button {
        font-family: Verdana, Helvetica, sans-serif;/*
        font-size: 0.85em;*/
        border: 1px solid #999999;
        background-color : #22201D;
        color:#ffffff;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.button a {
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.button a:hover {
        border: 1px solid #999999;
        background-color : #22201D;
        color:#FFFFFF;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;/*
        font-size: 0.85em;*/
        border: 1px solid #999999;
        background-color : #22201D;
        color:#ffffff;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1em;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1em;
        vertical-align : middle;
}

.bblink a {
        color: #8090A3;
        text-decoration: none;
}

.bblink a:hover {
        color: #0033CC;
        text-decoration: underline;
}

.admin_menu_red a {
	color: #BE0027;
}

.cpg_main {
	height: 100%;
	width: 512px;
	overflow-x: auto; /* handle overflow with scrollbar */
}

.cpg_footer {
	height: 100%;
	width: 570px;
	padding-left: 20px;
}

.graybox {
		background-color: #22201d;
		border-top: 1px solid #22201D;
		border-bottom: 1px solid #22201D;
}

.breadlink {
	border-bottom: 1px solid #999;
}






/* ============================================= */

.maintable {
        border: 1px solid #878e9c;
		margin: 1px 0 1px 0;
		padding: 0;
        background: #222b3d;

		}

.cath1 {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
		
}

.tableh1 { /* titoli in alto - categoria, albums, files- e in basso -#files in # albums...- */
        background : #000;
        color: #FFF;
		padding: 10px 10px 10px 15px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 120%;
		font-style: italic;
	}

.tableh1_compact { /* titoli #foto in #albums o #albums in #pagina a fondo delle tabelle */
        background : #4e6fb7;
        color: #FFF;
		padding: 2px 5px;
}

.tableh2 { /* titoli albums*/
        background: #7292d7;
        color : #FFF;
        padding: 3px 10px 3px 10px;
	margin: 0;

	font-size: 100%;
}

.tableh2 a { 
	font-size: 100%;
}

.tableh2_compact {
        background: #444 ;
        color : #FFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb { /* fascia album*/
		padding: 3px 10px;
	}
	
.tableb a {
        color: #fff;
        text-decoration: none;
}

.tableb a:hover {
        color: #fff;
        text-decoration: underline;
}

.tableb_compact {
		padding: 2px 5px;
		
}

.tablef {
        background: #444;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb { /*titoli categorie
        background: #586277;*/
	background: url(images/bk-rows.jpg) bottom left repeat-x #586277;
        color : #cbd4e8;
		padding: 15px 10px 15px 20px;
		margin: 0;
}

.catrow {
		padding: 15px 0 10px 0;
		margin: 0;
}

.album_stat {
        font-size : 90%;
        color: #999;
        margin: 27px 0px 0 0;
font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.thumb_filename {/*
        font-size: 0.90em;*/
        display: block;
}

.thumb_title { /*titolo e #visite foto su pagina album*/
        font-weight : bold;/*
        font-size: 0.90em;*/
        padding: 2px;
        display : block;
}

.thumb_caption {/*
        font-size: 0.85em;*/
        padding: 1px;
        display : block;
}

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

.thumb_num_comments {
        font-weight: normal;/*
        font-size: 0.85em;*/
        padding: 2px;
        font-style : normal;
        display : block;
}

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

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

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

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

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

.sortorder_cell {
        background : transparent;
        color : #000000;
        padding: 2px;
        margin: 0px;
}
.sortorder_options {
        background : transparent;
        color : #000000;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 0.85em;
        white-space: nowrap;
}


.navmenu {
        color: #CCC;
		text-transform: lowercase;/*
        font-size: 1em;
        font-weight: bold;
        border-style: none;*/
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding: 2px 5px;
        text-decoration: none;
        color: #222b3d;
        background: #222b3d;
}

.navmenu a:hover {
        background: #222b3d;
        text-decoration: none;
        color: #FFFFFF;
}

.admin_menu_thumb {
        font-size: 0.85em;
        border: 1px solid #000000;
        background-color : #22201D;
        color:#000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        border: 1px solid #000000;
        background-color : #999;
        color:#FFFFFF;
}

.admin_menu {
        font-size: 100%;
        border: 1px solid #000000;
        background-color : #22201D;
        color:#FFFFFF;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a { /*valori per menu admin */
    display: block;
    position: relative;
    padding: 2px 3px;
    background-color : #333;
    color:#FFF;
	border: none;
	text-decoration: none;
	}

.admin_menu a:hover {
    background-color : #666;
    color:#FFF;
	border: none;
    padding: 2px 3px;
	text-decoration: none;
	}

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

.comment_date{
        font-size : 90%;
        vertical-align : middle;
}

.image { /*thumb foto*/
        border: 1px solid #878e9c;
        margin: 10px;
}
/*
.image a:hover { filter:alpha(opacity=50); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: .5; opacity:0.5; }
*/
.imageborder {
        border: 0px solid #aaaaaa;
        background-color: #FFFFFF;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 2px;
        margin-left: 2px;
}

.display_media {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
		margin: 0;
        padding: 20px 8px;
		}
/*
.thumbnails a:hover img { filter:alpha(opacity=50); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: .5; opacity:0.5; }
*/
.breadlink (
        color: #657172;
        font-size: 0.90em;	
	    font-family: tahoma, arial, "Microsoft Sans Serif";
}

.statlink {/*
        color: #4C4A2F;
        font-size: 1.1em;	
	    font-family: tahoma, arial, Microsoft Sans Serif;*/

        color: #FFF;
		padding: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 120%;
		font-style: italic;
}

.statlink a {
        text-decoration: none;
}

.statlink a:hover {
        text-decoration: underline;
}

.alblink {
		color:#4C4A2F;
	    font-size: 100%;
	    font-weight:bold;
        display: block;
}

.alblink a {
        text-decoration: none;
}

.alblink a:hover {
        text-decoration: underline;
}

.catlink {
		color:#4C4A2F;/*
	    font-size:1.2em;*/
	    font-weight:bold;/*
        display: block;*/
}

.catlink a {
        text-decoration: none;
		width: 100%;
}

.catlink a:hover {
        text-decoration: underline;
}


.topmenu {
        font-size : 100%;
        margin-top:5px;
        margin-right:5px;
}

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

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

.topmenu td  {
        white-space: nowrap;
        font-weight : bold;
}


.img_caption_table {
        border: none;
        background-color: #49525D;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #49525D ;
        font-size : 100%;
        color : #cccccc;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #394049;
}

.img_caption_table td {
        background: #49525D ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #394049;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

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