/*  
Author: Elea Chang
Note: This stylesheet utilizes CSS3 elements
*/

/* Reset/Standardization */
html, body, h1, h2, h3, h4, h5, p, fieldset, ul, ol, li, form {
	margin: 0; padding: 0;
}

ul, ol, li {
	list-style: none;
}

a img {
	border: 0;
}

div {
	margin: 0 auto;
}

/* Styling */
body {
	background: #fff url(../_img/sun.png) center top no-repeat;
	font: normal 15px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

#header {
	background: #75cf60;
	border-top: 2px solid #a7eb94;
	border-bottom: 2px solid #a7eb94;
	height:51px;
	margin: 85px 0 10px;
}

#wrapper {
	width: 960px;
}

#welcome {
	width: 300px;
}

	#welcome .meta {
		text-transform: uppercase;
		margin: 10px 0;
		font-size: 11px;
	}

#content {
	width: 500px;
	text-align: left;
}


.social li {
		padding-right: 30px;
		opacity:0.5;
		display: inline;
}

	.social li:hover {
		opacity:1;
		-webkit-transition: opacity 0.25s linear;
	}
	
	.social li:last-child {
		padding-right: 0;
	}

#portfolio [alt$="thumbnail"] {
		border: 12px solid #75cf60;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		margin: 20px 0;
	}

	#portfolio .mid {
		margin: 20px 93px;
	}

.secret {
	background: url(../_img/bird.png) no-repeat 0 0;
	height:180px;
	width: 540px;
	margin-top: 50px;
	padding: 0 10px;
}

	.secret p {
		text-align:center;
		width: 180px;
		margin:0 auto;
		background: #ccc;
		padding: 3px 7px;
		color: #333;
		font-size: 11px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

#footer p {
	text-align: right;
	font-size: 11px;
	color: #555;
	line-height: 15px;
	margin-top: -25px;
	padding: 0 5px 0 0;
}

.credits {
	font-size:13px;
	line-height:17px;
	margin: 0 0 100px 0;
}

/* Typography */
h1 {
	display: none;
}

h2 {
	margin: 10px 0;
	color: #067206;
	font-size: 20px;
}

h3 {
	font-weight: normal;
	margin: 0 0 10px 0;
}

span, strong {
	font-weight: normal;
	color: #0072bf;
}

/* Links */
a:link, a:visited, a:active {
	color:#0084bf;text-decoration:none;outline:none;
}

a:hover{
	color:#555;text-decoration:none;outline:none;
}

/* Lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox-container-image img {
border: 1px dashed #555;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px;
}

#lightbox-container-image-data-box span {
	font-weight: normal;
	color:#000;
	font-size: 17px;
}
#lightbox-container-image-data {
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}