/* @override http://www.ballyvolanehouse.ie/css/style.css */
/* @override http://localhost/~adam/ballyvolanehouse.ie/new/css/style.css */

/* @group RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}

/* @end */
/* @group PAGE */

body {
	margin:0;
	padding:0px; 
	color: #776868;
	background: #ffffef url(../images/styles/bg_watermark3.jpg) repeat 0 30px;
	font: 70%/150% "Lucida Grande", Lucida, Verdana, sans-serif;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #b05b3f;
}
a:hover { color: #6a7b99; }
#container {
	width: 960px;
	padding:0;
	margin: 0 auto;
}

/* @end */

/* @group HEADER */

#top {
	height: 30px;
	background-color: #948663;
}
h1 {
	height: 28px;
	width:960px;
	margin:0 auto;
	padding: 0;
}
h1 a {
	padding:0;
	margin-left:0px;
	margin-top:3px;
	float: left;
	text-transform: uppercase;
	font: normal normal 20px 'Gill Sans', Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-indent: -999px;
	background: url(../images/styles/h1_title.gif) no-repeat 0 -2px;
	width: 100%;
}
h1 a:link, h1 a:visited { color: #4a2931; }
h1 a:hover {
	color: #ffffee;
	text-decoration: none;
	background-position: 0 -30px;
}

/* @group NAVIGATION BUTTONS */

#btns * {
	display: block;
	margin: 0;
	list-style: none;
}
#btns {
	display: table;
	float:right;
	clear: both;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 5px;
	height: 72px;
}
#btns li {
	display: table-cell;
	height: 72px;
	float: left;
	margin-left: 10px;
}
#btns li a {
	width: 72px;
	height: 72px;
	text-indent: -999em;
}
#btns li.btn_home a {
	background: url(../images/styles/btns.png) no-repeat 0 top;
}
#btns li.btn_home a:hover {
	background-position: 0 -75px;
}
#btns li.btn_offers a {
	background: url(../images/styles/btns.png) no-repeat -231px top;
}
#btns li.btn_offers a:hover {
	background-position: -231px -75px;
}
#btns li.btn_locate a {
	background: url(../images/styles/btns.png) no-repeat -77px top;
}
#btns li.btn_locate a:hover {
	background-position: -77px -75px;
}
#btns li.btn_contact a {
	background: url(../images/styles/btns.png) no-repeat -154px top;
}
#btns li.btn_contact a:hover {
	background-position: -154px -75px;
}
/* @end */

/* @group BOOKING FORM */

#checkincheckout_ym {
	padding-top: 20px;
	margin-left: 10px;
	width: 460px;
	clear:left;
	height: 50px;
	padding-bottom: 10px;
}
#checkincheckout_ym label, #checkincheckout_ym p {
	text-transform: uppercase;
	color: #999;
}
#checkincheckout_ym select {
	border: 1px solid silver;	
	height: 16px;
	font: 11px "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	color: #665a54;
	padding: 0 0 0 2px;
	background-color: #edf1e3;
	text-transform: uppercase;
}
#checkincheckout_ym p {
	margin-bottom: 10px;
	text-transform: uppercase;
}
#checkincheckout_ym p span {
	color: #776868;
}
input.contact, textarea.contact {
	width: 260px;
	border: 1px solid silver;
}
input.book {
	margin-top: -8px;
	margin-left: 5px;
}
/* @end */

/* @end */

/* @group HEADINGS */

h2 {
	text-transform: lowercase;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: 3px;
	font: normal 2.2em/1.6em "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	color: #615540;
	background: url(../images/styles/h2_stroke.gif) no-repeat 0 28px;
	height: 34px;
}
h4, .h4_inline {
	margin: 5px 5px 3px 0;
	color: #3d4b41;
	text-transform: uppercase;
	border-bottom: 1px solid #dedede;
	padding-left: 3px;
}
.h4_inline {
	letter-spacing: normal;
	font-size: 0.9em;
}

h5 {
	margin: 5px 5px 3px 0;
	color: #383b39;
	text-transform: uppercase;
	font-size: 0.9em;
	text-decoration: underline;
}

h3 {
	margin: 10px 0 3px;
	padding: 5px;
	letter-spacing: -1px;
	color: #526557;
	background-color: #ecebd4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: 1.8em/1.2em Helvetica, Geneva, Arial, sans-serif;
	border: 1px solid #d6d0c3;
}
h3.mr, h4.mr {
	margin-right: 145px;
}

h3.mr_270 {
	margin-right: 275px;
}
h2.bot {
	background: url(../images/styles/h2_stroke_bot.gif) no-repeat 0 28px;
	text-align: right;
}

/* @end */

/* @group AUTO-CLEARING */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group MAIN MENU */
.menu {
	float:right;
	margin-top: -36px;
	margin-right: 0;
	background: url(../images/styles/bg_menu.gif) no-repeat;
}
.menu * {
	display:block;
	margin: 0;
}
.menu ul {
	display: table;
	margin: 0;
	padding: 0 10px;
	background: url(../images/styles/bg_menu.gif) no-repeat right top;
/*	border-bottom: 1px solid #5a2f2a;*/
}

.menu ul li {
	display: table-cell;
	height: 20px;
	float: left;
	text-transform: uppercase;
	padding: 0;
	background: url(../images/styles/bg_menu.gif) repeat-x 200px top;
}

.menu li a, .menu li a:visited {
	color: #fff;
	text-shadow: #5a2f2a 1px 1px 0;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 18px;
	padding: 1px 10px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.menu li+li a {
	background: url(../images/styles/bg_menu-hover.gif) repeat-y 0 0;
}

.menu li a:hover {
	color: #5a2f2a;
	text-decoration: none;
	background: #e5dec3 url(../images/styles/bg_menu-hover.gif) repeat-x;
	text-shadow: #fff 1px 1px 0;
}
.menu ul li.active a:link, .menu ul li.active a:visited {
	color: #5a2f2a;
	text-decoration: none;
	text-shadow: #fff 1px 1px 0;
	background: #d3d0c9 url(../images/styles/bg_menu-hover2.gif) repeat-x;

}
.bottom {
	float: left;
}

/* @end */

/* @group HORIZONTAL MENU - HOME */
#hrnav {
	position: absolute; 
	z-index: 101;
	clear:both;
	width:135px;
	height:200px;
	margin-top: 60px;
	margin-left: 805px;
	text-align:right;
	background: url(../images/styles/bg_rnavo4.png) no-repeat;
	margin-right: 0px;
	padding-right: 10px;
}
#hrnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#hrnav ul li {
	height: 20px;
	margin: 0 0 0 20px;
	padding: 2px 0 0;
	font-size: 0.9em;
	overflow: hidden;
	line-height: 24px;
	list-style-type: none;
}

#hrnav h3 {
	color: #eee;
	font: italic 1.3em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 7px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: none;
	padding: 0;
	border: none;
}
#hrnav ul li a:link, #hrnav ul li a:visited {
	color: #fff;
	text-transform: uppercase;
}
#hrnav ul li a:hover {
	color: #6a7b99;
	font-style: italic;
}
/* @end */

/* @group MAIN */

#main {
	margin-top:10px;
	margin-left: 0;
	margin-right: 0;
}
#main p, .schedule ul {
	margin-bottom: 10px;
	line-height: 165%;
	font-size: 1.1em;
	letter-spacing: -1px;
}
#main>ul, #main #right>ul, #main #thingstodo ul {
	padding-left: 10px;
	list-style-image: url(../images/styles/arrow-copy.gif);
	margin-left: 20px;
}

#main>ul.ml_220, #main #thingstodo>ul.ml_220 {
	margin-left: 220px;
}
#main>ul.ml_300, #main #thingstodo>ul.ml_300 {
	margin-left: 300px;
}

#main>ul.ml_680 {
	margin-left: 680px;
}
 #main>ul li, #main #right>ul li, #main #thingstodo>ul li {
	letter-spacing: -1px;
	font-size: 1.1em;
	line-height: 165%;
}
#main>ul li a, #main #right>ul li a, #main #thingstodo>ul li a {
	letter-spacing: -1px;
	font-style: italic;
}

div.slideshow {
	width: 940px;
	height: 460px;
	position: relative;
	overflow: hidden;
	border: 6px solid #98887c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index: 2;
}

#ssp_container {
	float: left; 
	padding: 3px 0; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 3px 10px 10px 0;
	background-color: #ffffee;
	border: 2px solid #dbdac4; 
}

#ssp_container h4 {
	margin: 2px 5px;
	padding: 5px;
	color: #526557;
	background-color: #ecebd4;
	text-align: center;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.schedule {
	width: 305px;
	float: left; 
	padding: 0; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 10px 10px 0;
	border: 2px solid #dbdac4; 
}
.schedule ul {
	list-style-image: url(../images/styles/arrow-copy.gif);
	margin-left: 20px;
	padding-left: 10px;
	color: #666;
	font-size: 1em;
}

.schedule p, .schedule table {
	margin-right: 5px;
	margin-left: 5px;
}
.schedule td {
	padding: 2px 5px;
	letter-spacing: -1px;
}
.schedule h4, #right h4 {
	background-color: #f4f3de;
	padding: 5px;
	margin: 0 0 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	letter-spacing: normal;
}
td.col_l {
	color: #999;
}
td.col_r {
	color: #666;
	letter-spacing: -1px;	
}

a#slick-toggle  {
	text-transform: lowercase;
}
.addthis {
	float: right;
	margin: 0 10px 10px;
}
#main p.news_date {
	float: right; 
	margin: 5px;
	border: 1px solid #d6d0c3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px;
	color: #4f5b70;
	font-size: 0.9em;
	letter-spacing: 0;
}
#main .news_selected p {
	margin-left: 10px;
}
#main ul.reviews {
	margin-left: 350px;
}

#map {
	width: 480px; 
	height: 320px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 10px 10px 0;
	background-color: #ffffee;
	border: 2px solid #dbdac4;
	float: left;
}

#right {
	clear:both;
	width: 260px;
	padding-right: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#main #right.ttd {
	width: 160px;
	clear: none;
	padding: 0;
}
#main #right p {
	margin-left: 5px;
}

#main #right h3 {
	margin-top: 0px;
}

#main #right h4 {
	margin-bottom: 10px;
}
#right img {
	border: 1px solid #777;
}

/* @group CONTACT FORM */

#contact_form {
	padding: 10px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 3px 0 10px;
	background-color: #ffffee;
	border: 2px solid #dbdac4;
	float: left;
	width: 375px;
}
#main #contact_form form p {
	padding: 0;
	margin: 0 0 0 15px;
}

#main #contact_form form input.txt, #main #contact_form form textarea, #main #contact_form form select.contact_dd  {
	border: 1px solid #ccc;
	background-color: #edf1e3;
	width: 240px;
	float: right;
	clear: both;
	margin-top: 4px;
	color: #6b6465;
	letter-spacing: 0;
	padding: 2px;
	height: 20px;
	font: 0.9em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
}
#main #contact_form form input.txt { 
	height: 14px;
}

#main #contact_form form p label {
	color: #999;
	padding-right: 10px;
	float: right;
	letter-spacing: 0;
	margin-left: 0;
	text-transform: uppercase;
	padding-top: 4px;
	font-variant: normal;
	font-style: normal;
	font-size: 0.8em;
}

#main #contact_form form select.contact_dd {
	width: 160px;
}
#main #contact_form form select.contact_dd, #main #contact_form form input.txt, #main #contact_form form textarea, input#list_email, input.news_sub  {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
#main #contact_form form p textarea { 
	height: 180px; 
	margin-bottom: 0;
}
#contact_form form input.chk { 	
	clear: both;
	float: right;
	margin-bottom: 2px;
}

/* @end */

#thingstodo {
	margin-right: 320px;
}

/* @group NEWS */

h3.h3-news {
	margin-right: 385px;
}
.subscribe_box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	border: 1px solid #dbdac4; 
	margin: 0 0 5px 10px;
	width: 220px;
	float: right;
	text-align: center;
}
.subscribe_box h4 {
	margin: 5px 0 0;
	padding: 0 0 3px;
}

.subscribe_box table {
	margin-top: 10px;
	width: 200px;
	margin-left: 5px;
}
td.sub_cell {
	vertical-align: middle;
	width: 50px;
}
input.submit {
	margin: 0 20px 0 0;
}
input.news_sub {
	width: 95%;
	border: 1px solid #ccc;	
	height: 14px;
	margin-top: 3px;
	color: #8c8282;
	padding-left: 3px;
	margin-right: 0;
	margin-left: 0;
	background-color: #edf1e3;
	font: 10px "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
}

div.subscribe_box form label {
	text-transform: uppercase;
	padding-right: 0px;
	margin-left: 15px;
	color: #999;
	font-size: 0.9em;
}

div.subscribe_box form input.radio {
	margin-bottom: 2px;
	margin-right: 10px;
}

/* @end */

/* @group FLAGS */

ul#languages {
	list-style: none;
	margin: 0 auto;
	text-align: center;
	display: table;
}
#languages li {
	display: table-cell;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	text-indent: -1000em;
	width: 36px;
	height: 24px;
}
#languages li a {
	display: block;
	background: url(../images/styles/flags.png) no-repeat;
	width: 35px;
	height: 24px;
}
#languages li a.francais {
	background-position: 0 0;
}
#languages li a.italiano { background-position: -35px 0; }
#languages li a.deutsch { background-position: -70px 0; }
#languages li a.nederlands { background-position: -105px 0; }
#languages li a.espanol { background-position: -140px 0; }
#languages li a.ruski { background-position: -175px 0; }
#languages li a.nihongo { background-position: -210px 0; }
#languages li a.mandarin { background-position: -245px 0; }

/* @end */
/* @end */

/* @group HORIZONTAL MENU */
#rnav {
	clear:both;
	width:135px;
	height:240px;
	text-align:right;
	background:  url(../images/styles/bg_rnav3.png) no-repeat;
	padding-right: 5px;
	float: right;
	margin-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
}
#main #rnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main #rnav ul li {
	height: 20px;
	margin: 0 0 0 20px;
	padding: 2px 0 0;
	font-size: 0.9em;
	overflow: hidden;
	line-height: 24px;
	border-bottom: 3px solid #f2f2e2;
	letter-spacing: -1px;
}

#main #rnav ul li.active {
	border-bottom-color: #dbdbdb;
}
#main #rnav ul li.active a:link, #main #rnav ul li.active a:visited {
	color: #433b3b;
}
#main #rnav ul li.active a:hover {
	text-decoration: none;
	cursor: default;
}
#main #rnav h3 {
	color: #615540;
	font: italic 1.3em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 7px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: none;
	padding: 0;
	border-style: none;
}
#main #rnav ul li a:link, #main #rnav ul li a:visited {
	color: #285085;
	text-transform: uppercase;
}
#main #rnav ul li a:hover {
	color: #6a7b99;
	text-decoration: underline;
}
/* @end */

/* @group FOOTER */
#foot {
	clear: both;
	font-size: 1.0em;
}
#foot p, #news_sub label {
	color: #999;
	margin:0px;
	line-height: 20px;
}
#foot p.copy {
	background: url(../images/styles/foot_stroke.gif) no-repeat;
	margin-top: 3px;
	padding-top: 6px;
}
#news_sub {
	float:right;
	padding-top: 5px;
	clear:both;
	margin: 3px 0 0;
}
#news_sub label {
	float: left;
	padding: 2px 5px 5px;
}
#list_email {
	background-color: #edf1e3;
	border: 1px solid silver;	
	height: 16px;
	margin-top: 3px;
	color: #8c8282;
	float: left;
	padding: 0 0 0 3px;
	font: 11px "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
}
.arr_submit {
	float: left;
	margin: 3px 0 0 3px;
}
#logos {
	height: 90px;
	width:960px;
	clear: left;
	margin: 0px auto 10px;
}
#logos a {
	display: block;
	float: left;
	height: 80px;
	margin: 5px 18px;
	background: url(../images/logos_large-copy.jpg) no-repeat 0 0;
	text-indent: -1000em;
}
#logos a.obrienchophouse {
	background-position: 0;
	width: 45px;
	margin-left: 4px;
}
#logos a.hiddenireland {
	background-position: -65px;
	width: 104px;
}
#logos a.goodfoodireland {
	background-position: -195px;
	width: 50px;
}
#logos a.goodhotelguide {
	background-position: -273px;
	width: 30px;
}
#logos a.bestofbridgestone {
	background-position: -446px;
	width: 50px;
}
#logos a.irelandguide {
	background-position: -515px;
	width: 80px;
}
#logos a.karenbrown {
	background-position: -612px;
	width: 50px;
}
#logos a.sawdays {
	background-position: -688px;
	width: 106px;
}
#logos a.bestloved {
	background-position: -820px;
	width: 142px;
	margin-right: 0;
}

p.follow {
	text-align: right;
}
p.follow a img, p.follow span {
	float: none;
	border: none;
	margin: 0 0 0 5px;
}
p.follow span {
	text-transform: uppercase;
}
p.follow a img {
	vertical-align: middle;
}
/* @end */

/* @group PROPS */
.prop { float: right; width: 1px; }
.min700px { height:700px; }
.min600px { height:600px; }
.min550px { height:550px; }
.min500px { height:500px; }
.min450px { height:450px; }
.min400px { height:400px; }
.min300px { height:300px; }
.min360px { height:360px; }
.min20px { height:20px; }
/* @end */

/* @group BUTTONS */

#scroll {
	background: url(../images/styles/scrolls_wide.gif) no-repeat;
	height: 78px;
	padding-top:26px;
	padding-bottom: 0;
	width: 960px;
	margin: 15px 0;
	clear: both;
}
.btn {
	height: 57px;
	width: 170px;	
}
.btn, .btn a {
	width: 170px;
	height: 57px;
	display: block;
	text-indent: -1000em;
}

#btn_offers {
	margin-left: 64px;
	float:left;
}
#btn_offers a {
	background: url(../images/styles/btn_offers.png) no-repeat;	
}
#btn_vouchers {
	margin-right: 64px;
	float: right;
}
#btn_vouchers a {
	background: url(../images/styles/btn_vouchers.png) no-repeat;	
}
#btn_weddingsbrochure {
	width: 215px;
	margin-right: 40px;
	float: right;
}
#btn_weddingsbrochure a {
	width: 215px;
	background: url(../images/styles/btn_weddingsbrochure.png) no-repeat;	
}
#btn_vouchers a:hover, #btn_offers a:hover, #btn_weddingsbrochure a:hover {
	background-position: 0 -57px;
}
/* @end */

/* @group XTRAS */
.strong {
	font-weight: bold;
}
.mn { margin: 0; }
.pn { padding: 0; }
.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.cn { clear: none; }
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }
.bn { border: 0; border: none; }

.bln {
	border-left: none;
}

.ir { float: right;	margin: 5px 0 5px 10px; }
.il { float: left; margin: 0 10px 5px 0;}
.il, .ir { border: 1px solid #777; }
.fsxl { font-size: 1.4em; }
.fsl { font-size: 1.1em; }
.fss { font-size: 0.9em; }
.fsxs { font-size: 0.85em; }

/* @end */

/* @group HACKS */

/* @group IE Hacks */

/* For IE mac & win */

* html .menu ul { display: inline-table; }
* html .menu li { display:  block; float: left; }

/* For IE win only \*/
* html .menu {
	margin-top: -40px;
}
* html .menu ul { 
	padding: 0 0 0 10px;
}
* html .menu.bottom ul {
	padding: 0 10px 0 0;
}
* html .menu.bottom {
	background: url(../images/styles/bg_menu.gif) no-repeat right;
}
* html .menu li { 
	display: inline; 
	float: left;
	padding: 0;
	margin: 0;
}
* html .menu a, * html .menu span { 
	display: inline-block; 
	float: none;
	margin: 0;
}
* html .menu ul li a {
}

/* End IE win */

/* @end */

/* @group ie7 hacks */
*:first-child+html .menu ul {
	padding-right: 0;
}
*:first-child+html div.menu.bottom ul {
	padding: 0 10px 0 0;
}

*:first-child+html .menu.bottom {
	background: url(../images/styles/bg_menu.gif) no-repeat right;
}
*:first-child+html form#checkincheckout_ym select {
	height: 20px;
	font-size: 10px;
}
/* @end */

/* @end */

