/* ------------------------------------------------

Theme Name:   FocalPhoto
Theme URL:    http://codecanyon.net/user/Sitebase?ref=Sitebase
Description:  Photo gallery theme
Author:       Sitebase
Author URI:   http://codecanyon.net/user/Sitebase?ref=Sitebase

--------------------------------------------------- */

/************************************************************************
MAIN LAYOUT
*************************************************************************/

/* Default body format */
html{
	background: #000 url(../images/body.jpg) no-repeat center top;
}
body {
	font-size: 12px;
	font-family: Helvetica, Arial, Helvetica, Verdana, san-serif;
	line-height: 18px;
	position: relative;
	text-align: center;
	color: #FFF;
}

/* Holds all the content of your website */
#wrapper { 
	width: 960px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0 50px;
	height: 700px;
	margin-top: 98px;
}
#content, #gallery{
	width: 930px;
	height: 457px;
	overflow: hidden;
	position: absolute;
	top: 1px;
	left: 51px;
	padding: 80px 15px;
}
#content{}
	#content img, #content iframe{border: solid 1px #363636;}
	#content ul, #content ol{list-style-position:inside;margin: 5px 0 10px 0;}
	#content ul li{
		list-style-type:disc;
	}
	#content ol li{
		list-style-type:decimal;
	}
	
#gallery{
	padding: 0px;
	margin: 0px;
	height: 617px;
	color: #111;
	width: 958px;
}
#description{
	position: absolute;
	left: 51px; 
	bottom: 82px;
	display: block;
	width: 638px;
	height: 80px;
	background: #000;
	opacity: 0.8;
	padding: 15px 0 0 320px;
	z-index: 1001;
}
	#description-wrapper{margin-right: 20px;}
footer{
	position: absolute;
	left: 55px;
	bottom: 50px;
	color: #8B8B8B;
	font-size: 11px;
}
#logo{
	position: absolute;
	left: 51px;
	bottom: 82px;
	width: 310px;
	height:110px;
	z-index: 1002;
}
#top{
	position: absolute;
	left: 51px;
	top:1px;
	background: #000;
	width: 918px;
	height: 20px;
	opacity: 0.8;
	padding: 15px 20px;
	z-index: 1000;
}
	#top span{
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		float: left;
	}
	#top ul{
		float: right;
		width: 700px;
		text-align: right;
	}
		#top ul li{
			display: inline;
			padding: 4px 10px;
		}
		
a.next, a.prev{
	background: url(../images/arrows.png) no-repeat 0 0;
	height: 60px;
	width: 50px;
	display: block;
	position: absolute;
	text-indent: -9000px;
}
a.prev{
	left: 0px;
	top: 300px;
	background-position: left top;
}
a.next{
	right: 0px;
	top: 300px;
	background-position: right top;
}
a.prev:hover{
	background-position: left bottom;
}
a.next:hover{
	background-position: right bottom;
}


/************************************************************************
BASIC ELEMENTS
*************************************************************************/

/* Link styling */
.link-dot a:link,.link-dot a:visited,.link-dot a:active {
	color: #FFF;
	text-decoration: none;
	border-bottom: dotted 1px #FFF;
}
.link-dot a:hover {
	color: #FFF;
	border: none;
}
.link-white a:link,.link-white a:visited,.link-white a:active {
	color: #FFF;
	text-decoration: none;
	border-bottom: dotted 1px #FFF;
}
.link-white a:hover {
	color: #FFF;
	border: none;
}

/* Paragraph styling */
p {
	margin: 0 0 15px 0;
}

/* Headings */
h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 15px 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 5px 0;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

/************************************************************************
FORM STYLING
*************************************************************************/
input, textarea{
	border: solid 1px #363636;
	padding: 4px 5px;
	background: #323232;
	color: #FFF;
	font-family: Helvetica, Arial, Helvetica, Verdana, san-serif;
	width: 350px;
	font-size: 12px;
}
textarea{
	height: 40px;
}
label{
	font-weight: bold;
	padding-bottom: 5px;
}
button{
	color: #999;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	padding: 5px;
}
button:hover{
	color: #FFF;
}

/************************************************************************
REST STYLING
*************************************************************************/

.round-top, .round{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}
.round-bottom, .round{
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
}
.shadow-box{
	box-shadow: 2px -2px 10px #000;
	-webkit-box-shadow: 2px -2px 10px #000;
	-moz-box-shadow: 2px -2px 10px #000;
}
.shadow-depth{
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.20), rgba(0,0,0,0.12) 0px 0px 10px inset;
   -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.20), rgba(0,0,0,0.12) 0px 0px 10px inset;
}
.active{
	font-weight: bold;
}
.hidden{
	display: none;
}
.loader{
	background: transparent url(../images/loader.gif) no-repeat center center;
}
.left{
	float: left;
}
.right{
	float: right;
}
img.left, img.right, iframe.left, iframe.right{
	margin: 15px;
}

/* Featured box */
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 617px;
    width: 958px;
    z-index: -1;
	color: #000;	
	overflow: hidden;
}

.thumb{
	display: block;
	width: 162px;
	height: 180px;
	background: #FFF;
	padding: 5px;
	float: left;
	margin: 0 8px 25px 6px;
	text-decoration: none;
	border: none;
}
	.thumb img{
		width: 160px;
		height: 160px;
	}
	.thumb div{
		text-align: center;
		color: #000;
		font-size: 11px;
		line-height: 16px;
		font-weight: bold;
		font-family: Helvetica, Arial;
		overflow: hidden;
		width: 160px;
		height: 16px;
	}