@charset "UTF-8";
/* CSS Document */

/************************

 Style sheet for LiaRothstein.com
 Copyright Richard Ruiz 2008
 
 *************************/



body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #9ba29d;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d0d0d0;
	height: 100%;
}

img {
	border: none;
}

a:link {
	color: #9d5816;
	text-decoration: none;
}

a:visited {
	color: #9d5816;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.current {
	color: #9d5816;
}

#header {
	height: 130px;
	padding: 0px;
	background-color: #9ba29d;
}

#navigation_top {
	width: 500px;
	margin: auto;
	float: right;
	/*border: 1px solid blue;*/
}

#navigation_top ul {
	text-align: right;
	margin: 0px;
	padding: 15px 0px 25px 0px;
}

#navigation_top li {
	color: #d0d0d0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#navigation_top a {
	padding: 0px 3px 0px 27px;
	color: #d0d0d0;
}

#navigation_top li a:hover {
	color: #9d5816;
}

#navigation_left {
	float: left;
	text-align: right;
	width: 130px;
	margin: auto;
	/*border: 1px solid green;*/
}

#navigation_left ul {
	text-align: right;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#navigation_left li {
	color: #d0d0d0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#navigation_left a {
	color: #d0d0d0;
}

#navigation_left a:hover {
	color: #9d5816;
}

#navigation_left h1 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #d0d0d0;
	margin-top: 15px;
	font-weight: normal;
	text-transform: uppercase;
}


#main {
	/*height: 460px;*/
	width: 700px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: auto;
	text-align: right;
	background-color: #151a1e;
	color: #d0d0d0;
	/*border: 1px solid red;*/
}

#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#main {display: block;}
/* End hide from IE-mac */


#main_container {
	width: 100%;
	background-color: #151a1e;
}

/* To Fix IE bug with left margins on floats */
#nav_float_wrapper {
	float: left;
}

#thumbs {
	height: 380px;
	width: 484px;
	padding-left: 46px;
	float: right;
	text-align: left;
	/*border: 1px solid orange;*/
}

#aboutpage {
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
}

#aboutpage img {
	float: right;
	padding: 0px 0px 10px 10px;
}

#thumbs img {
	padding: 2px;
	border: 1px solid #151a1e;
	margin-left: 25px;
	margin-bottom: 25px;
}

#thumbs img:hover {
	border: 1px solid #9d5816;
}

#thumbs img.current {
	border: 1px solid #9d5816;
}

#thumbnav {
	height: 15px;
	width: 484px;
	float: right;
	text-align: right;
	padding-left: 43px;
	padding-bottom: 5px;
	padding-right: 3px;
	/*border: 1px solid purple;*/
	clear: both;
}

/*#thumbnav a:link {
	color: #bdbdbd;
	text-decoration: none;
}

#thumbnav a:visited {
	color: #bdbdbd;
	text-decoration: none;
}
*/
#thumbnav a:hover {
	color: #9d5816;
	text-decoration: underline;
}

#thumbnav .disabled {
	color: #151a1e;
}

#thumbnav .normal {
	color: #d0d0d0;
}

#details {
	position: relative;
	height: 35px;
	font-size: 13px;
	padding-left: 10px;
	/*display: table-cell;*/
	vertical-align: bottom;
}

#details p {
	position: absolute;
	bottom: 0px;
	margin: 0px;
}

#gallery_container img {
	margin-left: 20px;
	margin-bottom: 10px;
}

.orange {
	color: #9d5816;
	text-align: center;
}

#admin_footer {
	width: 100%;
	text-align: center;
	position: absolute;
	background-color: #9d5816;
	color: #151a1e;
	bottom: 0px;
	padding-bottom: 3px;
	margin: 0px;
}

#admin_footer a {
	color: #151a1e;
}

#footer {
	height: 100%;
	min-height: 100%;
	clear: both;
	padding: 10px;
	background-color: #9ba29d;
	color: #151a1e;
}

#adminbox {
	z-index: 2;
	position: absolute;
	right: 0;
	top:0;
	padding: 5px;
	text-align: right;	
}

#adminbox a {
	color: #151a1e;
}

#gray {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: .75;
	z-index: 3;
	visibility: hidden;
}

#admin {
	height:400px;
	width: 600px;
	position: absolute;
	top: 25%;
	left: 25%;
	text-align: left;
	background-color: #151a1e;
	border: 1px solid #9d5816;
	z-index: 4;
	visibility: hidden;
	overflow: hidden;
}

#admin_container {
	padding: 20px;
}

#admin h2 {
	text-align: center;
	margin-bottom: 20px;
}

#admin form {
	text-align: left;
	margin-top: 20px;
	width: 480px;
	position: absolute;
	left: 150px;
}

#admin p {
	margin: 0px;
	padding: 0px;
}

label {
	position: absolute;
	text-align: right;
	width: 130px;
}

input {
	margin-left: 140px;
	margin-bottom: 5px;
}

textarea {
	margin-left: -100px;
}

input.error {
	border: 1px solid #da9216;
	background-color: white;
}

span.error {
	color: #da9216;
}

select {
	margin-bottom: 5px;
}

select.month {
	margin-left: 140px;
}

label.check, label.radio {
	position:relative;
	text-align:left;
}

#statement {
	float: left;
	padding-left: 28px;
}