/*
Theme Name: PPS
Theme URI: https://dev.piratenpartei.ch/projects/wptheme/
Description: Pirate Party Switzerland
Author: Stefan Ott
Author URI: http://www.ott.net/
Version: 0.4.3
*/

:root {
	--hnavbg: linear-gradient(to bottom, #eb8801, #e8c346);
}

li, ul {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	background-color: #d78215;
	margin: 0;
	font-size: small;
}

a:link, a:visited {
	color: #a57f57;
}

h1 {
	font-size: x-large;
}

input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

#content h2 {
	font-size: x-large;
	font-weight: normal;
	margin-top: 50px;
	clear: both;
}

#content h3 {
	margin-top: 20px;
	clear: both;
}

#page {
	background-color: #EEB50C;
	background-image: url('images/bgmid.jpg');
	background-repeat: repeat-x;
	background-attachment: absolute;
	background-position: center top;
}

#main,
#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#main {
	position: relative;
	z-index: 20;
	-webkit-box-shadow: 0 2px 4px 2px #d97c10;
	-moz-box-shadow: 0 2px 4px 2px #d97c10;
	box-shadow: 0 2px 4px 2px #d97c10;
	background-color: #FBF8F2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
}

#content {
	padding: 0 25px;
	width: 650px;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

iframe {
	border: none;
}

#ship {
	position: absolute;
	left: 565px;
	top: 6px;
	height: 98px;
	width: 85px;
	z-index: 10;
}

img.logo {
	position: relative;
	z-index: 20;
}

abbr, acronym {
	border-bottom: 1px #a57f57 dashed;
}

div.quickProfile {
	border: 1px #dddddd solid;
	margin: -5px;
	padding: 5px;
	background-color: #f8f8f8
}

/* the top bar */

#bar {
	background-color: #4C4642;
	border-bottom: 1px solid #47403C;
	height: 20px;
	width: 100%;
}

#bar-inner {
	margin: auto;
	width: 968px;
}

#bar-inner li {
	display: inline;
	float: left;
	list-style-type: none;
	padding-right: 12px;
}

#bar-inner li:last-child {
	float: right;
}

#bar-inner .widget-title, ul#bar-inner li.home {
	display: none;
}

#bar-inner a {
	color: #ccc;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#bar-inner a:hover {
	color: #e79928;
}

/* the navigation menu */

#navigation {
	position: relative;
	float: left;
	z-index: 10;
	width: 978px;
}

div.menu {
	background-color: #e8c346;
	background-image: url('images/hnavbg.png');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb8801', endColorstr='#e8c346');
	background-image: -moz-linear-gradient(top, #eb8801, #e8c346);
	background-image: -webkit-linear-gradient(top, #eb8801, #e8c346);
	background-image: -o-linear-gradient(top, #eb8801, #e8c346);
	background-image: linear-gradient(to bottom, #eb8801, #e8c346);
	background-image: var(--hnavbg);
	-webkit-box-shadow: 0 -2px 4px 2px #d97c10;
	-moz-box-shadow: 0 -2px 4px 2px #d97c10;
	box-shadow: 0 -2px 4px 2px #d97c10;
	clear: both;
	float: left;
	background-repeat: repeat-x;
}

div.menu > ul {
	background-image: url('images/navline-vert-dividers.png');
	background-position: -10px 0;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

div.menu ul li.home {
	width: 35px;
	padding: 13px 0 2px 0;
	text-align: center;
}

div.menu ul li.home img#nav-expand{
	position: relative;
	left: -2px;
	top: -1px;
}

div.menu > ul > li {
	width: 180px;
	float: left;
	margin: 0;
	padding: 17px 0 2px 4px;
	border: none;
}

div.menu > ul > li > a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
}

div.menu ul li a:hover {
	color: #333333;
}

div.menu > ul > li > a {
	margin-left: 59px;
}

div.menu > ul > li > a > img {
	position: absolute;
	top: -17px;
	left: -65px;
}

div.menu ul.children,
div.menu ul.sub-menu {
	list-style: none;
	padding: 22px 0 2px 59px;
}

div.menu ul.children a,
div.menu ul.sub-menu a {
	color: white;
	text-decoration: none;
}

div.menu ul.children li,
div.menu ul.sub-menu li {
	background-image: url('images/hnav-subpfeile.png');
	background-repeat: no-repeat;
	padding-left: 7px;
	background-position: 0 4px;
	margin-bottom: 3px;
}

div.menu ul.children li:hover,
div.menu ul.sub-menu li:hover {
	background-position: 0 -17px;
}

#container {
	float: left;
	background-color: #ffffff;
	padding-top: 40px;
	border-right: 1px solid #F2E9DE;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 1;
	-ms-flex-order: 1;
	-moz-box-ordinal-group: 1;
	order: 1;
}

/* the sidebar */

#sidebar {
	float: right;
	/*display: inline;*/
	width: 209px;
	padding: 40px 25px 30px 25px;
	background-color: #fbf8f2;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 2;
	-ms-flex-order: 2;
	-moz-box-ordinal-group: 2;
	order: 2;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color: #695037;
}

#sidebar h3
{
	font-size: small;
	text-transform: uppercase;
	color: #a57f57;
	margin-bottom: 2px;
}

#sidebar > ul {
	list-style: none;
	padding: 0;
}
#sidebar > ul > li {
	padding-top: 5px;
}

#sidebar li > ul, #sidebar li > div > ul {
	color: #666666;
	list-style: square;
	list-style-position: outside;
	padding: 0 0 0 16px;
	margin: 0;
}

#sidebar li > ul > li {
	padding: 2px 0;
}

#searchform label {
	display: none;
}

#searchform input#s {
	width: 120px;
}

/* footer */

#pageend {
	background-image: url('images/bgfot.jpg');
	background-repeat: repeat-x;
	height: 124px;
	background-color: #d78215;
	margin-top: 50px;
	padding-top: 10px;
}

#pageend .content {
	width: 920px;
	margin: 0 auto;
	background-image: url('images/cc-low.png');
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 40px;
}

#pageend a, #pageend {
	color: #984508;
	font-size: x-small;
	line-height: 160%;
}

/* Images */

p.wp-caption-text {
	font-style: italic;
	margin: -5px 0 10px 0;
}

img {
	border: none;
	max-width: 656px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}

#content .alignright,
#content img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .alignleft,
#content img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* The rest was stolen from the twentyten theme */

blockquote {
	font-style: italic;
	padding: 0 1em;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
#comments-title,
#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: -40px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}
#content {
	margin-bottom: 36px;
}
#content li {
	margin-left: 25px;
	padding-left: 10px;
}
#content,
#content input,
#content textarea {
	color: #333;
	/*font-size: 16px;*/
	font-size: small;
	/*line-height: 24px;*/
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	/* border: 1px solid #e7e7e7; */
	background-color: #fefefe;
	border: 1px #f0f0f0 solid;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	/* border-top: 1px solid #e7e7e7; */
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -16px;
	margin-right: -18px;
	padding: 18px 20px;
	border-bottom: 1px solid #ddd;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
