@charset "utf-8";
/*==== Structure Style ===*/
body {
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/limerick_city.jpg);
	/* [disabled]background-repeat: repeat-y; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	font-family: Tahoma, Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFF;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
	line-height: 1.2em;
	padding: 0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(204,204,204,1);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #CCCCCC;
}
a {
	color: #d8a201;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	color: #d8a201;
}
img a:hover {
	text-decoration: none;
}
.centre {
	text-align: center;
}
.clear {
	clear: both;
	width: 100%;
}
#siteWrapper {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #999999;
	float: left;
	height: 200px;
	width: 100%;
	background-color: #CCCCCC;
	background-attachment: scroll;
	background-image: url(../images/celtic_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#navbar {
	float: left;
	height: 30px;
	width: 100%;
	background-color: #000000;
	padding-top: 10px;
}
#webPage {
	float: left;
	min-height: 620px;
	height: auto;
	width: 100%;
	margin-top: 0px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	float: left;
	height: 150px;
	width: 100%;
	text-align: center;
}
.page_content {
	height: auto;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25%;
	float: left;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	max-width: 952px;
	background-color: rgba(0,0,0,0.5);
	min-width: 935px;
}
/*==== Header Style ===*/
.head_title_wrapper {
	height: 98px;
	width: 460%;
	margin-top: 52px;
	float: left;
	margin-left: 38%;
}
/*==== Full Page Style ===*/
.full_page_content {
	float: left;
	height: auto;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
}
/*==== Shop Style ===*/
.cart_navbar {
	float: left;
	height: auto;
	width: 98%;
	text-align: left;
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.cw_shop {
	float: left;
	height: auto;
	width: 98%;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*==== Banner Page Style ===*/
.banner_warpper {
	float: left;
	height: auto;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
}
.banner_warpper img {
	height: auto;
	width: 100%;
}
.Info_warpper {
	float: left;
	height: auto;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
/*==== Home Page Style ===*/
.home_ColRight {
	float: left;
	height: auto;
	width: 29%;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: rgba(204,204,204,1);
}
.home_ColLeft {
	float: left;
	width: 67%;
	margin-right: 10px;
	padding-left: 10px;
	
}
.home_text {
	float: left;
	height: auto;
	width: 97%;
	margin-bottom: 10px;
}
.audioHome_wrapper {
	float: left;
	height: auto;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
}
.audioHome_wrapper h1 {
	font-size: 25px;
}
.audioHome_wrapper p {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.audioHome_trackWrapper {
	float: left;
	height: auto;
	width: 64%;
	padding-top: 5px;
	font-size: 14px;
}
.audioHome_trackNum {
	float: left;
	height: auto;
	width: 10%;
}
.audioHome_trackName {
	float: left;
	height: auto;
	width: 50%;
}
.audioHome_trackPlay {
	float: left;
	height: auto;
	width: 100%;
}
.audioHome_art {
	float: right;
	height: auto;
	width: 30%;
	margin-left: 15px;
	text-align: center;
	margin-right: 10px;
}
.audioHome_art img {
	width: 100%;
	height: auto;
}
.audioHome_paging {
	font-weight: bold;
	float: left;
	height: auto;
	width: 48%;
	font-size: 14px;
}
.audioHome_paging a {
	color: rgba(255,255,0,1);
	text-decoration: none;
}
.audioHome_paging a:hover {
	color: #FFF;
	text-decoration: underline;
}
.audioHome_Records {
	font-weight: bold;
	float: right;
	height: auto;
	width: 48%;
	margin-left: 2%;
	text-align: right;
	font-size: 14px;
	color: rgba(255,255,0,1);
}
.audioHome_wrapper audio {
	/* [disabled]width: 100%;
*/
}
.audioHome_trackWrapper li a {
	font-weight: bold;
	color: rgba(255,255,255,1);
}
/*==== Biography Style ===*/
.bio_text {
	float: left;
	height: auto;
	width: 97%;
}
.bio_img {
	text-align: center;
	float: left;
	height: auto;
	width: 95%;
}
/*==== Video Gallery Page Style ===*/
.video_container {
	float: left;
	height: auto;
	width: 32%;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.video_container h2 {
	color: rgba(255,255,0,1);
	font-size: 18px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*==== Contact Page Style ===*/
.contact_form {
	height: auto;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.contact_info_wrapper {
	float: left;
	height: auto;
	width: 100%;
}
.contact_info_box_left {
	float: left;
	height: auto;
	width: 48%;
}
.contact_info_box_cen {
	float: left;
	height: auto;
	width: 48%;
	margin-left: 20px;
}
.contact_info_box_right {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 50px;
}
.contact_info_icon {
	float: left;
	height: auto;
	width: 32px;
	margin-right: 10px;
}
.contact_info_text {
	float: left;
	height: auto;
	width: 70%;
}
.contactForm_wrapper {
	float: left;
	height: auto;
	width: 100%;
}
.contactForm_lable {
	float: left;
	height: auto;
	width: 100%;
}
.contactForm_Field {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
/*==== EU COOKIE Style ===*/
#cookie-law { 
    max-width:97%;
    background:#EEEADD; 
    margin:10px; 
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}
 
#cookie-law p { 
    padding:10px; 
    font-size:1.2em; 
    font-weight:bold; 
    text-align:center; 
    color:#682008; 
    margin:0;
}
