/* Reset
*****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Main Elements
*****************************/
body {
	font-family: 'Helvetica Nueue', Arial, Helvetica, Verdana, sans-serif;
	background: #000;
	color: #fff;
	width: 960px;
	margin: auto;
}
a {
	color: #eee;
	text-decoration: none;
}
a:hover {
	color: #c00;
}
p {
    padding-bottom: 9px;
}
h2 {
	font-size: 2em;
	padding: 25px 0;
}

/* Heading
*****************************/
#head {
	text-transform: uppercase;
	padding: 50px 0 25px;
	font-weight: normal;
	font-size: 5em;
	line-height: .9em;
	letter-spacing: -.05em;
}
#head a {
	color: #fff;
}
#head a span {
	display: block;
	color: #eee;
}

/* Layout
*****************************/
#content {

}
#foot {
	clear: both;
	padding: 25px 0;
}

/* Gallery
*****************************/
.gallery {
    clear:both;
	list-style: none;
}
.gallery li {
	float: left;
	width: 220px;
	height: 246px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.gallery li a {
	display: block;
	padding: 10px;
	background: #fff;
	color: #000;
}
.gallery li img {
	display: block;
	margin-bottom: 10px;
}

/* About
*****************************/

/* Contact
*****************************/
.vcard {
	border-top: 1px solid #b27;
	padding-top: 12px;
}
.adr {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
form {
    margin-right: -12px;
    padding-bottom: 18px;
    overflow: hidden;
}
label {
    font: italic .8em Georgia, 'Times New Roman', serif;
    font-size: .8em;
    font-style: italic;
    text-transform: lowercase;
    display: block;
    padding-bottom: 9px;
}
input,
textarea {
    font: normal 1.3em Helvetica, Arial, sans-serif;
    text-transform: none;
    background: #fff;
    color: #38c;
}
input:focus,
textarea:focus {
    background: #fff;
    color: #3c8;
}
input:selection,
textarea:selection {
	background: transparent;
	color: #000;
}
label span {
    display: block;
    padding-right: 18px;
}
label span input,
label span textarea {
    display: block;
    border: 1px solid #b27;
    width: 100%;
    vertical-align: text-top;
    margin: 0;
    padding: 2px;
    background: transparent url('../images/o50.png');
    background: #fff;
}
textarea {
    height: 6em;
}
.btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	color: #fff;
	vertical-align: middle;
	border-collapse: collapse;
	line-height: normal;
	cursor: default;
	margin: 0 1px;
}
html.gecko18 .btn,
html.trident .btn {
    float: left;
}
.btn,
.btn * {
	position: relative;
	display: inline-block;
	border-color: #b27;
	border-style: solid;
}
.btn .outer {
	border-width: 1px 0;
}
.btn .mid {
	background: #c38;
	border-width: 0 1px;
	margin: 0 -1px;
}
.btn .inner {
	height: 100%;
}
.btn .center {
	background: #e5a;
	border-bottom: 0.35em solid #d49;
	height: 0.85em;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.btn .content {
	color: #fff;
	line-height: 1.8em;
	padding: 2px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-transform: uppercase;
}
.btn:hover .outer {
	xborder-color: #f8c;
}
.btn:hover .mid {
	xborder-color: #f8c;
	background: #d49;
}
.btn:hover .center {
	background: #f6b;
	border-color: #e5a;
}
.btn:active .outer {
	border-color: #b27;
}
.btn:active .mid {
	border-color: #b27;
	background: #e5a;
}
.btn:active .center {
	background: #c38;
	border-color: #d49;
	padding-top: 1px;
}
.btn:active .content {
	padding: 3px 12px 1px;
}
.full,
.couple {
    clear: both;
    overflow: hidden;
}
.couple label {
    float: left;
    width: 50%;
}

/* Say
*****************************/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../images/o50.png');
	z-index: 999;
	text-align: center;
}
#say {
    background: #c38;
    padding: 2em;
	width: 14em;
	position: absolute;
	color: #fff;
	-moz-box-shadow: 0 3px 3px #999;
	-webkit-box-shadow: 0 3px 3px #999;
	box-shadow: 0 3px 3px #999;
}

/* Lightbox
*****************************/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright © 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#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;
}
#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 {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
