/**
 * Theme Name: ArmChair
 * Theme URI: http://www.forbairt.ie
 * Description: ArmChair WP Theme
 * Version: 0.1
 * Author: James Larkin
 * Author URI: http://www.jameslarkin.ie
 * Tags: Arm Chair
 *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: #FFFFFF url(bg.png) repeat-x 0 0;
}
 
#header {
padding-top: 0;
margin-bottom: 10px;
}
 #navigation { height: 22px; margin-bottom: 50px; padding-top:16px;}

 .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: #88C53F; }

.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: #88C53F; color:#FFFFFF; }
#page-nav li.current_page_item a {background: #2F570E; color: #FFFFFF; }

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

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

#text-3 { }
#text-4 { margin-bottom:0; padding-bottom:0; }
#hybrid-tags-3 { background: #FF9D00; }
#hybrid-tags-3 a { color: #000000; }
#text-3 a { }

#rss-3 {
	
}

#rss-r h3.widget-title
.navigation-links .previous {
float: left;
max-width: 50%;
background: #FFFFFF;
padding: 10px;;
}
#linkcat-2 {
	background: #FAF8AE;
}
h3.widget-title {
	font-size: 1em;
	font-weight: bold;
}
#kb-advanced-rss-3 {
	background: #EFEFEF;
	padding-right: 10px;
}

#hybrid-categories-4,
#hybrid-archives-4,
#recent-comments-4 {
	background: #EFEFEF;
}

.feed-button {
  padding: 10px 0;
}

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


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


#footer { color: #333333; }
#footer a {	color: #2F570E; }
#footer a:hover {	color: #88C53F; }


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

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