/*

The following CSS is based on these themes:

http://templates.arcsin.se/natural-gloom-wordpress-theme/
http://loreleiwebdesign.com/2009/03/09/piggie-bank-wordpress-theme-for-gold-diggers
http://cordobo.com/green-park-2/

*/


/*
   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, 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: #797E84 url('../img/body.jpg');
    _background-color: #797E84;
    color: #444;
    font: normal 80% sans-serif;
    line-height: 1.5;
}

.container {
    width:800px;
    margin:0px auto;
    margin-top: 20px;
    text-align:left;
    padding:15px;
    border:1px solid #333;
    /*background-color:#eee;*/
}

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

/* Headings */

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

h1 {font-size: 2.0em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.4em;}
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;}


/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #000;}
a {
    color: #357;
    text-decoration: underline;
}

.no_link, .trail_last {
    text-decoration: none;
}

/* Handles when somebody hovers the Cities or Categories */
.column a:hover, .list_all_cities a:hover {
    background-color:yellow;
}

.list_all_cities li {
    list-style: none;
    padding-bottom: 5px;
    _margin: 0;
}

.prov_cities > li {
    float: left;
    width: 20%;
}

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;
}
pre,code,tt {
    font: 1em monospace;
    line-height: 1.5;
}


/* Lists */

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

ul {list-style-type: disc;}
ol {list-style-type: decimal;margin-left: 1.5em;padding-left: 1.5em;}

ul.notes_list {
    padding-left: 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

ul.tabbed {
    display: inline;
    margin: 0;
}
ul.tabbed li {
    float: left;
    list-style: none;
    margin: 0;
}

/* 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: #E5E5E5;
    border: 1px solid #D5D5D5;
    color: #555;
    text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table.data_table th {padding: 10px;}
table.data_table td {
    background: #F0F0F0;
    border: 1px solid #E0E0E0;
}
table.data_table tr.even td {background: #F5F5F5;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text_left {text-align: left;}
.text_right {text-align: right;}
.text_center {text-align: center;}

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

.error {
    background: #FBE3E4;
    border-color: #FBC2C4;
    color: #8A1F11;
}
.error a {color: #8A1F11;}

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

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


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

label {
    cursor: pointer;
    font-weight: bold;
}
fieldset {_border: 1px solid #CCC;}
legend {
    font-size: 1.2em;
    font-weight: bold;
}
textarea {overflow: auto;}
input.text, textarea, select {
    background: #FCFCFC;
    border: 1px inset #AAA;
    padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
    background: #F9F9F3;
    border: 1px outset #AAA;
    padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form_row {
    background: #F5F5F5;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
    background: #E5E5E5;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #FAFAFA;
    padding: 4px 0 8px;
}
.legend {
    border-bottom: 1px solid #CCC;
    padding: 8px 18px 6px;
    font-size: 1.4em;
}
.form_property, .form_value {float: left;}
.form_property {
    text-align: right;
    width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}

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

/* General */

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

/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 3px;
}
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;
}


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

.content_separator, .archive_separator {
    background: #D5D5D5;
    clear: both;
    color: #FFE;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}


/*
   Posts
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_meta a, .post_date a {text-decoration: none;}
.post_title a:hover,.post_meta a:hover, .post_date a:hover {text-decoration: underline;}

.post_date {
    border-top: 1px solid #D5D5D5;
    color: #777;
    font-size: 0.9em;
    padding: 8px 0 12px;
}
.post_date a {color: #444;}

.post_meta {
    background: #E7E7E7;
    border: 1px solid #D7D7D7;
    color: #777;
    font-size: 0.9em;
    padding: 6px 10px;
}
.post_meta a {color: #345; }
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_title {padding-top: 3px;}
.archive_post_date {
    background: #FAFAFA;
    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 .post_date {
    border: none;
    padding: 3px 0 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/*
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {
    background: #D5D5D5;
    display: block;
    float: left;
    margin: 0 0 8px 8px;
    padding: 3px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {display: block;}


/*
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
    background: #D2D5D8;
    border-bottom: 1px solid #C6C9CB;
    color: #70767A;
    font: bold 1.3em sans-serif;
    padding: 7px 10px 6px;
}
.box_content {padding: 8px 0 8px;}
.box li:first-child {border-top: none;}


/*
   Comments
------------------------------------------------------------------- */

div.comment_list {
    border-top: 1px solid #D6D6D6;
    margin: 1em 0 2em;
}

.comment {
    border-bottom: 1px solid #D6D6D6;
    padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
    color: #567;
    text-decoration: none;
}
.comment_date a:hover {
    color: #001;
    text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
    background: #FFF;
    border: 1px solid #DDD;
    padding: 2px;
}


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

/* General wrappers */

#layout_wrapper {
    _background: url('../img/layout_wrapper.jpg') repeat-x;
    padding-bottom: 16px;
}
#layout_wrapper2 {
    _background: url('../img/layout_wrapper2.jpg') no-repeat center top;
    padding-top: 40px;
}
#layout_wrapper3 {
    background-color: white;
    margin: 0 auto;
    width: 992px;
}
#layout_wrapper4 {
    padding: 6px;
    min-height: 850px;
}


/* Header */

#header_wrapper {
    _background: #222 url('../img/header.jpg') repeat-x;
    _background: #222 url('../img/prp.jpg') repeat;
    _background: #222 url('../img/prp.jpg') repeat-y;
    background-color:#333;
    height: 150px;
}
#header {padding: 48px 48px 0 48px;}

#site_title h1 {
    color: #A0C3D0;
    font-size: 2.5em;
    position: relative;
    top:-20px;
    _left: -350px;
    margin-bottom: 0;
}
#site_title h1 a {
    color: #A0C3D0;
    text-decoration: none;
}
#site_title h1 a:hover {color: #DDD;}
#site_title h2 {
    color: #999;
    font-size: 1.3em;
}

#site_title img {
    vertical-align:middle;
}

/* Sub-navigation */
#subnav {
    border-top: 1px solid #555A5F;
    background: #60656A;
}
#subnav li {border-right: 1px solid #50555A;}
#subnav a {
    font-size: 1.1em;
    padding: 9px 12px;
}
#subnav a:hover {background: #555A5F;}


/* Main */

#main_wrapper {
    _background: url('../img/main_wrapper.gif') repeat-y;
    background-color: white;
    border-bottom: 1px solid #C3C4C1;
    margin-bottom: 3px;
}
#main {
    _background: url('../img/main.gif') no-repeat;
    padding: 24px 0;
}
#content_wrapper {width: 690px;}
#content {padding: 0 20px;}


/* Sidebar */

#sidebar_wrapper {width: 280px;}
#sidebar {padding: 10px 10px;background-color:#E0E2E4;}


/* Dashboard */

#dashboard_wrapper {}
#dashboard {
    background: #C9CDCF url('../img/dashboard.gif') repeat-x;
    border: 1px solid #ACAFB0;
    color: #404448;
    margin-bottom: 3px;
    padding: 16px;
}

#dashboard .col3 {width: 288px;}
#dashboard .col3mid {width: 370px;}
#dashboard .col3mid .col3_content {
    border-left: 1px solid #B0B4B8;
    border-right: 1px solid #B0B4B8;
    margin: 0 20px;
    padding: 0 20px;
}
#dashboard .col_title {
    color: #606669;
    font-size: 1.5em;
}

#dashboard ul {margin: 0;}
#dashboard li {
    border-bottom: 1px solid #BABEBF;
    list-style: none;
    padding: 5px 0;
}
#dashboard li a {
    color: #404448;
    text-decoration: none;
}
#dashboard li a:hover {
    color: #202428;
    text-decoration: underline;
}


/* Footer */

#footer {
    background: #DDD;
    border: 1px solid #CCC;
    padding: 8px 12px;
    height: 15px;
}
#footer .right, #footer .right a {
    color: #777;
    text-decoration: none;
}
#footer .right a:hover {
    color: #223;
    text-decoration: underline;
}


/*
   Single line IE-fix
------------------------------------------------------------------- */
* html #main, * html #dashboard {height: 0.01%; min-height: 0.01%;}


/*
   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;}


/*
   Wordpress
------------------------------------------------------------------- */

/* Captions */

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*Main Navbar */

/* Credits: piggie-bank for WP */

#nav {
    _position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    background: url(../img/bg-menu.gif) repeat-x left top;
    height:40px;
}

#nav, #nav ul {
    width: 980px;
    list-style: none;
    line-height: 40px;
}

#nav a, #nav a:hover {
    display: block;
    background: url(../img/bg-menu-a.gif) no-repeat right top;
    text-decoration: none;
    border: none;
}

#nav li {
    float: left;
    list-style: none;
    font-family: Arial;
}

#nav li:hover {
    float: left;
    list-style: none;
    font-family: Arial;
    background:#72170e;
}

#nav a, #nav a:visited {
    display: block;
    color: #fff;
    padding: 0 20px;
}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
    text-decoration: none;
}


/* Dropdown Menus */
#nav li ul {
    position: absolute;
    left: -999em;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 174px;
    border-bottom: 1px solid #505358;
    line-height: 30px;
    font-family: Arial;
}

#nav li li {
    width: 172px;
    border-top: 1px solid #4a4e53;
    border-right: 1px solid #4a4e53;
    border-left: 1px solid #4a4e53;
    background: #505358;
}

#nav li li a, #nav li li a:visited {
    font-weight:normal;
    font-size:0.9em;
    color:#FFF;
    background: #1e1f21 url(../img/bg-menu.gif);
}

#nav li li a:hover, #nav li li a:active {
    background:#505358;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

a.main:hover {
    background:none;
}

/* Credits: cordobo-green-park-2 for WP */

/* Top search */
#nav-search {
    display: block;
    _height: 35px;
    line-height: 16px;
    position: relative;
    _left:620px;
    right:-620px;
    top: -32px;
    color:white;
    width: 500px;
}

#s,#query, #searchsubmit {
    border-radius: 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

label.screen-reader-text {
    top:3px;
}

#s,#query {
    _border: 1px solid #eee;
    _height: 15px;
    _padding: 2px;
    width: 130px;
}

/* Fixes Firefox 2 and 3 */
#searchsubmit, x:-moz-any-link { padding: 2px; *padding: 0 5px; }

/* this might be updated by JS in header.phtml */
/* MENUES */
#top_most_links {
    width: 600px;
    display: block;
    position: relative;
    left:340px;
    _left:550px;
    _right:-400px;
    top: -40px;
}

#top_most_links li,
#top_most_links a { display: block; float: left; color:white; }
#top_most_links a { _background: transparent url(../img/navigation.png) right -200px no-repeat; padding: 0 7px 0 4px; }
#top_most_links .last-item a { background: none; padding-right: 0; }

#top_most_links select {
    background-color: #333333;
    color: white;
    border: 1px solid #eee;
}


#top_most_links_acc_wrapper {
    /*position:absolute;
    top:10px;
    right:10px;
    width:992px;*/
    float: right;
    color:#666666;
    margin-top: 5px;
    margin-right: 5px;
    padding: 3px;
    border: 2px solid #ddd;
}

#top_most_links_acc_guest {
    display: block;
}

#top_most_links_acc_guest li,
#top_most_links_acc_guest a { display: block; float: left; color:white; }
#top_most_links_acc_guest a { _background: transparent url(../img/navigation.png) right -200px no-repeat; padding: 0 7px 0 4px; }
#top_most_links_acc_guest .last-item a { background: none; padding-right: 0; }

#top_most_links_acc_member {
    _display: block;
}

#top_most_links_acc_member li,
#top_most_links_acc_member a { display: block; float: left; color:white; }
#top_most_links_acc_member a { _background: transparent url(../img/navigation.png) right -200px no-repeat; padding: 0 7px 0 4px; }
#top_most_links_acc_member .last-item a { background: none; padding-right: 0; }

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 2px solid #bbb;
    background-color: #fff;
    padding: 5px;
    _opacity: 0.85;
    font-size: 12px;
}

#tooltip h3, #tooltip div { margin: 0; }

/* imported from header.phtml */
/* this one is also applied using inline css -> (ie) */
img.captcha {
    border: 1px dashed red;
    vertical-align: top;
}

.help {
    border-bottom: 3px double;
    border: 1px solid silver;
    padding:2px;
    margin:2px;
    text-decoration: none;
    font-weight: bold;
}

.hide { display:none; }
.hide_me { display:none; }

.success, div.success {
    color:green !important;
}

.error, .errors, .icon_delete {
    color:red !important;
}

.button {
    border-style:none;
}

.content pre code {
    color: #000;
    padding: 0;
    font-size: 11px;
}

.sticky-entry pre {
    background: #FFFF88;
    overflow: auto;
    margin-bottom: 8px;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.sticky-entry-title {
    color:#333333;
}

/* reply form and any form */
form ul {
    list-style-type:none;
}

/* Let's mark the required fields with a red star */
label.required:before {
    content: "* ";
    color:red;
}

/* Let's mark the required fields with a red star */
span.required:after {
    content: " * ";
    color:red;
}

label {
    line-height: normal;
    text-align: right;
    margin-right: 10px;
    position: relative;
    display: block;
    float: left;
    width: 160px;
}

button, input, textarea, select {
    padding: 2px;
    border: solid 1px #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*input[type="text"], */ textarea {
                             width:100%;
                         }

.post_img_preview_table {
    margin:5px;
    border:1px solid gray;
}

.post_img_preview {
    max-width: 200px;
}

p.hint { display: inline; }

/* Main cats are shown in columns */
.column { width: 30%; float: left; }
.clear_both { clear:both }

/* Text Carousel */
#recent_posts_loop {
    _margin:15px;
    border: 1px dashed #eee;
}

#recent_posts_loop span { display: none; width: auto;}
#recent_posts_loop span.first { }

#recent_posts_prev, #recent_posts_next {
    background-color:#ccc;
    text-decoration: none;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
    border-style:none;
}

#recent_posts_table {
    margin: 5px 0px;
    border: 1px solid #ccc;
    __width : 90%;
    cell-padding:0;
    cell-spacing:0;
}

.wide_box {
    min-width: 150px;
}

.right {
    padding-left:10px;
    float:right;
}

ul.item_social {
    list-style-type:none;
    float:right;
}

ul.item_social li img {
    border: 0;
}

ul.item_social li a {
    list-style-type:none;
    text-decoration: none;
}

.example_container {
    margin: 5px 0;
    border: 2px dashed teal;
}

table.example {
    border: 2px solid grey;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}

table.example th {
    background-color: #7B190F;
    color: white;
    text-align: left;
}

table.example tr {
    padding-top: 15px;
    border: 1px solid grey;
}

table.example td:FIRST-CHILD {
    font-weight: bold;
    _padding-left: 5px;
}

table.example td {
    vertical-align: top;
}

/* jQuery UI overrides */

/* Make the links green and not dark */
.ui-widget-content a {
    color: #3B8C15 !important;
}

/* /jQuery UI overrides */

.align_center {
    text-align:center;
}

.align_left {
    text-align:left;
}

.align_right {
    text-align:right;
}
/* /imported from header.phtml */

#post_ad_form ul {
    list-style: none;
}

/* Notice styles */
.sm-notice, .sm-notice-neutral, .sm-notice-positive, .sm-notice-negative {
    margin-bottom:10px;
    margin-left:0;
    margin-right:0;
    margin-top:10px;
    padding-bottom:0.3em;
    padding-left:3em;
    padding-right:1em;
    padding-top:0.3em;
    text-align:center;
}

.sm-notice-neutral {
    background-color:#FFF9D2;
    border:1px solid #FFEE88;
    color:black;
}

.sm-notice-positive {
    background-color:#F8FEFA;
    border:1px solid #9ABC9A;
    color:black;
}

.sm-notice-negative {
    background-color:#F6CBCA;
    border:1px solid red;
    color:black;
}

.sm-notice-positive b {
    color:#006600;
}

.close-icon {
    float:right;
    color:red;
}

.close-icon a {
    font-weight:bolder;
    text-decoration:none;
    color:#660000;
    padding:3px;
    vertical-align: top;
    position:relative;
    left:10px;
    top:-45px;
}

/* /Notice styles */

/* PRINT Styles
------------------------------------------------------------------ */

@media print
{
    .entry { font-size: 12pt; line-height: 1.5; overflow: visible; }
    #header { border-bottom: 1px dotted #ccc; position: static; display: block; margin: 0 auto; }
    h1#logo,
    h1#logo a,
    h1#logo a span { color: #000; height: auto; margin: 0; padding: 0; position: static; width: auto; }

    #container { float: none; margin: 0; }
    #content { border: 0 none; margin: 0; overflow: visible; position: static; }
    /* Attaches the URI to each link so they are visible in the print version */
    #content .entry p a:after { content: "  [" attr(href) "] "; }
    #top_most_links, hr, #nav, #sidebar, .something { display: none; }

    body {
        font: 100%/1.5 serif;
        background: white;
    }

    a {
        text-decoration : underline;
        color : #0000ff;
    }

    #navbar, #sidebar, .sidebar, .no_print, #top_most_links, #navigation, .quick_msg, .item_social {
        display: none;
    }

    #wrapper, #content, .content {
        width: auto;
        margin: 0 5%;
        padding: 0;
        border: 0;
        float: none !important;
        color: black;
        background: transparent;
    }
}

/* for some reason the Basic uploader doesn't work and I don't need the file upload list so let's hide them */
.qq-upload-list {
    display: none;
}

p.text, div.text {
    margin-top: 10px;
}

/* The CK Editor's v2 theme puts an annoying border when it is on focus */
.cke_focus { outline:0 !important; }


#acc_logout_link {
    color: red !important;
}

/* there is the same copy in base.css */
.search_box_loader_cls {
    background-image:url('/site/static/media/img/ajax-loader2.gif');
    background-repeat:no-repeat;
    vertical-align: middle;
    background-position: top right;
}

/* Premium ads classes */
.special_ad_border {
    border:1px dashed red;
}

.special_ad_highlight_ad {
    background-color: #FFFACD;
}

/* The icons will be incjected before the title */
.special_ad_new_icon img {
    vertical-align: middle;
}

.special_ad_asterisk_icon img {
    vertical-align: middle;
    /*background-image: url("/site/static/media/icons/asterisk_yellow.png");
    background-repeat:no-repeat;
    background-position: 0 30px;*/
}

.special_ad_top_cat_ad {
    font-weight: bold;
}



.app_field { width:300px; }
.app_field_long { width:100%; }
.app_field_small { width:200px; }
.data_row_even { background-color: #eee; }

.account_table {
    width:80%;
}

.account_table td:first-child {
    width:20%;
}

.keywords_table {
    width:100%;
}

/*.keywords_table > tbody > tr > td:first-child {
    width:20%;
}*/

.main_nav ul {
    _width: 980px;
    list-style: none;
    line-height: 40px;
    margin:0 !important;
    padding:0 !important;
}

.main_nav li {
    float: left;
    list-style: none;
    font-family: Arial;
    margin-right:10px;
}

.app_action_button {
    background-color: green;
    color: white;
}

.app_button {
    background-color: silver;
    color: white;
}

.app_action_button_delete {
    background-color: red;
    color: white;
}

.app_main_link_signup {
    color:green;
}

.app_main_link_logout {
    color:red;
}

.embed_code_data, .app_instructions {
    border: 1px dotted #666;
    padding:4px;
}

.align_right, li.align_right  {
    float: right;
}

.main_nav_container {
    padding-bottom: 20px;
}

.app_instructions_wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
}
