/*
Theme Name: Dark Portfolio
Theme URI: http://ericbenoit.com
Description: A portfolio theme created by <a href="http://ericbenoit.com">Eric Benoit</a>.
Author: Eric Benoit
Author URI: http://ericbenoit.com
Version: 0.1
Tags: photo, illustration, portfolio
*/

body {
	background-color: #050505;
	background-position: right 0;
	background-attachment: fixed;
}

* {
	color: #888;
	font-size: 12px;
	letter-spacing: 0.4px;
}
a {
	color: #888;
}
h1, h2 {
	color: #fff;
	text-transform: uppercase;
}

#content {
min-height: 500px;
}

.current_page_item a/*,
.current_page_ancestor a,
.current_page_parent a*/ {
	color: #fff;
	font-weight: bold;
}

li.widget_pages ul {
border-left:1px solid #ccd6e0;
border-bottom:1px solid #ccd6e0;
display:inline;
padding:20px;
}



.caption {
	display: none;
}
#thumbs-panel {
	background-color: #0f0f0f;
}

.gallery-thumbs {
	float: left;
}
.gallery-thumbs > li {
	background: #0f0f0f;
	display: inline;
	height: 90px;
	width: 90px;
	margin: 0 8px 8px 0;
}
.gallery-thumbs li.hover { 
	border-color: #eeeeee;
}
.gallery-thumbs li div {
	left: 240px;
}
.galleria_container {
	display: block;
	margin-bottom: 1em; /* adjustment for vertical grid (multiples of 18) */
	min-height: 480px;
	position: relative;
	text-align: center;
	width: 620px;
}
.galleria_container img {
}
.galleria_container > .image_description {
	background: url(library/images/transparent_w40.png) repeat;
	color: #222;
	top: -2px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 10px;
	position: absolute;
	left: center;
	text-align: left;
	z-index: 10;
	max-width: 624px;
}
.galleria_container > .image_description,
.galleria_container > .image_description i {
	color: #222;
}

.show_description {
	background: url(library/images/help_about_off.png);
}
.hide_description {
	background: url(library/images/help_about.png);
}
.show_description,
.hide_description {
	cursor: pointer;
	top: 0;
	color: #f22;
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	width: 16px;
	z-index: 20;
}
/*
.featured-image {
border:10px solid #000;
max-height:560px;
max-width:560px;
}
*/
/*
.thumb-image {
float:left;
height:106px;
text-align:center;
width:106px;
margin:0 6px 6px 0;
}

.thumb-image img {
	border: 2px solid #222;
}
*/
p.nav {
	text-align: center;
	text-transform: uppercase;
}
p.nav a {
	color: #f2f2f2;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
/*	padding: 4px;
	margin: 0 7px 2px 0;*/
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
/*	float: left*/
	}
/* End Images */


.post {
/*background-color: #111;*/
border-top: 1px solid #222;
border-left: 1px solid #222;
clear: both;
margin: 0 0 20px;
padding: 10px;


background: transparent url(library/images/transparent_b40.png) repeat;
border: 1px solid #151515;
margin: 1em 0;
padding: 1em;
}

.navigation {
display: block;
margin-bottom: 20px;
padding: 5px 0;
}
.navigation ul {
margin: 0;
}
.navigation a,
.navigation span {
display: inline;
list-style: none;
font-size: 1.4em;
margin: 0 4px 4px 0;
padding: 2px 6px;
}
.navigation a {
background-color: #111;
border: 1px solid #222;
}


.navigation .current {
	font-weight: bold;
}

.entry {
}





/* * * H E A D E R * * */

#header {
	position: relative;
}


/* * * M E N U * * */

.menu {
	display: block;
	text-transform: uppercase;

	position: absolute;
	z-index: 1;
	top: 90px;
}
.menu.left {
	left: 0;
}
.menu.right {
	right: 0;
}
/*
.menu.vertical {
	padding: 0;
	line-height: 4em;
}
*/
.menu li {
	display: inline;
	margin-left: 2em;
}

.menu a {
	color: #f2f2f2;
}
.rss {
	background: url(library/images/feed-icon-14x14.png) no-repeat top right;
	padding-right: 18px;
}

/* * * F O O T E R * * */

#footer {
	background: url(library/images/hr_w20.png) repeat-x;
	display: block;
	position: relative;
}
#footer p {
	color: #444;
}
#footer a {
	color: #888;
	text-transform: uppercase;
}


/* * * G A L L E R Y * * */
.gallery_thumb {
	display: block;
	float: left;
	height: 480px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	width: 220px;
	margin: 0 20px 20px 0;
	margin-bottom: 24px;
}
.gallery_thumb > .gallery_title {
	background: transparent url(library/images/transparent_w40.png) repeat;
	border-top: 1px solid #222;
	bottom: 0;
	left: 0;
	height: 4.5em;
	margin: 1px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 218px;
	z-index: 1;
}
.gallery_thumb:hover > .gallery_title {
	background: transparent url(library/images/transparent_w80.png) repeat;
}
.gallery_thumb > .gallery_title,
.gallery_thumb > .gallery_title h2,
.gallery_thumb a {
	color: #222;
}
#gallery ul,
#gallery li {
	line-height: 1em;
	margin-bottom: 0.5em;
}



a.sitelogo {
	background: url(library/images/sitelogo.jpg) no-repeat;
	background-position: 0 0;
	display: block;
	height: 100px;
	padding-bottom: 8px; /* be consistent with the grid (6*18) */
	width: 500px;
}
a.sitelogo:hover {
	background: url(library/images/sitelogo.jpg) no-repeat;
	background-position: 0 -100px;
}

a.rss-feed {
	background: #ff0000 url(library/images/feed-icon-14x14.png) no-repeat;
	height: 14px;
	width: 14px;
}


#container {
/*
	background: url(library/images/960_grid_12_col.png) repeat-y;
	background-position: -30px 0;
*/
/*
 	background: url(library/images/gridbg.gif) repeat;
*/
/*	background: #050505 url(library/images/bg_home.jpg) no-repeat;
	background-position: right 0;
	background-attachment: fixed;*/
}
.splash {
	color: #f2f2f2;
	min-height: 500px;
	margin: 0 0 0 80px;
}

#gallery.grid_12 {
	margin-right: 0;
	width: 960px;
}





#gallery h1 {
	color: #888;
	font-size: 12px;
	font-weight: normal;
}
#gallery h2 {
	color: #888;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#gallery h1 a, h2 a {
	color: #f2f2f2;
}


#gallery .gallery_title > h2 {
	color: #222;
	font-size: 14px;
}



