/*
Theme Name: The Real Ugly American
Author: 
Author URI: 
Description: 
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
a {
    color: #fbff00;
}
#site-nav{
    display: block;
    background-color: #e14f26;
    text-align: center;
    height: 35px;
    padding: 0;
    margin: 0;
    /* float: left; */
    /* width: 1000px; */
    background: #3a3d96;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#site-nav li{
  padding-top: 8px;
    display: inline-block;
}
#site-nav li a {
    color: #f6f3dd;
    font-family: Museo500;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px;
}

#site-head {
    margin-bottom:0;
}
#secondary {
    padding: 30px;
    text-align: center;
    padding: 0 5%;
}

#sidebar-right {
  padding: 0 10%;
}
.widget_nav_menu ul{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.widget_nav_menu ul li{
    list-style: none;
    text-align: center;
    margin-bottom: 5px;
}
.widget_nav_menu ul a{
    display: block;
    padding: 10px 10px;
    background: -webkit-linear-gradient(top, #dbdbdb 0%,#b7b7b7 40%,#a3a3a3 60%,#8b8b8b 100%);
    background: linear-gradient(to bottom, #89d6d6 0%,#50a8a8 40%,#50a8a8 60%,#50a8a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#8b8b8b',GradientType=0 );
    border: 1px solid #ccf;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}

.custom-ul li{
    list-style: none;
    padding-left: 39px;
    background: url(http://localhost/pbnsite/wp-content/uploads/2019/07/dove_teal_on_white.gif) no-repeat;
    background-position: left 0px;
}