/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*/// global ///*/

@font-face {
    font-family: 'allerregular';
    src: url('/public/fonts/aller_rg-webfont.eot');
    src: url('/public/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/aller_rg-webfont.woff') format('woff'),
         url('/public/fonts/aller_rg-webfont.ttf') format('truetype'),
         url('/public/fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 10px;
	font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light",  Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 400;
	background-color:#220142;
	color:#434545;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"allerregular";
	font-weight: normal;
	margin:0 0 10px 0;
}

h1 {
	font-size: 28px;
	color: #008DB1;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

a,a:active,a:visited {
	color: #6ea343;
	text-decoration: none;
	
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
a:hover {
	color: #557e34;
}

p, ul, ol {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#map img{max-width: inherit;}

iframe.responsive {
	max-width: 100% !important;
}

/*/// Buttons ///*/

.button,
.button:visited {
	background-color:#00a4c3;
	color:#fff;
	border:none;
	box-shadow: none;
}

.button:hover,
.button:focus {
	background-color:#028098;
	color:#fff;
}

/*/// header ///*/

div#logobox {
	height:116px;
	line-height:116px;
}

a#logo {
	height:116px;
	display:block;
}

a#logo img {
	vertical-align:middle;
}


/*/// Latest news ///*/

div#latest_news {
	height:38px;
	background-color:#d7effc;
}

div.site_search {
	padding-top: 10px;
}

div.site_search input.forget {
	
}
div.site_search input {
	
}
div#latest_news h3 {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#2e2d2d;
	padding:8px 15px 8px 0;
	line-height:1.5;
	margin-bottom:0;
}

div#latest_news div#news_items {
	float:left;
	width:95%;
	height:34px;
	overflow:hidden;
}

div#latest_news div#news_items div {
	width:95%;
	padding:8px 0;
}

div#latest_news div#news_items div p {
	font-size:13px;
	margin-bottom:0;
	line-height: 19px;
}

div#latest_news div#news_items div p a {
	color: #6EA343;
	font-weight: bold;
}

/*/// News ///*/

div.news_item {
	height: 230px;
	position: relative;
	margin-bottom: 30px;
	background: #FFF;
}

div.news_item div.news_info {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
	background: #FFF;
}

div.news_item div.news_date {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	background: #FFF;
	font-style: italic;
	color: #666;
}

div.news_item.featured div.news_info {
	right: auto;
}

div.news_item div.news_info h2 {
	font-size: 1.1em;
	margin-bottom: 0;
}

div.news_item div.news_info p {
	line-height: 1.4em;
}

/*/// Spacer ///*/

div#spacer {
	height: 330px;
}

/*/// Banner ///*/

#header_image_outer {
	position:absolute;
	top:172px;
	width:100%;
	height:477px;
	z-index:-11000;
}

#header_image_wrapper {
	position:absolute;
	width:100%;
	height:477px;
	z-index:-10000;
}

div#mobile_slider {
	display:none;
}

/*/// Main Content ///*/

div#main_content {
	background: transparent url(/public/skin/main_content.png) 0 0 repeat;
	/*background-color: rgb(245,245,245);
	background-color: rgba(245,245,245,.9);*/
	padding: 20px 0;
}

div.homepage_callout {
	background: #FFF;
}

div.homepage_callout h3 {
	padding:8px 10px;
	margin-bottom:0;
}

*+html div.homepage_callout h3 {
	width:210px!important;
	background:#fff;
}

div.homepage_callout h3 a {
	color:#6ea343;
}

*+html div.homepage_callout h3 a {
	display:block;
	white-space:nowrap;
}

div.accordion h3, h2.accordion_style {
	cursor: pointer;
	padding: 10px 40px 10px 10px;
	line-height:22px;
	background: #598435 url('/public/skin/arrow.png') 99% 50% no-repeat;
	color: #FFF;
}

div.accordion div {
	margin-bottom: 10px;
	line-height: 1.4em;
}

div#filter_events h3 {
	background: #bfe5fa url('/public/skin/arrow.png') 99% 50% no-repeat;
	color:#222222;
}

div#filter_events div ul li {
	display:inline-block;
	background-image:none;
	padding:5px 10px;
	margin:0 5px 10px 0;
	background-color:#fff;
	text-align: center;
	width: 32%;
}

*+html div#filter_events div ul li {
	display:inline;
}

div#filter_events div ul li:hover {
	background-color:#220142;
}

div#filter_events div ul li a {
	color:#222;
	display:block;
}

div#filter_events div ul li a:hover {
	color:#fff;
}

/*/// main nav ///*/

nav#full {
	float: none;
	clear: both;
	overflow: hidden;
	text-align:right;
	position:relative;
}

nav#full ul {
	font-weight:bold;
	margin-bottom:0;
	padding-top:30px;
}

a#top_nav_mobile {
	display:none;
	background: #BFE5FA url('/public/skin/menu.png') 98% 50% no-repeat;
	padding: 10px;
	text-align: left;
	margin-bottom: 20px;
	color: #220142;
	font-weight: bold;
}

ul#nav-main li {
	font-size:14px;
	display: inline-block;
	margin-left: 10px;
	zoom: 1;
}

*+html ul#nav-main li {
	display:inline;
}

ul#nav-main li a {
	color:#fff;
}

ul#nav-main li a:hover,
ul#nav-main li.current a,
ul#nav-main li.parent-current a {
	color:#D7EFFC;
}

ul#nav-main li.first {
	margin-left:0;
}
/*/// structure ///*/

.wrapper {
	width:100%;
}

div#top_bar {
	background-color:#6ea343;
}

/*/// Top Bar ///*/

div#top_bar p {
	font-family:"allerregular";
	margin-bottom:0;
	color:#fff;
	font-size:14px;
	line-height: 1.3;
	padding:10px 0;
}

div#top_bar a#buy_tickets {
	font-family:"allerregular";
	display:block;
	color:#fff;
	background-color:#bb0c22;
	border:none;
	width:100%;
	padding:10px 0;
	text-align:center;
	font-size:14px;
	line-height: 1.3;
	white-space:nowrap;
}

*+html div#top_bar a#buy_tickets {
	width:138px!important;
}

div#top_bar a#buy_tickets:hover {
	background: #951021;
	color: #FFF;
}

/*/// breadcrumb ///*/

a.facebook {
	float:left;
	margin-right:25px;
}

a.youtube {
	float:left;
	margin-right:25px;
}

a.twitter {
	float:left;
	margin-right:25px;
}
a.googleplus {
	float: left;
}
div.tweets blockquote {
	text-align:left;
	display:block;
	border:none;
	margin:0;
	padding:0 0 0 35px;
}

div.tweets blockquote p {
	padding: 3px 0 0 0;
	font-size:14px;
	margin:0;
	font-style:normal;
}

a.social {
	-webkit-box-shadow: 2px 2px 2px 1px #e5e3e0;
	box-shadow: 2px 2px 2px 1px #e5e3e0;
}

/*/// content ///*/

figure.page_image {
	float: right;
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
    padding: 5px;
	text-align: center;
	margin: 0 0 20px 20px;
}

figure.list_image {
	float: left;
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
    padding: 5px;
	text-align: center;
	margin: 0 20px 10px 0;
}

figure.mobile {
	float:none;
	margin:0;
}

figure figcaption {
	font-style: italic;
	text-align: center;
	padding:3px;
}

div#intro p {
	font-weight: bold;
}

div.gallery {
	text-align: center;
	margin-bottom: 20px !important;
}

div.gallery div.sponsor {
	margin-bottom: 10px;
}

div.gallery figure {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
    padding: 5px;
	text-align: center;
	margin-bottom: 5px;
}

div.gallery figure img {
	display: block;
}

div.press_image {
	text-align: left;
	margin-bottom: 10px;
}

div.sponsor figure,
div.exhibitor-image figure {
	background-color:#fff;
	height:120px;
	padding:0 5px;
	line-height:120px;
}

div.exhibitor div.exhibitor-image figure {
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
}

div.exhibitor-wrapper {
	padding-bottom: 10px;
}

div.exhibitor-wrapper div.exhibitor {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.sponsor figure a,
div.exhibitor-image figure a {
	height:120px;
	display:block;
}

div.sponsor figure a img,
div.exhibitor-image figure img {
	display:inline;
	vertical-align:middle;
}

div.sponsor div {
	font-size:12px;
	display:block;
	height:35px;
}

div#main_content code {
	background: #EEE;
	border-radius: 10px;
	font-size: 1.2em;
	margin-bottom: 20px;
	display: block;
	padding: 15px;
}

div#main_content code pre {
	margin: 0;
}

article.listitem {
	width: 100%;
	border-top: 1px solid #e1e4e5;
	padding-top:20px;
	padding-bottom: 10px;
	overflow: auto;
}

article.listitem h2,
article.listitem p {
	margin-bottom:5px;
}

article.listitem:last-child,
article.eventitem:last-child {
	border-bottom: none!important;
}

p.date {
	color: #939393;
}

blockquote {
	background: url(/public/skin/speech_66.png) 0 0 no-repeat;
	border-left:none;
}

blockquote p {
	padding: 0px 0 0 15px;
	font-style: italic;
}
h4#downloads {
	clear: both;
	margin-top: 20px;
}

div#main_content ul li {
	list-style:none;
	padding:0 0 0 15px;
	background:url(/public/skin/bullet.png) 0 6px no-repeat;
	border-bottom:none;
}

div.gys_video {
	position: relative;
}

div.gys_video a {
	display:block;
}

div.gys_video img {
	margin-bottom: 3px;
}

div.gys_video a.play {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 20px;
	left: 0;
	background: url('/public/skin/play.png') 50% 50% no-repeat;
}

div.gys_form {
	
}

div.gys_form label {
	
}

/* /// Candendar /// */

article.eventitem {
	float: right;
	width: 650px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
article.eventitem h2 {
	font-size: 1.5em;
}
article.eventitem span {
	font-size: .8em;
}
/*/// Tables ///*/


table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: separate;
}

table th {
	background-color: #6ea343;
	font-family:"allerregular";
	padding: 6px;
	color: #fff;
	font-weight: normal;
	position: relative;
	border-right: 1px solid #fff;
	text-align: left;
}

table th.last {
	border-right: 0;
}

table td {
	padding: 6px;
	font-size: 1.3em;
	border-right: 1px solid #fff;
}

table tr:nth-child(odd) {
	background-color: #e8f1f4;
}

table tr:nth-child(even) {
	background-color: #fff;
}

/*/// sidebar ///*/

aside {
	float: left;
	width: 245px;
}

nav.sidenav {
	margin-bottom: 20px;
}

nav.sidenav h2 {
	padding:5px 10px;
	background-color:#6ea343;
	color:#fff;
	margin-bottom:0;
}

ul.side_navigation {
	background-color:#fff;
	padding:5px 10px;
}

div#main_content ul.side_navigation li {
	padding:5px 0 5px 15px!important;
	background:url(/public/skin/bullet.png) 0 11px no-repeat!important;
	border-bottom:1px solid #e1e4e5;
}

div#main_content ul.side_navigation li ul li,
div#main_content ul#sitemap li ul li {
	background:url(/public/skin/bullet_two.png) 0 13px no-repeat!important;
}

div#main_content ul.side_navigation li ul,
div#main_content ul.side_navigation li ul li ul,
div#main_content ul.side_navigation li ul li ul li ul {
	margin-left:0;
}

div#main_content ul.side_navigation li ul li,
div#main_content ul.side_navigation li ul li ul li {
	border-bottom:none!important;
	padding:5px 0 0px 15px!important;
}

div#main_content ul.side_navigation li.last {
	border-bottom:none;
} 

ul.side_navigation li a {
	color:#2e2d2d;
	display:block;
}

ul.side_navigation li.current ul li a {
	color:#2e2d2d;
}

ul.side_navigation li a:hover,
ul.side_navigation li.current a {
	color:#6ea343;
}

/*/// files ///*/

div#main_content ul.files {
	margin-left: 0 !important;
	margin-bottom: 20px;
}

div#main_content ul.files li {
	padding: 5px 0 5px 30px !important;
	list-style: none;
	border-bottom: 1px solid #e1e4e5;
}

div#main_content ul.files li:last-child {
	border-bottom:none;
}

div#main_content ul.files li a {
	color: #4c4d4f;
}

div#main_content ul.files li a:hover {
	color: #006699;
}

div#main_content ul li.pdf {
	background: #fff url(/public/skin/icon-pdf.png) 5px 5px no-repeat;
}

div#main_content ul li.doc {
	background: #fff url(/public/skin/icon-word.png) 5px 5px no-repeat;
}

div#main_content ul li.xls {
	background: #fff url(/public/skin/icon-excel.png) 5px 5px no-repeat;
}

div#main_content ul li.zip {
	background: #fff url(/public/skin/icon-zip.png) 5px 5px no-repeat;
}

/*/// pagination ///*/


div.pagination {
	font-size: 1.3em;
	margin: 20px 0 0 0;
	width: 100%;
	clear: both;
	float: none;
}

div.pagination a,
div.pagination strong {
	float: left;
	border: 1px solid #c4c4c4;
	background: #f5f5f5;
	color: #717171;
	font-size: .85em;
	padding: 5px 7px;
	margin-right: 5px;
	list-style: none;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #e3e1df;
}

div.pagination strong,
div.pagination a:hover {
	background: #686868;
	color: #FFF;
}

div.pagination a {
	margin-bottom: 5px;
}

div.summary {
	color: #4c4d4f;
	float: left;
	border: 1px solid #bfc5ca;
	background: #feffff;
	padding: 5px;
	font-size: .85em;
	margin-right: 15px;
}

div.load_more_wrap {
	background: #f8f8f8 url(/public/skin/down-arrow.png) 99% 50% no-repeat;
	padding: 5px 10px;
	width: 675px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
div.load_more_wrap.loading {
	background: #f8f8f8 url(/public/skin/loader.gif) 99% 50% no-repeat;
}
div.load_more_wrap {
	font-size: 1.1em;
	text-decoration: none !important;
}
/*/// callouts ///*/

div.callout {
	background: #FFF;
	margin-bottom: 20px;
	position:relative;
}

div.callout h3 {
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	background: #FFF;
	padding:8px 10px;
	margin-bottom:0;
	width:100%;
}

div.callout h3 a {
	color:#6ea343;
}

input.checkbox {
	margin-right: 10px;
}
fieldset legend {
	font-size: 1.5em;
	background-color: rgb(245,245,245);
	background-color: rgba(245,245,245,0);
}
/*/// footer ///*/

div.footer_info {
	padding:20px 0;
}

div#family p {
	text-align:right;
}

ul#nav-sub li,
footer address,
footer p {
	font-size:12px;
	color:#fff;
}

footer p a {
	color:#fff;
}

footer address {
	font-style:normal;
	margin-bottom:8px;
	line-height:1.5;
}

ul#nav-sub li {
	float: left;
	padding-right: 5px;
	border-right:1px solid #fff;
	margin-right:5px;
	line-height:1;
}

ul#nav-sub li.last {
	padding-right: 0px;
	border-right:none;
	margin-right:0px;
}

ul#nav-sub li a {
	color:#fff;
}

ul#nav-sub li a:hover,
footer p a:hover {
	color:#fff;
	text-decoration:underline;
}

p#bluestorm {
	width: 160px;
	float: right;
	clear:right;
	text-align: right;
}

p#bluestorm a {
	color:#fff;
}

p#logos {
	float:right;
	margin-bottom:5px;
}

p#logos a {
	float:right;
	margin-left:20px;
}

div#mobile_cookies {
	display: none;
}

div.exhibitor {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

*+html div.exhibitor {
	padding-top:10px;
}

div.exhibitor figure {
	float: left;
	background: #FFF;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
  	padding: 5px;
	text-align: center;
	margin: 0 20px 10px 0;
}

h3.filter {
	background: #4d4e4e;
	padding: 3px;
	color: #FFF;
}

h3.itinerary {
	background: #6EA343;
	padding: 3px;
	color: #FFF;
}

div.itinerary {
	padding: 10px 20px;
	background: #e2e9d8;
	margin-top: -10px;
	margin-bottom: 10px;
}

table.itinerary, table.itinerary tbody tr td, table.itinerary tr, table.itinerary tr:nth-child(2n+1) {
	background: none;
}

table.itinerary {
	border: 0;
}

table.events th {
	background: #4d4e4e;
}

div.event_category {
	background: #E2E9D8;
	padding: 5px;
	margin-bottom: 2px;
}

.show-for-print {
	display: none;
}

.floatfix {
	clear: both;
	float: none;
}



img#recaptcha_whatsthis {
	max-width: none !important;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " ";
  display: table;
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

*+html .row {
	max-width:1024px!important;
}

*+html div.flash {
	width:727px!important;
	height:516px!important;
}

@media only screen and (max-width : 1024px) {
	
	a.facebook {
		float:left;
		margin-right:5px;
	}

	a.youtube {
		float:left;
		margin-right:5px;
	}
	
	a.twitter {
		float:left;
		margin-right:5px;
	}
		
	form#search {
	text-align: center;
	margin: 0 auto;
}


	
}


@media only screen and (max-width : 767px) {
	
	div#touch_wrapper {
		max-width: 100%;
		height: auto;
	}
	
	div#top_bar {
		padding-bottom:15px;
	}
	
	div.homepage_callout h3 {
		font-size:11px;
	}
	
	hr {
		margin:0 0 20px 0;
	}
	
	div#logobox {
		height:auto;
		line-height:normal;
		text-align:center;
	}

	a#logo {
		height:auto;
		display:block;
		padding:20px 0;
	}

	a#logo img {
		vertical-align:baseline;
	}

	a#top_nav_mobile {
		display: block;
	}


	div#top_bar p {
		text-align:center;
	}
	
	#header_image_outer {
		display:none;
	}

	#header_image_wrapper {
		display:none;
	}

	div#mobile_slider {
		display:block;
	}
	
	nav#full {
		padding-top:0;
	}
	
	ul#nav-main {
		display: none;
		background: #BFE5FA;
		padding: 0 10px;
		margin-top: -20px;
	}
	
	nav#full ul {
		margin-bottom:20px;
		padding-top:0;
	}
	
	ul#nav-main li {
		display: block;
		text-align: left;
		margin: 0;
		padding:0;
	}
	
	ul#nav-main li a {
		display: block;
		color: #220142;
		font-weight: normal;
		padding: 5px;
	}
	
	ul#nav-main li a:hover,
	ul#nav-main li.current a,
	ul#nav-main li.parent-current a {
		background-color: #b5d9ed;
		color: #4a6e2d;
	}
	
	div#spacer {
		display: none;
	}
		form#search {
	text-align: center;
	margin: 0 auto;
}

div.site_search {
	padding-bottom: 15px;
}

div.site_search input.submit {
	vertical-align: middle;
	
}
	#header_image_outer {
		position:relative!important;
		top:0;
		width:100%;
		height:250px;
		z-index:-11000;
	}

	#header_image_wrapper {
		position:relative!important;
		width:100%;
		height:250px;
		z-index:10000;
	}
	
	div.homepage_callout {
		margin-bottom:20px;
	}
	
	div#family p {
		text-align:left;
	}
	
	p#bluestorm {
		width: 160px;
		float: left;
		clear:left;
		text-align: left;
	}

	p#bluestorm a {
		color:#fff;
	}

	p#logos {
		float:left;
		text-align:left;
		margin-bottom:5px;
	}

	p#logos a {
		float:none;
		height:70px;
		display:inline-block;
	}
	
	div.footer_info {
	    padding: 20px 0 10px 0;
	}
	
	div#family {
		padding:0 0 20px 0;
	}
	
	.orbit {
		margin-bottom:0;
	}
	
	div#family p {
		text-align:center;
	}

	footer address,
	footer p {
		text-align:center;
	}
	
	p#bluestorm {
		width: 100%;
		float: none;
		clear:both;
		text-align: center;
	}
	
	ul#nav-sub {
		text-align:center;
	}
	
	ul#nav-sub li {
		float: none;
		display:inline-block;
	}
	
	div#social_icons {
		text-align:center;
		margin-bottom:20px;
	}
	
	a.facebook, a.youtube, a.twitter, a.googleplus {
		float:none;
	}
	
	div.tweets blockquote {
		text-align:center;
	}
	
	figure.page_image {
		float:none;
		width:100%;
		margin:0 0 10px 0;
	}
	
	figure.page_image img,
	figure.mobile img {
		width:100%;
		height:auto;
	}
	
	figure.mobile {
		float:none;
		clear:both;
		width:100%;
		height:auto;
	}
	
	div#latest_news {
		height:auto;
	}
	
	div#latest_news div#news_items {
		height:auto;
		overflow:auto;
	}
	
	div#cookies {
		display: none;
	}
	
	div#mobile_cookies {
		display: block;
	}
	
	div#latest_news {
		display:none;
	}
	
	div.addthis_toolbox {
		margin-bottom:10px;
	}
	
	img.callout_image {
		width:100%;
		height:auto;
	}
	
	div.exhibitor figure {
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	div.pagination {
		margin: 20px 0;
		text-align: center;
		float: none;
	}
	
	div.pagination a, div.pagination strong {
		float: none;
	}
	
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	
	.show-for-print {
		display: block !important;
	}
	
	.hide-for-print {
		display: none !important;
	}
	
	.full-width-for-print {
		width: 100% !important;
	}

/* Reset quotes */
q {quotes: none}
q:before, q:after {content: ""}   

header nav, nav#info, p#bluestorm, p#back, div#banner, div#site_search, aside, div.pagination, ul#files, div.addthis_toolbox, ul#breadcrumb, form.form, div#spacer, div#latest_news, div#family, div#social_icons, div.tweets {display: none}

/* Some browsers like to show a border around images. Switch it off */
img {border: 0}


/* Show the URL after each link, whereby internal links are preceeded by the site's URL */
p a:after {
	content: " (http://greatyorkshireshow.co.uk/" attr(href) ")";
	font-size: 80%;
	word-wrap: break-word;
}

/* External links don't get this treatment */
p a[href^="http://"]:after, p a[href^="https://"]:after {
	content: " (" attr(href) ")";
}

/* Append the source of the citation */
q:after {content: " (" attr(cite) ")"}

}