@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Horizontal Gallery
Theme URI: http://www.thisdotcomtaken.com/
Description: A simple, clean horizontal portfolio website.
Version: 1.0.0
Author: Mark Searcy
Author URI: http://www.thisdotcomtaken.com/
Tags: portfolio, simple, art, design, photography

	Horizontal Gallery v1.0.1
	http://www.thisdotcomtaken.com/

	This theme was designed and built by Mark Searcy,
	whose website you will find at http://www.thisdotcomtaken.com/

*/

/***************************/

html, body{
	height:100%;
}

body{
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	color:#000000;
	font-size:11px;
	overflow-y:hidden;

}

#head-wrapper{
	position: fixed;
	background-color: #fff;
	width:100%;
	text-align: center;
	z-index: 50;
	padding-top:35px;
}

#headLogo{
	text-align: center;

}

#social-media{
	position: fixed;
	right:40px;
	text-align: right;
	z-index:60;
	padding-top:10px;
}

#navigation{
	text-align: center;
        margin-left: 12px;
	padding-top: 12px;
	padding-bottom: 10px;

}

#navigation a { 
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;

}

#navigation a:hover{
	color:#debb60;
}

#navigation .nav_active a{
	color:#debb60;
}

#navigation .current_page_item a{
	color:#debb60;
}

#footer {
	clear:both;
	height:100px;
}

/***************************/

h1{
	display:inline;
	font-size:10px;
	text-transform:uppercase;
}

a {
	color:#debb60;
	text-decoration:none;
}

a:hover{
	color:#debb60;
	text-decoration:underline;
}

ul {
        text-align: center;
        padding: 0;
        margin: 0 auto;
	list-style-type: none;
}

li {
	display:block;
	list-style-type: none;
	display: inline;
        list-style: none;
	margin-right: 15px;
	
}

#post-thumb{
	z-index: 10;
	top:0;
	left:0;
	z-index: 0;
}


#post-thumb-overlay {
	width:200px;
	height:200px;
	background-image:url(imgs/trans-wht.png);
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	z-index: 1;
}

#post-thumb-overlay:hover {
	opacity:1;
}

#post-thumb-title{
	position:absolute;
	width:100%;
	top:45%;
	left:0;
	color:#000;
	text-transform:uppercase;
	
}

.imgcontainer {
	width:200px;
	height:200px;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	/*border:1px solid #ccc;*/
}

/***************************/

#indexContent {
	width: 880px;
	margin: 0 auto;
	padding-top: 155px;
}

#pageContent{
	width: 500px;
	margin: 0 auto;
	line-height: 16px;
	padding-top: 155px;
}

#content {
	height:70%;
	display: inline;
	position: absolute;
	/*min-height:430px;*/
	max-height:640px;
	padding-top: 155px;
	left: 398px;
}

#contentTextBlock{
	width: 240px;
	height: 100%;
        background-image:url(imgs/stripe-wht.png);
	margin-left: 50px;
	line-height: 15px;
	display: inline-block;
	position: fixed;
	z-index: 25;
	padding: 165px 59px 0 47px;
}

.images {
	display: none;
	white-space: nowrap;
	position: absolute;
	margin-left: 35px;

}


.images img{
	margin-right:12px;
	height:100%;
	
	
	
}

.images img:last-of-type{
	margin-right:100px;

}

/***************************/
#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	z-index: -1;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

#splashBox{
	z-index: 2;
	text-align:center;

	position:absolute; 
	top:50%;
	left:50%;
	height:250px; 
	width:229px;
	margin-top:-125px;
	margin-left:-115px;
	
}

#splashBoxText{
	text-align:center;
	margin-left:15px;
	margin-top:20px;
	
}