/*
Theme Name: Armin Custom #2
Theme URI: http://www.arminbrott.com
Description: Child Theme for Hybrid - custom CSS located in wp-content/themes/armin-2/ - Further modifications with background images and styling
Author: Armin Brott
Author URI: http://www.arminbrott.com/
Template: hybrid
Version: 0.1
This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)
*/

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

body { background-color: #005580; background-image: url("/images/bg/bluewall-dark.jpg"); background-repeat:repeat; }

a, a:visited { color:#005580; text-decoration:none; } /* replaced #3C738C */
a:hover { text-decoration:underline; } /* replaced #3C738C */

/* css for header & nav: */

#site-title { color: #d4543b !important; }
#site-title a { color: #d4543b !important; }
#site-title a:visited { color: #d4543b !important; }

.page-item-65 a, .page-item-65 a:visited {display:block;color:#ffffff;padding-right:20px; padding-left:20px; margin:0px 0px 0px 0px;background:#3c738c; }

suckerfishnav li li a { color:#FFFFFF; font-size:1em; padding:4px 10px; width:110px; }

/* css for main content area: */

#content { background-image: url("/images/bg/texturedpaper.jpg"); background-repeat:repeat; }

h1 { font-size:24px !important; color:#d4543b !important; }
h1 a { font-size:24px !important; color:#d4543b !important; }
h1 a:visited { font-size:24px !important; color:#d4543b !important; }
h2 { font-size: 18px !important; line-height: normal !important; }
h2 a { font-size: 18px !important; line-height: normal !important; }
h2 a:visited { font-size: 18px !important; line-height normal !important; }

.author-title, .category-title, .date-title, .tag-title, .search-title { font-size:24px; }

.single-title { margin:0 0 21px !important; }

.subcat-listing-on-catpage li a { color: #333333; }

.subcat-listing-on-catpage li a:visited { color: #333333; }

.thumbnail { width: 100px; height: auto; background-color: #ffffff; border:none; }

#amtap a img, div.amtap-item a img { background:#FFFFFF none repeat scroll 0 0 !important; border:none !important; }

/* css for captioned image in the main content panel */

.wp-caption img { border:0px; } 
.wp-caption { background-color: #ffffff; } 
.wp-caption-text { color: #444444 !important; } 

/* css for side widgets: */

.widget li.current-cat a, .widget li.current_page_item a { color: #d4543b; }

.widget-categories { background:#005580; color:#ffffff; border: 5px solid #3C738C; } 

.widget-categories h3 { color: #d4543b; font-size: 1.5em; }
.widget-bookmarks h3 { color: #d4543b; font-size: 1.5em; }

.widget ul li { padding: 2px 0px 2px 15px; background: transparent url("/images/bullet-custom.png") no-repeat scroll 0 6px; }

.widget li.current-cat li a { color: #FFFFFF; }
.widget li.current_page_item li a { color: #d4543b; }

.widget li a { color: #ffffff; }

.widget-bookmarks { margin-bottom: 0; background:#005580; color:#ffffff; border: 5px solid #005580; }

#linkcat-19 { padding-top: 0px; } /* NOTE this depends on the category number staying constant */

.widget ul { margin-bottom: 0px; }

.widget ul li { color: #3C738C; } /* this controls the blogroll link description text */

.blogroll li a { color: #ffffff; }
.blogroll li a:visited { color: #ffffff; }


/* css to hide page elements */

.byline { display: none; }
/* .breadcrumb { display: none; } */
/* .entry-meta { display: none; } */
.post-meta-data { display: none; }
.comments-closed { display: none; }
.navigation-links { display: none; }