/*
Theme Name: Ivy House
Description: Created by <a href="http://www.anthropoid.co.uk">Anthropoid</a>. 
*/
@import url("typo.css");
@import url("forms.css");
* {
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
body {
		background: #000 url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/body-tile.png) repeat-y center;
}
img{
	border: 0;
}
#wrapper{
	display: block;
	width: 100%;
	overflow: hidden;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/floral-tile2.png) repeat-x;
	margin: 0 auto;
}
#container{
	width: 1018px;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/mainBg.png) no-repeat;
	margin: 0 auto;
}
.clear{
	clear: both;
}
.divider{
	display: block;
	width: 460px;
	height: 17px;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/hr-wide.png) no-repeat;
	margin-bottom: 20px;
	clear: both;
}
.dividerNarrow{
	display: block;
	width: 404px;
	height: 17px;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/hr-narrow.png) no-repeat;
	margin-bottom: 20px;
	clear: both;
}
.dividerNarrow{
	display: block;
	width: 350px;
	height: 17px;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/hr-short.png) no-repeat;
	margin-bottom: 20px;
	clear: both;
}
#sites-pane .divider, #files-pane .divider, #editor-pane .divider{
	display: block;
	width: 460px;
	height: 17px;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/hr-wide-clear.png) no-repeat;
	margin: 5px auto 2px auto;
	clear: both;
}
#images-pane .divider{
	display: block;
	width: 460px;
	height: 17px;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/hr-wide-clear.png) no-repeat;
	margin: 15px 0 2px 30px;
	/*clear: both;*/
	float: left;
}
/* Header */
#header{
	display: block;
	width: 960px;
	height: 167px;
	margin: 0 auto;
	position: relative;
	background: #000;
}
#header .logo{
	width: 192px;
	height: 140px;
	position: absolute;
	top: 20px;
	left: 10px;
}
#bodyAlt .logo{
	width: 192px;
	height: 140px;
	margin: 13px 0 0 0;
	position: relative;
	left: -15px;
	/*position: absolute;
	top: 13px;
	left: 10px;*/
}
.promoBlock{
	width: 145px;
	height: 72px;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/promo-bg.png) no-repeat;
	position: absolute;
	right: 17px;
	bottom: 14px;
}
/* Main navigation*/
#mainNav{
	float: right;
	margin-right:16px;
}
/* Footer */
.push{
	height: 100px;
}
#footer{
	width: 961px;
	height: 200px;
	margin: 0 auto;
	background: #0d0c0c url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/footer-shadow.png) no-repeat top;
	display: block;
}
#footer .copyright{
	float: right;
	padding: 5px 10px 5px 10px;
	background: #000;
	margin: 60px 20px 0 0;
}
/* Main Body */
#body{
	width: 961px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}
/*.push{
	clear: both;
	height: 200px;
}*/
#bodyAlt{
	width: 960px;
	height: 615px;
	margin: 0 auto;
	background: #000;
}
#homeLeft/*, #contactLeft*/{
	width: 460px;
	float: left;
	margin: 35px 0 0 25px;
}
#homeRight{
	width: 475px;
	float: right;
	margin-top: 20px;
}
#fullWidth{
	width: 935px;
	margin: 35px 0 0 25px;
}
.banner{
	display: block;
	width: 385px;
	height: 240px;
	margin-left: 70px;
	margin-bottom: 15px;
}
.banner img{
	margin: 0;
	background: #0d0c0c;
	border: 1px solid #161515;
	padding: 10px;
}
#homeLeft img{
	float: right;
	margin-left: 5px;
}
.newsletterBox{
	display: block;
	margin-top: 10px;
	background:url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/field-end-left.png) no-repeat 51px 4px;
}
.feedback{
	width: 212px;
	margin-left: 4.8em;
	position: relative;
	float: left;
}
.feedback .badge{
	display: block;
	width: 63px;
	height: 63px;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/feedback-badge.png) no-repeat;
	position: absolute;
	right: -10px;
	top: 20px;
}
.feedback-link{
	display: block;
	width: 193px;
	height: 100px;
	background: url('http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/feedback-bg.png') no-repeat;
	margin-left: 12px;
}
.bookmark{
	width: 175px;
	float: right;
}
.bookmark ul{
	margin-top: 1.4em;
}
.bookmark li{
	padding-bottom: 0.8em;
	margin-top: 10px;
}

/* Contact Page */
#contactLeft{
	width: 350px;
	float: left;
	margin: 35px 0 0 25px;
}
#contactRight{
	width: 560px;
	float: right;
	margin-top: 35px;
}
#contactRight img{
	background: #0d0c0c;
	border: 1px solid #161515;
	padding: 10px;
}
.printMap{
	float: right;
	margin-right:22px;
}
.printMap a{
	display: block;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/icon-printer.png) no-repeat left;
	padding-left: 30px;
}

#wideContent{
	width: 460px;
}
/* Gallery ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*#{
	width: 700px;
	float: left;
	margin: 35px 0 0 25px;
}*/

/* Category Galleries */
#images-pane img, #sites-pane img{
	border: 3px solid #000;
}
.imageWrapper{
	margin: 10px 10px 0px 0px;
	float: left;
}
/* Sports Pages */

#sportLeft{
	width: 350px;
	float: left;
	margin: 0 0 0 35px;
}

/* Review Page */
.reviews h1{
	margin-bottom: 2em;
}

/* Menu Pages */

#menuLeft{
	width: 350px;
	float: left;
	margin: 35px 0 0 24px;
}
#menuRight{
	width: 560px;
	float: right;
	margin-top: 30px;
}
#menuLeft .terms{
	display: block;
	background: #0d0c0c;
	border: 1px solid #161515;
	padding: 10px;
}
#menuRight ul#toolbar li{
	float: left;
}
.menuHeader{
	width: 100%;
	border-bottom: 1px solid #161515;
	margin-bottom: 10px;
}
.menuDownload p{
	float: left;
	margin-bottom: 5px;
}
.menuHeader p, #scroller .section .menuHeader p{
	margin-bottom: 4px;
}
.menuHeader .menuPdf, .menuDownload .menuPdf{
	float: right;
}
.menuPdf ul li{
	float: left;
	margin-left: 0.5em;
}
.menuHeader .menuPdf a, .menuDownload .menuPdf a{
	display: block;
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/icon-pdf.png) no-repeat left;
	padding-left: 30px;
}
.menuDownload{
	float: right;
	/*width: 355px;*/
	/*margin-bottom: 10px;*/
	margin-top: 9px;
}
.menuLinks{
	margin-top: 20px;
	margin-bottom: 43px;
}
#menuRight #toolbar li, #sportRight #toolbar li{
	padding: 5px 0px 4px 5px;
}
#menuRight #toolbar li a, #sportRight #toolbar li a{
	padding: 9px 15px 8px 10px;
}
#menuRight #toolbar li:hover, #menuRight li.active, #sportRight #toolbar li:hover, #sportRight li.active{
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/tab-left.png) no-repeat left top;
}
#menuRight #toolbar li a:hover, #menuRight #toolbar li.active a, #sportRight #toolbar li a:hover, #sportRight #toolbar li.active a{
	background: url(http://www.theivyhouse.ie/wp-content/themes/ivyhouse/images/ui/tab-right.png) no-repeat right top;
}


/* Sliding Panel */

#frame{
	overflow: hidden;
	width: 520px;
	position: relative;
	height: 465px;
	background: #0d0c0c;
	border: 1px solid #161515;
	padding: 10px;
}
#scroller {
	width: 520px;
	height: 400px;
	overflow: hidden;
	border-bottom: 1px solid #161515;
}
#content {
	width: 5000px;
}
.section {
	width: 520px;
	float: left;
	background: transparent;
	height: 400px;
}


/* Sport Panel */

.sport .section, .sport #scroller, .music .section, .music #scroller/*, .food .section, .food #scroller*/{
	height: 460px;
	border-bottom: 0px;
}

/* Panel Tweaks */
.noHeader #scroller, .noHeader .section{
	height: 436px;
}
/*.food #scroller, .food .section{
	height: 360px;
}*/


/* Table Layout */
table.wptable{
	width: 99%;
	border-collapse: collapse !important;
	border-style: none !important;
	border: 0px !important;
}
/*tr{
	border-bottom: none;
}
td.firstTd{
	padding-left: 0;
}
td.team{
	width: 20%;
}*/
table.wptable td, table.wptable tr.alt td{
	padding: 8px 4px 8px 4px;
	vertical-align: top;
	border: 0;
	text-align: left;
}
table.wptable tr.alt {
	background-color: #333;
}
table.wptable tr.alt td{
	color: #ccc;
}
table.wptable th{
	padding: 8px 4px 8px 4px;
	background: #232222;
	border: none;
}
table.wptable th{
	padding: 8px 4px 8px 4px;
}

/* Poll bits */
.wp-polls-loading{
	margin: 10px 0 10px 0;
}
#sidebar{
	display: none;
}