/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 50px;
	padding: 0;
	background: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #090;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: underline;
	color: #090;
	font-weight: bold;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 280px;

}

/* Header */

#logo {
	width: 915px;
	height: 82px;
	margin: 0 auto;
	padding-left: 25px;
	background: url(../images/web/img01.gif) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	height: 63px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/web/ib_menu_bg.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 60px;
	margin: 0;
	text-decoration: none;
	background: url(../images/img03.jpg) no-repeat right top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
#home  {
	height: 63px;
	width: 169px;
	background-image: url(../images/web/menu-home.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#about  {
	height: 63px;
	width: 199px;
	background-image: url(../images/web/menu-about.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#contact  {
	height: 63px;
	width: 190px;
	background-image: url(../images/web/menu-contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#photos  {
	height: 63px;
	width: 168px;
	background-image: url(../images/web/menu-photos.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#limericks  {
	height: 63px;
	width: 202px;
	background-image: url(../images/web/menu-limericks.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#home:hover   , #about:hover, #contact:hover, #photos:hover, #limericks:hover{
	background-repeat: no-repeat;
	background-position: left bottom;

}
#banner {
	width: 940px;
	height: 220px;
	background-image: url(../images/web/irishbuskers.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 63px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Wrapper */

#wrapper {

}

/* Page */

#page {
	width: 940px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	width: 718px;
	float: left;
	border: 1px solid #090;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
	background-color: #FFF;
	padding-right: 20px;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
	color: #090;
}

.title a {
	border-bottom: none;
	color: #090;
	text-decoration: underline;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #616161 solid;
	margin: -10px 20px 20px 20px;
}

.oldposts {
	border-top: 1px #616161 solid;
	border-bottom: 1px #616161 solid;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 0px 0 20px;
	background-color: #FFF;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}
.ib {
	font-style: italic;
	color: #090;
	font-weight: bolder;
	letter-spacing: 0.1em;
}
.ibdates {
	font-style: bold;
	color: #00D200;
	font-weight: bolder;
}


.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
	background: #282828;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
}


.sidebar li h2 {
	height: 31px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 40px;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFF;
	background-image: url(../images/web/ib_topper.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar1 a {
	color: #00D200;
	text-align: center;
	font-size: 1.2em;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#ibMailingList {
	text-align: center;
}

#sprytextfield1 {
	color: #FFF;
	font-size: 0.9em;
}

#sidebar1 p {
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Footer */

#footer {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #D6D6D6;
	background-image: url(../images/web/ib_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer p {
	margin: 0;
	padding: 45px 7px 0px 7px;
	text-align: center;
	font-size: 1em;
}

#footer a {
	color: #3C7B57;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}
.fb-post {
	background-color: #FFF;
}
