/**
 * Theme Name: Cat Obsessed
 * Theme URI: http://www.forbairt.ie
 * Description: This is my first attempt at a hybrid-child theme
 * Version: 0.1
 * Author: Your Name
 * Author URI: http://www.jameslarkin.ie
 * Tags: Cat, 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: #49a7d8 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 {}
 
.wp-caption {margin-left:10px;}

table {
	margin-left: 10px; margin-right:20px;
}

table th.r,
table td.r {
	text-align: right;
}

table th.l,
table td.l {
	text-align: left;
}

th,td {
	text-align: right;
}
.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: #357da6; }

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

.page-title a,
.entry-title a {
	color: #333333;
}

h1.page-title a:hover ,
h1.entry-title a:hover {
	color: #000000;
}


#page-nav li a { background: #EFEFEF; padding-top: 5px; padding-bottom: 5px;}
#page-nav li a:hover { background: #357DA6; color:#FFFFFF; }
#page-nav li.current_page_item a {background: #49A7D8; color: #FFFFFF; }

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

#hybrid-tags-3,
#hybrid-categories-4,
#hybrid-archives-4,
#linkcat-13,
#linkcat-2,
#linkcat-12,
#linkcat-11,
#text-4 {
	background: #EFEFEF;
}
#text-4 {
	padding-top: 10px;
}
#text-5 {
	background: #FFFFFF;
	text-align: center;
}
#text-5 .widget-title { text-align: left; font-size: 1em; font-weight: bold;
}
#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,
#text-4 .widget-title,
#linkcat-98 .widget-title {
	font-size: 1em;
	font-weight: bold;
}
#linkcat-98 {
 background: #FFD98F;	
}


#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 {
  padding-bottom: 16px;
}

.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; }


.ngg-galleryoverview {
	padding-left: 10px;
}

.ngg-tagcloud {
	padding-left: 10px; padding-right: 10px;
}

.feed-button a
{
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 26px;
background-image: url("feed-icon-14x14.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 5px 50%;
}

.feed-button a:hover {
background-image: url("feed-icon-14x14.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 5px 50%;
}

.fbLikeContainer {
	margin-left: 10px;
}