/* vim: set et ts=4 sw=4 fdm=marker nocin: : */
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  border-bottom:1px solid;
}
a:focus {
  outline: thin dotted #333;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space:pre-wrap;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.navbar .brand {
  margin-right:.75em;
  float: left;
  display: block;
  height: 1.5em;
  padding: .75em;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: .625em;
  margin-bottom: 0;
  width:100%;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: .25em .5em;
  line-height: 1;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
  width:100%;
}
.navbar-fixed-top .navbar-inner {
  margin:0 auto;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: .75em;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .navbar-inner {
  background-color: #99c;
}
.navbar .brand,
.navbar .nav > li > a {
  color: #eef;
  border:0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .brand:hover,
.navbar .nav > li > a:hover,
.navbar .brand:focus,
.navbar .nav > li > a:focus {
  color: #fff;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
  color: #fff;
  background-color: #669;
}
.navbar .navbar-search .search-query {
  background-color: #fff;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  border:0;
  border-radius:2px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.navbar .navbar-search .search-query:focus {
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.navbar .navbar-search .search-query:-moz-placeholder {
  color: #999;
}
.navbar .navbar-search .search-query:-ms-input-placeholder {
  color: #999;
}
.navbar .navbar-search .search-query::-webkit-input-placeholder {
  color: #999;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}

#intro .container {
  margin:0 auto;
  display:table;
}

@media (max-width: 480px) {
  #intro .download-php { margin: 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 979px) {
}
@media (min-width: 980px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1500px) {
}

body, input, textarea {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
code,
pre.info,
.docs .classsynopsis,
.docs .classsynopsis code {
    font: normal 14px / 1.46 "Source Code Pro", monospace; 
}

body {
    font-size: 1em;
    line-height: 1.5;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
    margin:0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

h1 {
    font-size: 1.5em;
    line-height: 1;
    margin:0 0 .5em;
}
h2 {
    font-size: 1.25em;
    line-height: 1.2;
    margin:0 0 0.6em;
}
h3 {
    font-size: 1.125em;
    line-height: 1.333333333;
    margin:0 0 0.66666666666667em;
}
p {
    margin: .75em 0;
}
ul, ol {
    margin:.75em 1.5em;
    padding:0;
}
p:empty {
    margin:0;
    height:0;
    display:none;
}
small {
    font-size: 0.75em;
    line-height: 2;
}
blockquote {
    margin: .75em 0 .75em .75em;
}

abbr {
    border-bottom:1px dotted;
    cursor: help;
}
a {
    text-decoration:none;
}

h4, h5, h6 {
    font-size:1.125em;
    line-height: 1.333333333;
    margin:0 0 0.666666667em;
}
hr {
    margin:1.5em 0 1.25em;
    border:0;
    height:0;
    border-top:.25em solid #99c;
}

.navbar .brand img {
    padding:0;
    opacity:.75;
    border: 0;
}
.navbar a {
    border:0;
}

.navbar {
  border-bottom:.25em solid;
  overflow: visible;
  *position: relative;
  *z-index: 2;
}

.page-tools {
  margin-left:1.5em;
  float: right;
  text-align: right;
  position: relative;
  z-index: 100;
}
.page-tools .change-language {
  margin-bottom: 0.75em;
}
.page-tools #changelang-langs {
  font-size:.75em;
  line-height:2;
}
.page-tools .edit-bug {
  line-height: 2;
  font-size: 0.75em;
}
.page-tools .edit-bug a {
    border: 0;
    margin-left: 1em;
}

/**
 * User notes
 */
#usernotes {
    position: relative;
    margin-top:1.5em;
}
#usernotes .count {
    display:inline-block;
    vertical-align: text-top;
    padding: 0.333333333em .5em;
    font-size: 0.666666667em;
}

/* Add a note buttons. */
#usernotes .action {
    display: block;
    top: 8px;
    right: 12px;
    position: absolute;
    text-align: right;
}

#usernotes .foot {
    text-align: right;
    margin-bottom: 1em;
}

/* Notes themselves. */
#usernotes .note {
    margin: 1.5em 0;
    position: relative;
}

#usernotes .note .votes {
    float: left;
}

#usernotes .note .name {
    border-bottom: 0;
    margin-left: 1em;
    font-size: 1.125em;
    line-height:1.333333333;
}

#usernotes .note .name em {
    font-style: normal;
    font-weight: normal;
}

#usernotes .note .date {
    float: right;
    text-align: right;
}

#usernotes .note .date strong {
    font-weight: normal;
}

#usernotes .note .admin {
    float: left;
    padding-left: 1em;
}

#usernotes .note .admin a {
    border-bottom: 0;
}

#usernotes .note .text {
    border-top: .125em solid;
    padding: .625em .75em .75em;
    margin-top:.25em;
    border-radius:0 0 2px 2px;
    border-bottom:1px solid;
}

/* Vote arrow styles. */
#usernotes .note .votes > div:first-child {
    float: left;
}

#usernotes .note .votes > div {
    float: right;
}

#usernotes .note .votes a {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 8px 0 0 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}

#usernotes .note .votes .usernotes-voteu {
    border-bottom: 10px solid #999;
}

#usernotes .note .votes .usernotes-voted {
    border-top: 10px solid #999;
}

#usernotes .note .votes .usernotes-voteu:hover,
#usernotes .note .votes .usernotes-voteu:focus {
    border-bottom: 10px solid #015;
}

#usernotes .note .votes .usernotes-voted:hover,
#usernotes .note .votes .usernotes-voted:focus {
    border-top: 10px solid #015;
}

#usernotes .note .votes .tally {
    padding: 0 0.3em;
}

/* Definition lists used on eg. the unsub page */
dl dd {
    margin:0;
    padding:0 1.5em;
}
dl dd p {
    margin:0;
}
dl dd p + p {
    margin-top: .75em;
}

.phpcode, div.classsynopsis {
    text-align: left;
}
div.classsynopsisinfo_comment {
    font-weight: bold;
    margin-top:.75em;
}

.warn {
    padding: .75em 1em;
    margin: 1.5em 0 1.5em 1.5em;
    border-top: .1875em solid;
}

pre.info {
    border: 1px solid;
    margin: 1em 2em 1.3em;
    margin-right: 0.8em;
}

#langform {
    float: right;
}


#layout {
    margin: 0 auto 1.5em;
    clear:both;
}

.layout-menu {
    padding:.625em .75em 1.5em;
    border: 1px solid;
    border-top:0;
    border-right:0;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#layout-content {
  padding:1.5em;
  border:1px solid;
  border-top:0;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

/**
#layout .refentry div[id], #layout .sect1 div[id], #usernotes div.note[id]
{
  padding-top: 52px !important;
  margin-top: -52px !important;
}

#layout *[id]:target:before {
    display:block;
    content:" ";
    margin-top:-56px;
    height:56px;
}
*/

#search-results {
    margin:10px 40px;
}

#search-results li {
    padding:1em 0;
    list-style: none;
}

#search-results li .result {
    font-size: 1.25em;
    line-height:1.2;
}

#results_nav_list {
    margin:0;
    padding:1em 0;
}
#results_nav_list li {
    list-style: none;
    display:inline-block;
}
#results_nav_list li a {
    padding:.5em .66em;
}
#results_nav_list li.current {
    font-weight: bold;
}
/* Footer styling */

footer {
    clear: both;
    overflow: auto;
    border-top: .25em solid;
    padding: .75em 0;
}

footer ul {
    margin:0;
    padding:0;
}

footer .footmenu li {
    display: inline;
}

footer a {
    margin: 0 .5em;
}


/* {{{ ElePHPants photo stream */

div.elephpants {
    margin: auto;
    overflow: hidden;
}

div.elephpants div.images {
    height: 75px;
    text-align: center;
    white-space: nowrap;
}

div.elephpants img {
    width: 75px;
    height: 75px;
}
/* }}} */


/* Standard Tables */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin:0 0 1.5em;
}
table td {
  vertical-align:top;
}

table.standard {
    border-collapse: collapse;
    border-style: hidden;
    border:1px solid #d9d9d9;
}

table.standard td,
table.standard th {
    border: 1px solid #d9d9d9;
}

table.standard tr:nth-child(even) td {
    background-color: #f2f2f2;
}

table.standard th {
    font-size: 1.125em;
    line-height: 1.333333333;
    padding: 20px 10px 5px 10px;
    color: #777;
    font-weight: normal;
}

table.standard td {
    padding: 5px 10px;
    vertical-align: middle;
}

table.standard tr:nth-child(even) td.subr,
table.standard tr:nth-child(even) th.subr,
table.standard tr td.subr,
table.standard tr th.subr,
table.standard tr:nth-child(even) td.sub,
table.standard tr:nth-child(even) th.sub,
table.standard tr td.sub,
table.standard tr th.sub {
    background: #E3E3F1;
}

table.standard td.subr,
table.standard th.subr {
    text-align: right;
}

/* {{{ Search results. */

/* Undo a whole bunch of default styles. */
#layout .cse .gsc-control-cse,
#layout .gsc-control-cse,
#layout .gsc-control-cse .gsc-table-result {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Override the search box styling. */
#layout .cse form.gsc-search-box,
#layout form.gsc-search-box {
    margin: 0 0 1em 0;
    padding: 0;
}

#layout .cse table.gsc-search-box,
#layout table.gsc-search-box {
    border: solid 1px #99c;
    border-radius: 2px;
}

#layout .cse input.gsc-input,
#layout input.gsc-input {
    border: 0;
}

#layout .cse table.gsc-search-box td,
#layout table.gsc-search-box td {
    padding: 0;
}

#layout .cse input.gsc-search-button,
#layout input.gsc-search-button {
    background: #99c;
    border: solid 1px #99c;
    border-radius: 0;
    color: rgb(238, 238, 255);
    font-size: 100%;
}

#layout .cse input.gsc-search-button:hover,
#layout input.gsc-search-button:hover {
    color: white;
}

/* We don't need a clear button. */
#layout .cse .gsc-clear-button,
#layout .gsc-clear-button {
    display: none;
}

/* Style the "tabs", and reformat them as a sidebar item. */
#layout .cse div.gsc-results-wrapper-visible,
#layout div.gsc-results-wrapper-visible {
    position: relative;
    min-height: 11em;
}

#layout .cse .gsc-tabsArea,
#layout .gsc-tabsArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 23.404%;
    margin-right: 2.762%;
    padding:.5em .75em;
    border: 1px solid;
    background-color:#f2f2f2;
    border-color: #e0e0e0;
    border-bottom-color:#d9d9d9;
    border-radius:2px;
    margin-top: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#layout .cse .gsc-tabHeader.gsc-tabhActive,
#layout .gsc-tabHeader.gsc-tabhActive,
#layout .cse .gsc-tabHeader.gsc-tabhInactive,
#layout .gsc-tabHeader.gsc-tabhInactive {
    background: transparent;
    color: rgb(38, 38, 38);
    border: 0;
    display: block;
    font-size: 100%;
    font-weight: normal;
    border-top: dotted 1px rgb(189, 189, 189);
    padding: 0;
}

#layout .cse .gsc-tabHeader.gsc-tabhActive:first-child,
#layout .gsc-tabHeader.gsc-tabhActive:first-child,
#layout .cse .gsc-tabHeader.gsc-tabhInactive:first-child,
#layout .gsc-tabHeader.gsc-tabhInactive:first-child {
    border: 0;
}

#layout .cse .gsc-tabHeader.gsc-tabhActive,
#layout .gsc-tabHeader.gsc-tabhActive {
    color: black;
}

#layout .cse .gsc-tabHeader.gsc-tabhActive:after,
#layout .gsc-tabHeader.gsc-tabhActive:after {
    content: "»";
    color: black;
    float: right;
    text-align: right;
}

#layout .cse .gsc-tabHeader.gsc-tabhInactive:hover,
#layout .gsc-tabHeader.gsc-tabhInactive:hover {
    color: #693;
}

/* Format the results in the right place. */
#layout .cse .gsc-above-wrapper-area,
#layout .gsc-above-wrapper-area {
    border: 0;
    margin: 0;
    padding: 0 0 1em 26.166%;
    width: 73.834%;
}

#layout .cse .gsc-above-wrapper-area-container,
#layout .gsc-above-wrapper-area-container {
    width: auto;
}

#layout .cse .gsc-result-info-container,
#layout .gsc-result-info-container {
    padding: 0;
    margin: 0;
}

#layout .cse .gsc-result-info,
#layout .gsc-result-info {
    color: #333;
    font-size: 0.75em;
    padding: 0;
    margin: 0;
}

#layout .cse .gsc-results,
#layout .gsc-results {
    margin: 0;
    padding: 0 0 0 26.166%;
    width: 73.834%;
}

#layout .cse .gsc-resultsHeader,
#layout .gsc-resultsHeader {
    display: none;
}

#layout .cse .gsc-webResult.gsc-result,
#layout .gsc-webResult.gsc-result {
    margin: 0 0 1em 0;
    padding: 0;
    border: 0;
}

#layout .cse .gs-webResult.gs-result a,
#layout .gs-webResult.gs-result a,
#layout .cse .gs-webResult.gs-result a b,
#layout .gs-webResult.gs-result a b {
    border-bottom: solid 1px rgb(51, 102, 153);
    color: rgb(51, 102, 153);
    text-decoration: none;
}

#layout .cse .gs-webResult.gs-result a:focus,
#layout .gs-webResult.gs-result a:focus,
#layout .cse .gs-webResult.gs-result a:hover,
#layout .gs-webResult.gs-result a:hover,
#layout .cse .gs-webResult.gs-result a:focus b,
#layout .gs-webResult.gs-result a:focus b,
#layout .cse .gs-webResult.gs-result a:hover b,
#layout .gs-webResult.gs-result a:hover b {
    border-bottom-color: rgb(51, 102, 153);
    color: rgb(102, 153, 51);
}

#layout .gs-webResult.gs-result .gs-visibleUrl {
    font-weight: normal;
}

/* Handle no results tabs. */
#layout .gs-no-results-result .gs-snippet {
    border: 0;
    background: transparent;
}

/* Override docs table styling we don't want. */
.docs #cse th,
.docs #cse td {
    padding: 0;
}
/* }}} */

div.informalexample {
    margin: .75em 0;
}

em {
    font-weight:normal;
    font-style:italic;
}
strong {
    font-weight:bold;
    font-style:normal;
}

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:.75em;
    right:.75em;
    overflow:hidden;
    width:43px;
    height:43px;
    border:none;
    z-index:100;
}

#toTopHover {
    display:block;
    overflow:hidden;
    float:left;
}

#toTop:active,#toTop:focus {
    outline:none;
}
fieldset {
    margin:0;
    padding:0;
    border:0;
}
.navbar ul {
    list-style:none;
}
.navbar a {
    display:inline-block;
}

/* {{{ Typeahead search results */
.twitter-typeahead {
    width: 100%;
}

.navbar .navbar-search .tt-hint.search-query {
    color: silver;
}

.tt-dropdown-menu {
    background: rgb(102, 102, 153);
    background: rgba(102, 102, 153, 0.98);
    color:#fff;
    width: 100%;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    border-radius: 0 0 2px 2px;
}

.tt-dropdown-menu h3 {
    font-size:1.25em;
    line-height:1.4;
    color:#ccc;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    text-transform:uppercase;
    letter-spacing:3px;
    word-spacing:6px;
    margin: 0;
    padding: 0.3em;
}

.tt-dropdown-menu .result-count {
    display: block;
    float: right;
    opacity: 0.5;
    text-align: right;
}

.tt-suggestions {
    color: #ccc;
    overflow: scroll;
    max-height: 210px;
}

.tt-dropdown-menu .search {
    border: none;
    color: white;
    display: block;
    padding: 0.3em;
    background: rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    margin: 0;
    padding: 0.3em;
}

.tt-suggestion h4 {
    color: white;
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Class and other matches descriptions tend to be useless. */
.tt-suggestion .description {
    display: block;
    font-size: 0.8em;
    line-height: 1.3;
    max-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Selected items. */
.tt-is-under-cursor {
    background: rgba(255, 255, 255, 0.1);
}

/* We need to crunch down the dropdown on smaller displays. Firstly we'll drop
 * the descriptions, then classes (since they're two clicks away if you have
 * matching functions). */
@media screen and (max-height: 480px) {
    .tt-suggestion .description {
        display: none;
    }
}

@media screen and (max-height: 400px) {
    .tt-dataset-1 {
        /* Overriding an unfortunate element style. */
        display: none !important;
    }
}
/* }}} */

.downloads .content-box {
  margin:0 0 2.25em;
}
.content-header .release-state {
    float: right;
    opacity: 0.8;
}
.content-header .changelog {
    color:#369;
}
.content-box .md5sum {
    display: block;
    font: normal 14px / 1.46 "Source Code Pro", monospace;
}
.content-box .md5sum:before {
    content: "md5: ";
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.content-box .releasedate {
    float: right;
    font-size: 0.9em;
}
.content-box pre {
    background: white;
    border: solid 1px rgb(214, 214, 214);
    margin: 0px;
    padding: 0.75em 0.625em;
    overflow: auto;
    font: normal 14px / 1.46 "Source Code Pro", monospace;
}
@media (max-width: 465px) {
    .content-box h3 .release-state {
        display: none;
    }
}

.title {
  padding:6px 12px;
  border-top:2px solid #669;
  border-bottom:1px solid;
  overflow:hidden;
}
.title a {
  border:0;
}
.refsect1 > *:last-child {
    margin-bottom:0;
}
.refsect1 > *:last-child *:last-child {
    margin-bottom:0;
}

.refsect1 > .title + * {
    margin-top:0;
}

.country {
  position: relative;
  padding:0 12px;
}
.country .countrytitle {
  margin-left:-12px;
  margin-right:-12px;
}
.country .title img {
  position: absolute;
  right: 12px;
}

/* {{{ General styles (p, parameters, initializers, ...) */

.refsect1 .parameter {
    cursor:pointer;
}
.refsect1 dt {
    height:1.5em;
}

.refsect1 code.parameter {
    font-weight:bold;
}
.docs code.parameter {
    font-size:1em;
}
.docs .methodname strong {
    font-style:normal;
    font-weight:normal;
}
/* }}} */

.center {
    text-align:center;
}

/* {{{ Warning and notes */

div.tip,
div.warning,
div.caution,
blockquote.note {
    border:1px solid;
    padding:.375em .5em;
    position:relative;
    margin-top:.75em;
    margin-bottom:.75em;
}

div.warning strong.warning {
    font-size: 1.5em;
    display:block;
    text-align: center;
}

div.tip b.tip,
div.tip strong.tip,
div.caution b.caution,
div.caution strong.caution {
    float: left;
    margin-right: 0.5em;
}
blockquote.note p,
div.caution p,
div.warning p,
div.tip p {
    margin: 0;
}

/* }}} */

.refsect1 .dc-description,
.refsect1 .dc-description code,
.docs .sect1 .dc-description,
.docs .sect1 .dc-description code {
    font-weight:400;
    font-size:16px;
    font-family:"Source Code Pro", monospace;
    letter-spacing:-.0625em;
    word-spacing:-.125em;
    margin:0;
}

/* {{{ Parameter listing */
.docs .refentry .parameters dl {
    margin-bottom:0;
}

.docs dl dd + dt {
    margin-top:.75em;
}

/* }}} */

.docs .example {
    margin: .75em 0;
}

/* {{{ Examples  */

.docs .example-contents {
    margin-bottom:.75em;
}
.docs .example-contents pre {
    margin:0;
}
.docs .example-contents > [class$="code"],
.docs .example-contents.screen {
    padding: .75em .625em;
    border:1px solid;
}

.refsect1 .dc-description,
.docs .sect1 .dc-description {
    padding: .5em .75em .625em;
    border: 1px solid;
    margin-bottom: .75em;
}

.docs .phpcode code {
    display: block;
    margin:-1px 0;
}

/* }}} */


/* {{{ Tables */
.docs th {
    text-align: left;
}

.docs td,
.docs th {
    padding: .25em .5em;
}

.doctable {
    width: 100%;
    margin:.75em 0;
}
.doctable thead tr {
    border:1px solid;
}
.doctable tr {
    border:1px solid;
}

/* }}} */

/* {{{ lists */
ul.itemizedlist {
    list-style-type: circle;
}
ul.simplelist
{
    list-style-type: disc;
}
ul.chunklist {
    list-style-type: disc;
}
.docs ol {
    list-style-type: decimal;
}
dl.qandaentry {
    border-top: 1px solid;
}

ul.chunklist_children {
    margin-top:0;
}
/* }}} */

.docs div.sect1, .docs div.partintro {
    position: relative;
}

.docs .refnamediv p.verinfo {
    font-size: .75em;
    line-height:2;
}
.docs .refnamediv p {
    margin:0;
}
.refsect1 p {
    margin-top:0;
}

.docs h1.refname {
    font-weight:bolder
}
.docs .refnamediv {
    position:relative;
}

.refsect1 {
    margin: 1.5em 0 2.25em;
}

.docs .classsynopsis {
    margin-bottom:.75em;
}


.docs .classsynopsisinfo_comment {
    font-weight:normal;
}

.classsynopsisinfo_comment,
.classsynopsis .constructorsynopsis,
.classsynopsis .methodsynopsis,
.classsynopsis .destructorsynopsis,
.classsynopsis .fieldsynopsis {
    margin-left:2em;
}

#changelang {
    border: 0;
}


/* - Side Menu - */
.docs .layout-menu ul.parent-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.docs .layout-menu ul.parent-menu-list > li {
    margin-top:0;
    margin-bottom:0;
    
}
.docs .layout-menu ul.parent-menu-list > li > a {
    border:0;
}

.docs .layout-menu ul.child-menu-list {
    margin: 0;
    padding:0 .25em;
}

.layout-menu ul.child-menu-list li {
    list-style-type: none;
    margin: 0;
}
.layout-menu ul.child-menu-list a {
    font-size: .875em;
    line-height: 1.714285714;
    border-bottom: 1px dotted;
    display:block;
    padding-left:.125em;
}

.docs .layout-menu ul.child-menu-list .current {
    font-weight:bolder;
}
.docs .layout-menu ul.child-menu-list .current {
    position:relative;
}
#layout-content .current:before {
    content:"\bb \20";
}
.docs .layout-menu ul.child-menu-list .current a:before {
    content:"\bb \20";
    position:absolute;
    left:-.675em;
}

.docs .sect2 {
    margin-top: .75em;
}

/* Soft-deprecation Notices */
.soft-deprecation-notice h1.title {
    border: 0;
    position: absolute;
    padding: 0;
    margin:0;
    top:-22px;
    left: 0;
    font-weight: bold;
}
div.soft-deprecation-notice {
    position: relative;
    margin-top: 50px;
    border: 1px solid;
    z-index: 100;
}
div.soft-deprecation-notice blockquote.sidebar {
    padding: 10px;
    margin: 0px;
    border: 0px solid;
}

#breadcrumbs {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border:1px solid;
    border-top:0;
    margin:0 auto;
    font-size:.875em;
    line-height:1.71428571428571;
    display:none;
}
#breadcrumbs ul {
    margin:0;
    padding:.5em;
    padding-left: 1.714285714em;
    overflow: hidden;
}
#breadcrumbs div {
    padding:.5em .75em;
}
#breadcrumbs li {
    display:inline-block;
}
#breadcrumbs li+li:before {
    padding:0 .5em 0;
    content:"\203A";
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
    border-width:0;
}

#breadcrumbs .prev {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#breadcrumbs .next {
    float: right;
}
@media (max-width:767px) {
}
@media (min-width: 768px) {

  .navbar-fixed-top {
    top: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  body {
    margin:3.25em 0 0;
  }
  #breadcrumbs {
    display:block;
  }
  #breadcrumbs .prev,
  .navbar-search,
  #intro .download,
  #intro .background,
  aside.tips,
  .layout-menu {
    width: 25%;
    float: left;
  }

  #intro .blurb,
  #layout-content {
    float:left;
    width:75%;
  }
  .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
}
@media (min-width: 1200px) {
  #intro .container,
  .navbar-inner,
  #breadcrumbs,
  #goto div,
  #trick div,
  #layout {
    width:1170px;
  }
}
@media (min-width: 1500px) {
  #intro .container,
  .navbar-inner,
  #breadcrumbs,
  #goto div,
  #trick div,
  #layout {
    width:1440px;
  }
}

#mainmenu-toggle-overlay, #mainmenu-toggle {
    display: none;
}


@media (max-width:767px) {
  .navbar-fixed-top .container {
    width:auto;
  }
  
  .navbar-search {
    float:left;
    clear: both;
    margin-top: 0;
    padding: 0px 10px 10px 10px;
  }
  
  .navbar .nav {
    margin-right: 0;
  }
  
  #intro .download-php { 
    margin: 0 !important; 
  }

  #mainmenu-toggle-overlay {
    background: #669 url(/images/mobile-menu.png) no-repeat center center;
    float: right;
    display: block;
    height: 32px;
    width: 34px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
  }

  #mainmenu-toggle {
    height: 32px;
    width: 34px;
    line-height: 32px;
    margin-top: 10px;
    margin-right: -34px;
    float: right;
    border-bottom: 0 none;
    display: inline-block;
    opacity: 0;
  }

  .navbar .brand {
    float: left;
    margin-bottom: 0.5em;
  }

  .navbar-search {
    margin-top: 0;
    padding: 0px 10px 10px;
  }

  .navbar .brand img {
    display: block;
    margin-left: 12px;
  }
  
  .navbar .nav {
    clear: both;
    float: none;
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 400ms;
    -webkit-transition: max-height 400ms;
    -o-transition: max-height 400ms;
    -ms-transition: max-height 400ms;
    transition: max-height 400ms;
  }
  
  .navbar .nav > li, .footmenu > li {
    float: none;
    display: block;
    text-align: center;
  
  }
  
  .navbar .nav > li a, .footmenu > li > a {
    width: 100%;
    display: block;
    padding-left: 0;
  }

  #mainmenu-toggle:checked + .nav {
    /* This just has to be big enough to cover whatever's in .nav. */
    max-height: 50em;
  }

  #flash-message {
    margin-top: 0px !important;
    top: 0;
  }

}

@media (min-width:768px) {
  #topsearch {
    float:right;
  }
  .navbar-search .search-query {
    width:100%;
  }
  #intro .container {
    position:relative;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  #intro .download-php a.btn-pop {
    padding-right:.375em;
  }
}
@media (min-width:980px) {
}
@media (min-width:1200px) {
}
@media (min-width:1548px) {
  #layout {
    padding-right:0;
  }
}

#goto {
  display: none;
  background-color: #333;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  position: fixed;
  top: 50px;
  z-index: 5000;
  color: #eee;
}
#goto .search .results {
  text-shadow: 0px 2px 3px #555;
  font-size: 2em;
  line-height: 1;
}
#goto .search .results :focus {
  font-size: 2em;
  line-height: 1.2;
}
#goto .search .text {
  color: #222;
  text-shadow: 0px 2px 3px #555;
  font-size: 10em;
  line-height: .7;
}
#trick {
    display: none;
    background-color: #333;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    position: fixed;
    top: 50px;
    z-index: 5000;
}
#goto div,
#trick div {
    margin: 0 auto;
}
#trick dt, #trick dl {
    color: #eee;
}
#trick dl {
    display: inline-block;
    vertical-align: top;
}
#trick a {
    color: #eee;
    display: block;
    border-bottom: none;
    padding: 1px;
}
/* {{{ Right-hand sidebar */
aside.tips {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
aside.tips p {
  margin-top:0;
}
aside.tips .panel {
    margin:0.66666666666667em 0;
    background:#f0f0f0;
    border:1px solid #d9d9d9;
    border-bottom-color:#d0d0d0;
    border-radius:2px;
}

aside.tips .panel > a {
    color:#333;
    border-bottom:0;
    display: block;
}
aside.tips .panel > a:hover,
aside.tips .panel > a:focus {
    color:#369;
    background:#f9f9f9;
}
aside.tips .panel .headline,
.panel .body,
aside.tips .panel > a {
    padding:.75em 1em;
    margin:0;
}
/* Announcement Area */

aside.tips div.inner {
    padding:0 0 0 .75em;
    clear:none;
    border:0;
    background:inherit;
}
.panel .body {
  background-color: #f9f9f9;
  border-top:1px solid #d9d9d9;
  border-radius: 0 0 2px 2px;
}
.panel .body:first-child {
  border-top:0;
}

/* }}} */

/* {{{ Adjustments for add-note.php animations */
#add-note-usernotes
{
  overflow: hidden;
  position: relative;
  height: 400px;
}

#add-note-usernotes .shadow
{
  box-shadow: inset -10px 0 5px -5px rgba(0, 0, 0, 0.1);
  width:3%;
  height: 100%;
  position:absolute;
  float:right;
  z-index:1;
  left: 97%;
}

#add-note-usernotes li
{
  margin-bottom: 1em;
}

#add-note-usernotes #usernotes {
  position: relative;
  margin: 1em 0 1em 100px;
}

#whatnottoenter strong
{
  display: block;
  text-align: left;
}

#whatnottoenter div, #add-note-usernotes li
{
  text-align: justify;
}

#whatnottoenter div.row-fluid
{
  margin-bottom: 1em;
}

#whatnottoenter strong:before{
  color: #333366;
  content: '•';
  position: absolute;
  font-size: 2em;
  margin: -0.5em 0 0 -0.5em;
}
/* }}} */

/* {{{ Flash message */
#flash-message {
  height: auto;
  margin-top: 4px;
  position: fixed;
  width: 100%;
  z-index: 95;
  text-align: center;
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1);
}

#flash-message .message {
  cursor: pointer;
  text-align: center;
  position: relative;
  border-bottom:1px solid;
  padding:.25em;
}

#flash-message .message a {
  border-style: dotted;
  font-weight: bolder;
}
/* }}} */

/* {{{ News */
.newsentry header h2 {
  margin:0;
}
.newsentry {
  margin: 0 0 1.5em;
  position: relative;
}
.newsentry h2 {
  font-weight:normal;
}
.newsentry h2 .release-state {
  float: right;
  opacity: 0.8;
}
.newsentry header time {
  float:right;
}

.newsentry .newsimage a {
  float: right;
  border: 0;
  padding: 10px;
}
/* }}} */


// vim: set ts=2 sw=2 et:
