/**
 * Theme Name: BOLD.IE
 * Theme URI: http://www.forbairt.ie
 * Description: This is my second attempt at a hybrid-child theme
 * Version: 0.1
 * Author: James Larkin
 * Author URI: http://www.jameslarkin.ie
 * Tags: Bold, red, James, Larkin
 * Template: hybrid
 */
 
 /* Get base CSS */
 @import url('jimpx.css');
 
 /* Get layout CSS */
 @import url('../hybrid/library/css/2c-l-fixed.css');
 
 /* Get plugins CSS */
 @import url('../hybrid/library/css/plugins.css');
 
 /* Get drop-downs CSS */
 @import url('../hybrid/library/css/drop-downs.css');
 
 /* Get default CSS */
 @import url('screen.css');
 
body {
 background: #BE0000 url(bg.png) repeat-x 0 0;
}
 
#header {
padding-top: 35px;
margin-bottom: 10px;
}
 #navigation { height: 22px; margin-bottom: 10px; }

 .alignright {}
 .alignleft {}
 .alignnone {}
 .aligncenter {}
 .avatar {}
 .wp-caption {}
 .gallery {}
 .wp-smiley {}
 
 .page h2,
 .post h2 { padding-top: 10px; padding-left: 10px; }
 .page p,
 .post p  { padding-left: 10px; padding-right: 10px; }

.page h2 a,
.post h2 a { color: #333333; }
.page h2 a:hover,
.post h2 a:hover { color: #000000; }

 .page a,
 .post a { color: #BF0000; }

.page a:hover,
.post a:hover { color: #333333; }

#page-nav li a { background: #EFEFEF; padding-top: 5px; padding-bottom: 5px;}
#page-nav li a:hover { background: #BF0000; color:#FFFFFF; }
#page-nav li.current_page_item a {background: #8F0000; color: #FFFFFF; }

.post {
	background:#FAFAFA;
	border-bottom: 1px solid #EFEFEF;
	border-top: 10px solid #8F0000;
}
	
.page {
margin: 0 0 40px 0;
background:#FAFAFA;
border-bottom: 1px solid #EFEFEF;
border-top: 10px solid #8F0000;
}

#hybrid-tags-3,
#hybrid-categories-4,
#hybrid-archives-4,
#linkcat-13,
#linkcat-2,
#linkcat-12,
#linkcat-11 {
	background: #EFEFEF;
}

#popular-posts .widget-title,
#recent-comments-3 .widget-title, 
#hybrid-tags-3 .widget-title,
#hybrid-categories-4 .widget-title,
#hybrid-archives-4 .widget-title,
#linkcat-13 .widget-title,
#linkcat-2 .widget-title,
#linkcat-12 .widget-title,
#linkcat-11 .widget-title {
	font-size: 1em;
	font-weight: bold;
}

#hybrid-tags-3 {
	background: #357DA6;
	color: #FFFFFF;
}

#hybrid-tags-3 .widget-title {
font-size: 1em;
font-weight: bold;	
color: #FFFFFF;
}

#hybrid-tags-3 a {
	color: #EFEFEF;
}

#hybrid-tags-3 a {
	color: #FFFFFF;
}

#popular-posts {
	background: #FFD98F;
}

#recent-comments-3 {
	background: #FFE4AF;
}

#text-3 {
  background: #FFFFFF;
}

.widget-title { padding-top:10px; padding-left:10px; }
.widget p { padding-left: 10px; padding-right: 10px;
}

.navigation-links .previous {
float: left;
max-width: 50%;
background: #FFFFFF;
padding: 10px;;
}
.navigation-links .next {
float: right;
max-width: 50%;
text-align: right;
background: #FFFFFF;
padding: 10px;;
}


#footer { color: #FFFFFF; }
#footer a {	color: #EFEFEF; }
#footer a:hover {	color: #FFFFFF; }