/*
Theme Name: Pirate Party
Theme URI: http://www.pp-international.net/
Description: The default theme for Pirate Parties.
Author: Angelo Verona
Version: 1.5
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

* {
	margin: 0;
	padding: 0;
}

body {
	/*font-family: Tahoma, sans-serif;*/
    font-family:"Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
	background: #fff url('images/background.png') repeat-x scroll center top;
}

p, small {
	margin-bottom: 10px;
}

p, span {
	font-size: 0.9em;
}

#topbar li {
	font-size: 0.9em;
}

h2 {
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 10px;
}


ul {
	margin-left: 25px;
}

img {
	border: none;
}

a{
	color:#1f6dd9;
	text-decoration:none;
}

a:visited{
	color:#1f6dd9;
}

a:hover{
	color:#1edadc;
}

hr {
	margin: 10px 0;
	border: none;
	border-bottom: 1px solid #cccccc; 
}

#wrapper {
	min-width: 976px;
	max-width: 1260px;
	margin: 0 auto;
}
#wrapper #inside {
	padding-bottom: 10px;
}

.content {
	padding: 20px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	min-height: 500px;
	text-align: justify;
}

.content ul {
    font-size: 0.9em;
}

.extraborder{
	border-left: 1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#header {
	height: 92px;
}

#logo {
	float: left;
}

#topbar {
	width:67%;
	height: 30px;
	background: #000 url('images/topbar-background.png') repeat-x fixed center top;
	float: right;
	color: white;
	font-size:0.9em;
	padding: 0 15px;
}

#topbar li, #topbar span {
	line-height: 30px;
}

#topbar .userlinks a {
	color: white;
}

#topbar .userlinks a:hover{
	color:#1edadc;
}

#sidebar {
	width: 300px;
	background-color: #F7F7F7;
	border-left: 1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding: 20px 10px 10px 10px;
}

.leftcolumn {
	background: url('images/sidebarbg.png') repeat-y white;
	padding-left: 350px;
	border-left: 0;
}

#footer {
	text-align: center;
	padding: 10px 0 20px 0;
	border-top: 1px solid #cccccc;
}

#footer p, #footer li {
	font-size: 0.8em;
}

#logo {
	margin-left: 10px;
}


.clearfix {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

fieldset {
	border: none;
}

/*** Header Forms ***/
#loginform {
	float: left;
	margin: 5px;
	width: 400px;
}

#searchform {
	float: right;
	margin: 5px;
}

.headerform input {
	margin-left: 5px;
	background-color:#4F4F4F;
	border-width:0;
	cursor:pointer;
	color: #bbb;
	height: 20px;
	width: 120px;
}

input.headerbutton {
	background: #FAFAFA url('images/bg_button.gif');
	color: black;
	cursor: pointer;
	font-size: 11px;
	width: 49px;
}

input.headerbutton:hover {
	color:blue;
}

/*** Nav bar ***/
/* The container list */
#menu-tabmenu {
	float: right;
	list-style: none;
	font-family: "Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	margin: 20px 0.7em 0em 0em;
}

/* Any list items in the menu */
#menu-tabmenu li {
	float: left;
	margin-right: 2px;
	background-color: #9966cc; /* 444444 */
	vertical-align: middle;
	clear: none;
}

/* The currently 'selected' list item, ie. indicating we're in this section */
#menu-tabmenu li.current-menu-item, #menu-tabmenu li.current-menu-item:hover {
	background-color: #353535;
	border-bottom: 1px solid #353535;
}

/* Spans or links inside the list items, the main bit that will get displayed */
#menu-tabmenu a {
	color: #ffffff;
	height: 2.2em;
	line-height: 2.2em;
	padding-left: 0.55em;
	padding-right: 0.55em;
	text-decoration: none;
}

#menu-tabmenu a:hover {
	color: #000000;
}

#menu-tabmenu a:visited {
	color: #ffffff;
}

#menu-tabmenu li:hover {
	background-color: #cc99ff;
}

/* list styles */
ul {
	margin-bottom: 10px;
}

.simplenav li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	list-style-type: none;
}

.sidenav {
	list-style-type: none;
}

.nostyle {
	list-style-type: none;
}

.formlist {
	margin: 0 0 0 10px;
}

ul.prettylist {
	list-style-image:url('images/bulletpoint.png');
}

/* Tab menu */
ul#tabnav {
	 text-align:left; 
	 margin:1em 0 0 0; 
	 font:bold 11px verdana,arial,sans-serif; 
	 border-bottom:1px solid #ccc; 
	 list-style-type:none; 
	 padding:3px 10px 3px 10px;
}
 
ul#tabnav li {
	display:inline;
	cursor:pointer;
}
 
ul#tabnav li.tabselected {
	border-bottom:1px solid #fff; 
	background-color:#fff;
}
 
ul#tabnav li.tabselected a {
	background-color:#fff; 
	color:#000; 
	position:relative; 
	top:1px; 
	padding-top:4px;
}
 
ul#tabnav li a {
	 padding:3px 4px; 
	 border:1px solid #ccc; 
	 background-color:#cfc; 
	 color:#666; 
	 margin-right:0px; 
	 text-decoration:none; 
	 border-bottom:none;
}
 
ul#tabnav a:hover {
	background:#fff;
}

/* errors */
.info,.comp{
	background-color:#B4EEB4;
	background-position:10px 5px;
	background-repeat:no-repeat;
	border:1px solid green;
	min-height:60px;
}
.error{
	background-color:#F99;
	background-position:10px 5px;
	background-repeat:no-repeat;
	border:1px solid #F33;
	min-height:60px;
	background-image:url('images/ico_error.png');
}
.info{
	background-image:url('images/ico_info.png');
}
.comp{
	background-image:url('images/ico_comp.png');
}
.message p{
	padding:10px 30px 0 70px;
}
.message{
	margin-bottom:20px;
}

/* table styles */
.prettytable table{
    margin:auto;
    padding:0;
}
.prettytable thead {
    text-align: center;
}
.prettytable tbody th{
    border-bottom:1px solid #CCC;
    border-width:0 0 1px;
    margin:0;
    padding:5px 0 5px 10px;
}
.prettytable table,tr,td,thead,tbody{
    border-spacing:0;
}
.prettytable tr,td,thead,tbody{
    border-width:0;padding:10px 10px 5px;
}
.prettytable tr.odd{
    background-color:#F4F7FF;
}

/* page styles */
.orange-page {
	background:transparent url('/media/images/pages/topbg_colour.png') no-repeat top right;
	height: auto;
	margin:0 20px 0.5em;
	padding: 20px;
}

.smallprint{
	padding: 10px;
	color: #666;
	font-size: 12px;
}

.narrow {
	padding: 20px 50px;
}

.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.splitcolumnleft{
	float:left;
	width:48%;
	background-image:none;
}

.splitcolumnright{
	float:right;
	width:48%;
	background-image:none;
}

.candidateinfo ul {
	margin: 10px;
}

.candidateinfo ul {
    margin: 5px;
}

.candidateinfo {
	width: 230px;
	border: 1px dotted #C0C0C0;
	float: right;
	margin: 10px;
	font-size: 0.9em;
}

.candidateinfo img {
	margin: 10px auto;
	display: block;
}
.candidateinfo li {
	list-style-type: none;
	text-align: left;
}

.displaynone {
	display: none;
}

.tabcontents {
	border:1px solid #ccc; 
	border-top:none; 
	margin:0px; 
	padding:15px;
}

.displaynone{
	display: none;
}

.post_top_box {
	padding:10px;
	margin:10px;
	background-color:#F7F7F7;
	border: 1px solid #cccccc;
}

/*** Blog Sidebar ***/
#sidebar ul {
	padding: 0 20px 0 20px;
	list-style-type: none;
	margin: 0;
}

#sidebar h3 {
	padding: 0 5px 0 5px;
}

.taglist {
	padding: 0 20px 0 20px;
}

.followbox {
	font-weight: bold;
}

.followbox img {
	vertical-align: middle;
	padding: 10px;
}

.followbox  a {
	text-decoration: none;
}

#tweetbox {
	padding: 2px 10px;
}

#tweetbox p {
	font-size: 1.12em;
}

#tweetbox small {
	font-size: 0.75em;
}

#facebooksidebarbox {
	height:250px;
}

#contributorsbox img {
	display: block;
	margin-left: 10px;
}

/* Quote */
blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
	padding-top: 25px;
	background-image: url('images/quote.gif');
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

/* comments */
.comment {
	background-color:#F8FAFF;
	border: 1px solid #B8C4EA;
	border-left: 2px solid black;
	margin: 0 20px 7px 0;
	padding:3px 20px 0;
	overflow: hidden;
}
 
.commentcontent{
	margin: 0 0 10px 10px;
}

form.commentform fieldset {
	margin-bottom: 10px;
}
form.commentform legend {
	padding: 0 2px;
	font-weight: bold;
}
form.commentform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.commentform fieldset li {
	list-style: none;
	padding: 5px;
}
form.commentform label {
	width: 120px;
}
.c0depth {
	margin-left: 0em;
}

.c1depth {
	margin-left: 2em;
}

.c2depth {
	margin-left: 4em;
}
.commenttop {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

/* share buttons */
.twitterbutton {
	margin: 5px;
}
.fbbutton {
	margin:5px;
    padding:10px;
}
.fbbutton, .twitterbutton, .DiggThisButton {
    width: 50px;
    float: left;
    margin: 5px 10px;
}

/* home styles */
.contenthome {
	padding: 0;
}
.hometop {
	border-bottom:  1px solid #cccccc;
	padding:20px;
	background-color:#F7F7F7;
}
.hometopright {
	width: 350px;
	float: right;
	padding-right: 15px;
}
.hometopleft {
	padding-right: 400px;
}

.homebottom {
	margin: 10px 0 0;
	padding: 5px 20px;
	background: white url('images/homebottombg.png') repeat-y 100% 0;
}
.homebottomleft {
	padding-right: 560px;
	min-height: 500px;
}
.homebottommiddle {
	min-height: 500px;
	width:300px;
	float:right;
	padding: 10px;
	padding-top: 0;
}
.homebottomright {
	min-height: 500px;
	width:200px;
	float:right;
	padding: 10px;
	padding-top: 0;
}
.homedonatemeter {
	float: right;
	margin-left:10px;
}

.donatepagebarleft {
	float: left;
	margin-left:30px;
	margin-top:30px;
}
.donatepagebarright{
	text-align: center;
	float:right;
	margin:30px 30px 10px;
}
.donatepagebarright p {
	font-size: 22px;
}
.donatebutton {
	margin-left: 10px;
	width:100px;
	height:50px;
}


.followbox img {
	padding: 15px;
}

/* Blog post */
.categoriesbar{
	margin-bottom: 40px;
}
.commentstitle {
	height: 60px;
}
.underpost {
	margin-bottom: 35px;
}

.paginationnewer {
	float:right;
}

/* Subscription styles */
table.subscription_list {
	border:0;
	width:900px;
	text-align:center;
	margin-bottom: 20px;
}
th.subscription_name {
	width: 200px;
}
.subscription_desc {
	width: 500px;
	text-align: left;
}
.list_header {
	font-size: 17px;
	text-align: left;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aktt_tweets ul{
	list-style: none;
	margin-left: 0px;
}
.aktt_tweets li{
	border-bottom: 1px dashed #fff;
	margin-bottom: 10px;
}
.post-content {
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
min-height:500px;
padding:20px;
text-align:justify;
background:url("images/sidebarbg.png") repeat-y scroll 100% 0 white;
border-right:0 none;
padding-right:350px;

}
.aktt_tweets {
background: none repeat scroll 0 0 #33CBFE;
color: #FFFFFF;
-moz-border-radius: 16px;
-webkit-border-radius:16px;
border-radius:16px;
padding: 11px;
}
.aktt_tweets a{
font-weight:bold;
font-size: 11px;
}
#aktt_tweet_form p {
	margin: 0;
}
input#aktt_tweet_text {
float: left;
}
input#aktt_tweet_submit {
float: right;
}