@charset "utf-8";
/* ----------------------------------------------
[Theme info]
	Template Name: 		Dark - PhotoCMS
	Version: 			1.0
	Author: 			Jonatan Froes
	Author email:	 	jonatan.froes@yahoo.com.br
	For sell at:		http://themeforest.net/
	Date of creation:	September 29, 2009
	Last Date Modified: September 29, 2009
 ------------------------------------------------ */


/* ----------------------------------------------
	General style
------------------------------------------------ */
body {
	background: url(../img/bg_body.png) 0 0 repeat-x #000;
	color:#666;
	font-size: 11px;
	padding: 20px 0 40px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 {
	padding: 20px 0 0;
	font:normal 30px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color:#464646;
}
h3 {
	font-size:18px;
}

p {
	font-size:12px;
}

a {
	color:#f4f4f4;
	text-decoration:none;
}

.error { 
	border:1px solid #d51313;
	color:#d51313;
	padding-top: 12px;
	margin: 8px 0;
	background:#f7eded;
}

.success { 
	border:1px solid #0c9543;
	color:#0c9543;
	padding-top: 12px;
	margin: 8px 0;
	background:#e5f6ec;
}
.align_center {
	text-align:center;
}


/* ----------------------------------------------
	forms
------------------------------------------------ */
form {
	width: 260px;
}
	label {
		display:none;
		font-weight:bold;
		text-indent:-9999px;
	}
	input, textarea, select {
		padding: 3px;
		margin:7px 0;
		border:1px solid #282828;
		background:#282828;
		width:240px;
		color:#c9c9c9;
		display:block;
	}
		input:hover, textarea:hover, select:hover {
			border:1px solid #171717;
		}
		input:focus, textarea:focus, select:focus {
			border:1px solid #171717;
		}
	#submit {
		float:right;
		width:auto;
		margin-right:10px;
	}


/* ----------------------------------------------
	structure
------------------------------------------------ */
#top {
	height:70px;
}
#logo {
	background:url(../img/logo_haza.png) 0 0 no-repeat;
	width:310px;
	text-indent:-9999px;
	height:94px;
}

#nav {
	border-bottom: 5px solid #171717;
	margin-bottom:10px;
	font: normal 14px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

	#nav li {
		list-style:none;
		float:right;
		margin:0 35px;
	}
		#nav a:hover {
			color:#fff;
			text-decoration:none;
		}
		
.gallery_cover {
	margin-bottom:20px;
}
.gallery_cover img {
	width:220px;
	height:320px;
}
.gallery_cover h3 {
	line-height:16px;
	text-align:left;
	position:absolute;
	bottom:25px;
	left:8px;
	margin:0;
	padding:8px;
	background:#000;
	max-width:170px;

	z-index:101;
	cursor:pointer;
}

.gallery_item {
	margin-bottom:20px;
	height:140px;
	position:relative;
}
.gallery_item img {
	width:140px;
	height:140px;
}
.gallery_overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	border:2px solid #000;
}
	.gallery_item .gallery_overlay {
		width:136px;
		height:136px;
	}

	.gallery_cover .gallery_overlay {
		width:216px;
		height:316px;
	}

.gallery_detail {
	text-align:center;
}
	.gallery_detail img {
		border: 6px solid #fff;
	}
	
.img_description h2 {
	text-align:right;
}
.img_description p {
	padding: 0 15px;
	color:#fff;
}
	
.pagination {
	padding: 10px 0;
	font-size:14px;
}


.page_image, .page_content{
	margin-top:60px;
}

	.page_content form, .page_content p, .page_content h3, .page_content h2 {
		padding-left:15px;
	}
	
	


#footer {
	border-top: 5px solid #171717;
	text-align:center;
	color:#666;
	margin-top:20px;
	padding: 10px 0 0;

}
