/*
Theme Name: Electric Hummingbird
Theme URI: http://www.bajarockpat.net/wp-content/themes/electric_hummingbird
Description: Custom theme for BajaRockPat.com
Author: Mike Barry of FortCollinsWebWorks.com
Template: twentyeleven
Version: 0.1
*/

@import url("../twentyeleven/style.css");

.phead1 {                   /* custom h1 tag */
 font-size: 28px;
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
 font-weight: bold;
 font-style: italic;
 color: #472C0C;
 }

#branding {
 border: 0px;               /* remove the gray stripe at the top of the header image */
 }

#page {
 background-color: #C1A880; /* content background = beige #FFFAEF*/
 color: #472C0C;            /* content text = dark brown */
 } 

.entry-title {
 color: #472C0C;            /* header text = dark brown */
 }

article.intro {
 background-color: #C1A880; /* top of showcase background = beige */
 }

#site-generator {
 background-color: #000000;
 padding: 5px;
 }

.page .entry-title, .page .entry-header {        /* remove entry-titles from pages */
 display: none;  
 } 

/* remove border around pictures */
.wp-caption {
 background-color: #C1A880; /* beige */
 border: solid #FF0000 0px;
 }
img.size-full {
 border: none;
 }

/* bold the categories in the sidebar */
h3.widget-title {
 font-weight: bold;
 color: #472C0C; 
 font-size: 14px;
 }

/* add border around sidebar */
div#secondary {
 background: #d2b489;
 border: solid 1px #feefd5;
 border-radius: 10px;
 -moz-border-radius: 10px;
 width: 20%;
 padding: 5px;
 padding-left: 30px;
 padding-right: 20px;
 margin-right: 1%;
 }

/* change the navigation bar colors */
#access {
 background: #4A6882;
 background-image: -moz-linear-gradient(#4A6882, #89A9B8);
 }
#access a {
 color: #b3dcf0;
 display: block;
 line-height: 3.333em;
 padding-bottom: 0;
 padding-left: 1.2125em;
 padding-right: 1.2125em;
 padding-top: 0;
 text-decoration: none;
 }
#access li:hover > a,#access ul ul :hover > a,#access a:focus {
 background:#4A6882; /* changes bg color of drop-down menus that have the mouse over them */
 color:#b3dcf0; /* changes text color when moused over */
 }
#access ul ul a {
 background: #89A9B8; /* changes bg color of drop-down menus that do not have mouse over them */ 
 color:#b3dcf0;
 }

div.pat_quote {
 color: #0033CC;
 font-style: italic;
 }