/* CSS Document for Alhambra Dunfermline.  Created November 2008 by SH for Internet Creation Ltd */

/* html and body styles for general font styles etc and background curtains */

html{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#000000;
	background-image:url(../jpg/body_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

/* misc styles for margins, links colours and other styles */

h1, h2, h3, h4, h5, h6, p{
	margin:0 0 15px 0;
	padding:0;
}

a img{
	border:none;
}

a{
	color:#d38703;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

form{
	margin:0;
	padding:0;
}

fieldset{
	margin:0;
	padding:0;
	border:none;
}

legend{
	display:none;
}

.clear{
	clear:both;
}

.no_display{
	position:absolute;
	top:-9999px;
	left:-9999px;
}

/* skip navigation styles */

#skip_nav{
	position:absolute;
	top:-9999px;
	left:-9999px;
}

/* header styles */

#header{
	width:884px;
	height:108px;
	margin:48px auto 0 auto;
	padding:0;
	position:relative;
	text-align:right;
}

#header h1{
	position:absolute;
	top:-9999px;
	left:-9999px;
}

#logo{
	position:absolute;
	top:0;
	left:0;
}

p#header_list{
	color:#FFFFFF;
	position:absolute;
	top:0;
	right:0;
	width:716px;
	height:36px;
	margin:0;
	padding:0;
}

p#header_list a{
	color:#FFFFFF;
}

.red{
	color:#d50306;
}

.center{
	text-align:center;
}

.center table{
	margin:0 auto;
}

#search{
	width:327px;
	height:23px;
	position:absolute;
	right:0;
	top:37px;
	background-image:url(../png/search_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:4px 0 0 0;
	text-align:center;
}

#search label{
	font-size:11px;
	color:#FFFFFF;
}

.search_input_select{
	border:1px solid #737373;
	font-size:10px;
	color:#000000;
	width:100px;
}
.search_input_text{
	border:1px solid #737373;
	font-size:10px;
	color:#000000;
	width:100px;
}
.search_input_submit{
	border:1px solid #737373;
	font-size:9px;
	color:#FFFFFF;
	background-color:#000000;
}

/* MAIN BODY OF SITE STYLES */
#container{
	width:884px;
	min-height:300px;
	height:auto !important;
	height:300px;
	margin:0 auto 24px auto;
	padding:0;
	position:relative;
	text-align:left;
}

#col1{
	width:682px;
	float:left;
}

#col2{
	width:174px;
	float:right;
}

/* NAV BAR */
#nav_container{
	width:682px;
	height:26px;
	background-image:url(../png/nav_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul { /* all lists */
	padding: 1px 0 0 2px;
	margin: 0;
	list-style: none;
	z-index:9999;
}

#nav a {
	display: block;
	border-bottom:none;
	color:#FFFFFF;
	width: 120px;
	text-decoration:none;
}
#nav a:hover{
	color:#CCCCCC;
	border-bottom:none;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	width: 120px; /* width needed or else Opera goes nuts */
	padding:0 0 6px 0;
}

#nav li ul { /* second-level lists */
	padding:10px 10px 4px 10px;
	position: absolute;
	background-image:url(../png/nav_ul_bg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom:none;
}

#nav li ul li{
	border-bottom:1px solid #FFFFFF;
	margin-bottom:5px;
	height:auto;
	width: 120px;
}

#nav li ul a{
	background-image:none;
	height:auto;
	width:auto;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 120px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li#help_nav:hover ul, #nav li#help_nav.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:-92px;
}

li#nav_home{
	width:57px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_home a{
	display:block;
	width:57px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_home.png) 0 0 no-repeat;
}
li#nav_home a:hover{
	background-position: 0 -30px;
}

li#nav_whats_on{
	width:82px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_whats_on a{
	display:block;
	width:82px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_whats_on.png) 0 0 no-repeat;
}
li#nav_whats_on a:hover{
	background-position: 0 -30px;
}

li#nav_news{
	width:56px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_news a{
	display:block;
	width:56px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_news.png) 0 0 no-repeat;
}
li#nav_news a:hover{
	background-position: 0 -30px;
}

li#nav_history{
	width:64px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_history a{
	display:block;
	width:64px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_history.png) 0 0 no-repeat;
}
li#nav_history a:hover{
	background-position: 0 -30px;
}

li#nav_mailing_list{
	width:86px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_mailing_list a{
	display:block;
	width:86px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_mailing_list.png) 0 0 no-repeat;
}
li#nav_mailing_list a:hover{
	background-position: 0 -30px;
}

li#nav_gallery{
	width:64px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_gallery a{
	display:block;
	width:64px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_gallery.png) 0 0 no-repeat;
}
li#nav_gallery a:hover{
	background-position: 0 -30px;
}

li#nav_friends{
	width:66px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_friends a{
	display:block;
	width:66px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_friends.png) 0 0 no-repeat;
}
li#nav_friends a:hover{
	background-position: 0 -30px;
}

li#nav_links{
	width:55px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_links a{
	display:block;
	width:55px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_links.png) 0 0 no-repeat;
}
li#nav_links a:hover{
	background-position: 0 -30px;
}

li#nav_past_events{
	width:90px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_past_events a{
	display:block;
	width:90px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_past_events.png) 0 0 no-repeat;
}
li#nav_past_events a:hover{
	background-position: 0 -30px;
}

li#nav_about_us{
	width:90px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_about_us a{
	display:block;
	width:90px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_about_us.png) 0 0 no-repeat;
}
li#nav_about_us a:hover{
	background-position: 0 -30px;
}

li#nav_contact{
	width:62px;
	height:26px;
	margin-bottom:0;
	padding-bottom:0;
}
li#nav_contact a{
	display:block;
	width:62px;
	height:26px;
	margin:0;
	padding:0;
	background: url(../png/nav_contact.png) 0 0 no-repeat;
}
li#nav_contact a:hover{
	background-position: 0 -30px;
}

/* HEADER IMAGES */

#header_image{
	width:682px;
	height:166px;
	background-color:#000000;
	background-image:url(../png/header_image_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0;
	margin:0;
	overflow:hidden;
}

#header_slideshow{
	width:682px;
	height:166px;
	padding:0;
	margin:0;
	overflow:hidden;
}

#header_slideshow div{
	width:641px;
	height:135px;
	padding:31px 41px 0 0;
	margin:0;
	color:#FFFFFF;
	clear:both;
	position:relative;
}

#header_slideshow div h4{
	margin:0 0 5px 0;
	padding:0;
	text-align:right;
}

h4.header_image_title_BLACK{
	color:#000000;
	font-size:24px;
	margin:0;
	padding:0;
	text-align:right;
	border:none;
}

h4.header_image_sub_title_BLACK{
	color:#000000;
	font-size:14px;
	margin:0;
	padding:0;
	text-align:right;
	border:none;
	font-weight:normal;
}

h4.header_image_red_text_BLACK{
	color:#d50306;
	font-size:14px;
	margin:0;
	padding:0;
	text-align:right;
	border:none;
	font-weight:normal;
}

h4.header_image_more_info_BLACK{
	color:#000000;
	font-size:14px;
	margin:0 0 0 0;
	padding:0;
	text-align:right;
	border:none;
	font-weight:normal;
}

h4.header_image_more_info_BLACK a{
	color:#000000;
	text-decoration:none;
}

h4.header_image_more_info_BLACK a:hover{
	text-decoration:underline;
}

h4.header_image_title_WHITE{
	color:#FFFFFF;
	font-size:24px;
	margin:0;
	padding:0;
	text-align:right;
	border:none;
}

h4.header_image_sub_title_WHITE{
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	padding:0;
	text-align:right;
	border:none;
	font-weight:normal;
}

h4.header_image_red_text_WHITE{
	color:#d50306;
	font-size:14px;
	margin:0;
	padding:0;
	text-align:right;
	border:none;
	font-weight:normal;
}

h4.header_image_more_info_WHITE{
	color:#FFFFFF;
	font-size:14px;
	margin:0 0 0 0;
	padding:0;
	text-align:right;
	border:none;
	font-weight:normal;
}

h4.header_image_more_info_WHITE a{
	color:#FFFFFF;
	text-decoration:none;
}

h4.header_image_more_info_WHITE a:hover{
	text-decoration:underline;
}
	

/* PAGE TITLE */

#title{
	width:648px;
	height:29px;
	background-image:url(../png/title_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding:26px 17px 0 17px;
}

p#title_text{
	font-size:24px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
	padding:0;
}

/* CONTENT */

/* 2 COLUMN LAYOUT */

#content_2_col{
	width:646px;
	min-height:200px;
	height:auto !important;
	height:200px;
	margin:23px 0 0 0;
	padding:18px 18px 0 18px;
	background-image:url(../png/content_2_col_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#content_2_col_bottom{
	width:682px;
	height:18px;
	margin:0;
	padding:0;
	background-image:url(../png/content_2_col_bottom_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content_2_col .col1{
	width:355px;
	float:left;
	background-color:#FFFFFF;
}

#content_2_col .col2{
	width:255px;
	float:right;
	background-color:#F1F1F1;
}

/* 1 COLUMN LAYOUT */

#content_1_col{
	width:646px;
	min-height:200px;
	height:auto !important;
	height:200px;
	margin:23px 0 0 0;
	padding:18px;
	background-image:url(../png/content_1_col_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#content_1_col_bottom{
	width:682px;
	height:18px;
	margin:0;
	padding:0;
	background-image:url(../png/content_1_col_bottom_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

/* NEWS */

.news_title{
	margin:0;
	padding:0;
}

.news_summary{
	margin:0 0 12px 0;
	padding:0 0 12px 0;
	border-bottom:1px solid #CCCCCC;
}

.news_more{
}

/* RIGHT COLUMN (WHAT'S ON ETC) */

h3.whats_on{
	color:#FFFFFF;
	font-size:24px;
	margin:0;
	padding:0;
	text-align:right;
}
h3.month{
	color:#d50306;
	font-size:30px;
	margin:0 0 30px 0;
	padding:0;
	text-align:right;
}

.month_summary{
	margin:0 0 35px 0;
	padding:0;
}

.month_summary a{
	color:#FFFFFF;
}

.month_summary_row{
	border-bottom:1px solid #FFFFFF;
	margin:0 0 3px 0;
	padding:0 0 3px 0;
	color:#FFFFFF;
}

.month_summary_row p{
	margin:0;
}

.month_summary_date{
	width:55px;
	float:left;
}

.month_summary_title{
	width:115px;
	float:right;
	text-align:right;
}

/* FOOTER */
#footer{
	width:884px;
	margin:0 auto 24px auto;
	padding:0;
	position:relative;
	text-align:left;
	color:#FFFFFF;
}

#footer_col1{
	width:682px;
	float:left;
	border-top:1px solid #FFFFFF;
	padding:9px 0 0 0;
	margin:0;
}

#footer p{
	margin:0;
	padding:0;
}

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

#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* CALENDAR STYLES */
a.calendar_arrows{
	font-size:14px;
	font-weight:bold;
	color:#D50306;
}
a.calendar_arrows:hover{
	text-decoration:none;
	color:#000000;
}
.large_calendar{
}
.calendar_align_center{
	text-align:center;
	white-space:nowrap;
}
.calendar_align_left{
	text-align:left;
}
.calendar_align_right{
	text-align:right;
}
.date_taken a{
	color:#FFFFFF;
	text-align:center;
	padding:7px;
	border:1px solid #D50306;
	display:block;
	text-decoration:none;
	background-color:#D50306;
}

.date_free a{
	color:#999999;
	text-align:center;
	padding:7px;
	border:1px solid #999999;
	display:block;
	text-decoration:none;
}

.date_taken a:hover{
	color:#FFFFFF;
	text-align:center;
	padding:7px;
	border:1px solid #000000;
	display:block;
	text-decoration:none;
	background-color:#000000;
}

.date_free a:hover{
	color:#333333;
	text-align:center;
	padding:7px;
	border:1px solid #333333;
	display:block;
	text-decoration:none;
}

/* SEARCH RESULTS STYLES */

.directory_search_term, .directory_sector, .directory_location{
	width:200px;
}

.form_row{
	margin-bottom:15px;
}

.last_form_row{
	margin-bottom:0;
}

.directory_search_term_short, .directory_sector_short, .directory_location_short{
	width:150px;
}

.directory_search_button_short{
	margin-top:15px;
}

.features_table_row_odd{
	background-color:#FFFFFF;
}
.features_table_row_even{
	background-color:#F1F1F1;
}

.directory_table th{
	font-size: 12px;
	font-weight: bold;
}

.directory_table th a{
	text-decoration:none;
}

.rightText { float: right;
}