/* Copyright (c) 2009 Orion Transfer Ltd. All Rights Reserved. */

body {
	font-family: "Optima", "Skia", verdana, arial, helvetica, sans-serif;
}

body.oriontransfer {
	/* 	background-image: url(/welcome/_gallery/TekapoSky.jpg); */
	background-image: url(/welcome/_gallery/_cache/TekapoSky.large.jpg);
}

p img {
	vertical-align: middle;
}

blockquote {
	line-height: 2em;
}

img {
	border: none;
}

table.basic {
	border-collapse: collapse;
	margin: auto;
	width: 90%;
}

table.basic thead th {
	color: #003399;
	border-bottom: 2px solid #6678b2;
	padding: 10px 8px;
}

table.basic tbody th,
table.basic tbody td {
	border: none;
	padding: 9px 8px 0px 8px;
	color: #666699
}

table.basic tbody th {
	text-align: left;
	text-decoration: underline;
	padding-top: 12px;
}

table.basic tbody tr:hover td {
	text-shadow: #ccc 1px 1px 4px;
}

table.basic tfoot th {
	color: #003399;
	padding: 20px 8px 2px;
	border-bottom: 2px solid #6678b2;
}

table.centered td, table.centered th {
	text-align: center;
}

a {
	color: #3456ef;
	text-decoration: none;
}

a:hover {
	color: #2345ef;
	text-decoration: underline;
}

.icon {
	vertical-align: middle;
}

table.basic td {
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

p, ul, ol, dl, h3, h4, pre.syntax {
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin: 1em 20pt 1em;
}

li ul {
	margin-top: 0;
}

h3, h4 {
	margin-top: 3em;
	margin-bottom: 0.2em;
}

h4 {
	margin-top: 2em;
}

pre.syntax, div.syntax-container {
	padding: 1em 20pt 1em;
}

dl.options {
	padding-top: 0.5em;
	margin: 0 4em 0;
}

dl.options dt {
	font-weight: bold;
	
	float: left;
	clear: both;
	
	width: 14%;
	text-align: right;
	
	padding: 0 0.5em 0.5em 0.5em;
}

dl.options dt:after {
	content: ":";
}

dl.options dd {
	margin: 0 0 0.5em 16%;
	padding: 0 0.5em 0.5em 0.5em;
}

h3, h4, h5, h6 {
	font-weight: normal;
}

h4 {
	margin-bottom: 0;
}

#page h1 {
	padding: 10px 20px 5pt;
	margin-top: 0px;
	
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	letter-spacing: 0.02em;
}

#page h2 {
	font-size: 13pt;
	
	text-shadow: #999 2px 2px 8px;
	
	padding:0.5em;
	margin: 6em 0 2em;
	
	color: #333;
	background-color: #eee;
	letter-spacing: 0.12em;
	
	border: 1px solid #bbb;
	border-radius: 0.5em;
}

#page h3 {
	font-size: 12pt;
	border-bottom: 1px solid #ccc;
}

#page h4 {
	font-size: 12pt;
	font-weight: bold;
}

/* Page Layout */

body {
	margin: 0px;
	padding: 0px;
}

#header {
	height: 160px;
	
	background-image: url(/_css/logo.png);
	background-repeat: no-repeat;
	background-position: 50px 50px;
	
	position: relative;
}

#space-ship {
	position: absolute;
	
	right: 60px;
	top: 30px;
	
	z-index: 100;
}

#page {
	position: relative;
	background-color: white;
	
	margin-left: 20px;
	margin-right: 20px;

	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
}

#page div.content {
	padding: 30px;
	position: relative;
}

#links {
	margin: 50px;
	
	color: white;
	
	border: 2px solid white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background-color: rgba(0, 0, 0, 0.6);
	font-size
}

#links {
	padding: 10pt;
}

#links dt a {
	color: #FFFFFF;
}

#links a {
	color: #88E;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

#links .summary {
	width: 100%;
}

#links .summary td {
	width: 25%;
}

#links td {
	vertical-align: top;
	width: 25%;
}

#links .link {
	display: block;
}

#links .link > img {
	vertical-align: -30%;
}

#links .link.child + .link.title {
	margin-top: 2em;
}

#links .link {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid black;
	padding: 0.3em;	
}

#links .link.title {
	font-size: 14pt;
	color: white;
}

#links .link.child {
	margin: 0.5em 1em 0.5em;
	text-align: center;
	
	font-size: 12pt;
	line-height: 120%;
	
	border-radius: 4px;
	border: 1px solid #226;
}

#links a.link:hover {
	border: 1px solid white;
	background-color: rgba(64, 64, 64, 0.4);
	text-decoration: none;
}

#footer {
	clear: both;
	
	text-align: center;
	font-size: 11px;
	color: white;
	
	padding: 20px;
	
	z-index: 100;
}

.license {
	font-family: monospace;
	color: black;
}

/* Files View */

dl.files {
	border: 1px solid #ccc;
	padding: 2px;
}

dl.files dt.version {
	padding: 2px;
	background-color: #ccf;
}

dl.files dd {
	border-top: 1px dashed #eee;
	padding-top: 4px;
	padding-bottom: 4px;
}

dl.files dd.modified {
	color: #ccc;
}

dl.files dd img {
	vertical-align: bottom;
}

p.files {
	background-color: #ccf;
	padding: 2px;
}

p.files span {
	padding: 4px;
}

p.files strong {
	
}

/* General Styles */

code.basic {
	display: block;
}

pre.code, code.basic {
	margin: 10px;
	padding: 2em;
	background-color: #404040;
	color: #d0d0d0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.gallery {
	text-align: center;
}

.gallery img {
	vertical-align: middle;
}

h2 {
	margin-top: 5em;
}

/* Page Navigation Bar */
.navigation {
	height: 28px;
	border-bottom: 1px solid #ccc;
	
	position: relative;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #eee),
	    color-stop(1, #fff)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #eee 0%,
	    #fff 100%
	);
}

.navigation ul.trail {
	padding-left: 22px;
}

.navigation ul, .navigation li {
	list-style: none;
	float:left;
	line-height: 25px;
	margin-right: 11px;
}

.navigation ul {
	padding: 0;
	margin: 2px 0 2px;
}

.navigation ul.plusone {
	float: right;
}

ul.translations {
	float: right;
}

ul.translations li {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
}

.navigation .plusone {
	float: left;
	margin: 4px 0 0px;
	margin-right: 11px;
}

.navigation .search {
	float: right;
	background-color: #66f;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #44f),
	    color-stop(1, #99f)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #44f 0%,
	    #99f 100%
	);
	
	height: 28px;
	padding: 0;
	
	padding-right: 22px;
	padding-left: 11px;
	
	border-bottom: 1px solid #33f;
}

.navigation .search form {
	padding-top: 2px;
}

.navigation .search form * {
	vertical-align: bottom;
}

.questions > li {
	padding-bottom: 50px;
}

.answer {
	border: 1px solid #0f0;
	background-color: #cfc;
	padding: 5px;
}

dl.basic {
	margin-left: 30px;
	margin-right: 30px;
}

dl.basic dt {
	margin-top: 20px;
	font-size: 1.2em;
}

.filebox {
	position: relative;

	margin: auto;
	width: 608px;
	height: 192px;

	background-image: url("file.png");
}

.filebox .icon {
	position: absolute;

	width: 128px;
	height: 128px;

	left: 32px;
	top: 32px;
}

.filebox .text {
	position: absolute;

	left: 180px;
	top: 55px;

	color: #ccc;
	font-size: 11pt;
}

.filebox .text a {
	color: #ccf;
}

.filebox .text a.download {
	font-size: 14pt;
}

.filebox .text a:hover {
	color: white;
}

/* Features */

ul.features {
	list-style: none;
}

ul.features li {
	background-image: url("/_images/plus.png");
	padding-left: 32px;
	
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
}

/* Gallery */

.gallery {
	text-align: center;
}

.gallery .photo_thumbnail img {
	-moz-box-shadow: 4px 4px 8px #888;
	-webkit-box-shadow: 4px 4px 8px #888;
	box-shadow: 4px 4px 8px #888;
}

.gallery .photo_thumbnail, .gallery .thumbnail {
	display: inline-block;
	vertical-align: middle;
}

.gallery .thumbnail {
	width: 320px;
}

.gallery img {
	margin: 10px 10px 5px;
}

.gallery .photo_thumbnail {
	width: 320px;
	margin: 10px;
}

.gallery .photo_thumbnail .caption {
	font-size: 8pt;
}

.syntax {
	font-size: 80%;
}

/* Forms v2.1 */
.central_form {
	margin: auto;
	width: 75%;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fafafa;
	text-shadow: #ccc 2px 2px 4px;
	padding: 20px;
}

form.basic fieldset {
	margin: auto;
	border: none;
	padding: 10px;
}

form.basic dl {
	padding: 0px;
	margin: 0px;
}

form.basic dt {
	margin: 0px 0px 0px;
	padding: 3px 0px 0px;
	
	clear: both;
	font-size: 12pt;
	display: block;
	float: left;
	text-align: right;
	width: 26%;
	padding-right: 10px;
}

form.basic dd {
	margin: 0px 0px 20px 30%;
	padding: 0px;
	font-size: 12pt;
}

form.basic dd input, form.basic dd textarea {
	margin: 0px;
}

form.basic dd div {
	left: 0px; right: 0px;
	border: 1px solid orange;
}

form.basic dd input[type="text"],
form.basic dd input[type="password"] {
	width: 60%;
}

form.basic dd textarea {
	width: 90%;
	height: 200px;
}

form.basic dd.footer {
	text-align: right;
	padding: 0px 10px 0px 0px;
}

form.basic dd label.error {
	display: block;
	color: red;
}

/* Message Box */

.message-box {
	border: solid 2px #dedeff;
	color: #222222;
	padding: 10px 48px 10px;
	text-align: center;
	
	background: #efefff url(/_css/flag.png) 8px center no-repeat;
	margin: 0px 50px 0px;
	
	line-height: 1.5em;
}

blockquote .spoken:before {
	font-family: times;
	content: "“";
}
 
blockquote .spoken:after {
	font-family: times;
	content: "”";
}

blockquote .spoken {
	font-style: italic;
}

abbr, acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}

/* Siblings */

.siblings {
	margin-top: 4em;
	margin-bottom: 2em;
	
	padding-top: 0.2em;
	
	border-top: 1px solid #ccc;
}

.siblings .prev_link {
	float: left;
}

.siblings .next_link {
	float: right;
}

/* Table of contents */

.table-of-contents {
	width: 22%;
	position: absolute;
	top: 0;
	bottom: 0;

	background: url("/_css/sidebar.png") white;
	box-shadow: 1px 0px 2px #ccc;

	padding: 0;
}

.table-of-contents h4 {
	margin: 1.5em;
	text-align: center;
}

.table-of-contents ol {
	margin: 1.2em;
	padding-left: 1.5em;
}

.table-of-contents ol li.current {
	font-weight: bold;
}

.contents-page {
	margin-left: 22%;
}

/* Software and other summary listings */

.summaries {
	text-align: center;
}

.summaries li {
	vertical-align: top;
	
	display: inline-block;
	width:  40%;
	min-width: 330px;
	
	height: 128px;
	
	padding: 12pt;
	margin: 8pt;
	
	background-repeat: no-repeat;
	background-position: 5% 50%;
	
	border: 2px solid #ccc;
	border-radius: 12pt;
}

.summaries li div {
	margin-left: 132px;
}

.summaries p {
	font-size: 80%;
}
