/* ----------------< Photos styles DARK >----------------- */

div.bg_main
{
	
	background-image:url('img/bg_right.png');
}

div.bg_dir
{
	background-image:url('img/bg_left.png');
}

div.bg_photo
{
	background-image:url('img/bg_right2.png');
}

div.bg_gallery
{
	background:#14211E;
}

/* ----------------< GLOBAL >----------------- */

/*div.bar1, div.bar2, div.bar3 { background-color:#2B2F1C; }*/

div.bardark
{
	background:#1C1C13;
}



p {	color:#CCCCCC; }


.desc {	 }

/*
a:link 		{ color:#E8EA02; }
a:visited { color:#E8EA02; }
a:hover 	{ color:#9EFF3E;text-decoration:unverline; }
*/

a.link_black:link { color:#8E8C66; }
a.link_black:visited { color:#8E8C66; }
a.link_black:hover { color:#FFFFFF; }



/* ----------------< Thumb >----------------- */
div.g_thumb 
{
}
	
	div.g_thumb_top
	{
	}
	
	div.g_thumb_left
	{
	}
	
	div.g_thumb_center
	{
		background-image: url('img/thumb_bg.png');
	}
	
	div.g_thumb_right
	{
	}
	
p.g_thumb_note 
{
	color:#4C8285;
}

p.g_thumb_gallery
{
	color:#4C8285;
}

div.g_thumb a:link 		{ color:#DBDA0A; }
div.g_thumb a:visited { color:#DBDA0A; }
div.g_thumb a:hover 	{ color:#ffff00; }

img.gphoto 			{ border:1px dashed #6C6C00; }
a img.gphoto:link { border:1px dashed #6C6C00; }
a img.gphoto:visited { border:1px dashed #6C6C00; }
a img.gphoto:hover { border:1px dashed #FFFF00; }


/* ---------------< Gallery >----------- */
div.gallery_options
{
}
div.bg_gallery hr
{
	border-top:1px solid #333333;
	color: #333333;
}


/* ---------------< Photo thumb >----------- */
div.gal_photothumb
{
}
	
	div.gal_photothumb img {}
	
	div.gal_photothumb p.left 	{	color:#8E8C66; }
	div.gal_photothumb p.center {	}
	div.gal_photothumb p.right 	{	}
	
/* ----------------< White small Thumb >----------------- */
div.g_wthumb_small
{
	background-image:url('img/g_wthumb_small_bg.png');
}

	div.g_wthumb_small img.top 
	{
	}
	div.g_wthumb_small img.bottom
	{
	}

/* ----------------< White Thumb >----------------- */
div.g_wthumb
{
	background-image:url('img/g_wthumb_bg.png');
}

	div.g_wthumb img.top 
	{
	}
	div.g_wthumb img.bottom
	{
	}

/* ----------------< White2 Thumb >----------------- */
div.g_wthumb2
{
	background-image:url('img/g_wthumb2_bg.png');
}

	div.g_wthumb2 img.top 
	{
	}
	div.g_wthumb2 img.bottom
	{
	}

/* ----------------< Black Thumb >----------------- */
div.g_bthumb
{
	background-image:url('img/g_bthumb_bg.png');
}

	div.g_bthumb img.top 
	{
	}
	div.g_bthumb img.bottom
	{
	}
	
/* ----------------< White 150 Thumb >----------------- */
div.g_bthumb_150
{
	padding-top:20px;
	text-align:center;
	margin:0px auto;
}
	
	div.g_bthumb_150 a:link {text-decoration:none;}
	div.g_bthumb_150 a:visited {text-decoration:none;}
	div.g_bthumb_150 a:hover {text-decoration:underline;}
	
	div.g_bthumb_150 div.g_bthumb_150_bg
	{
		background-image:url('img/g_bthumb_150_bg.png');
		width:164px;text-align:center;
		margin:0px auto;
	}
	
	div.g_bthumb_150 img.top 
	{
		vertical-align:top;margin:0px;padding:0px;display:block;margin-bottom:4px;
	}
	div.g_bthumb_150 img.bottom
	{
		margin-top:5px;
		display:block;
	}
	
	div.g_bthumb_150 h2 { margin:0px;padding:0px;font-size:12px; }
	
/* ----------------< Big Photo >----------------- */
div.g_bigphoto
{
	color:#93B49C;
}
	
	div.g_bigphoto .content
	{
		background:#000000;
	}
	
	iv.g_bigphoto h1.title
	{
		color:#8E8C66;
	}
	
	div.g_bigphoto p.description
	{
		color:#8E8C66;
	}
	
	div.g_bigphoto h2.keywords
	{
		color:#8E8C66;
	}
	
	div.g_bigphoto hr
	{
		border-top:1px solid #333333;
		color:#333333;
	}
	
/* --------------< Form >------------- */

.input1
{
	background:#495551;
	border:1px solid #7F8985;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	color:#C0DAD5;
}

.input1:hover
{
	background:#5C6D68;
	color:#ffffff;
}

input.input1 { }


.button1
{
	border:1px solid #47504D;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	
	background:#0B160B;
	color:#C0DAD5;
}

input.button1:hover
{

	border:1px solid #5C6D68;
	color:#ffffff;
}


.ok {	color: #009933; }
.error { color:#993300; }

p.message 
{
}

hr { border-top:1px solid #2B2F1C; color:#2B2F1C; }

li { color:#CCCCCC; }

