/**** lauramoreno.net   main css file  ****/

/****univelsal settings*****/

* {
	margin: 0;
	padding: 0;
}

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,

b, u, i, center,

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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 70%;
	font-family: Lucida, Verdana, Sans-Serif;
	line-height: 150%;
	color: #585555;
	background: #0c0c0c;
}

a {
	color: #ff6c0b;
	text-decoration: none;
}

a, a:link, a:visited {
	color: #ff7f2a;
	text-decoration: none;
}

a:hover, a:active {
	color: #ccc;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
}

hr {
	
}

/* highlight navigation */

body#about a#aboutnav, body#links a#linksnav, body#colour a#colournav, body#travel a#travelnav, body#contact a#contactnav, body#bw a#bwnav, body#music a#musicnav, body#proom a#proomnav {
	color: #fff;
	text-decoration: underline;
}

/*** header - name and title with logo***/

#header {
	width: 347px;
	height: 42px;
	margin: 30px auto 0 20px;
	color: #ff7f2a;
	font-size: 1.8em;
}

#header h1 {
	padding: 24px 0 0 0;
	font-weight: normal;
}

.pho {
	padding: 0 0 0 5px;
	color: #666;
}

/*** strip grey colour - container***/

#container {
	margin: 0 auto 0 auto;
	height: 505px;
	background: #272727 url(../images/bf5.png) no-repeat right bottom;
	color: #fff;
	border-top: 1px solid #ff6c0b;
	border-bottom: 1px double #ff6c0b;
	display: block;
}

/** random php at index page***/

#random {
	margin: 0;
	padding: 40px 0 0 172px;
	width: 450px;
	height: 380px;
}

#random img {
	border: 1px dotted #666;
}

/*** top right menu ****/

#navlist {
	margin: 0 auto;
	font-size: 1.1em;
}

#nav ul li {
	float: right;
	display: inline;
	padding: 5px 10px 0 10px;
}

#nav a, #nav a:link, #nav a:visited {
	color: #ff6c0b;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #ccc;
	text-decoration: underline;
}

/* language options */

#language {
	position: absolute;
	margin: 0;
	width: 150px;
	padding: 510px 0 0 20px;
	font-size: 0.9em;
}

body#home a.en, body#about a.en, body#links a.en, body#colour a.en, body#travel a.en, body#contact a.en, body#bw a.en, body#music a.en, body#proom a.en {
	border-bottom: 1px dotted #ff7f2a;
}

/* info about lightbox */

#info {
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	width: 150px;
	text-align: right;
	height: 60px;
	padding: 20px 0 0 0;
}

#infotxt {
	display: block;
	text-align: left;
	margin: 0 0 0 1em;
}

/****** pictures thumbnail -lightbox style on separate style shett ******/

#pictures ul {
	margin: -5px 0 20px 170px;
	width: 700px;
}

#pictures ul li {
	float: left;
	list-style: none;
	margin: 0.3em;
}

#pictures ul li img {
	border: 1px dotted #ff6c0b;
}

#pictures ul li a {
	
}

#pictures a:link {
	
}

#pictures a:visited {
	opacity: 0.5;
}

#pictures a:hover, #pictures a:active {
	opacity: 0.3;
}

.clear {
	clear: both;
}

/* about section */

#aboutme {
	width: 600px;
	height: 500px;
	margin: 40px 0 0 170px;
}

#aboutme p {
	font: 1em;
	color: #ff760c;
	padding: 10px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

#aboutme p a, #aboutme p a:link, #aboutme p a:visited {
	color: #f8f8f8;
	border-bottom: 1px dotted #ff760c;
}

#aboutme p a:hover, #aboutme p a:active {
	color: #777;
	border-bottom: 1px dotted #ff760c;
}

/**** private room intro text *****/

#more {
	width: 600px;
	height: 500px;
	margin: 80px 0 0 170px;
}

#more p {
	font: 1em;
	color: #ff760c;
	padding: 10px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

#more p a, #more p a:link, #more p a:visited {
	color: #f8f8f8;
	border-bottom: 1px dotted #ff760c;
}

#more p a:hover, #more p a:active {
	color: #777;
	border-bottom: 1px dotted #ff760c;
}

/****** links page ****/

#content {
	width: 600px;
	margin: 50px 0 0 170px;
}

#content ul {
	padding: 15px 0 0 0;
}

#content ul li {
	padding: 3px 0 0 0;
}

#content ul li a {
	display: block;
	text-decoration: none;
	padding: 0 0 0.6em 2.4em;
	background: #272727 url(../images/bullets7.gif) top left no-repeat;
	background-position: 0 0px;
}

#content ul li a:link {
	color: #ff6c0b;
	background-position: 0 0px;
}

#content ul li a:visited {
	color: #994107;
	background-position: 0 0px;
}

#content ul li a:hover {
	color: #ccc;
	background-position: 0 -38px;
}

#content ul li a:active {
	color: #ccc;
	background-position: 0 -38px;
}

/***** footer settings  ******/

#footer {
	margin: 5px 0 0 0;
	text-align: right;
}

#footer ul li {
	display: inline;
	padding: 5px 10px 0 5px;
}

/* === form div and elements ======================================= */

#form-div {
	font-family: verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	width: 820px;
	margin: 15px 0 0 170px;
	padding: 0 0 50px 0;
	color: #ff7f2a;
	line-height: 1.7em;
	background: transparent url(../images/contact2.jpg) top left no-repeat;
	position: absolute;
}

#form-div p.form-footer {
	margin: -15px 2px 0 13px;
}

#form-div p.form-footer a {
	color: #666;
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active {
	color: #fff;
	text-decoration: none;
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active {
	background-color: #eee;
}

/* === form div link styles ======================================== */

#form-div a {
	color: #ff7f2a;
}

#form-div a:hover, #form-div a:focus, #form-div a:active {
	color: #000;
	text-decoration: none;
}

#form-div a:focus, #form-div a:active {
	background-color: #eee;
}

/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center {
	color: #fff;
	/* col

or : #000; (lite colors option - uncomment to use) */

  padding: 1px 0 1px 0;
	border: 1px solid #000;
	background-color: #ff7f2a;
	/* background-col

or : #d6e3ba; (lite colors option - uncomment to use) */

  margin: 10px 0 0 0;
	text-align: center;
}

#form-div p.error {
	background-color: #ff7f2a;
/* backg

round-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
	color: #fff;
}

#form-div p.center {
	text-align: center;
	background-color: #555;
	color: #000;
	margin-top: -3px;
	padding: 0px 4px;
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
	color: #eee;
	background-color: #ff7f2a;
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
	background-color: #ff7f2a;
}

/* === structural form elements ==================================== */

form#gbcf-form {
	
}

fieldset.main-set {
	border: none;
	width: 350px;
}

fieldset.req-set {
	padding: 5px 0;
	width: 350px;
	margin: 0;
	border: none;
}

fieldset.opt-set {
	padding: 5px 0;
	width: 350px;
	float: left;
	border: none;
}

fieldset.req-set2 {
	padding: 5px 0;
	width: 350px;
	margin: -125px 0 0 340px;
	border: none;
}

/* === textural form elements ====================================== */

#form-div legend {
	font-weight: bold;
	border: none;
}

#form-div legend span {
	border: none;
}

legend.main-legend {
	color: #666;
	border: none;
}

legend.req-legend,

legend.opt-legend {
	color: #666;
	border: none;
	padding: 0 0 0 0;
}

legend.main-legend span {
	border: none;
}

legend.main-legend {
	border: none;
}

legend.req-legend span {
	border: none;
}

legend.req-legend {
	margin-left: -2px;
	border: none;
}

legend.opt-legend span {
	
}

legend.opt-legend {
	border: none;
	margin-left: -2px;
}

label.req-label {
	color: #ff7f2a;
	border: none;
}

label.opt-label {
	color: #ff7f2a;
	border: none;
}

label.opt-label.check {
	width: 300px;
	float: left;
	padding: 0;
	margin: 1px 4px 1px 340px;
	cursor: pointer;
	border: none;
}

label.opt-label.main-label {
	margin: 0;
	border: none;
}

label.opt-label.main-label span {
	font-weight: normal;
	color: #666;
	border: none;
}

label.opt-label.main-label span.req, label span.req {
	font-weight: bold;
	color: #ff7f2a;
	border: none;
}

label.req-label.explain {
	color: #666;
	font-size: 0.9em;
	border: none;
}

label.req-label.explain:hover {
	color: #fff;
	border: none;
}

/* === control and interface form elements ========================= */

/*

  note: In this section you will see the hover/focus styles for the 

  inputs. For example: input:hover, input:focus. You will also see 

  these names applied as classes: input.hover, input,focus, for 

  example. This is not done by mistake. Those classes are needed for 

  the JavaScript focus script (files/focus.js) for IE 7 and older.

*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,

input.text-long.address.hover, input.text-long.address.focus {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 2px;
	border-bottom: 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,

input.text-long.address2.hover, input.text-long.address2.focus {
	border-top: 0;
	margin-top: 0;
	padding-top: 2px;
	border-top: 1px dotted #bbb;
}

input.checkbox {
	border: 1px solid #999;
	width: .9em;
	height: .9em;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

input.checkbox:hover, input.checkbox.hover,

input.checkbox:focus, input.checkbox.focus {
	border: 1px solid #666;
}

input.text-short, 

input.text-med, 

input.text-long,

select.select,

textarea.textarea {
	font: 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	border: 1px dotted #999;
	background-color: #0c0c0c;
	cursor: text;
	padding: 1px 2px;
	color: #fff;
}

select.select {
	padding: 1px 0;
}

input.text-short {
	width: 100px;
}

input.text-med, select.select {
	width: 250px;
	margin: 5px 0 7px 0;
}

input.text-long {
	width: 300px;
}

textarea.textarea {
	width: 350px;
	height: 200px;
	margin: 0 0 7px 0;
}

select.select, select.select option {
	cursor: pointer;
}

input.text-short:focus, input.text-short.focus, 

input.text-med:focus, input.text-med.focus,

input.text-long:focus, input.text-long.focus,

select.select:focus, input.select.focus,

textarea.textarea:focus, textarea.textarea.focus {
	border: 1px solid #ff7f2a;
	background-color: #555;
}

input.button {
	font: 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	font-weight: bold;
	margin: 8px -45px 0 0;
	padding: 1px 0;
	cursor: pointer;
	float: right;
	clear: both;
	color: #cc6c08;
	background-color: #ccc;
}

input.button:hover, input.button.hover,

input.button:focus, input.button.focus {
	color: #333;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */

* html input.button {
	border: 1px solid #666;
}

/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */






http://lauramoreno.net/v2/css/lightbox.css


/* @override http://localhost3:8888/laura_photo/css/lightbox.css */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	margin-top: -20px;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #0c0c0c;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank1.gif) no-repeat;
	

/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/lightbox/prev_3.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lightbox/next_3.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #0c0c0c;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding: 0 10px;
	color: #ff7f2a;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #0c0c0c;
}
