/*  
Template name: Simple Magazine
Template URI: http://templates.arcsin.se/simple-magazine-website-template/
Release date: 2009-08-02
Last updated: 2009-08-10
Description: A simple and lightweight magazine styled website template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

@import "//fonts.googleapis.com/css?family=PT+Sans" screen;

/*
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input[type='text'], input[type='password'], select {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

/* 
   General 
------------------------------------------------------------------- */

html {
    height: 100%;
    padding-bottom: 1px; /* force scrollbars */
}

body {
    background: #FFF;
    color: #334;
    font-weight: normal;
    font-size: 75%;
    font-family: sans-serif;
    line-height: 1.5;
}

/*
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0.3em;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

/* Links */

a:focus, a:hover {
    color: #357;
}

a {
    color: #357;
    text-decoration: underline;
}

a.feed {
    background: url('img/icon-feed.gif') no-repeat left center;
    padding-left: 18px;
}

/* More links */
a.more {
    display: block;
    color: #579;
    font-weight: bold;
}

a.more:hover {
    color: #234;
}

/* Text elements */

p {
    margin-bottom: 1em;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin-bottom: 1.5em;
}

blockquote {
    margin: 1.5em;
}

del, blockquote {
    color: #666;
}

em, dfn, blockquote, address {
    font-style: italic;
}

strong, dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
}

pre {
    margin: 1.5em 0;
    white-space: pre-wrap;
    background: #FAFAFA;
    border: 1px solid #E7E7E7;
    padding: 6px;
}

pre, code, tt {
    font: 1em monospace;
    line-height: 1.5;
}

pre.custom {
    word-wrap: break-word;
    font-size: 12px;
}

/* Lists */

li ul, li ol {
    margin-left: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {
    list-style: none;
}

ul.tabbed {
    display: inline;
    margin: 0;
}

ul.tabbed li {
    float: left;
}

ul.plain-list {
    margin: 0;
}

ul.nice-list {
    margin-left: 0;
}

ul.nice-list li {
    list-style: none;
    border-top: 1px solid #EEE;
    padding: 4px 8px;
}

ul.nice-list li:first-child {
    border-top: none;
}

ul.nice-list li .right {
    color: #999;
}

/* Tables */

table {
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
}

thead th {
    background: #C3D9FF;
}

th, td, caption {
    padding: 4px 10px 4px 5px;
}

tr.even td {
    background: #F2F6FA;
}

tfoot {
    font-style: italic;
}

caption {
    background: #EEE;
}

table.data-table {
    border: 1px solid #CCB;
    margin-bottom: 2em;
    width: 100%;
}

table.data-table th {
    background: #F0F0F0;
    border: 1px solid #DDD;
    color: #555;
    text-align: left;
}

table.data-table tr {
    border-bottom: 1px solid #DDD;
}

table.data-table td, table th {
    padding: 10px;
}

table.data-table td {
    background: #F6F6F6;
    border: 1px solid #DDD;
}

table.data-table tr.even td {
    background: #FCFCFC;
}

/* Misc classes */

.small {
    font-size: 0.9em;
}

.smaller {
    font-size: 0.8em;
}

.smallest {
    font-size: 0.7em;
}

.large {
    font-size: 1.15em;
}

.larger {
    font-size: 1.25em;
}

.largest {
    font-size: 1.35em;
}

.hidden, .hd {
    display: none;
}

.quiet {
    color: #999;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-separator {
    padding: 0 5px;
}

div.error, span.error, .notice, .success {
    border: 1px solid #DDD;
    margin-bottom: 1em;
    padding: 0.6em 0.8em;
}

input.error {
    margin-bottom: 3px;
}

input.error, textarea.error {
    /* background: #FBE3E4; 
    color: #8A1F11; 
    border-color: #FBC2C4;*/
}

.error a {
    color: #8A1F11;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.notice a {
    color: #514721;
}

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.success a {
    color: #264409;
}

/*
   Forms 
------------------------------------------------------------------- */

label {
    font-weight: bold;
    cursor: pointer;
}

fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}

textarea {
    overflow: auto;
}

input.text, textarea, select {
    margin: 0.5em 0;
    padding: 4px 5px;
}

input.text:focus, textarea:focus, select:focus {
    background: #FFFFF5;
}

input.button {
    background: #DDD;
    border: 1px outset #AAA;
    padding: 4px 5px;
}

input.button:active {
    border-style: inset;
}

.form-error {
    border-color: #F00;
}

input, textarea, select {
    margin: 0;
    font-size: 13px;
    /*font-family: 'Arial', sans-serif;*/
    color: #292929;
}

input[type='text'], input[type='password'] {
    padding: 0 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 25px;
}

textarea {
    padding: 2px 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 19px;
}

.req {
    color: #FD0000;
}

select {
    border: 1px solid #ccc;
}

.contact_form {
}

.contact_form td {
    padding-right: 0px
}

.contact_form td.left {
    width: 180px;
    padding-right: 10px
}

.contact_form input[type='text'], .contact_form textarea {
    width: 100%;
}

.comment_form {
    width: 437px;
}

.comment_form td.left {
    width: 131px;
}

.comment_form input[type='text'], .comment_form textarea {
    width: 100%;
}

.errorSummary {
    background: #FBE3E4;
    border: 1px solid #FBC2C4;
    margin-bottom: 1em;
    padding: .6em .8em;
}

.errorSummary > p {
    margin-bottom: 5px;
}

.errorSummary ul {
    margin-bottom: 0;
}

/*
   Alignment 
------------------------------------------------------------------- */

/* General */

.center, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Images */

a[rel="gallery"] {

}

img.bordered,
img.alignleft,
img.alignright,
img.aligncenter,
a[rel="gallery"] img {
    display: block;
    position: relative;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 3px;
}

.device-mobile img.bordered,
.device-mobile img.alignleft,
.device-mobile img.alignright,
.device-mobile img.aligncenter,
.device-mobile a[rel="gallery"] img {
    width: 100%;
}

/**/

img.alignleft, img.left {
    margin: 0 1.5em 1em 0;
}

img.alignright, img.right {
    margin: 0 0 1em 1.5em;
}

/* Floats */

.left, .alignleft {
    float: left;
}

.right, .alignright {
    float: right;
}

.clear, .clearer {
    clear: both;
}

.clearer {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
}

/*
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
    background: #D5D5D5;
    clear: both;
    color: #FFE;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
}

.content-separator {
    margin: 20px 0;
}

.archive-separator {
    margin: 10px 0;
}

/*
   Posts 
------------------------------------------------------------------- */
.list-view .post {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 100%;
    margin-bottom: 45px;
}

/*
.post a {text-decoration: none;}
*/
.post a:hover {
    text-decoration: none;
}

.post img.left, .post img.right {
    margin-bottom: 0;
}

.post-date {
    color: #777;
    display: inline-block;
}

.post-money-support-wrapper {
    margin: 40px 0 0 0;
}

.post-money-support {
    font-size: 100%;
    display: table;
}

.post-money-support-text,
.post-money-support-button {
    display: table-cell;
    vertical-align: middle;
}

.post-money-support-text {
    margin: 0;
    font-size: 120%;
}

.post-money-support-button {
    padding: 0 8px 0 8px;
}

.post-date a {
    color: #444;
}

.post-title h1, .post-title h2 .post-title h3 {
    margin-bottom: 0;
}

.post p + h2 {
    margin-top: 25px;
}

.post .post-title {
    margin-bottom: 12px;
}

.post .post-content {
    margin-bottom: 30px;
}

.post-meta {
    background: #F6F6F6;
    border: 1px solid #DDD;
    color: #777;
    padding: 6px 10px;
}

.post-meta a {
    color: #345;
}

.post-meta a:hover {
    color: #001;
}

.post-body {
    font-size: 1.1em;
}

.post-body a {
    color: #039;
}

.post-body a:hover {
    color: #039;
}

.post-body img.left, .post-body img.right {
    margin-bottom: 1em;
}

.items .post .post-body {
    margin-bottom: 12px;
}

.items .post .post-body a > img {
    width: 194px;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 3px;
}

.post .post-footer {
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    padding: 6px 0 6px;
}

.post .post-footer-left {
    float: left
}

.post .post-footer-right {
    float: right;
}

.post .post-footer-right .post-tags {
    display: inline-block;
}

.post .post-footer-right .author {
    display: inline-block;
    margin-right: 14px;
}

.items .post .post-footer > div > div, .items .post .post-footer .post-date {

}

.items .post .post-footer .clear {
    margin: 0;
}

/* Archives */
.archive-pagination {
    margin-bottom: 16px;
}

.archive-post-date {
    background: #F5F5F5;
    border-bottom: 1px solid #C5C5C5;
    border-right: 1px solid #CFCFCF;
    float: left;
    margin-right: 12px;
    padding: 2px 0 5px;
    text-align: center;
    width: 46px;
}

.archive-post-title .post-date {
    margin: 0;
}

.archive-post-title {
    padding-top: 4px;
}

.archive-post-day {
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 1.6em;
}

/*
   Layout 
------------------------------------------------------------------- */

/* General */
.center-wrapper {
    margin: 0 auto;
    width: 980px;
    padding: 0 30px;
}

.center-wrapper a:hover {
    text-decoration: none;
}

/* Network */

#network {
    background: #EEE;
}

#network .left {
    color: #333;
    padding: 6px 0;
}

#network .tabbed a {
    display: block;
    padding: 6px 10px 7px;
    text-decoration: none;
    color: #666;
}

#network li a:hover {
    background: #F6F6F6;
    color: #000;
}

#network li.current-tab a {
    background: #FFF;
    font-weight: bold;
}

#network .text-separator, #network span {
    color: #999;
}

/* Toolbar */
#toolbar {
    padding: 12px 0 8px;
    font-size: 1.1em;
    color: #999;
}

#toolbar img {
    vertical-align: middle;
}

/* Header */

#header {
}

#header .header-left {
    float: left
}

#header .header-right {
    float: right;
    margin-top: 13px;
}

#header .header-right {
    position: relative
}

#header .contacts {
    position: absolute;
    top: 0;
    right: 0;
}

#header .contacts a {
    display: block;
    text-decoration: none
}

/* Site title */
#site-title {
    font-weight: normal;
    font-size: 1.6em;
    font-family: serif;
    padding-bottom: 11px;
    margin-top: 19px;
}

#site-title > div {
    font-size: 2.6em;
    color: #444;
    font-weight: normal;
    line-height: 1;
}

#site-title span {
    color: #999;
    font-size: 17px;
}

#site-title a {
    color: #000;
    text-decoration: none;
}

/* Navigation */

#navigation {
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
}

#navigation a {
    display: block;
    text-decoration: none;
}

/* Main navigation */

#main-nav a {
    color: #888;
    font-size: 1.5em;
    padding: 9px 14px;
}

/*#main-nav li {background: url('img/navigation-separator.gif') no-repeat left center;}*/
#main-nav li:first-child {
    background: none;
}

#main-nav li:first-child a {
    padding-left: 0;
}

#main-nav li.current-tab a, #main-nav a:hover {
    color: #002;
}

#main-nav li.current-tab a {
}

/* Subnav */

#sub-nav {
    background: #DDEDF7;
    padding: 0 5px;
}

#sub-nav a {
    color: #678;
    font-weight: bold;
    font-size: 1.2em;
    font-family: sans-serif;
    padding: 10px;
}

#sub-nav li.current-tab a, #sub-nav a:hover {
    color: #223;
}

/* Main */

.main {
    margin-bottom: 18px;
}

.main#main-three-columns {
    background: url('img/main-three-columns.gif') repeat-y right top;
}

.main#main-three-columns .sidebar {
    width: 193px;
}

.main#main-three-columns #main-left {
    width: 520px;
}

.main#main-two-columns {
}

.main#main-two-columns .sidebar {
    width: 260px;
}

.main#main-two-columns #main-left {
    width: 671px;
}

.sidebar a {
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: underline;
}

#sidebar-1 {
    margin-left: 37px;
}

/* Columns */
.col3 {
    width: 32%;
}

.col3-mid {
    margin-left: 2%;
}

/* Sidebar */

#sidebar-wrapper {
}

#sidebar {
}

/* Sidebar sections */
.section {
    margin-bottom: 16px;
}

.section-title {
    background-color: #F2F6FA;
    border-top: 2px solid #ABC;
    font: bold 1.1em sans-serif;
    margin-bottom: 5px;
    min-height: 0;
    padding: 5px 8px 6px;
}

.section-content {
    margin-bottom: 35px;
}

.section-content.section-content-search {
    margin-bottom: 21px;
    padding: 4px 0px 4px 0;
}

.section-content-tags a {
    display: inline-block;
    margin-right: 10px;
}

.network-section .section-title {
    background-color: #F6F6F6;
    border-color: #D6D6D6;
}

.section-friends li a {
    background-image: url("//favicon.yandex.net/favicon/jblog-project.ru");
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 16px;
    display: inline-block;
}

.section-friends ul {
    list-style: none;
    margin: 0;
}

/* Dashboard */

#dashboard {
    border-top: 1px solid #ccc;
}

#dashboard .column {
    width: 244px;
}

#dashboard #column-4 {
    border-right: none;
}

#dashboard .column-content {
    padding: 14px 16px;
}

#dashboard .column-title {
    color: #666;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 5px;
}

#dashboard a {
    color: #456;
}

#dashboard a:hover {
    color: #000;
}

/* Footer */

#footer {
    padding: 10px 0;
}

#footer a {
    color: #579;
    text-decoration: none;
}

#footer .right, #footer .right a {
    color: #999;
    text-decoration: none;
}

#footer .text-separator {
    padding: 0 3px;
    color: #BBB;
}

#footer a:hover {
    color: #000;
}

/*
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {
    border: 0;
}

.notborder {
    border-top: 0;
}

.norborder {
    border-right: 0;
}

.nobborder {
    border-bottom: 0;
}

.nolborder {
    border-left: 0;
}

/* Margin */

.nomargin {
    margin: 0;
}

.notmargin {
    margin-top: 0;
}

.normargin {
    margin-right: 0;
}

.nobmargin {
    margin-bottom: 0;
}

.nolmargin {
    margin-left: 0;
}

/* Padding */

.nopadding {
    padding: 0;
}

.notpadding {
    padding-top: 0;
}

.norpadding {
    padding-right: 0;
}

.nobpadding {
    padding-bottom: 0;
}

.nolpadding {
    padding-left: 0;
}

/* Single line IE fix */
* html #sub-nav, * html .section-title, * html .main {
    height: 0.01%;
    min-height: 0.01%;
}

/* Sitemap */
ul.sitemap ul {
    margin-bottom: 0;
}

/* comment */
.post-comments-header {
    margin-bottom: 30px;
}

.post-comments-content {
    font-size: 117%;
}

.comment {
    margin-bottom: 35px;
}

.comment.author {
    border: 1px solid #D9E0E7;
    background: #F7F7F7;
    border-radius: 6px;
    padding: 13px 13px 0 13px;
    margin-left: -13px;
}

.comment.comment-deleted {
    /*border: 1px solid rgba(250, 235, 204, 0.49);*/
    /*background: rgba(250, 235, 204, 0.37);*/
    /*border-radius: 6px;*/
    /*padding: 13px 13px 0 13px;*/
    /*margin-left: -13px;*/
}

.comment.comment-deleted .content {
    /*color: #8a6d3b;*/
    /*text-decoration: line-through;*/
    font-style: italic;
}

.comment .top {

}

.comment .top .cid {

}

.comment .top .author {

}

.comment .top .time {
    color: #777;
}

.comment .content {

}

/* ******** */
.hidden {
    display: none;
}

/* **************************/

#main-left .list-view .pager {
    margin: 5px 0 20px 0;
    text-align: center;
}

/* **************************/

.javascript-hl-main {
    font-size: 12px;
}

/******************/
.portfolio-index {

}

.portfolio-index .items {
    width: 100%;
    font-size: 0;
}

.portfolio-index .items .portfolio-view {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin-right: 23px;
    margin-bottom: 23px;
}

.portfolio-index .items .portfolio-view img {
    padding: 3px;
    border: 1px solid #DDD;
}

.portfolio-index .items .portfolio-view:hover a {
    text-decoration: none;
}

.portfolio-index .items .portfolio-view.last {
    margin-right: 0px;
}

.portfolio-detail {

}

.portfolio-detail h1 {
    margin-bottom: 20px;
}

.portfolio-detail > div {
    display: inline-block;
    vertical-align: top;
}

.portfolio-detail .img {
    margin-right: 30px;
    float: left;
    width: 520px;
}

.portfolio-detail .data {
    float: right;
    width: 425px;
}

.portfolio-detail .portfolio-content {
    margin-top: 15px;
}

.breadcrumbs {
    margin-bottom: 15px;
    list-style: none;
    margin-left: 0;
}

.breadcrumbs > li {
    display: inline-block;
    margin-right: 4px;
}

.delimiter {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ccc;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.neighboring-topic {
    border-radius: 5px;
    border: 1px solid #D9E0E7;
    padding: 10px 10px 0px 10px;
    margin-left: -10px;
    background: #F7F7F7;
    margin-bottom: 10px;
}

/****************/
.two-column {
    width: 100%;
}

.two-column > .first {
    float: left;
    width: 46%;
    margin-right: 8%;
}

.two-column > .second {
    float: right;
    width: 46%;
}

/****************/

/****************/
form.search table {
    width: 100%;
    margin-bottom: 0
}

form.search table td {
    padding: 0;
}

form.search input[type="text"] {
    margin-right: 5px;
    width: 100%;
}

form.search input[type="submit"] {
    padding-top: 2px;
    padding-bottom: 3px;
}

/****************/

/* module page */
#main-nav li.module a {
    color: #DC2C2C;
}

#main-nav li.module.current-tab a {
    color: #000;
}

.modules-items {
    width: 100%;
    margin-bottom: 100px;
}

.modules-items .module {
    display: inline-block;
    width: 32%;
    margin: 0 2% 2% 0;
    vertical-align: top;
    font-size: 100%;
    border: 1px solid #ccc;
    padding: 15px 15px 0 15px;
    box-sizing: border-box;
}

.modules-items .module:nth-child(3) {
    margin-right: 0;
}

.modules-items .module .module-title {
    font-size: 130%;
    margin-bottom: 8px;
}

.modules-items .module .module-body .module-image {
    margin-bottom: 8px;
    width: 100%;
    height: 95px;
    text-align: center;
}

.modules-items .module .module-body .module-image a {

}

.modules-items .module .module-body .module-image .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modules-items .module .module-body img {
    margin: 0;
    float: none;
    vertical-align: middle;
    display: inline;
    width: auto;
}

.modules-items .module .module-footer {

}

article.module {
    margin-bottom: 30px;
}

article.module .module-buttons {

}

article.module .module-links {
    margin-bottom: 20px;
}

article.module .module-links p > a {
    display: inline-block;
    margin-right: 10px;
}

/* end module page */

.btn {
    margin: 0;
    padding: 6px 12px 6px;
    border: none;
    color: #fff;
    font-size: 115%;
    cursor: pointer;
    outline: none;
    background: #2f9c01;
    text-decoration: none;
}

.btn:hover, .btn:active, .btn:focus {
    background: #288700;
    color: #fff;
}

.post-body, .post-content, .breadcrumbs {
    font-size: 120%;
}


#footer {
    padding: 0;
}

/*
#footer .left, #footer .right {
    display: table-cell;
    vertical-align: middle;
}
*/

/*** {{{ adaptive from computer ***/
.device-computer .center-wrapper {
    min-width: 980px;
    max-width: 1280px;
    width: auto;
}

.device-computer .main#main-two-columns {
    position: relative;
}

.device-computer .main#main-two-columns #main-left {
    padding: 0 300px 0 0;
    height: 100%;
    width: auto;
    float: none;
    min-height: 1010px;
}

.device-computer .main#main-two-columns .right-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.device-computer a[rel="gallery"] img {
    max-width: 975px;
}

/*** }}} ***/
.php-hl-default {
    color: Black;
}
.php-hl-code {
    color: Gray;
}
.php-hl-brackets {
    color: Olive;
}
.php-hl-comment {
    color: #808080;
	font-style: italic;
}
.php-hl-quotes {
    color: red;
}
.php-hl-string {
    color: Red;
}
.php-hl-identifier {
    color: green;
}
.php-hl-builtin {
    color: Teal;
}
.php-hl-reserved {
    color: black;
	font-weight: bold;
}
.php-hl-inlinedoc {
    color: Blue;
}
.php-hl-var {
    color: blue;
}
.php-hl-url {
    color: Blue;
}
.php-hl-special {
    color: Navy;
}
.php-hl-number {
    color: Maroon;
}
.php-hl-inlinetags {
    color: Blue;
}
.php-hl-main {
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
    font-size: 12px;
}
ol.php-hl-main pre {
	margin: 0;
	padding: 0;
}
.php-hl-gutter {
    background-color: #999999;
    color: White
}
.php-hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px #505050;
}

.xml-hl-default {
    color: Black;
}
.xml-hl-code {
    color: Gray;
}
.xml-hl-brackets {
    color: Olive;
}
.xml-hl-comment {
    color: #808080;
	font-style: italic;
}
.xml-hl-quotes {
    color: red;
}
.xml-hl-string {
    color: Red;
}
.xml-hl-identifier {
    color: Blue;
}
.xml-hl-builtin {
    color: Teal;
}
.xml-hl-reserved {
    color: Green;
}
.xml-hl-inlinedoc {
    color: Blue;
}
.xml-hl-var {
    color: #000020;
}
.xml-hl-url {
    color: Blue;
}
.xml-hl-special {
    color: Navy;
}
.xml-hl-number {
    color: Maroon;
}
.xml-hl-inlinetags {
    color: Blue;
}
.xml-hl-main {
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
}
.xml-hl-gutter {
    background-color: #999999;
    color: White
}
.xml-hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px #505050;
}

.html-hl-default {
    color: Black;
}
.html-hl-code {
    color: Gray;
}
.html-hl-brackets {
    color: Olive;
}
.html-hl-comment {
    color: #808080;
	font-style: italic;
}
.html-hl-quotes {
    color: red;
}
.html-hl-string {
    color: Red;
}
.html-hl-identifier {
    color: Blue;
}
.html-hl-builtin {
    color: Teal;
}
.html-hl-reserved {
    color: Green;
}
.html-hl-inlinedoc {
    color: Blue;
}
.html-hl-var {
    color: #000020;
}
.html-hl-url {
    color: Blue;
}
.html-hl-special {
    color: Navy;
}
.html-hl-number {
    color: Maroon;
}
.html-hl-inlinetags {
    color: Blue;
}
.html-hl-main {
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
}
.html-hl-gutter {
    background-color: #999999;
    color: White
}
.html-hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px #505050;
}

.css-hl-default {
    color: Black;
}
.css-hl-code {
    color: Gray;
}
.css-hl-brackets {
    color: Olive;
}
.css-hl-comment {
    color: #808080;
	font-style: italic;
}
.css-hl-quotes {
    color: red;
}
.css-hl-string {
    color: Red;
}
.css-hl-identifier {
    color: Blue;
}
.css-hl-builtin {
    color: Teal;
}
.css-hl-reserved {
    color: Green;
}
.css-hl-inlinedoc {
    color: Blue;
}
.css-hl-var {
    color: #000020;
}
.css-hl-url {
    color: Blue;
}
.css-hl-special {
    color: Navy;
}
.css-hl-number {
    color: Maroon;
}
.css-hl-inlinetags {
    color: Blue;
}
.css-hl-main {
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
}
.css-hl-gutter {
    background-color: #999999;
    color: White
}
.css-hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px #505050;
}

.javascript-hl-default {
    color: Black;
}
.javascript-hl-code {
    color: Gray;
}
.javascript-hl-brackets {
    color: Olive;
}
.javascript-hl-comment {
    color: #808080;
	font-style: italic;
}
.javascript-hl-quotes {
    color: red;
}
.javascript-hl-string {
    color: Red;
}
.javascript-hl-identifier {
    color: Blue;
}
.javascript-hl-builtin {
    color: Teal;
}
.javascript-hl-reserved {
    color: Green;
}
.javascript-hl-inlinedoc {
    color: Blue;
}
.javascript-hl-var {
    color: #000020;
}
.javascript-hl-url {
    color: Blue;
}
.javascript-hl-special {
    color: Navy;
}
.javascript-hl-number {
    color: Maroon;
}
.javascript-hl-inlinetags {
    color: Blue;
}
.javascript-hl-main {
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
}
.javascript-hl-gutter {
    background-color: #999999;
    color: White
}
.javascript-hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px #505050;
}


.sql-hl-default {
    color: Black;
}
.sql-hl-code {
    color: Gray;
}
.sql-hl-brackets {
    color: Olive;
}
.sql-hl-comment {
    color: #808080;
	font-style: italic;
}
.sql-hl-quotes {
    color: red;
}
.sql-hl-string {
    color: Red;
}
.sql-hl-identifier {
    color: Blue;
}
.sql-hl-builtin {
    color: Teal;
}
.sql-hl-reserved {
    color: Green;
}
.sql-hl-inlinedoc {
    color: Blue;
}
.sql-hl-var {
    color: #000020;
}
.sql-hl-url {
    color: Blue;
}
.sql-hl-special {
    color: Navy;
}
.sql-hl-number {
    color: Maroon;
}
.sql-hl-inlinetags {
    color: Blue;
}
.sql-hl-main {
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
}
.sql-hl-gutter {
    background-color: #999999;
    color: White
}
.sql-hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px #505050;
}

.source .copycode
{
	text-align: right;
	float: right;
}

.source .copycode a
{
	cursor: pointer;
	color: blue;
}

.source .copycode_hover a
{
	color: red;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}