/******************************

Yn Chruinnaght
version:   1.0
author:    Adam Rhodes
website:   http://www.rhodesyman.com/

******************************/


/***************************** 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: "" "";
}

hr { display: none; }

.clear{
	clear: both;
}

/***************************** COMMON STYLES *********************************/

body{
	background: #999999;
	text-align: center;
}

p, a, h1, h2, h3, h4, textarea{
	font-family: verdana, arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin: 0;
	-webkit-text-size-adjust: none;
}

p{
	margin-bottom: 10px;
	line-height: 14px;
	max-width:800px;
}

img{
	behavior: url("../js/iepngfix.htc");
}

h1{
	font-size: 24px;
	color: #4D4D4D;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #4D4D4D;
	margin: 10px 0 10px 0;
}

h3{
	font-size: 15px !important;
}

p.gills{
	font-size: 13px !important;
}

h2.gillsbold{
	font-size: 16px !important;
}

h3{
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
	margin: 10px 0 10px 0;
}

a{
	color: #1B1464;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

.blue{
	color: #1B1464 !important;
}

.red{
	color: #DA0729 !important;
}

.margin{
	margin: 20px !important;
}

.bottom{
	margin-bottom:10px !important;
}

/***************************** STRUCTURE *********************************/

#container{
	margin: 0px auto;
	width: 900px;
	position: relative;
	overflow: hidden;
	
	min-height: 600px;
}

#container_end{
	margin: 0px auto;
	/*background: url('../img/layout/bg_end.gif') no-repeat;*/
	width: 900px;
	height: 30px;
	text-align: center !important;
}

#container_end p{
	font-size: 12px;
	top: 20px;
	position: relative;
	margin-bottom: 40px;
	text-align: center !important;
}

#container_end p a{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#container_end p a:hover{
	text-decoration: underline;
}

#content{
	margin: 0 auto;
	min-height: 400px;
	overflow: hidden;
	width: 900px;
	position: relative;
	background: #FFFFFF;
}

#page_content{
	margin: 10px 0 20px 60px;
}

#sponsor_list{
	float: left;
	clear: both;
	margin: 0 0 20px 60px;
}

#sponsor_list p{
	margin: 10px 0 0 0px;
}

#sponsor_list ul{
	float: left;
	margin: 10px 0 0 -30px;
	width: 840px;
}

#sponsor_list ul li{
	display: inline;
	width: 150px;
	height: 100px;
}

#foot, #copyright{
	margin-bottom: 20px;
}

#foot{
	float: left;
	width: 580px;
	height: 15px;
	margin-left: 60px;
	margin-top: 10px;
	text-align: left !important;
}

#copyright{
	float: left;
	width: 200px;
	height: 30px;
	margin-left: 0px;
	margin-top: 10px;
	text-align: right !important;
}

#foot p{
	text-align: left !important;
}

#copyright p{
	text-align: right !important;
}

#foot p, #foot p a, #copyright p, #copyright p a{
	text-shadow: 0 1px 0 #CCCCCC;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

#foot p a:hover, #copyright p a:hover{
	color: #EEEEEE;
	text-shadow: 0 1px 0 #000000;
	text-decoration: none;
}

/* ******************** Navigation ********************* */

#menu_container{
	width: 900px;
	height: auto;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

#menu_container #menu_bg{
	z-index: 2;
	position: relative;
	width: 900px;
	height: 154px;
	background: url('../img/layout/banner.jpg') no-repeat;
}

#menu_container #menu_bg p, #menu_container #menu_bg h2{
	text-align:right;
	color: #FFFFFF;
}

#menu_container #menu_bg p{
	position: absolute;
	top: 45px;
	right: 65px;
	font-size: 12px;
}

#menu_container #menu_bg h2{
	position: absolute;
	top: 70px;
	right: 65px;
	font-size: 38px;
}

#menu_container #nav{
	z-index: 1;
	margin: -10px 0 0 0;
	padding: 0;
	height: 40px;
}

#menu_container #nav li{
	display: inline;
}

#menu_container #nav li a, #menu_container #nav li span{
	float: left;
	height: 0px;
	padding-top: 40px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#menu_container li a, #menu_container li span{
	background-image: url('../img/layout/menu.gif'); 
}

/* Buttons */

#menu_container #nav li#nav-home a{ background-position: 0px 0px; width: 146px; }
#menu_container #nav li#nav-visitors a{ background-position: -146px 0; width: 190px; }
#menu_container #nav li#nav-programme a{ background-position: -336px 0; width: 168px; }
#menu_container #nav li#nav-tickets a{ background-position: -504px 0; width: 128px; }
#menu_container #nav li#nav-travel a{ background-position: -632px 0; width: 111px; }
#menu_container #nav li#nav-gallery a{ background-position: -743px 0; width: 157px; }

/* Over */

#menu_container #nav li#nav-home a:hover{ background-position: 0px -40px; }
#menu_container #nav li#nav-visitors a:hover{ background-position: -146px -40px; }
#menu_container #nav li#nav-programme a:hover{ background-position: -336px -40px; }
#menu_container #nav li#nav-tickets a:hover{ background-position: -504px -40px; }
#menu_container #nav li#nav-travel a:hover{ background-position: -632px -40px; }
#menu_container #nav li#nav-gallery a:hover{ background-position: -743px -40px; }

/* Pressed */

#menu_container #nav li#nav-home a:active{ background-position: 0px -80px; }
#menu_container #nav li#nav-visitors a:active{ background-position: -146px -80px; }
#menu_container #nav li#nav-programme a:active{ background-position: -336px -80px; }
#menu_container #nav li#nav-tickets a:active{ background-position: -504px -80px; }
#menu_container #nav li#nav-travel a:active{ background-position: -632px -80px; }
#menu_container #nav li#nav-gallery a:active{ background-position: -743px -80px; }

/* On */

#menu_container.home #nav li#nav-home a{ background-position: 0px -120px !important; }
#menu_container.visitors #nav li#nav-visitors a{ background-position: -146px -120px !important; }
#menu_container.programme #nav li#nav-programme a{ background-position: -336px -120px !important; }
#menu_container.tickets #nav li#nav-tickets a{ background-position: -504px -120px !important; }
#menu_container.travel #nav li#nav-travel a{ background-position: -632px -120px !important; }
#menu_container.gallery #nav li#nav-gallery a{ background-position: -743px -120px !important; }



/*************************** HOME ***************************/

.home_info{
	float: left;
	width: 800px;
	height: auto;
	text-align: left;
	margin: 0px 0 0px 60px;
}

.home_info h1{
	margin: 10px 0 10px 0px;
}

.home_info p, .home_info h2{
	
}

#home_left_column{
	float: left;
	width: 570px;
	height: 480px;
	background: url('../img/layout/celticmap.jpg') no-repeat right top;
	background-color:#EEEEEE;
	margin: 10px 10px 0 60px;
}

#home_left_column p{
	float:left;
	font-size: 13px;
	width: 320px;
	color: #4D4D4D;
	margin: 0px;
}

#home_left_column #home_maps{
	float: left;
	width: 350px;
	height: 180px;
	margin: 30px 0 0 0px;
}

#home_right_column{
	float: left;
	width: 200px;
	height: 480px;
	margin: 10px 0 10px 0;
}

.home_title{
	width: 180px;
	height: 20px;
	float: left;
	margin: 10px 0 10px 10px;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
}

.home_title p{
	color: #4D4D4D !important;
	text-align: center;
	margin-top: 2px;
}

#home_gallery{
	float: left;
	width: 200px;
	height: 235px;
	background-color:#EEEEEE;
	margin: 0 0 10px 0;
}

#home_news{
	float: left;
	width: 200px;
	height: 235px;
	background-color:#EEEEEE;
	margin: 0 0 10px 0;
}

#gallery-slider{
	/* If JS is enabled, jQuery will show this div */
	display:none;
}

/* will get hidden by jQuery */
#gallery-pic ul li{
	margin: 0 auto;
	padding: 0px;
	width:120px;
	height:180px;
	overflow:hidden;	
}

/*************************** VISITORS ***************************/

/*************************** TICKETS ***************************/

#artist-slider{
	/* If JS is enabled, jQuery will show this div */
	float:left;
	display:none;
}

#programmeslider .panel h2{
	font-size: 20px !important;
}

#programmeslider .panel p{
	font-size: 14px !important;
	line-height: 18px !important;
}

/*************************** LINKS ***************************/

#manx_links li{
	width: 200px;
	float: left;
}

#manx_links li .light{
	font-size: 16px;
	color: #333333;
}

#manx_links li .light:hover{
	text-decoration: none !important;
}

#manx_links li .light img{
	max-height: 200px;
	max-width: 200px;
}

/*************************** GALLERY ***************************/

ul.visitors{
	overflow: hidden;
	clear: both;
}

ul.visitors li{
	float: left;
	margin: 10px 0 0 10px;
}

ul.visitors li img{
	max-width: 350px;
	max-height: 200px;

}

ul.visitors li p{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
