/* @override http://preview.eyedea.eu/client-docs/photovoca/siteDesign-photovoca/style/photovoca-style.css */

/* © PhotoVOCA 2011 */
/* ----------------------------------------------------------------------
COLOUR SCHEME
#20222a app grey
#fecf16 bright orange
#ef7d07 dark orange
#181a20 icon grey
#606060 midgrey


---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
TYPOGRAPHY
Droid Sans					via Google Font Library		
							(font stack: 'Helvetica Neue', Helvetica, sans-serif)	
Designer:					Steve Matteson
Font API parameter name:	Droid+Sans
License:					Apache License, version 2.0
---------------------------------------------------------------------- */

/* thanks, Eric :-)
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
/* ----------------------------------------------------------------------
based on Eric Meyer's reset v2
---------------------------------------------------------------------- */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* ----------------------------------------------------------------------
set scrollbar to always be in place
---------------------------------------------------------------------- */
html {
	overflow-y: scroll;
}
/* ----------------------------------------------------------------------
general styling
---------------------------------------------------------------------- */
html {
	background: #20222a;
}
body {
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	color: #e1e1e1;
	background: #181a20;
	background-attachment: fixed;
	border-top: 4px solid #fecf16;
	text-rendering: optimizeLegibility;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* redefined per element */
:focus {
	outline: none;
}
#wrap {
	width: 800px;
	min-height: 300px;
	margin: 0 auto;
	padding: 0 0 8em 0;
	position: relative;
}
object {
	margin: 10px;
}
:hover {
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
a {
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
a:link, a:visited {
	padding: 0 2px;
	text-decoration: none;
	color: #fecf16;
	border-bottom: 1px solid #ef7d07;
}
a:hover {
	background: #181a20;
	color: #fecf16;
}
a:active, a:focus {
	background: #fecf16;
	color: #181a20;
}
code {
	font-family: 'courier new', monospace;
	font-size: 16px;
	color: #666;
	background: #444;
	padding: 2px;
}
/* ----------------------------------------------------------------------
typography
---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height: 2.4;
	font-weight: 600;
	color: #ef7d07;
	margin: 0 0 0 5px;
}
h1 {
	font-size: 1.4em;
	color: #ef7d07;
}
h2 {
	font-size: 1.2em;
	line-height: 2;
	color: #fecf16;
}
h3 {
	font-size: 1.1em;
	line-height: 2;
	color: #eaeaea;
}
h4 {
	font-size: 1.1em;
	line-height: 2;
	color: #ef7d07;
}
p {
	font-size: .9em;
	line-height: 1.6;
	margin: 0 0 1.46em 6px;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
ol {
	font-size: .9em;
	line-height: 1.6;
	margin: 1em 0 1em 1.46em;
	list-style: decimal;
}
ul {
	font-size: .9em;
	line-height: 1.6;
	margin: 1em 0 1em 1.46em;
	list-style: disc;
}
/* ----------------------------------------------------------------------
header styling
---------------------------------------------------------------------- */
#header {
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 820px;
	height: 330px;
	margin: 0 auto;
}
#header h1 {
	color: #fecf16;
	font-size: 3em;
	line-height: 2;
	padding: 2em 0 0 0;
	position: absolute;
	-moz-text-shadow: 1px 1px 6px #000000;
	-webkit-text-shadow: 1px 1px 6px #000000;
	-o-text-shadow: 1px 1px 6px #000000;
	text-shadow: 1px 1px 6px #000000;
}
#header h1 img {
	display: block;
	float: left;
	margin: -2em 30px 0 0;
	position: relative;
	z-index: 2;
}
#header p.tagline {
	margin: 0;
	position: absolute;
	font-weight: bolder;
	font-size: 1em;
	left: 355px;
	top: 180px;
}
/* ----------------------------------------------------------------------
nav styling
---------------------------------------------------------------------- */
#header #nav {
	position: absolute;
	top: 256px;
	left: 326px;
	font-size: 1em;
}
#header #nav ul {
	width: 705px;
	min-height: 30px;
	list-style: none;
	overflow: hidden;
}
#header #nav ul li {
	display: inline;
	float: left;
	width: 22%;
}
#header #nav ul li a {
	display: block;
	margin: 2px 10px 5px 2px;
	padding: 5px 10px;
	background-color: #ef7d07;
	border-collapse: collapse;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-moz-box-shadow: 1px 1px 6px #000000;
	-webkit-box-shadow: 1px 1px 6px #000000;
	-o-box-shadow: 1px 1px 6px #000000;
	text-decoration: none;
	color: #181a20;
	font-weight: bolder;
}
#header #nav ul li a:hover {
	background: #fecf16;
	color: #000000;
}
#header #nav ul li a:active, #header #nav ul li a:focus {
	background: #fecf16;
	color: #181a20;
}
#header #nav ul li a#cur {
	background: #fecf16;
	color: #181a20;
}
#header #nav ul li a#cur:active, #header #nav ul li a#cur:focus {
	background: #fecf16;
	color: #000;
}
/* ----------------------------------------------------------------------
sidebar styling
---------------------------------------------------------------------- */
#sidebar {
	position: absolute;
	top: 16px;
	left: 0;
	display: block;
	width: 220px;
	padding: 0 50px;
}
#sidebar a {
	text-decoration: none;
}
/* submenu styling */
#sidebar.submenu {
	position: absolute;
	top: -30px;
	left: 0;
	display: block;
	width: 170px;
	padding: 40px 10px;
	margin: 0 0 0 74px;
	background: #20222a;
	font-size: .9em;
}
#sidebar.submenu h2 {
	margin: 0 0 16px 0;
	color: #eaeaea;
}
#sidebar ul {
	font-size: 1em;
	list-style: none;
	margin: 0;
}
#sidebar ul li {
	margin: 0 0 1px 0;
	list-style: none;
}
#sidebar ul li a {
	display: block;
	padding: 2px 10px;
	margin: 0 -10px;
	border: none;
	font-weight: 600;
}
#sidebar ul li a:link {
	background-position: 0 -200px;
	color: #ef7d07;
}
#sidebar ul li a:visited {
	color: #ef7d07;
}
#sidebar ul li a:hover {
	background-position: 0 -20px;
	color: #fecf16;
}
#sidebar ul li a:active, #sidebar ul li a:focus {
	background: #ef7d07;
	color: #000000;
}
/* submenu sublevel styling */
#sidebar ul li ul {
	list-style: disc;
	list-style-position: inside;
	color: #384949;
}
#sidebar ul li ul li {
}
#sidebar ul li ul li a {
	margin: 0 -10px;
	font-weight: normal;
}
/* ----------------------------------------------------------------------
content styling
---------------------------------------------------------------------- */
#content {
	margin: 0 0 0 350px;
	overflow: hidden;
}
/* ----------------------------------------------------------------------
grid downloads
---------------------------------------------------------------------- */

#content .grid {
	display: block;
	width: 270px;
	padding: 15px;
	margin: 5px 15px 15px 5px;
	float: left;
	background: #20222a;
	border-collapse: collapse;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-moz-text-shadow: 1px 1px 6px #000000;
	-webkit-text-shadow: 1px 1px 6px #000000;
	-o-text-shadow: 1px 1px 6px #000000;
	text-shadow: 1px 1px 6px #000000;
}
#content .grid img {
	float: left;
	margin-top: 2px;
	margin-right: 16px;
	margin-left: 0;
	margin-bottom: 8px;
	border-color: #181a20;
	border-width: 4px;
}
#content .grid h2 {
	margin-left: 120px;
	line-height: 1;
	color: #fecf16;
}
#content .grid p.fileinfo {
	display: block;
	margin: .3em 0 .6em 0;
	font-size: .76em;
	line-height: 1.46;
	margin-left: 120px;
}
#content .grid p.fileinfo strong {
	font-weight: 600;
}
#content .grid p.description {
	display: block;
	margin: .6em 0;
	font-size: .76em;
	line-height: 1.46;
	clear: both;
}
#content .grid .description p {
	display: block;
	margin: .6em 0;
	font-size: .8em;
	line-height: 1.46;
	clear: both;
}
#content .grid a {
	text-decoration: none;
	display: block;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 120px;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #f1f5f8;
	background-position: 0 -200px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none;
	text-decoration: none;
	-moz-text-shadow: 1px 1px 6px #000000;
	-webkit-text-shadow: 1px 1px 6px #000000;
	-o-text-shadow: 1px 1px 6px #000000;
	text-shadow: 1px 1px 6px #000000;
}
#content .grid a:link, #content .grid a:visited {
	background-position: 0 -200px;
	color: #fecf16;
}
#content .grid a:hover {
	background-position: 0 0;
	background: #ef7d07;
	color: #fecf16;
}
#content .grid a:focus, #content .grid a:active {
	background: #ef7d07;
	color: #fecf16;
}
#content a.disabled {
	text-decoration: none;
	display: block;
	margin: 2px 10px 5px 120px;
	padding: 5px 10px;
	background: #20222a;
	background-position: 0 -200px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none;
	text-decoration: none;
	-moz-text-shadow: 1px 1px 6px #000000;
	-webkit-text-shadow: 1px 1px 6px #000000;
	-o-text-shadow: 1px 1px 6px #000000;
	text-shadow: 1px 1px 6px #000000;
}
#content a.disabled:link, #content a.disabled :visited {
	background-position: 0 -200px;
	color: #ef7d07;
}
#content a.disabled:hover {
	background-position: 0 0;
	background: #ef7d07;
	color: #fecf16;
}
#content a.disabled:focus, #content a.disabled:active {
	background: #ef7d07;
	color: #fecf16;
}
.shortinnerbox {
	width: 270px;
	display: block;
	min-height: 185px;
}
.tallinnerbox {
	width: 270px;
	display: block;
	min-height: 260px;
}
/* ----------------------------------------------------------------------
content styling - single column
---------------------------------------------------------------------- */
#content.singlecol {
	margin: 0 0 0 80px;
	overflow: hidden;
}
#content.singlecol h1, #content.singlecol h2, #content.singlecol h3, #content.singlecol h4, #content.singlecol h5, #content.singlecol h6 {
	margin: 0;
	margin-top: 15px;
}
#content.singlecol p {
	display: block;
	margin: 0 0 .46em 0;
	padding: 0;
}
#content.singlecol dl {
}
#content.singlecol dl dt {
	color: #fecf16;
	font-size: 1em;
	line-height: 2;
	padding-top: 1em;
}
#content.singlecol dl dd {
	font-size: .9em;
	color: #eaeaea;
	padding: 0 0 0 3em;
}
/* ----------------------------------------------------------------------
footer styling
---------------------------------------------------------------------- */
#footer {
	padding: 20px 0;
	border-top: 3px solid #ef7d07;
	overflow: hidden;
}
#footer #links {
	width: 800px;
	margin: 0 auto;
}
#footer #links ul {
	width: 750px;
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	font-size: .9em;
}
#footer #links ul li {
	display: inline;
	float: left;
	width: 25%;
}
#footer #links ul li a {
	display: block;
	margin: 2px 10px 5px 2px;
	padding: 5px 10px;
	background: #20222a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	border: none;
	-moz-box-shadow: 1px 1px 6px #000000;
	-webkit-box-shadow: 1px 1px 6px #000000;
	-o-box-shadow: 1px 1px 6px #000000;
	text-shadow: 1px 1px 1px #000000;
	font-weight: bolder;
}
#footer #links ul li a:link, #footer #links ul li a:visited {
	background-position: 0 -200px;
	color: #ef7d07;
}
#footer #links ul li a:hover {
	background-position: 0 0;
	background: #fecf16;
	color: #181a20;
}
#footer #links ul li a:focus, #footer #links ul li a:active {
	background: #fecf16;
	color: #181a20;
}
#footer #links ul li a#cur {
	background: #ef7d07;
	color: #fff;
}
#footer #links ul li a#cur:active, #footer #links #nav ul li a#cur:focus {
	background: #fecf16;
	color: #000;
}
/* ----------------------------------------------------------------------
form styling
---------------------------------------------------------------------- */
#content.form {
	margin: 0 0 0 90px;
	overflow: hidden;
}
#content form {
	display: block;
	width: 70%;
	margin: 5px 10px 10px 5px;
	float: left;
	border-collapse: collapse;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size: 1em;
}
#content form fieldset {
	display: block;
	position: relative;
	margin: 0 0 2em 0;
	padding: 60px 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 6px #000000;
	-webkit-box-shadow: 1px 1px 6px #000000;
	-o-box-shadow: 1px 1px 6px #000000;
	font-size: 1em;
}
#content form label {
	line-height: 1.6;
	display: block;
	margin-bottom: 15px;
	width: 170px;
	clear: left;
	float: left;
}
#content form legend {
	line-height: 2;
	font-size: 1em;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 6px;
	color: #ef7d07;
	font-weight: bold;
}
#content form textarea {
	display: block;
	border: 0;
	border-style: solid;
	background: #eeeeee;
	padding: 6px;
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 6px #000000;
	-webkit-box-shadow: 1px 1px 6px #000000;
	-o-box-shadow: 1px 1px 6px #000000;
}
#content form input {
	display: block;
	line-height: 1.6;
	border: 0;
	border-style: solid;
	background: #eeeeee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 6px #000000;
	-webkit-box-shadow: 1px 1px 6px #000000;
	-o-box-shadow: 1px 1px 6px #000000;
	clear: right;
	float: left;
}
#content form textarea {
	display: block;
	width: 475px;
	height: 9em;
	font-size: 1em;
}
#content input[type=submit] {
	display: block;
	margin: 10px 10px 5px 2px;
	padding: 5px 10px;
	background-color: #ef7d07;
	border-collapse: collapse;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none;
	-moz-box-shadow: 1px 1px 6px #000000;
	-webkit-box-shadow: 1px 1px 6px #000000;
	-o-box-shadow: 1px 1px 6px #000000;
	text-decoration: none;
	color: #181a20;
	font-size: 1em;
	font-weight: bolder;
}
#content input[type=submit]:hover {
	background: #fecf16;
	color: #000000;
}
#content input[type=submit]:active {
	background: #fecf16;
	color: #181a20;
}
/*

Addendum

==========================



/*
Quacks
*/


.split_50 {
	width: 49%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.split_100 {
	clear: both;
}
.split_100 img {
	border: 0;
}
.helptext {
	margin-bottom: 1em;
	clear: both;
}
.helptext1 {
	margin-bottom: 1em;
	clear: both;
}
.helptext strong {
	margin-bottom: 1em;
	clear: both;
	font-weight: Bold;
}
.centre {
	text-align: center;
}
.thumblink img, .thumblink a {
	border: 4;
	background: none;
	text-decoration: none;
}
#google_translate_element {
	margin-left: 5px;
	margin-bottom: 15px;
	position: relative;
	height: 20px;
}
#screenshots {
	background: #212121;
	margin-top: 20px;
	margin-left: 55px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	width: 720px;
	height: 540px;
	padding: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
#screenshots > div {
	position: absolute;
	left: 0;
	top: 20px;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
#righthelp {
	margin-top: 0px;
	margin-left: 10px;
	position: relative;
	float: left;
	width: 350px;
	height: 600px;
}
#sidebar a {
 padding 0;
	border: 0px;
}
#sidebar img {
	border: 0px;
	background: none;
 padding 0;
	padding-top: 10px;
	margin: 0;
}
.exampleschema {
	background-color: #121212;
	color: #ededed;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #fecf16;
	min-height: 330px;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
 font-size: = 1em;
}
