/* --------------------------------------------------
file: jacobs.css
website: www.isaacs.ie/jacobs_inn
version: 1.0
created: 25/10/07
author: Oriana Pagano
contact: http://www.webmedia.ie
---------------------------------------------------*/

body
{
	background: transparent url(/images/tiler_bg.gif) repeat-y left top;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737272;
}

#wrapper
{
	width: 835px;
	margin: 0 auto;
}

/* TOP GREEN BAR ***************************************************************************/
#topBar
{
	width: 835px;
	height: 24px;
	background-color: #66FF00;
	background-image: url(/images/topbar_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#topBarMenu
{
	width: 387px;
	height: 20px;
	float: right;
	display: inline;
	background-image: url(/images/topbarmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 13px;
	color: #404040;
	padding: 4px 15px 0 0;
}

#topBarMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#topBarMenu li
{
	display: inline;
	float: right;
}

#topBarMenu a
{
	color: #404040;
	text-decoration: none;
}


/* BANNER ******************************************************************************/

#banner
{
	width: 835px;
	height: 177px;
	background-image: url(/images/bannerJacobsInn.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 3px solid #66FF00;
}


/* MENU ***************************************************************************/

#menuBar
{
	width: 835px;
	height: 37px;
	background-image: url(/images/menu_bgJacobsInn.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 5px solid #CED0CE;
	border-bottom: 1px solid #E0DFDF;
	float: left;
	display: inline;
}

#menu
{
	width: 835px;
	height: 37px;
	float: left;
	display: inline;
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 18px;
	color: #3E3A86;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 7px 0 0 16px;
}
/*
#menu li
{
	display: inline;
}
*/
#menu a
{
	color: #3E3A86;
	text-decoration: none;
}

#menu a:hover
{
	color: #FDAF08;
	text-decoration: none;
}

#menu a.active
{
	color: #FDAF08;
}

#flags
{
	width: 198px;
	height: 37px;
	padding: 0 2px 0 0;
	float: right;
	display: inline;
}

#flags img
{
	padding: 11px 7px 0 0;
	float: right;
	border: none;
}

/* MAIN BODY **********************************************************************************************************************************************************/

#mainWrap
{
	width: 819px;
	background-color: #FFFFFF;
	padding: 9px 8px 5px 8px;
	float: left;
	display: inline;
}

/* LEFT COLUMN ***********************************************************************************************************************************************************************/

#columnLeft
{
	width: 210px;
	margin: 0 7px 0 0;
	float: left;
	display: inline;
	background-color: #FFFFFF;
}

#titleGreen
{
	width: 210px;
	height: 33px;
	background-image: url(/images/booktitle_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #66FF00;
	border-bottom: 2px solid #FFFFFF;
}

#titleGreen h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #454444;
	margin: 0;
	float: right;
	background-image: url(/images/booktitle_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 12px 12px 0 0;
}

/* BOOKING ENGINE **************************************************************/
#bookingEngine
{
	width: 201px;
	height: 85px;
	background-color: #E2F4F8;
	background-image: url(/images/book_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454444;
	padding: 9px 0 9px 9px;
	margin: 0 0 5px 0;
}

#bookingEngine h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #3E3A86;
	margin: 5px 0px 0px 0px;
	padding: 0 0 4px 0;
}

#bookingEngine select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 4px 3px 8px 0;
	float: left;
	display: inline;
}

#bookingEngine input
{
	float: right;
	margin: 0;
	padding: 1px 33px 0 0;
}

.divider
{
	width: 190px;
	height: 6px;
	border-bottom: 1px dashed #BBC8CB;
	float: left;
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}

/* ORANGE PANELS ************************************************************************/

.titleOrange
{
	width: 210px;
	height: 33px;
	background-image: url(/images/titleorange_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FDAF08;
	border-bottom: 2px solid #FFFFFF;
}

.panelContent
{
	width: 192px;
	background-color: #E2F4F8;
	background-image: url(/images/book_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454444;
	padding: 6px 9px 9px 9px;
	margin: 0 0 6px 0;
}

.panelContent p
{margin:3px 0}

.panelContent select
{
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 6px 0 0 0;
}

.panelContent a
{
	color: #454444;
	text-decoration: underline;
}

.panelContent a:hover
{
	color: #454444;
	text-decoration: none;
}

.titleOrange h2.sidePanel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #454444;
	margin: 0;
	float: right;
	background-image: url(/images/title_sidePanel.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 10px 0px 0px 0px;
	width: 196px;
}

/* RIGHT COLUMN *******************************************************************************************************************************************************/

#columnRight
{
	width: 602px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background-color: #F7F8F7;
	background-image: url(/images/mainbg_topright.gif);
	background-repeat: no-repeat;
	background-position: top right;
}


/* MAIN RIGHT ********************************************************************/

#mainRight
{
	width: 334px;
	float: left;
	display: inline;
	background-image: url(/images/mainbg_topleft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #F7F8F7;
	margin: 0 21px 0 0;
	padding: 10px 0 0 15px;
}

#mainRight a
{
	color: #FD9B00;
	text-decoration: underline;
}

#mainRight a:hover
{
	color: #FD9B00;
	text-decoration: none;
}

#mainRightOnly
{
	width: 550px;
	float: left;
	display: inline;
	background-image: url(/images/mainbg_topleft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #F7F8F7;
	margin: 0 21px 0 0;
	padding: 10px 0 0 15px;
}

h1
{
	font-family: "Century Gothic" , Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #C41301;
	margin: 0 0 10px 0;
	padding: 0;
}

#mainRight h2
{
	width: 339px;
	height: 20px;
	background-color: #F5F2F2;
	border-top: 1px dashed #CDCDCD;
	border-bottom: 1px solid #E0E0E0;
	font-family: "Century Gothic" , Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #C41301;
	margin: 15px 0 0 0;
	padding: 6px 0 4px 10px;
	clear: both;
}

#mainRight h2 a
{
	color: #C41301;
	text-decoration: none;
}

#mainRight h2 a:hover
{
	color: #C41301;
	text-decoration: underline;
}

#mainRight h3
{
	height: 60px;
	background-color: #FFFFFF;
	border-top: 1px dashed #CDCDCD;
	border-bottom: 1px solid #E0E0E0;
	font-family: "Century Gothic" , Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #3E3A86;
	margin: 15px 0 0 0;
	padding: 6px 0 4px 10px;
	clear: both;
}

#mainRight h3 a
{
	color: #3E3A86;
	text-decoration: none;
}

#mainRight h3 a:hover
{
	color: #3E3A86;
	text-decoration: underline;
}

#mainRight h4 
{
	font-family: "Century Gothic" , Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #C41301;
	margin: 0 0 10px 0;
	padding: 0;
}

.content
{
	text-align: justify;
}

.infoBox
{
	width: 349px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	border-bottom: 1px dashed #CDCDCD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
	color: #737272;
}

.infoBox p
{
	margin: 10px;
}

.infoBox .nolist
{
	padding: 10px;
}

.ulLeft
{
	width: 175px;
	float: left;
	display: inline;
}

.infoBox ul.left
{
	margin: 8px 10px 8px 25px;
	padding: 0;
}

.ulRight
{
	width: 174px;
	float: right;
	display: inline;
}

.infoBox ul.right
{
	margin: 8px 10px 8px 25px;
	padding: 0;
}

/* MAIN LEFT ********************************************************************/

#mainLeft
{
	width: 210px;
	float: right;
	display: inline;
	background-color: #F7F8F7;
	margin: 0 6px 0 0;
	padding: 0;
}

.panelpic
{
	width: 210px;
	float: left;
	display: inline;
	margin-top: 6px;
	border-bottom: 2px solid #FFFFFF;
}

#mainLeft .panelContent
{
	width: 192px;
	background-color: #E2F4F8;
	background-image: url(/images/panelbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454444;
	padding: 6px 9px 9px 9px;
	margin: 0;
	float: right;
	display: inline;
}

#mainLeft .panelContent a
{
	color: #454444;
	text-decoration: underline;
}

#mainLeft .panelContent a:hover
{
	color: #454444;
	text-decoration: none;
}

.panelTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FDAF08;
}


.panelContentReview
{
	width: 192px;
	height:140px;
	background-color: #E2F4F8;
	background-image: url(/images/panelbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454444;
	padding: 6px 9px 9px 9px;
	margin: 0;
	float: right;
	display: inline;
}

#mainLeft .titleOrange
{
	width: 210px;
	height: 33px;
	background-image: url(/images/titleorange_leftgrey.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FDAF08;
	border-bottom: 2px solid #FFFFFF;
	float: right;
	display: inline;
	margin: 6px 0 0 0;
}

#mainLeft .titleOrange h2.sidePanel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #454444;
	margin: 0;
	float: right;
	background-image: url(/images/title_sidePanelRight.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 10px 0px 0px 0px;
	width: 196px;
}


.rcolBottom
{
	width: 602px;
	height: 21px;
	background-color: #F7F8F7;
	background-image: url(/images/columnright_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	display: block;
	padding-top: 9px;
}

/*FOOTER***************************************************************************************************************************************************************/

#logos
{
	width: 835px;
	height: 84px;
	background-color: #EAEAEA;
	border-bottom: 2px solid #DEDEDE;
	float: left;
	display: inline;
}

#footer
{
	width: 835px;
	height: 46px;
	float: left;
	display: inline;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0 0 30px 0;
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 11px;
	color: #565656;
}

#footer a
{
	color: #565656;
	text-decoration: none;
}

#footer a:hover
{
	color: #565656;
	text-decoration: underline;
}

#footerLeft
{
	width: 573px;
	height: 34px;
	float: left;
	display: inline;
	background-image: url(/images/footercurve_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 12px 0 0 32px;
	line-height: 13px;
}

#footerRight
{
	width: 210px;
	height: 34px;
	float: right;
	display: inline;
	background-image: url(/images/footercurve_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	padding: 12px 20px 0 0;
	line-height: 13px;
}

/*MISCELLANEUS**********************************************************************************/

#gallery
{
	width: 550px;
	margin-left: 15px;
}

#gallery img
{
	float: left;
	border: 1px solid #FDAF08;
	margin: 0 10px 10px 0;
}

#map
{
	width: 347px;
	height: 300px;
	float: left;
	display: block;
	border: 1px solid #FDAF08;
	margin: 0 0 15px 0;
}

.collapsedInformationPanel
{
	background-color: #FFFFFF;
	border-bottom: 1px dashed #CDCDCD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737272;
	padding: 5px;
	float: left;
	display: inline;
}


/*DUBLIN GUIDE*/

.dguide
{
	width: 325px;
	float: left;
	background-color: #EFF6F8;
	border-bottom: 1px dashed #CDCDCD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737272;
	padding: 10px;
}

.style1
{
	font-size: 13px;
	font-weight: bold;
}

.starred
{
	color: #FF0000;
}

#mainRight h3.cityGuideBox
{
	background-repeat: no-repeat;
	background-position: top right;
}
/* Bookassist Form CSS *************************************************************************************/

#bookassist_form
{
	margin: 0;
	padding: 0;
}

#bookassist_form
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454444;
	width: 190px;
	overflow: hidden;
}

#bookassist_form #DatesForm
{
	overflow: auto;
}

#bookassist_form .search_title
{
	width: 12em;
	float: left;
	margin-bottom: 0.5em;
}

#bookassist_form label
{
	margin-bottom: 0.3em;
	float: left;
	display: inline;
	clear: both;
	width: 7em;
	padding-top: 0.3em;
}

#bookassist_form .date_select
{
	float: left;
	color: #333333;
	font-size: 11px;
	display: inline;
	margin: 0 0.5em 0.3em 0;
	width: 5em;
	clear: none;
	padding: 0;
}

#bookassist_form .date_input
{
	text-transform: capitalize;
	width: 45px;
	margin-right: 80px;
	margin: 1em 0.5em 0;
}

#bookassist_form label
{
	width: 100%;
}

#bookassist_form #DatesForm #ba_hotel_id
{
	width: 10.5em;
}

/* Bookassist Form CSS Ends */






div.photoBox
{
	float: left;
	width: 170px;
	margin-bottom: 10px;
}
div.photoBox img
{
	width: 160px;
	height: 107px;
}

#bookhostelsform
{
	margin-top: 0px;
}
.spofList
{
padding: 0;
margin: 0;
list-style-type: none;
}

.spofList h3 {margin:0 0 3px 0; font-size:12px}
.spofList a h3 {text-decoration:underline}
.spofList a:hover h3 {text-decoration:none}


/* SOCIAL */
#socialPanel {
padding-bottom:20px}

.social {
width:180px;
margin-left:12px;
margin-top:10px;
}

.social img {
float:left; display:inline; margin-right:10px;}

.social p.socialtext {
padding:2px 0 0 25px;
}

.social a {
font-weight:bold;}
