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

body, p, ol, ul, blockquote {
	font-family: "Skia", verdana, arial, helvetica, sans-serif;
}

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

blockquote {
	line-height: 2em;
}

img {
	border: none;
}

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

table.basic thead th {
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 13pt;

	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;
}

a {
	color: #3456ef;
}

a:hover {
	color: #2345ef;
}

.icon {
	vertical-align: middle;
}

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

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

dl.options dt {
	display: inline;
	border-bottom: 1px solid #333;
}

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

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

#page h2 {
	line-height: 14pt;
	font-size: 13pt;
	
	text-shadow: #999 2px 2px 8px;
	
	padding: 5px;
	margin: 50pt 0 20pt;
	
	color: #333;
	background-color: #eee;
	letter-spacing: 0.12em;
	
	border: 1px solid #bbb;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#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 .trail {
	padding: 2px 20px 2px 20px;
	border-bottom: 1px solid #ccc;
}

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

#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);
}

#links {
	padding: 10pt;
}

#links .summary {
	width: 100%;
}

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

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

#links dl {

}

#links dt {
}

#links dt .link {
	font-size: 16pt;
	font-weight: bold;
}

#links dd {
	margin: 5px;
	font-size: 12pt;
}

#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 */

.header_link {
	float: right;
}

code.basic {
	display: block;
}

pre.code, code.basic {
	/* border: 2px solid #ccc;
	border-left: 2px solid #333; */
	margin: 10px;
	padding: 2px;
	padding-left: 10px;
	background-color: #404040;
	color: #d0d0d0;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.gallery {
	text-align: center;
}

.gallery img {
	vertical-align: middle;
}

pre {
	overflow: auto;
}

h2 {
	margin-top: 5em;
}

ul.trail, ul.trail li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.trail {
	height: 24px;
}

ul.trail li {
	float:left;
	line-height: 24px;
	margin-right: 10px;
}

ul.trail li.locale {
	float: right;
}

.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: 50px;
    top: 32px;
    
}

.filebox .text {
    position: absolute;
    
    left: 200px;
    top: 55px;

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

.filebox .text a {
    color: #ccf;

    text-shadow: #000 1px 1px 4px;
}

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

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

.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 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;
}