/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

.smallpic {/* class for 'fancybox' popup*/
}

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'GF - NavTop Horizontal' */
/********************
Gaelforce - Top Nav
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
/* hide ie/mac \*/
height: 1%;
/* end hide */
}

div#menu_horiz {
width:875px;
height:27px;
display:block;
/*background:aqua;*/
margin:0 auto;
}

* html div#menu_horiz {/* for ie6 */
width:875px;
height:27px;
margin:0 auto;
text-align:center;
color:#FFFFFF;

}

div#menu_horiz ul {
margin: 0px auto;
padding:0;
height:27px;
font-size:12px;
color:#a4bee0;
background-color: #0d4473;
text-align: center;
padding-top: 0px;
}

/* menu list items */
div#menu_horiz li {
float: left;								/* makes the list horizontal */
list-style: none; 
margin: 0 ;
}

div#menu_horiz li{
background-image:none;
font-size:14px;
display: block; 
padding: 7px 0px 7px 0px;	
}

/*each list item link */
div#menu_horiz a {
padding: .0em 10px .0em 13px;				/* padding inside the list item box */
margin: 0; 									/* margin outside each list item box */
text-decoration: none; 
color: #a4bee0;							/* IE has problems with this, fixed above */
font-size:14px;
}

div#menu_horiz li a {/* no pipe image on home link*/
background-image:none;
font-size:14px;
font-weight: lighter;
}

/*-- Individual hover styles set using <li class="{$node->alias}"> in menu tpl --*/

div#menu_horiz li a:hover {/*hover for home page*/
color:#ffffff;
}




/*-- standard currentpage styling --*/
div#menu_horiz h3 {
padding: .0em 12px .0em 17px;	
margin: 0; /* margin outside each list item box */
text-decoration: none; /* no underline for links */
color:#ffffff;
font-size: 1em;/* instead of the normal font size for <h3> */
}






/*=============================================*/
/*-- the next rules are not used in this menu as it is single level */

div#menu_horiz a.activeparent:hover {/*not used in this menu as it is single level */
color:#fff;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {/*not used in this menu as it is single level */
color:#ba1220;
}

/* End of 'GF - NavTop Horizontal' */

/* Start of CMSMS style sheet 'HC - Burns' */
* {
margin:0;
padding:0;
}

body {
text-align:left;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 75.01%;
line-height: 1em;
}

div {
font-size: 1.0em;
}

img {
border: 0;
}

a,
a:link 
a:active {
text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
background-color: inherit; 
color: #707072;
}

a:visited {
background-color: inherit;
}

a:hover {
text-decoration:none;
color:#ffffff;
}

/*****************
basic layout 
*****************/
body {
background:#336699 url(images/layout/bg.jpg) repeat-x center top;
}

div#pagewrapper {
margin:0px auto;
width:875px;
color:#fff;
}


div#header {
height:30px;
padding:0px;
margin-bottom:-6px;
background: url(images/layout/top.jpg) no-repeat top center;     
}

html>body div#header {
height:30px;
padding:0px;
margin:0px;
background: url(images/layout/top.jpg) no-repeat top center;     
}

div#header h1 a {
padding:0px;
margin:0px;
display: block; 
height:30px;             /* adjust according your image size */
text-indent: -999em;  /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
float: right;
width: 23em;     /* enough width for the search input box */
text-align: right;
padding: 0.6em 0 0.2em 0;
margin: 0 1em;
}

#intro {
float:left;
padding:0 0 15px 0;
border-bottom:3px dashed #c5c6c8;
margin:0 0 15px 0;
}

#intro-left {
float:left;
width:475px;
/*background:#999;*/
}

/*
#intro-left p {
padding:0 30px 0 0;
*/

#intro-right {
float:right;
width:285px;
/*background:#ccc;*/
}

div#content {/*wide content area for home page etc*/
float:left;
padding:0 45px;
/*background:#ccc;*/
border-bottom:3px dashed #c5c6c8;
}

#content2 {/* narrower content area for events, reviews etc */
float:left;
padding:0 100px;
/*background:#ccc;*/
/*border-bottom:3px dashed #c5c6c8;*/
}

div#main {
float:left;
width:570px;
margin:0;
}

div#main-wide {
clear:both;
width:100%;
margin:0;
padding:0 0 15px 0;
/*border-bottom:3px dashed #c5c6c8;*/
}

div#main-media {
clear:both;
width:100%;
margin:0;
padding:0 0 15px 0;
/*border-bottom:3px dashed #c5c6c8;*/
}


div#sidebar {
float:right;
width:300px;
display: inline;  /* FIX ie doublemargin bug */
margin-left: 0;
}

div#sidebar .inside {
padding:0 0 0 10px;
}

#event-month-nav {
margin:0 0 20px 0;
}

.media-block {
float:left;
width:100%;
padding:10px 0 10px 0;
border-bottom:1px solid #c5c6c8;
margin:0 0 10px 0;
}


/*--------------------------------------------------------------------------------*/
div#Reel-Right {
float: right;
width: 345px;
margin-top: -20px;
}
div#Reel-Right h3 {
padding: 20px 0px 0px 0px;
margin: 0px 0px 0px 0px;
color: #FFC20E;
font-size: 13px;
}
div#Reel-Right h4 {
padding: 5px 0px 0px 0px;
margin: 0px 0px 0px 0px;
color: #FFC20E;
font-size: 11px;
}
div#Reel-Right p {
padding: 7px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size: 12px;
line-height: 14px;
}
div#Reel-Left{
float:left;
width: 350px;
}
div#Reel-Left p em{
color: #FFC20E;
font-weight: bold;
}


div#fling {
margin: 0px 0px 0px 0px;
width: 875px;
background-color: #391b57;
}

#fling-top-text {
padding: 30px 70px 0px 80px;
background-color: #391b57;
font-size: 13px;
}
#fling-top-text p{
padding: 0px 10px 0px 4px;
}

div#flingimage {
margin: 400px 0px 0px 0px;
height: 920px;
width: 875px;
background-image: url(images/thereelthing.jpg);
}

div#reelfling {
float: left;
padding: 50px 0px 0px 200px;
width: 550px;
font-size: 13px;
}


div#homeflash {
margin: 0px 0px 0px 0px;
}
div#burnlight {
margin: 0px 0px 0px 0px;
width: 875px;
background-color: #003366;
}

div#burnsimage {
clear: both;
margin: 0px 0px 0px 0px;
height: 916px;
width: 875px;
background-image: url(images/layout/rabbie1.jpg);
}

div#burnstext {
padding: 20px 20px 20px 30px;
margin-right: 20px;
width: 300px;
font-size: 13px;
background-color: #003366;
}

div#floatingtext2 {
padding: 20px 20px 20px 20px;
margin-right: 20px;
float: right;
width: 370px;
font-size: 13px;
background-color: #ffffff;
color: #191d4b;
}
div#floatingtext2 h3 {
font-size: 14px;

}
div#burnsright {
padding: 30px 20px 0px 20px;
float: right;
width: 470px;
font-size: 12px;
margin-top:25px;
}

div#burnsleft {
padding: 0px 20px 0px 30px;
margin-right: 20px;
width: 800px;
font-size: 13px;
}

div#burnsleft h3{
padding: 0px 0px 7px 00px;
font-size: 13px;
}
div#burnsright h3{
padding: 0px 0px 7px 00px;
font-size: 13px;
}

div#floatingtext {
padding: 20px 40px 20px 20px;
float: right;
width: 470px;
font-size: 12px;
margin-top: 20px;
text-align:right;

}

h2 {
line-height: 23px;
padding-bottom: 4px;
}


div#floatingtext a {
color: #ffffff;
text-decoration: underline;
}

div#floatingtext a:hover {
text-decoration: none;
}

div#burnstext img {
padding-bottom: 7px;
}


div#footer {
clear:both;
height:28px;
background:#D7A561; 
}

div#sponsors {
height:100px;
padding:5px 0px 0px 0px;
margin: 0px;
text-align:right;
color: #b59187;
}


div#sponsors p {
font-size: 0.8em;
text-align: right;
margin:0;
}

div#sponsors p a {
color: #b59187;
vertical-align:text-top;
}
div#sponsors p a:hover {
color: #ffffff;
vertical-align:text-top;
}
div#sponsors img {
vertical-align:text-top;
padding: 0px 25px 0px 25px;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
height: 1px;
margin: 1em;
border-bottom: 1px solid #c5c6c8;
}

div.hr-dashed {
clear:both;
height:3px;
margin:0em;
border-bottom: 3px dashed #c5c6c8;
}

/* relational links under content */
div.left49 {
float: left;
width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
float: right;
width: 49%;
text-align: right;
}

/*-- LINKS PAGE COLUMNS --*/

.link-column {
float:left;
width:25%;
}

div#main-wide .link-column h3{
color:#ba1220;
font-size:1.2em;
margin:0 30px 10px 0;
}

div#main-wide .link-column p {
padding:0 30px 0 0;
}

.link-column a {
color:#10A4E2;
}

.smallpic {/* class for 'fancybox' popup*/
}

/*-- JQUERY Collapsible panel --*/

#panel, #panel2, #panel3 {
display: none;
}






/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1, #intro h1 {
font-size:1.6em;  /* font size for h1 */
color:#ba1220;
line-height: 1em;
margin:0 0 10px 0;
}

div#content h2, div#content2 h2 {
color: #ba1220; 
font-size: 1.5em; 
text-align: left; 
padding-left: 0.5em;
padding-bottom: 10px;
line-height: 1.5em;
margin: 0 0 0.5em 0;
}

div#content h3, div#content2 h3 {
color: #ba1220; 
font-size: 1.3em;
line-height: 1.3em;
margin: 0 0 0.5em 0;
}

div#content h4, div#content2 h4 {
color: #294B5F; 
font-size: 1.2em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

div#content h5, , div#content2 h5 {
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

h6 {
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

/* END HEADINGS */

/* HOME PAGE EVENT MONTH LINKS */

#event-month-nav-small {
font-size:1.5em;
color:#c5c6c8;
text-align:left;
margin:0 0 20px 0;
}

#event-month-nav-small a {
text-decoration:none;
padding:0 
}


.august-link {
color:#ba1220;
}

.september-link {
color:#56378a;
}

.october-link {
color:#b98f00;
}

#event-month-nav-small a:hover {
color:#333;
text-decoration:underline;
}





/* TEXT COLOURING STYLES */

.colour-red {
color:#ba1220;
}

.colour-purple-logo {
color:#81197f;
}

.colour-purple {
color:#56378a;
}

.colour-ochre{
color:#b98f00;
}

.colour-green{
color:#44a12a;
}

.colour-pale-grey{
color:#ba1220;
}

.title-red {
color:#ba1220;
font-size:1.6em;
}

.title-ochre{
color:#b98f00;
font-size:1.6em;
}

.title-blue{
color:#185796;
font-size:1.6em;
}

.title-purple{
color:#56378a;
font-size:1.6em;
}

/* NEWS/REVIEWS MODULE */

.NewsSummary {/* container div */
padding:0 0 15px 0;
margin:10px 0;
}

.NewsSummaryLink a {
color:#ba1220;
font-size:1.3em;
line-height:1.6em;
}

.NewsSummaryPost {
font-size:1.0em;
}

h3#NewsPostDetailTitle {/* Detail Page - Itme Title */
color:#ba1220;
font-size:1.3em;
line-height:1.6em;
}

NewsPostDetailDate {

}

.NewsSummaryMorelink a {
color:#707072;
}

/*-- END NEWS MODULE CSS --*/

/* TEXT */
p {
font-size:1.0em;
margin: 0 0 1.4em 0;  /* some air around p elements */
line-height:1.3em;
padding: 0;
}
blockquote {
border-left: 10px solid #ddd;
margin-left: 10px;
}
pre {
font-family: monospace;
font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
font-weight: bold;
}
em, i {
/* explicit setting for these */
font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {


white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
font-family: "Courier New", Courier, monospace;
font-size: 1em;
}

pre {
border: 1px solid #000;  /* black border for pre blocks */
background-color: #ddd;
margin: 0 1em 1em 1em;
padding: 0.5em;
line-height: 1.5em;
font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */


/* LISTS */
div#main ul,
div#main ol,
div#main dl {
font-size: 1.0em;
line-height:1.4em;
margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
margin: 0 0 0.25em 3em;
}

div#dl dt {
font-weight: bold;
margin: 0 0 0.25em 3em;
}
div#dl dd {
margin: 0 0 0 3em;
}
/* END LISTS */

#burnsdocs {
height: 40px;
background-color: #191d4b;
font-size: 18px;
overflow: visable;
}
#parking {
float: right;
padding: 10px 20px 5px 0px;
}
#schedule {
padding: 10px 0px 5px 20px;
}

/* GOOGLE MAPS */
#gmapmarker h3 {
font-size:15px;
color:#ba122a;
margin:0 0 20px 0;
}


#astonhotels {
height: 100px;
}

#astonhotels img {
float: right;
padding-left: 20px;
padding-right: 20px;
}

#astonhotels strong a {
font-size: 15px; 
}


/* End of 'HC - Burns' */

