/* 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-why2009' */
* {
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: #333333;
}

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;
margin:0 0 15px 0;
}

#intro-left {
float:left;

/*background:#999;*/
}




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

div#content {/*wide content area for home page etc*/
float:left;
padding:0 45px;
/*background:#ccc;*/
}

#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;
}


div#google {
clear:both;
padding:0 0 15px 0;
width: 760px;

}

div#main-media {
clear:both;
margin:0;
width: 825px;
padding:10px 25px 15px 25px;
background-color: #dad2d0;
}


html>body div#main-media {
clear:both;
margin:0;
padding:10px 25px 15px 25px;
background-color: #dad2d0;
}



#intro-med p {
padding:0 25px 0 25px;
color: #D39D60;
}

#intro-med p span {
color: #ffffff;
}



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

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


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

/*--------------------------------------------------------------------------------*/


#homeflash {
margin: 0px 0px 0px 0px;
width: 875px;
background-image: url(images/layout/landscape.jpg);
background-image: url(images/layout/lantern.jpg);
background-repeat: no-repeat;
}

#homecontent {
background-color: #00512f;
}

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

div#sponsors {
height:100px;
padding:20px 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 0px 0px 0px;
}

/* 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:1px;
margin:0px;
}

/* relational links under content */
div.left49 {
float: left;
width: 400px;
}

div.right49 {
float: right;
width: 400px;
text-align: right;
}

div.rightpart {
float: right;
width: 280px;
text-align: right;
}

/*-- LINKS PAGE COLUMNS --*/

.link-column {
padding-top:10px;
float:left;
width:210px;
}

div#links-header .link-column h3{
color:#ffffff;
font-size:12px;
font-weight: lighter;
}

html>body div#links-header .link-column h3{
padding:0;
}

div#linkwrapper .link-column p {
padding: 0 20px 0 0;
color:#D39D60;
}

div#sponsorslinks {
background-color: #f3e3cd;
padding-right: 0px;
padding-left:20px;
padding-top:20px;
}

div#sponsorslinks img {
padding-top:20px;

}

div#sponsorsheader h3 {
padding-right: 0px;
margin-left:20px;
}

.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;
}

div#medwrapper h3 {
color: #59200A; 
font-size: 1.3em;
line-height: 1.3em;
margin: 0 0 0.5em 0;
}
/* END HEADINGS */

/* HOME PAGE EVENT MONTH LINKS */

#event-month-nav {
font-size: 12px;
color: #111111;
text-align:center;
padding:10px 10px 10px 10px;
background-color: #59200A;
}

#event-month-nav a {
color:#D39D60;
text-decoration:none;
padding: 0px 10px 7px 10px;
font-size: 12px;
}


#event-month-nav a:hover {
color:#FFFFFF;
text-decoration:  none;
}

.calendar-event strong {
padding: 0px 10px 3px 0px;

}
.calendar-event h3 {
padding: 0px 10px 3px 25px;
color: #D7A561;
font-size: 15px;
}
.calendar-event h4 {
padding: 0px 10px 3px 25px;

}

.calendar-event {
margin: 0px 0px 15px 0px;
background-color:  #3e507e;
padding: 5px 0px 0px 0px;
}

.extradetails {
padding: 0px 25px 5px 25px;
}
.calendar-details {
padding: 8px 25px 8px 25px;
color: #cccccc;
line-height:15px;
}

.calendar-details img {
clear: left;
float: left;
padding: 8px 25px 15px 0px;
}
.calendar-details p {
padding: 8px 0px 8px 100px;
color: #cccccc;
}


/* NEWS/REVIEWS MODULE */

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

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

.NewsSummaryLink a:hover {
color:#FFFFFF;

}

.NewsSummaryPost {
font-size:1.0em;
}

h3#NewsPostDetailTitle {/* Detail Page - Itme Title */
color:#D39D60;
font-size:1.3em;
line-height:1.6em;
width: 775px;
border-bottom:1px solid #FFFFFF;
}

#NewsPostDetailDate {
color:#FFFFFF;
}

.NewsSummaryMorelink a {
color:#707072;
}

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

#gmapmarker p {
color: #222222;
width: 300px;

}

#gmapDirHead {
color: #222222;
padding:3px;
}

/* 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 */

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


/*=================================================*/
div#locwrapper {
border-top: 28px solid #253253;
padding-top: 20px;
padding-bottom: 20px;
background-color: #3e507e;
padding-left: 55px;
}
div#medwrapper {
border-top: 28px solid #253253;
padding-top: 20px;
padding-bottom: 0px;
background-color: #3e507e;
color: #2a1007; 
}
div#revwrapper {
padding-top: 20px;
padding-bottom: 0px;
background-color: #3e507e;
color: #2a1007; 
}
html>body div#revwrapper {
padding-bottom: 20px;
}
div#revwrapper2 {
padding: 10px 10px 10px 10px;
background-color: #3e507e;
border-top: 28px solid #253253;
color: #eeeeee; 
}
div#revwrapper2 a{
color: #dddddd; 
}
html>body div#revwrapper2 {
padding: 20px 20px 20px 20px;
background-color: #253253;
color: #aaaaaa; 
border-top: 28px solid #3e507e;
margin-top:0px;
}
div#revwrapper2 p{
font-weight: normal;
}
div#whywrapper {
padding-top: 20px;
background-color: #253253;
margin: 0px;
}
div#conwrapper {
padding-top: 20px;
background-color: #253253;
margin: 0px;
padding-left: 25px;
padding-right:25px;
}
div#conwrapper a{
color: #FFFFFF;
}
div#conwrapper a:hover{
color: #b1583a;
}
div#conwrapper p {
color: #D7A561;
}
div#evewrapper {
padding: 0px;
background-color: #253253;
margin: 0px;
}
div#evewrapper a{
color: #ffffff;
}
div#evewrapper a:hover{
color: #222222;
}
div#evewrapper h2 {
margin-top: 20px;
background-color: #DDDDDD;
padding: 15px;
border-bottom: solid #FFFFFF 1px
font-size: 20px;
color: #150c0a;
}
div#linkwrapper {
padding-top: 0px;
background-color: #253253;
padding-left: 15px;
margin: 0px;
}
div#linkwrapper a{
color: #FFFFFF;
}
div#linkwrapper a:hover{
color: #b1583a;
}
div#links-header {
padding-top: 10px;
background-color: #3e507e;
padding-left: 15px;
height: 25px;
}
div#toptext {
color: #dddddd;
background-color: #253253;
margin: 0px;
padding: 5px 25px 25px 25px;
font-size: 14px;
}
div#toptext p {
width: 650px;
color: #dddddd;
}

div#strip {
margin: 0px;
}


div#bottomtext {
margin: 0px 0px -17px 0px;
padding: 25px 25px 25px 25px;
background-image: url(images/layout/lantern.jpg);
background-repeat: no-repeat;
background-position: right;
}

html>body div#bottomtext {
margin: 0px;
padding: 25px;
background-image: url(images/layout/lantern.jpg);
background-repeat: no-repeat;
background-position: right;
}

div#bottomtext p {
width: 500px;
color: #dddddd;
}


div#bottomtext h2 {
color: #d39d60;
margin-bottom: 5px;
font-size: 14px;
}

div#gmapmarker {
color: #333333;
}
div#gmapDirHead p {
color:#333333;
}
div#gmapDirHead a:hover {
color:#000000;
}

div#gmapDirLabel {
color:#000000;
}

#youtube {
text-align: center;
padding-right: 20px;
}
/* End of 'HC-why2009' */

