﻿/*
 * Global style for olganorris.com
 */

body {
	font-family:"Lucida Sans Unicode"; 
	font-size:small;
	line-height:1.2;
}

/* Colour scheme */

body {
	background-color:#8c9a9c;	/* Surrounding matte */
}

.content, a:hover {	
	color:#2f646a;  /* Main text colour */
}

.header, .footer, a {
	color: #8c9a9c;	 /* Header and footer text, unselected links */
}

.header .title {
	color:#499ca6;	/* Highlight colour for OJN's name */
}

.page-content-area, .menu, .image-details {
	
	border-color: #d5eaed; /* Borders and lines */
}

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

.page {
	position:absolute;
	width:992px;
	height:650px;
	left:50%;
	top:50%;
	margin-top:-325px;
	margin-left:-496px;
	background-color:white;
}

.page .page-content-area {
	position:relative;
	left:3%;
	right:3%;
	top:20px;
	bottom:0px;
	height:630px;
	width:94%;
}

a {
	text-decoration:none;
}

a:focus {
	outline:none;
}
a:hover
{
    text-decoration: underline;
}

a:link img {
	border:none;
}

a:visited img{
	border:none;
}


.header {
	height:62px;
	position:relative;
	margin-bottom:30px;
	border-color:inherit;
	border-width: 1px;
	border-bottom-style: solid; 
}

.logo {	
	position:absolute;
	left:0px;
}

.header-text {
	position:absolute;
	left:75px;
	right:0px;
	top:5px;
	font-size: medium;
}

.header .title {
	font-size: x-large;
	padding:0px;
}

.header .sub-title {
}

.menu {	
	position:absolute;
	display:inline;
	right:0px;
	width:240px;
	text-align:center;
}

.menu-item {
	border-color:inherit;
}

.menu a
{
    position:relative;
    float:left;
    padding-right: 10px;
    padding-left: 10px;
    border-color: inherit;
    border-width: 1px;
    border-right-style: solid; 
}

.menu a.last
{
	border-right:none;
}

.content {
	height:494px;
	position:relative;
	/*color:#607080;*/
	/*color:#529AAD;*/
}

.left-pane {
	position:absolute;
	left:2%;
	top:0px;	
	height:100%;
	width:43%;
}

.left-pane-text {
	width:80%;
}
.right-pane {
	position:absolute;
	left:45%;
	top:0px;
	width:55%;
	height:100%;
}

.footer {
	position:absolute;
	width:100%;
	bottom: 0px;
	height:40px;
	font-size:xx-small;
	border-color:inherit;
	border-width: 1px;
	border-top-style:solid;
	}

.footer p {
	margin-top:0px;
}

.last-updated {
	float:right;
}

.thumbs {
	width:310px;
	height:auto;
	padding-left:15px;
	padding-right:15px;
}

.thumb {
	display:inline;
	width: 90px;
	height: 90px;
}

.buttons {
	width:276px;
	margin-top:10px;
	text-align:center;
}

.folder-index  img{
	margin: 12px;
}

.image {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.image-details {
	position:absolute;
	bottom:30px;
	margin-top: 30px;
	border-width: 1px;
	border-top-style: solid;
	width: 310px;
	height:130px;
}

.details-title {
	float:left;
	font-style:italic;
	font-size:small;
	height:30px;
}

.details-size {
	font-size:x-small;
	float:right;
}

.details-comment {
	position:absolute;
	top:40px;
	left:0px;
}

.details-paypal {
	position:absolute;
	right:0px;
	bottom:0px;
}

.details-price {
	position:absolute;
	left:0px;
	bottom:6px;
}

.footnote {
	font-size:xx-small;
	font-style:italic;
	margin-top:5px;
}

.right-pane  p {
	margin-left:0px;
	margin-right:40px;
}

.right-pane .img {
	float:left;
	margin-right:40px;
	margin-top:10px;
	height:100%;
}

.right-pane-text {
	float:right;
}

.right-pane #links {
	margin-top:180px;
}

.break {
	clear:both;
}

p.h1 {
	margin-top:10px;
	font-weight:bold;
}

select {
	color:inherit;
	border-color:inherit;
}
.inline-title {
	font-style: italic;
}

.bottom {
	position:absolute;
	bottom:20px;

}


