/*  
Theme Name: Dream Irish Wedding	
Theme URL: http://www.dreamirishwedding.com
Description: Simple Clean Classy Theme
Author: andy@diginomarketing.ie
Author URL: http://www.digino.ie
*/

/*** BODY ***************************************************************************************************/

/* HOMEPAGE SLIDER */
/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute;}

ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}

ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* demo styles */

body{
  background:#f5f5f5;
  font-family: 'Carter One', sans-serif;
}

#container{
  width:980px;
  padding:100px 0;
  margin:0 auto;
  overflow:hidden;
}

#banner {
  height:300px;
  width:700px;
  margin:0 auto;
  position:relative;
  background:#fff;
  border:20px #fff solid;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

 ul.bjqs-controls li a{
  display:block;
  padding:5px 10px;
  position:absolute;
  background:#fff;
  color:#fd0100;
  text-decoration:none;
  text-transform:uppercase;
}

a.bjqs-prev{
  left:0;
}

a.bjqs-next{
  right:0;
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:-50px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  border:4px solid #fff;
  overflow:hidden;
  text-indent:-9999px;
  background:#000;
  border-radius:10px;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#fd0100;
}

#venue-slider,
#homepage-slider {
	position: relative;

}

#venue-slider .slide-description {
	margin-top:-100px;
}
 

#venue-slider #slide-logo,
#homepage-slider #slide-logo {
	position: absolute;
	z-index: 999;
	top: 30px;
	padding: 15px 55px 15px 55px;
	width: 320px;
	height: 125px;
	background: url(images/home/logo.png) no-repeat #870f9a 50%;
	background: url(images/home/logo.png) no-repeat rgba( 135, 15, 154, 0.8 ) 50%;
}

#venue-slider .slide-description,
#homepage-slider .slide-description {
	position: absolute;
	top: 310px;
	padding: 2% 3% 2% 8%;
	height: 80px;
	background: #000;
	background: rgba(0,0,0,0.5);
}

#venue-slider .slide-description > h2,
#homepage-slider .slide-description > h2 {
	font-family: 'Century', serif;
	text-shadow: 0px 0px 20px #000;
    filter: dropshadow(color=#000, offx=0, offy=0);
	font-size: 30px;
	margin-top: 0;
}

#venue-slider .button,
#homepage-slider .button {
	position: absolute;
	right: 0;
	bottom: -45px;
	font-size: 17px;
	padding: 12px;
}

#venue-slider .button:hover,
#homepage-slider .button:hover {
	border-bottom: none;
	background:#870f9a;


}

#venue-slider {
	height:400px;
}

#homepage-slider #slide-2 .slide-description {
	
}

#homepage-slider #slide-3 .slide-description {

}

#venue-slider ul > li,
#homepage-slider ul > li {
	list-style: none;
}

#slide-1 {
	background: url(images/home/banner-hp1.jpg);
}

#slide-2 {
	background: url(images/home/banner-hp2.jpg);
}

#slide-3 {
	background: url(images/home/banner-hp3.jpg);
}

/* END HOMEPAGE SLIDER */

/* Venue page slider */

#slide-1-fairytale {
	background: url(images/banners/castle-night-banner.jpg) no-repeat;
}

#slide-2-elegant{
	background: url(images/banners/elegant-castle-banner.jpg) no-repeat;
}

#slide-3-coastal {
	background: url(images/banners/castle-coast-banner.jpg) no-repeat;
}


/* Testing input form - used to detect spam bots */
#user-info {
	display: none;
}
/* Page banners */
.banner {
	position: relative;
	width: 990px;
	height: 400px;
}

.banner #logo {
	position: absolute;
	z-index: 999;
	top: 30px;
	padding: 15px 55px 15px 55px;
	width: 320px;
	height: 125px;
	background: url(images/home/logo.png) no-repeat #870f9a 50%;
	background: url(images/home/logo.png) no-repeat rgba( 135, 15, 154, 0.8 ) 50%;
}

.banner #banner-description {
	position: absolute;
	top: 220px;
	padding: 10px 55px 10px 55px;
	width: 540px!important;
	background: #000;
	background: rgba(0,0,0,0.5);
}

.banner #banner-description > h2 {
	font-family: 'Century', serif;
	text-shadow: 0px 0px 20px #000;
    filter: dropshadow(color=#000, offx=0, offy=0);
	font-size: 30px;
	margin-top: 0;
}

.banner .button {
	position: absolute;
	right: 0;
	bottom: -44px;
	font-size: 17px;
	padding: 12px;
}

.banner .button:hover {
	border: none;
}

#venues-banner {
	background: url(images/banners/banner-venues.jpg) no-repeat;
}

#venues-banner.legalities {
	background: url(images/banners/legalities-banner.jpg) no-repeat;
	height:309px;
}


#venues-banner-coastal {
	background: url(images/banners/castle-coast-banner.jpg) no-repeat;
}

#venues-banner-elegant {
	background: url(images/banners/elegant-castle-banner.jpg) no-repeat;
}


#venues-banner-fairytale {
	background: url(images/banners/castle-night-banner.jpg) no-repeat;
}

#venues-banner #banner-description {
	width: 363px;
}

#services-banner {
	background: url(images/banners/banner-services.jpg) no-repeat;
}

#services-banner #banner-description {
	width: 480px;
}

#about-banner {
	background: url(images/banners/banner-about-us.jpg) no-repeat;
}

#enquiries-banner {
	background: url(images/banners/banner-enquiries.jpg) no-repeat;
}

#enquiries-banner #banner-description {
	width: 480px;
}

#region-banner {
	background: url(images/banners/banner-region.jpg) no-repeat;
}

#region-banner #banner-description {
	width: 370px;
}

#dream-banner {
	background: url(images/banners/banner-dream.jpg) no-repeat;
}

#dream-banner #banner-description {
	width: 370px;
}

#press-banner {
	background: url(images/banners/banner-press.jpg) no-repeat;
}

#press-banner #banner-description {
	width: 370px;
}

#partners-banner {
	background: url(images/banners/banner-partners.jpg) no-repeat;
}

#partners-banner #banner-description {
	width: 370px;
}

body{
	margin:0;
	padding:0;
	background:#232323;
	color:#ccc;
}
 
#wrap {
    height: auto !important;
    height: 100%;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 990px;
}

h1 {
	font-size:26px;
	color: #fff;
	font-weight:normal;
}

h2 {
	font-size:20px;
	color: #fff;
	font-weight:normal;

}

a:link {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	border: none;	
	font-size:14px;
}

#explore a:link{
	font-size:13px !important;
}

a:visited {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	border-bottom: none;	
}	

a:hover {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted #fff;	
}


/*** HEADER ***************************************************************************************************/
	
#header {
	background-color:#292929;
	height: 35px;
	width: 990px;
	text-align:right;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;	
}

#header .button.header {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
	padding-top: 13px;
}

#header .button.header:hover {
	border-bottom: none;
	background:#870f9a;
}

#header p {
	width: 990px;
	text-align:right;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px auto;
	padding:10px 0 10px 0;
	}

.header_title {
	color: #fc3aff
}

/*** NAV ***************************************************************************************************/

ul#nav{
	margin:0;
	padding:0px 0px 0px 40px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	background:#870f9a;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}

ul#nav li{
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0;
	}

ul#nav li a{
	display:block;
	float:left;
	width:auto;
	color:#fff;
	text-decoration:none;
	border-bottom: none;
	padding:12px 9px 0 9px;
	height:28px;
	}

ul#nav li a:hover{
	background:url("images/nav_hover.gif") repeat-x;
	}

ul#nav li a.current,ul#nav li a.current:hover{
	color:#fff;
	background:transparent url("images/nav_pointer.gif") no-repeat bottom center;
	}

/*** BANNER ***************************************************************************************************/

#banner{
background:url(images/flash.jpg);
height: 450px;
width: 990px;
}

/*** CONTENT ***************************************************************************************************/

#testimonial {
	background: url(images/home/testimonial-bg.jpg) no-repeat;
	width: 305px;
	height: 160px;
	padding: 30px;
	margin: 20px 0 20px 0;
}

#testimonial q {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 500;
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 10px;
}

#testimonial q:before {
	content: '';
}

#testimonial q:after {
	content: '';
}

#testimonial cite {
	display: block;
	font-family: Arial, sans-serif;
	color: #fff;
	font-style: normal;
	font-size: 15px;
	text-align: center;
}

#content {
	overflow: hidden;
	margin: 0;
	padding:0px 0px 0px 0px;
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	background: #292929 bottom right no-repeat;
}

#content_left p {
	margin:0;
	padding:0px 0px 15px 0px;
	font-family:Arial, Verdana, Helvetica, sans-serif, "Lucida Sans";
	line-height: 1.7em;
	font-weight:500;
	font-size:14px;
	text-align: left;
	width: 515px;
}

#content_left ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 40px 0;
	font-size: 13px;
	line-height: 18px;
}

#dream_come_true{
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 40px;
}

#dream_come_true p{
	margin:0;
	padding:0px 25px 15px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	line-height: 1.7em;
	font-weight:500;
	font-size:12px;
	text-align: left;
	width: 920px;
	}

#press_dubliner {
	padding:0px 0px 0px 108px;
	background:url("images/press_dubliner.jpg") no-repeat top left;
	font-weight:bold;
}

#press_dubliner p {
	padding:0px 0px 20px 0px;
	width: 735px;
}

#press_journal {
	padding:0px 0px 0px 108px;
	background:url("images/press_journal.jpg") no-repeat top left;
	font-weight:bold;
}

#press_journal p {
	padding:0px 0px 20px 0px;
	width: 735px;
}

#press_carolina {
	padding:0px 0px 0px 108px;
	background:url("images/press_carolina.jpg") no-repeat top left;
	font-weight:bold;
}

#press_carolina p {
	padding:0px 0px 20px 0px;
	width: 735px;
}

#press_g {
	padding:0px 0px 0px 108px;
	background:url("images/ny.jpg") no-repeat top left;
	font-weight:bold;
}

#press_g p {
	padding:0px 0px 20px 0px;
	width: 735px;
}

#press_insignia {
	padding:0px 0px 0px 108px;
	background:url("images/go2.gif") no-repeat top left;
	font-weight:bold;
}

#press_insignia h2 {
	padding:0px 0px 60px 0px;
	width: 735px;
}

#content_left{
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 40px;
}

#content_right{
	float:right;
	width: 385px;
	margin:0;
	padding:0;
}

#content_right_enq{
	float:right;
	width: 450px;
	margin:0;
	padding:0;
}
#dream-irish-weddings-lock-up{
	background:url("images/lock-up_dream-irish-weddings.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#engagements-lock-up{
	background:url("images/lock-up_engagements.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#weddings-lock-up{
	background:url("images/lock-up_weddings.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#rehearsal-lock-up{
	background:url("images/lock-up_rehearsal.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#honeymoon-lock-up{
	background:url("images/lock-up_honeymoon.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#renewals-lock-up{
	background:url("images/lock-up_renewal.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:22px;
	font-weight:700;
}

#venues-lock-up{
	background:url("images/lock-up_venues.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#venues-venue-level-lock-up{
	background:url("images/lock-up_venues.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#venues-venue-level-lock-up1{
	background:url("images/lock-up_enq.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#region-lock-up{
	background:url("images/lock-up_region.jpg") no-repeat;
	margin: 0px 0px -84px 0px;
	padding: 84px 0px 0px 0px;	
	height: 35px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#competition-lock-up{
	background:url("images/lock-up_honeymoon.jpg") no-repeat;
	margin: 0px 0px -84px 0px;
	padding: 84px 0px 0px 0px;	
	height: 35px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}


#adare-lock-up{
	background:url("images/lock-up_adare.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#doonbeg-lock-up{
	background:url("images/lock-up_doonbeg.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}
#leslie-lock-up{
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;
	height: 120px;
	width: 385px;
	font-size: 23px;
	font-weight: 700;
	background-image: url(images/castle-leslie.jpg);
	background-repeat: no-repeat;
}
#luttrel-lock-up{
	background:url("images/lock-luttrelstown.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#knappogue-lock-up{
	background:url("images/lock-up_knappogue.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

#knappogue-venue-level-lock-up{
	background:url("images/lock-up_knappogue.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}
#dromoland-venue-level-lock-up{
	background:url("images/dromomoland-lockup.jpg") no-repeat;
	margin: 0px 0px -74px 0px;
	padding: 84px 0px 0px 0px;	
	height: 120px;
	width: 385px;
	font-size:23px;
	font-weight:700;
}

.lock-up:link {
	margin:0;
	padding: 0px 0px 0px 16px;
	color:#e9d9ec;
	text-decoration: none;
	font-size:22px; 
}

.lock-up:visited {
	margin:0;
	padding: 0px 0px 0px 16px;
	color:#e9d9ec;
	text-decoration: none;
}	

.lock-up:hover {
	margin:0;
	padding: 0px 0px 0px 16px;
	color:#fff;
	background:url("images/lockup_pointer.gif") no-repeat;
	text-decoration: none;
	border-bottom: none;
}

table{
	width: 365px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size:12px;
	border:#2d2d2d solid 1px;
	padding: 0px 0px 0px 0px;
}

caption{
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color: #fff;
	margin: 16px 0px 0px 0px;
	padding: 6px 0px 6px 8px;
	background: #292929 url("images/nav_hover.gif") bottom right;
	border:#2d2d2d solid 1px;
}

table tr.alt {
  	background: #2e2e2e;
  	}

table th{
	color:#fff;
	margin: 0;
	padding: 8px 0px 4px 8px;
}

table td{
  	margin: 0;
  	padding: 6px 0px 6px 8px;
}	

.pdf-link{
	background:#292929 url("images/pdf_bg.gif") no-repeat;
}

.pdf-link a{
  	padding: 8px 0px 24px 38px;
}

.pdf-link a:hover{
	border-bottom: 12px;
  	padding: 8px 0px 24px 38px;
}

#reasons{
	background:#2d2d2d url("images/reasons_bg.gif") bottom right no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	line-height: 1.7em;
	font-size:12px;
	border:#444444 solid 2px;
	width: 360px;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

.reasons-header {
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	background:url("images/10.gif") left no-repeat;
	line-height: 1em;
	font-style:italic;
	height: 65px;
	font-size:26px;
	color: #fff;
	margin: 0px 0px 0px 16px;
	padding: 22px 20px 0px 72px;
}

#sub_section{
	background:#2d2d2d url("images/reasons_bg.gif") bottom right no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	line-height: 1.7em;
	border:#444444 solid 2px;
	width: 369px;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

#sub_section h2{
	background:#880f9b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:700;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 16px;
}


#sub_section ul{
	padding: 10px 0px 0px 0px;
	margin:0px;
	line-height: 1em;
}

#sub_section li{
 	list-style-type:none;
	font-size:14px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 16px;
}

.reasons-header {
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	background:url("images/10.gif") left no-repeat;
	line-height: 1em;
	font-style:italic;
	height: 65px;
	font-size:26px;
	color: #fff;
	margin: 0px 0px 0px 16px;
	padding: 22px 20px 0px 72px;
}

ol{
	margin: 0px 0px 0px 30px;
	padding: 0px 16px 0px 20px;
}


.bread-crum{
	font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size:11px;
	padding: 0px 0px 0px 0px;
}

.bg-plain {
	font-weight:bold;
	font-size:16px;
	padding:30px 20px 0px 20px;
	margin:10px 20px 0px 0px;
	background-color: #323232;
}

blockquote {
	font-weight:bold;
	font-size:16px;
	padding:30px 20px 0px 20px;
	margin:10px 20px 0px 0px;
	background: url("images/openquote.gif") no-repeat top left;
	background-color: #323232;
}
  
blockquote span {
   	text-align:center;
  	margin:0px 0px 0px 0px;
  	padding:0px 20px 0px 0px;
    display: block;
    background-image: url("images/closequote.gif");
   	background-repeat: no-repeat;
    background-position: bottom right;
  }
  
.person{
	font-family:  Helvetica, Arial, sans-serif, "Lucida Sans";
	font-size:12px;
	text-align: right;
  	margin:0px 0px 0px 0px;
  	padding:0px 0px 20px 0px;
}
   
/*** FOOTER ***************************************************************************************************/

#foot-note {
	clear: both;
	padding: 5px;
	background: #2c2c2c;
	margin-top: 20px;
}

#foot-note p {
	text-align: center;
}

#footer {
	text-align: left;
	margin:20px 0px 0px 0px;
	padding: 25px 35px 35px 35px;
	height: 670px;
	background-color: #292929;
}

#footer ul li > ul {
	margin-left: -20px;
}

#footer ul a {
	text-decoration: none;
}

#footer #footer-nav a {
	margin-right: 10px;
}

#footer p {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 0px 0px 0px;
	margin: 0px auto;
	line-height: 19px;
}

#footer ul {
	list-style-image: url(images/footer-link.png);
	line-height: 19px;
	padding: 0;
	margin-left: 18px;
}

#footer ul li > ul {
	list-style-image: url(images/footer-sub-arrow.png);
	margin-left: 20px;
}

#footer ul li > ul li > a {
	color: #ccc;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: none;	
}

#comp-list{
	margin-top: -10px;
	margin-bottom: 5px;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
}

#comp-list li{
	width: 400px;
}
.topimg {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.image:hover{text-decoration:none;}#content #content_left #press_insignia a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer #about p,
#footer #explore p,
#footer #social p {
	width: 100%;
	font-size: 13px;
	color: #ccc;
	margin-bottom: 20px;
}

#explore li{
	font-size: 13px;
}

#footer #social p {
	font-size: 12px;
}

#footer h3 {
	color: #fff;
	font-size: 18px;
	font-family: 'Century';
	margin: 0 0 10px 0;
}

#footer-head {
	margin-bottom: 30px;
}

#footer #about,
#footer #explore,
#footer #social {
	float: left;
	margin-right: 20px;
}

#footer #about {
	width: 270px;
	margin-right: 30px;
}

#footer #explore {
	width: 276px;
}

#footer #social {
	width: 301px;
}

#social #facebook,
#social #contact {
	padding: 20px 20px 10px 20px;
	background-color: #323232;
	margin-bottom: 20px;
}

.button {
	padding: 6px 8px 8px 8px;
	font-size: 20px;
	background: #971eac; /* Old browsers */
	background: -moz-linear-gradient(top,  #971eac 0%, #971eac 51%, #861c98 51%, #861c98 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#971eac), color-stop(51%,#971eac), color-stop(51%,#861c98), color-stop(100%,#861c98)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #971eac 0%,#971eac 51%,#861c98 51%,#861c98 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #971eac 0%,#971eac 51%,#861c98 51%,#861c98 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #971eac 0%,#971eac 51%,#861c98 51%,#861c98 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #971eac 0%,#971eac 51%,#861c98 51%,#861c98 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#971eac', endColorstr='#861c98',GradientType=0 ); /* IE6-9 */
}

#footer .button > span {
	margin-right: 40px;
	font-size: 14px;
}

#footer #social #facebook img {
	float: left;
	margin-right: 10px;
}

#footer #social #facebook h3 {
	margin-top: 5px;
}

.diw-logo {
	margin: 10px 0 10px 0;
}

.fb-like {
	margin: -15px 0 0 10px;
}

.fbConnectWidgetTopmost {
	border: none;
}

.phs {
	padding-left: 0;
}

.fan_box .connections {
	border: none;
}


/*==================================
	UPDATES 28/06/2013 - NEW PAGES
====================================*/

/* used on the venue pages to align text with images */
.grid-50 {
	width: 50%;
	float: left;
	padding: 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid-50.alpha {
	padding-left: 0;
}

.grid-50.omega {
	padding-right: 0;
}

.grid-50.lower{
	margin-top:10px;
}

.Venue-image.reset {
	margin-top:65px;
} 


/* container to work within */
.page-content {
	width: 905px;
	margin: 0 auto 60px auto;
}

/* Breadcrumbs */
.Breadcrumb {
	width: 100% !important;
	text-align: left !important;
	font-size: 13px !important;
	margin: 10px 0 !important;
}

.Breadcrumb a {
	font-size: 13px !important;
	color: #fe27ff;
}

.Breadcrumb a:hover {
	text-decoration: underline;
	border: none;
}

/* Gray Box component */
.GrayBox {
	background: #323232;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top:20px;
}

.GrayBox .button {
	float: right;
	margin-top: -65px;
}


.GrayBox .button--large {
	margin-top: -70px;
}



.GrayBox .button,
.button--large {
	font-family: Arial;
	font-size: 18px !important;
	font-weight: bold !important;
	padding: 16px 12px;
	margin-right:40px;
}

.button--large {
	display: inline-block;
	margin-top: 40px;
}

.button--large:hover,
.GrayBox .button:hover {
	border: none;
	background: #971eac;
}

.GrayBox-title {
	font-size: 28px;
	margin: 0 0 15px 0;
}

.GrayBox-title--small {
	font-size: 21px;
	color: #fff;
	margin: 0 0 15px 0;
}

.GrayBox-subtitle {
	font-size: 21px;
	margin: 0;
}

.GrayBox-text {
	padding: 0 !important;
	margin: 0 !important;
	text-align: left !important;
	width: auto !important;
	font-size: 14px !important;
	color: #fff;
	line-height: 21px;
}

.GrayBox blockquote {
	background: none !important;
	padding: 0;
	font-family: 'Georgia', serif;
	font-weight: normal;
	color: #fff;
	font-size: 21px;
	line-height: 37px;
	margin: 0 0 30px 0;
}

h3.GrayBox-title--small.adjust{
	margin-top:40px !important
}

h3.GrayBox-title--small.castle{
	margin-top:-25px !important
}

/* Venue Component - Venues should be in a list */
/*ul*/.VenueList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.Venue {}

/* Ensure images on the right touch the right edge of the container */
.Venue .grid-50.omega .Venue-image {
	float: right;
}

/* Set up the text to be vertically aligned regardless of amount of content */
.Venue .grid-50 {
	display: table;
}

 .grid-50 img {
	max-width:100%;
}
.Venue-content {
	display: table-cell;
	vertical-align: middle;
	height: 300px; /* this should be the same height as the corresponding image */
}

.Venue-content.estate h3 {
	margin-top:-130px !important;
}

.Venue-title {
	font-size: 21px;
	margin-top: 0;
	color: #fff;
	font-weight:normal;


}

/* Overrides because of some strange legacy styles */
.Venue-text {
	width: 100% !important;
	text-align: left !important;
	color: #fff !important;
	font-size: 14px !important;
	padding: 0 !important;
	line-height: 21px;
	font-weight:normal;
	font-family:Arial, Verdana, Helvetica, sans-serif, "Lucida Sans" !important;
}

.Venue-text.width{
	width:55% !important;
}

.Venue-image {
	max-width: 100%;
}

/* Used in the VenueList & Legalities page */
.BorderList {}

.BorderList li {
	padding: 40px 0 60px 0;
	margin: 20px 0;
	border-bottom: 1px solid #6b6b6b;
}

.BorderList li:last-child {
	border-bottom: none;
	padding-bottom: 30px;
}

.legalities.page-content {
	padding-top: 40px;
}

.legalities .BorderList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.legalities .BorderList li {
	padding: 20px 0 40px 0;
}

.legalities .BorderList p {
	width: auto !important;
	text-align: left !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 21px;
}


.legalities .BorderList h3 {
	font-size: 21px;
	color: #fff;
	margin-top: 0;
}

/* Helpers */
.GrayBox:before, .GrayBox:after,
.Venue:before, .Venue:after,
.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.GrayBox:after,
.Venue:after, 
.clearfix:after {
    clear: both;
}

.GrayBox,
.Venue,
.clearfix {
    zoom: 1; /* IE < 8 */
}

.GrayBox.contact 
