/* 
 * Theme Name: Zeeb
 * Theme URI: http://rosecitygardens.com/wordpress/zeeb
 * Author: Liane Blanco
 * Author URI: http://rosecitygardens.com
 * Description: Zeeb is back! It's been streamlined from its original design, with custom backgrounds and header images. Zeeb has been updated to HTML5 and the latest version of WordPress.
 * Version: 4.0
 * License: GNU General Public License
 * License URI: https://www.gnu.org/licenses/gpl.html
 * Tags: black, white, light, two-columns, fixed-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready,custom-header, custom-background
 * Text Domain: zeeb
 * 
 * Zeeb WordPress Theme © 2014 RoseCityGardens.com
 * zeeb is distributed under the terms of the GNU GPL
   ==================================================================================================== */

/* kill defaults   */

* {
    padding: 0;
    margin: 0;
}

.clear { clear: both }

/* set body defaults   */

body {
    font-size: 62.5%; /* sets default font to 10px */
    font-family: 'Lucida Sans Unicode',Helvetica,Geneva,Arial,sans-serif;
    color: #000;
    text-align: center;
}

/* ===[ Structure ]=== */
   
#wrapper {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0 !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fafafa;
    clear: both;
}

/* header - the top of the site   */

#header {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 100px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #000;
    text-align: left;
    clear: both;
}

#branding {
    margin-left: 20px;
    padding-top: 20px;
}

 #branding a:link,
 #branding a:visited,
 #branding a:active,
 #branding a:hover { color: #000 }

#site-description {
    margin-left: 3px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Courier New',Courier,Garamond,serif;
    color: #999;
}

#site-title h1,
#site-title h2,
#site-title a {
    font: 500 30px Verdana,'Lucida Grande',Arial,sans-serif;
    text-decoration: none;
}

#site-title a { text-decoration: none }

#branding a {
    padding: 0;
    margin: 0;
}

/* two column layout   */

#container { width: 100% }

#content {
    width: 600px;
    font-size: 1.5em;
    float: left;
}

#sidebar {
    width: 300px;
    text-align: left;
    float: right;
    font-size: 1.1em;
    float: right;
    padding-top: 20px;
    padding-right: 25px;
}

#footer {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 1.0em;
    height: 50px;
    margin: 0;
    margin-top: 30px;
}

 #footer p { padding-top: 24px }

#picture {
    text-align: center;
    padding: 0;
    clear: both;
    width: 950px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
}

.space {
    height: 25px;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.post,
article.page {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: auto;
    text-align: left;
}

.entry-content p { margin-bottom: 15px }

#nav-below {
    background: transparent;
    clear: both;
    display: block;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    width: auto;
    font-size: .8em;
}

 #nav-below a { text-decoration: none }

 #nav-below .nav-next {
     float: right;
     padding-right: 20px;
     text-align: right;
     width: 40%;
 }

 #nav-below .nav-previous {
     float: left;
     padding-left: 20px;
     text-align: left;
     width: 40%;
 }


/* ===[ Backgrounds and Borders ]=== */

body { background: #f0f0f0 }

p { line-height: 1.5em }

#header {
    background: url(images/topbar.gif) top left repeat-x;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin-bottom: 0;
}

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

.post-edit-link {
    float: right;
    padding-right: 5px;
    font-size: .8em;
}

.page .post-edit-link {
    float: right;
    padding-right: 5px;
    font-size: .8em;
    clear: both;
}

#wrapper a { color: #000 !important }

.entry-meta {
    margin-bottom: 25px;
    margin-left: 2px;
    margin-top: 8px;
}

.entry-meta { font-size: .8em }





/* ===[ Search Form ]=== */

#search {
    padding: 0 0 5px 0px;
    width: 295px;
    margin-left: -10px;
}

 #search form { margin: 0 }

  #search form fieldset {
      border: 0;
      margin: 0;
      padding: 0;
  }

   #search form fieldset legend { display: none }

 #search #label {
     background: url(images/search.gif) no-repeat left;
     height: 40px;
     width: auto;
     min-width: 40px;
     float: left;
     position: relative;
     display: block;
     cursor: pointer;
     text-indent: -4000px;
 }

 #search .searchbox {
     border: 2px solid #ccc;
     padding: 3px 0 3px 30px;
     color: #000000;
     float: left;
     width: 210px;
     margin: 15px 0 0 -30px;
     font-size: 1.2em;
     background: #fff;
 }

 #search input.find {
     margin: 15px 0 0 5px;
     width: auto;
     padding: 2px;
     background: #fff url(images/tab-background.gif) repeat-x bottom;
     border: 1px solid #ccc;
     font-size: 1.2em;
     font-weight: bold;
     color: #000;
     height: 30px;
}

/* forms */

#content fieldset {
    padding: 20px;
    border: 1px dotted #ccc;
}

#content legend {
    height: 30px;
    background: #fff url(images/tab-background.gif) repeat-x bottom;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    font-family: Helvetica,Verdana,Geneva,Arial;
    padding: 7px 5px 3px 5px;
    font-size: 1.2em;
}

fieldset p { margin-top: 15px }

#content input.radio { margin: 0 }

#text_field,
#text_area {
    width: 400px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
}

#text_area { height: 100px }

/* entry tables   */

#content table { margin-bottom: 15px }

 #content table th,
 #content table td {
     border: 1px solid #ccc;
     border-collapse: collapse;
 }

 #content table th {
     background: #fff url(images/tab-background.gif) repeat-x bottom;
     font-weight: 600;
     padding: 10px;
 }

 #content table td { padding: 4px 10px }

/* ===[ Calendar ]===
   ================================================== */

#calendar_wrap {
    text-align: center;
    width: 360px;
    margin-top: 0;
    height: 300px;
    margin-bottom: 15px;
    clear: both;
}

#wp-calendar {
    empty-cells: show;
    width: 310px;
    height: 260px;
    margin-top: 0;
    text-align: center;
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    margin-bottom: 30px;
}

 #wp-calendar #next a {
     padding-right: 10px;
     text-align: right;
 }

 #wp-calendar #prev a {
     padding-left: 10px;
     text-align: left;
 }

 #wp-calendar a { display: block }

 #wp-calendar caption {
     text-align: center;
     margin-top: 5px;
     letter-spacing: .4em;
 }

 #wp-calendar td,
 #wp-calendar th {
     padding: 0 !important;
     text-align: center;
     font-size: .8em;
 }

 #wp-calendar td.pad:hover {
     /* Doesn't work in IE */
     background-color: #fff;
 }

 #wp-calendar #prev a,
 #wp-calendar #next a { font-size: 9pt }

 #wp-calendar a { text-decoration: none }

 #wp-calendar caption {
     font: 600 .8em 'Lucida Sans Unicode', Arial, Sans-Serif;
     font-variant: small-caps;
     margin-top: 5px;
     color: #999;
 }

 #wp-calendar th {
     font-style: normal;
     text-transform: capitalize;
     padding-top: 5px;
     padding-bottom: 5px;
     background: #fff url(images/tab-background.gif) repeat-x bottom;
     border-right: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
     border-left: none;
     border-top: none;
     border-collapse: collapse;
 }

 #wp-calendar td {
     background: #FFF;
     padding-top: 15px;
     padding-bottom: 15px;
     border-right: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
     border-left: none;
     border-top: none;
     border-collapse: collapse;
 }

  #wp-calendar td a:link,
  #wp-calendar td a:visited,
  #wp-calendar td a:active,
  #wp-calendar td a:hover {
      font-weight: bold;
      text-decoration: none;
      color: #ff0000 !important;
  }

td#prev a:link,
td#prev a:visited,
td#prev a:active,
td#prev a:hover,
td#next a:link,
td#next a:visited,
td#next a:active,
td#next a:hover {
    color: #000000 !important;
    text-decoration: none;
}

/* ===[ Page and Post Titles ]=== */

h1.entry-title,
h2.entry-title {
    background: #fff url(images/header-background.gif) repeat-x bottom! important;
    border: 1px solid #ccc;
    font: 500 1.5em Verdana,'Lucida Grande',Arial,Helvetica,Tahoma,sans-serif;
    margin: 20px 0px 4px 0px !important;
    padding: 5px;
    width: 100%;
}

#pagetitle {
    text-align: center;
    margin-top: 20px;
    background-image: none !important;
    background-color: transparent !important;
    border: 0;
    font-weight: 500;
}

/* ===[ Entry Footer ]=== */

.entry-footer { font-size: .8em }

.tagged {
    border: 1px dotted #ccc;
    background: #fff;
    height: auto;
    width: auto;
    max-width: 50%;
    padding: 2px;
    margin-bottom: 10px;
}

 .tagged a {
     font-weight: bold;
     text-decoration: none;
     padding: 5px;
 }

.cat-links {
    padding-left: 10px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    width: 50%;
}

.tiny-rss {
    font: 500 .8em Verdana,Arial,sans-serif;
    text-decoration: none;
    padding-left: 15px;
    background: url(http://globalepresse.com/wp-content/themes/zeeb/images/tiny-rss.gif) no-repeat top left;
    height: 16px;
}

.tiny-comments {
    width: 92px;
    height: 50px;
    text-align: center;
    padding-top: 3px;
    float: right;
    background: url(images/comment-box.gif) no-repeat top left;
    font: 600 .8em Arial,sans-serif;
    clear: both;
    margin-bottom: 10px;
}

 .tiny-comments a { text-decoration: none }

/* ===[ Comments ]=== */

#comments {
    text-align: left;
    margin-left: 25px;
    font-size: .8em;
}

h3#comments-title { display: none }

h3#respond { margin-top: 15px }

#comments ul { }

 #comments ul.children li,
 #comments ul li,
 #comments ul ul.children li p,
 #comments ul li p,
 #comments ul li,
 #comments ul ul.children li p,
 #comments ul li p { font: 500 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif!important }

#comments p {
    font: 500 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif!important;
    font-weight: 400;
    line-height: 150%;
    margin: 5px 5px 20px 0;
    text-transform: none;
}

.children { padding: 0 }

#comments li,
#comments input,
#comments textarea { font: 500 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif!important }

.vcard {
    margin-bottom: 5px;
    width: 100%;
}

 .vcard a { text-decoration: none }

.comment-meta {
    text-align: right;
    clear: both;
    width: 100%;
    border-top: 1px dashed #ccc;
    padding: 10px 0px;
}

img.avatar {
    float: left;
    margin-right: 10px;
}

#comments cite,
#comments cite a {
    font-style: italic;
    font-weight: 700;
}

.reply { display: inline }

.comment-reply-link {
    background: url(images/tab-background.gif) repeat-x bottom;
    border: 1px solid #ccc;
    color: #333;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}

.comment-form-comment label,
.form-allowed-tags { display: none }

#comments ul ul { font-size: 100% }

.textwidget {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

#comments-list ul li.comment {
    list-style-type: none !important;
    background: none;
}

#comments li {
    list-style: none;
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
}

 #comments li ul li {
     border-left: 1px dotted #ccc;
     margin-left: 10px;
     margin-right: -5px;
 }

/* ===[ Menu ]=== */

#access ul {
    font-size: 15px;
    list-style: none;
    margin: 0 0 0 -.8125em;
    padding-left: 0;
}

#access li {
    float: left;
    position: relative;
}

 #access li li {
     background: #fff;
     border: none;
     border-bottom: 1px solid #ccc;
 }

#access a {
    color: #000;
    display: block;
    line-height: 3.333em;
    padding: 0 1.2125em;
    text-decoration: none;
}

#access ul ul {
    display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 2.5em;
    width: 188px;
    z-index: 99999;
    border: 1px solid #ccc;
    border-bottom: 0;
}

 #access ul ul ul {
     left: 100%;
     top: .5em;
     border: 1px solid #ccc;
     border-bottom: 0;
 }

 #access ul ul a {
     background: transparent;
     border-bottom: 1px solid #ccc;
     border-right: 1px solid #ccc;
     color: #000;
     font-size: 15px;
     font-weight: 400;
     height: auto;
     line-height: 1.4em;
     width: 168px;
 }

 #access li:hover > a,
 #access ul ul :hover > a,
 #access a:focus { background: transparent }

#access li:hover > a,
#access a:focus {
    background: transparent;
    color: #000;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a { font-weight: 700 }

#menu-main li:hover ul,
#menu-main li li:hover ul,
#menu-main li li li:hover ul,
#menu-main li li li li:hover ul,
#access ul li:hover > ul { display: block }

#menutop {
    float: right;
    padding-right: 10px;
}

#access li a { text-decoration: underline }

#access li li a { text-decoration: none }

/* ===[ Sidebar ]=== */

.xoxo ul {
    padding-right: 0;
    border-top: 1px solid #ccc;
}

 .xoxo ul ul { border: 0 }

.xoxo li {
    width: auto;
    margin: 20px 0px 0px 0px;
    text-align: left;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    text-indent: 0;
}

 .xoxo li li { text-indent: 0 }

.xoxo ul li {
    color: #666;
    margin-top: 1px;
    padding: 5px;
    padding-top: 10px;
    padding-right: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 100% !important;
    display: block;
}

.xoxo li.widget-container {
    background: transparent;
    background-image: none;
    border: none;
}

li.widget-container h3 {
    background: #fff url(images/tab-background.gif) repeat-x bottom;
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 1.5em;
    text-decoration: none;
    padding: 5px 10px;
    display: inline;
    margin-bottom: 2px;
}

.xoxo li a { text-decoration: none }

.xoxo li.widget-container {
    background: transparent;
    background-image: none;
}

li.widget-container h3 {
    background: #fff url(images/tab-background.gif) repeat-x bottom;
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 1.5em;
    text-decoration: none;
    padding: 5px 10px;
    display: inline;
    margin-bottom: 2px;
}

.xoxo li a { text-decoration: none }

.xoxo li ul {
    border: 1px solid #ccc;
    border-bottom: none;
}

.xoxo ul ul { border: none }

.xoxo ul li { border-bottom: 1px dotted #ccc }

.widget-container { width: 250px }

.xoxo li ul.children li a { margin-left: 20px !important }

.xoxo li ul.children li ul.children li a { margin-left: 40px !important }

ul.children { border-top: 1px solid #ccc }

/* ===[ Lists ]===
   ================================================== */

/* unordered list  */

#content ul {
    list-style: none;
    margin-bottom: 15px;
    margin-left: 15px;
}

 #content ul ul { margin-bottom: 0px }

 #content ul li {
     background: url(images/tiny-dot.gif) no-repeat top left;
     padding-left: 15px;
 }

/* ordered list  */

#content ol {
    margin-left: 35px;
    margin-bottom: 15px;
    list-style-type: decimal;
    list-style-position: inside;
}

 #content ol li ol { margin-bottom: 0px }

/* definition lists  */

dl {
    clear: both;
    display: block;
    margin: 15px;
    text-align: center;
    font-size: 1.1em;
}

 dl dt {
     left: 0;
     width: 110px;
     font-weight: 600;
     float: left;
     padding: 0;
     text-align: left;
     margin-bottom: 5px;
 }

dd {
    border-left: 1px solid #ccc;
    margin: 0 0 10px 130px;
    padding: 0 0 1em 1em;
    width: auto;
    text-align: left;
}

/* WP Tabs module CSS
   ================================================== */

.wpt-tabs .tab_title a {
    background: #fff url(images/tab-background.gif) repeat-x bottom !important;
    color: #000 !important;
}

.wpt-tabs .tab_title a:focus,
.wpt-tabs .tab_title a:hover {
    background: #fff url(images/tab-background.gif) repeat-x bottom !important;
    color: #000 !important;
}

.wpt-tabs div { font: .9em }

li.tab_title a:checked { background: #fff url(images/tab-background.gif) repeat-x bottom !important }

li.tab_title { padding: 0 5px }

#wpt_widget-2_content {
    border: 0;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}

/* ===[ Miscellaneous ]=== */

/* headings  */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana,'Lucida Grand',Arial,sans-serif;
    line-height: 150%;
}

h1 { font-size: 1.8em }

h2 {
    font-size: 1.6em;
    font-weight: 500;
}

h3 {
    font-size: 1.4em;
    font-weight: 500;
}

h4,
h5,
h6 {
    font-weight: 500;
    color: #000;
}

/* responsive images  */

.entry-content .wp-caption,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%;
    height: auto;
}

img[class*=align],
img[class*=wp-image-] { height: auto }

img.size-full .wp-post-image {
    max-width: 97.5%;
    height: auto;
}

hr {
    color: #ddd;
    background-color: #ddd;
    height: 1px;
    border: none;
    margin: 10px 0px;
}

blockquote {
    border: 1px solid #ccc;
    background: #fff url(images/quotes.gif) no-repeat top right;
    font-size: 110%;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 30px 20px 10px 10px;
}

code {
    font: 'Courier New',Courier,Garamond,serif;
    width: 50%;
}

pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

code,
kbd,
samp,
var { font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace }

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

address {
    display: block;
    margin: 0 0 1.625em;
}

ins {
    background: #fafafa;
    text-decoration: none;
}

sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup { bottom: 1ex }

sub { top: .5ex }

small { font-size: smaller }

.sticky { font-size: 120% }

.bypostauthor { }

.wp-caption { text-align: left }

.wp-caption-text { text-align: center }

.gallery-caption { text-align: center }

.alignright { text-align: right }

.alignleft { text-align: left }

.aligncenter { text-align: center }

.page .entry-content { margin-top: 25px }

.archive #content { text-align: left }