@charset "UTF-8";

/* CSS Document */

/* Colours

Magenta : #e2007a

*/

html {
	background: url(../images/backLayer.gif) top center repeat-y #fff;
}

body {
	font: 62.5%/1 "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, "Times New Roman", Times, serif;
	background: url(../images/bgPattern.jpg) no-repeat center -10px;
	color: #444;
	-webkit-font-smoothing: antialiased;
}

body.banner {
	font: 62.5%/1 "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, "Times New Roman", Times, serif;
	background: url(../images/snlf_banner.png) no-repeat center top;
	color: #444;
	-webkit-font-smoothing: antialiased;
}


.bolder {
font-weight: 700;
}

#contentWrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


#contentWrap.banner-wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 64px;
}

p:empty, p.ticketBtn:empty {
	display: none;
	}

/* ********************************************************************** */
/* Header styles */
/* ********************************************************************** */ 

#header {
	background-color: transparent;
	margin: 0 auto;
	position: relative;
	width: 960px;
	z-index: 20000;
}

#header-inner {
	/*overflow: auto;*/
	padding: 5px 15px 65px;
}

#logo {
	float: left;
}

h1 {
	text-indent: -5000px;
}

#logo h1 a img {
	position: relative;
	display: block;
	top: 20px;
}

/*changes to positonal details*/


#circularLogo {
	position: relative;
	width: 160px;
	height: 160px;
	float: right;
	right: 0;
	top: 10px;
	opacity: 0.8;
	-webkit-transition:opacity 700ms linear;
	-moz-transition:opacity 700ms linear;
	transition:opacity 700ms linear;
}

#circularLogo:hover {
opacity: 1;
}


/*minor changes to margin*/
p.header-desc {
	width: 300px;
	font: italic 1.6em/1.3 "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	color: #666;
	margin-top: 40px;
}

p.header-desc a {
color: #666;
text-decoration: none;
border-bottom: 1px dotted #666;
}

p.header-desc a:hover {
	color: rgb(226,0,112);
}

#circularLogo img {
	z-index: 500;
}

/*new styles from here, inc. waypoint crossfade/opacity stuff*/
.litfest {
	position: relative;
	width: 129px;
	height: 84px;
	top: 7px;
	right: 10px;
	z-index: 501;
	float: right;
}

.opacity .litfest {
	opacity:1;
	-webkit-transition:opacity 700ms linear;
	-moz-transition:opacity 700ms linear;
	transition:opacity 700ms linear;
}

.opacity .litfest.hidden {
	opacity:0;
}

.no-opacity .litfest.hidden {
	display:none;
}

/* ********************************************************************** */
/* Navigation styles */
/* ********************************************************************** */ 

.no-rgba #top-nav-container {
	background-color: #e2007a;
	position: relative;
	z-index: 2000;
}

#top-nav-container {
	background-color: rgba(226,0,112,.8);
	line-height: 20px;
	padding: 0 0 15px;
	position: relative;
	z-index: 2000;
	-moz-box-shadow: 0 9px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 9px 5px rgba(0,0,0,0.1);
	box-shadow: 0 9px 5px rgba(0,0,0,0.1);
}

#top-nav-container.banner-nav {
	background-color: rgba(226,0,112,.8);
	line-height: 20px;
	padding: 0 0 15px;
	position: relative;
	z-index: 2000;
	-moz-box-shadow: 0 9px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 9px 5px rgba(0,0,0,0.1);
	box-shadow: 0 9px 5px rgba(0,0,0,0.1);
	top: 64px;
}

#top-nav-container span {
	background: url(../images/navRibbon.png) 20px 50% no-repeat #e2007a;
	height: 100%;
	left: 100%;
	position: absolute;
	top: 20px;
	width: 95px;
	opacity: 0.7;
}

/* Links */

ul.top-nav {
	background: url(../images/bookmark.png) 0 0 no-repeat;
	margin-left: 15px;
	float: left;
	padding-top: 30px;
	width: 390px;
	z-index: 2001;
	display: inline;
}

ul.top-nav li {
	float: left;
	width: 130px;
}

ul.top-nav li a {
	color: #fdeaf3;
	display: block;
	font: 1.8em/0.9 "nimbus-sans-condensed-1", "nimbus-sans-condensed-2", "adobe-garamond-pro-1", "adobe-garamond-pro-2", Georgia, 'Times New Roman', Times, serif;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

ul.top-nav  li a:hover, ul.social-nav li a:hover {
	color: #fff;

}

ul.social-nav {
	background: url(../images/bookmark.png) 0 0 no-repeat;
	float: left;
	padding: 30px 0 0;
	width: 110px;
	left: 650px;
	position: absolute;
}

ul.social-nav li {
	float: left;
	width: 110px;
}

ul.social-nav li a {
	color: #fdeaf3;
	display: block;
	font: 1.8em/0.9 "nimbus-sans-condensed-1", "nimbus-sans-condensed-2", "adobe-garamond-pro-1", "adobe-garamond-pro-2", Georgia, 'Times New Roman', Times, serif;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

/* Sticky Fixed Nav Styles */

.sticky #top-nav-container {
	position:fixed;
	top: 0px;
	width: 960px;
	z-index: 8000;
}

/* alternate class for IE7 rather than toggling .sticky on/off only ? */

.unsticky #top-nav-container {
	position:relative;
	top: 64px;
	width: 960px;
	z-index: 8000;
}

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

#contentWrap {
	position: relative;
	z-index: 4;
}

#contentInner {
}

/* Section headers */

.main-headers {
	background: #666;
	padding: 15px 5px 15px 15px;
	display: inline-block;
	position: relative;
	top: 0;
	left: 10px;
	z-index: 5;
	margin-bottom: 10px;
	width: 930px;
}

.wide {
left: 0px;
width: 940px;
}

.full-width {
width: 940px;
background: #F39;
height: 350px;
margin: 0 0px 0 10px;
}

.main-headers span.ribbon, .titles span.ribbon {
	position: absolute;
	top: 20px;
	left: 100%;
	background: url(../images/hdrRibbon.png) 20px 50% no-repeat #565656;
	height: 100%;
	width: 50px;
	z-index: 20;
	opacity: 0.2;

}

.main-headers h2 {
	float: left;
	font-size: 2.4em;
	font-style: italic;
	font-weight: 600;
	color: #fff;
	
}

.main-headers h2 a {
	margin-left: 20em;
	color: #fff;
	text-decoration: none;
    border-bottom: 1px dotted #bbb;
}

.main-headers h2 a:hover {
	color: #f8c1dc;
	transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
}

.main-headers p {
	margin-top: 0.7em;
	position: absolute;
	right: 15px;
	top: 10px;
}

.main-headers p a {
	color: #d0d0d0;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.main-headers p a:hover {
	color: #fff;
	transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
}

.main-headers .ticketBtn {
display: inline-block;
background-color: #F39;
top: -2px;
left: -18px;
float: right;
position: relative;
padding: 1px 14px 5px 10px;
}

.main-headers .ticketBtn:hover {
background-color: #ff51a8;
}

.ticketBtn a {
	display: inline-block;
	color: #e9e9e9 !important;
	font-size: 2em !important;
	margin: 9px 0 7px 0;
}

.ticketBtn a:hover {
	color: #fff !important;
}

.focusBar {
background-color: #444 !important;
transition: background-color .2s ease-in;
-webkit-transition: background-color .2s ease-in;
-moz-transition: background-color .2s ease-in;
}

#about, #programme, #blog, #speakers {
	transition: background-color .2s ease-out;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
}

.homeRow {
position: relative;
padding: 10px 0 0 0;
}

.titles {
display: inline-block;
margin: 0 0 10px 10px;
width: 950px;
font-size: 2.4em;
font-style: italic;
font-weight: 600;
color: #fff;
position: relative;
top: 0;
}

.double {
float: left;
background-color: #777;
width: 610px;
margin: 0 10px 0 0;
padding: 15px 5px 15px 15px;
}

.single {
float: left;
background-color: #777;
width: 290px;
padding: 15px 5px 15px 15px;
}

/* Slide styles */
ul#slideshow {
list-style: none;
position: relative;
left: 10px;
background-color: #f4f4f4;
float: left;
width: 940px;
height: 400px;
margin: 0 0 20px 0;
}

ul#slideshow li {
list-style-type: none;
display: inline-block;
width: 940px;
height: 400px;
background-color: #eee;
}

span.thanks {
	width: 280px;
	height: 280px;
	border-radius: 200px;
	background: #FF0085;
	opacity: 0.8;
	position: relative;
	display: block;
	left: 650px;
	top: 20px;
}

.thanks a {
	display: block;
}

img.signup {
	position: relative;
	top: -372px;
	right: -60px;
}

/* Mini blog styles */
#blog-container-mini {
	position: relative;
	top: 0px;
	z-index: 3;
	overflow: hidden;
	padding: 10px 0 0 25px;
	width: 290px;
	font-size: 0.5em;
	margin-bottom: 20px;
}

.blog-entry-mini {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.blog-entry-mini h3 {
	color: #444;
	font-size: 2.2em;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 10px;
}

.blog-entry-mini p {
	font-size: 2.8em;
	color: #666;
	line-height: 1.2;
}

.blog-entry-mini a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.blog-entry-mini a:hover {
	background: #ffdff0;
}

ul#blog-container-mini > li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Speaker boxes */

#authors img {
display: none;
}

ul.speakerListBoxed {
list-style: none;
position: relative;
left: 10px;
width: 630px;
float: left;
}

ul.speakerListBoxed li {
list-style-type: none;
background-color: #f4f4f4;
border: 10px solid #ddd;
width: 183px;
height: 183px;
margin: 0 10px 0 0;
float: left;
transition: border .2s ease-out;
-webkit-transition: border .2s ease-out;
-moz-transition: border .2s ease-out;
}

.ie8 ul.speakerListBoxed li {
list-style-type: none;
background-color: #f4f4f4;
border: 10px solid #ddd;
width: 183px;
height: 183px;
margin: 0 0 0 10px;
float: left;
transition: border .2s ease-out;
-webkit-transition: border .2s ease-out;
-moz-transition: border .2s ease-out;
}

.ie8 ul.speakerListBoxed li:first-child {
margin: 0;
}

ul.speakerListBoxed li:hover {
border: 10px solid #ccc;
transition: border .2s ease-in;
-webkit-transition: border .2s ease-in;
-moz-transition: border .2s ease-in;
}

ul.speakerListBoxed > li:last-child {
margin-right: 0px;
}

ul.speakerListBoxed li a span.name {
display: block;
width: 173px;
height: 30px;
padding: 5px 15px;
position: absolute;
bottom: 20px;
background-color: rgba(226, 0, 112, .8);
font: 1.2em/1 "nimbus-sans-condensed-1", "nimbus-sans-condensed-2", "adobe-garamond-pro-1", "adobe-garamond-pro-2", Georgia, 'Times New Roman', Times, serif;
font-weight: 900;
text-transform: uppercase;
color: white;
margin-left: -10px;
}

.ie8 ul.speakerListBoxed li a span.name {
display: block;
width: 173px;
height: 30px;
padding: 5px 15px;
position: absolute;
bottom: 20px;
background-color: #F0C;
font: 1.2em/1 "nimbus-sans-condensed-1", "nimbus-sans-condensed-2", "adobe-garamond-pro-1", "adobe-garamond-pro-2", Georgia, 'Times New Roman', Times, serif;
font-weight: 900;
text-transform: uppercase;
color: white;
margin-left: -10px;
opacity:.80;
filter: alpha(opacity=80);
}


/* Event boxes */

ul.eventsListBoxed {
list-style: none;
position: relative;
left: 10px;
width: 630px;
float: left;
margin: 21px 0 30px 0;
padding-top: 20px;
border-top: 1px solid #ddd;
}

.ie8 ul.eventsListBoxed li {
list-style-type: none;
width: 183px;
height: 183px;
padding: 10px;
margin: 0 0 0 10px;
position: relative;
top: 0px;
float: left;
background-color: #f5c8de;
}

.ie8 ul.eventsListBoxed li:first-child {
list-style-type: none;
width: 183px;
height: 183px;
padding: 10px;
margin: 0;
position: relative;
top: 0px;
float: left;
background-color: #f5c8de;
}

ul.eventsListBoxed li {
list-style-type: none;
width: 183px;
height: 183px;
padding: 10px;
margin: 0 10px 0 0;
position: relative;
top: 0px;
float: left;
background-color: rgba(226, 0, 112, 0.75);
transition: background-color .1s ease-out;
-webkit-transition: background-color .1s ease-out;
-moz-transition: background-color .1s ease-out;
}

a.eventslink {
display: inline-block;
width: 183px;
height: 183px;
text-decoration: none;
color: #fff;
}

.titlecost {
font: 1.9em/0.9 "nimbus-sans-condensed-1", "nimbus-sans-condensed-2", Georgia, 'Times New Roman', Times, serif;
font-weight: 900;
text-transform: uppercase;
}

.venuedate {
font: 1.4em/1.2 italic "adobe-garamond-pro-1", "adobe-garamond-pro-2", Georgia, 'Times New Roman', Times, serif;
font-weight: 600;
margin: 10px 0 0 0;
display: inline-block;
}

a.eventslink:hover {
color: #fff;
transition: background-color .2s ease-in;
-webkit-transition: background-color .2s ease-in;
-moz-transition: background-color .2s ease-in;
}

ul.eventsListBoxed li:hover {
background-color: rgba(226, 0, 112, 1);
margin-top: -2px;
transition: background-color .2s ease-in;
-webkit-transition: background-color .2s ease-in;
-moz-transition: background-color .2s ease-in;
}

.ie8 ul.eventsListBoxed li:hover {
background-color: #f3b0d1;
}

ul.eventsListBoxed > li:last-child {
margin-right: 0px;
}

.ad {
position: relative;
width: 630px;
height: 100px;
background-color: #ccc;
margin: 10px 0 0 0;
left: 10px;
float: left;
display: none;
}


/* About styles */
#about-container {
	padding: 20px 20px 0;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.aboutText {
	margin-bottom: 20px;
}

.aboutText p {
	font-size: 3em;
	color: #999;
	line-height: 1.2;
	margin-bottom: 20px;
}

.aboutText a {
	display: inline-block;
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.aboutText a:hover {
	background: #ffdff0;
}

/* Programme styles */

#programme-events {
	z-index: 5;
	position: relative;
	overflow: hidden;
}

#event_detail {
	z-index: 5;
	position: relative;
	overflow: hidden;
	padding: 30px 20px 20px 20px;
	font-size: 2.2em;
	line-height: 1.4;
	color: #666;
}

#event_detail p {
	margin:	0 0 20px 0;
}


#event_detail p a {
	display: inline-block;
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#event_detail p a:hover {
background: #ffdff0;
margin-bottom: 1px;
}

#event_detail img {
	display: inline-block;
	margin: 30px 0 30px 20px;
	float: right;
	border: 10px solid #ddd;
	clear: right;
}

.event_details {
	margin-top: 5px;
	font-size: 2.4em;
	font-style: italic;
	font-weight: 600;
	color: #fff;
	max-width: 840px;
}

.dim {
color: #bbb;
}

#event_detail ul {
	margin-top: 30px;
	font-size: 0.8em;
	color: #444;
}

#event_detail a {
	border-bottom: 1px dotted #666;
	text-decoration: none;
}

#event_detail a:hover {
	background: #ffdff0;
	border-bottom: 0;
}

#event_detail a.buytickets {
	display: inline-block;
	margin: 20px 0;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 600;
	color: #666;
	}
	
#event_detail a.buytickets:hover {
	background: #ffdff0;
	margin-bottom: 21px;
	}

.event-col {
	float: left;
	width: 289px;
	height: 100%;
	padding: 0 15px;
	border-right: 1px solid #cacaca;
	margin: 30px 0;
}

.no-border {
	border: none;
	width: 280px;
}

.event-col .event-date {
	font-size: 2em;
	font-style: italic;
	font-weight: 600;
	color: #666;
	margin: 0 0 30px 0;
	background-color: #eee;
	padding: 5px;
}

li.event-title {
	font-size: 1.4em;
	line-height: 140%;
	margin-bottom: 6px;
}

li.eventExcerpt {
margin-bottom: 3em;
}

li.eventExcerpt a {
display: inline-block;
margin: 5px 0 0px 0;
color: #e2007a;
font-size: 1em;
text-decoration: none;
}

li.eventExcerpt a:hover {
color: #444;
background-color: #ffdff0;
}

a.eventEx  {
display: inline-block !important;
margin: 5px 0 0px 0 !important;
color: #e2007a !important;
font-size: 1.4em !important;
text-decoration: none !important;
border-bottom: 1px solid #F9C !important;
}

a.eventEx:hover {
color: #444 !important;
background-color: #ffdff0 !important;
}

.event-col .event-title a {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	line-height: 1.4;
	border-bottom: 1px dotted #666;
	padding: 4px 0 1px;
	text-decoration: none;
}

.event-col .event-title a:hover {
	background: #ffdff0;
}

.tiddlypeeps {
display: inline-block;
float: right;
margin: 0 0 0 5px;
padding: 7px;
background: #F39;
color: #fff;
font-size: 1.2em;
font-weight: 900;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.free {
display: inline-block;
float: right;
margin: 0 0 0 5px;
padding: 7px;
background: #6C0;
color: white;
font-size: 1.2em;
font-weight: 900;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.event-col p {
	font-size: 1.4em;
	line-height: 1.2;
	color: #888;
}

.eventStatus {
display: inline-block;
margin-top: 20px;
font-style: italic;
font-weight: 600;
color: #666;
}

/* Blog styles */
#blog-container {
	padding: 20px 20px 0;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.blog-entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.blog-entry h3 {
	color: #777;
	font-size: 2em;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 10px;
}

.blog-entry p {
	font-size: 3em;
	color: #999;
	line-height: 1.2;
}

.blog-entry a {
	display: inline-block;
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.blog-entry a:hover {
	background: #ffdff0;
}

ul#blog-container > li:last-child {
	border-bottom: none;
}

/* Previous and Next Buttons */

#prevNextCntr {
	position: relative;
}

#prevNextCntr .prev-btn a {
	left: 700px;
}

#prevNextCntr .next-btn a {
	right: 20px;
}

.ie8 #prevNextCntr .prev-btn a,
.ie8 #prevNextCntr .next-btn a {
background-color: #F0C;
opacity:.80;
filter: alpha(opacity=80);
}

#prevNextCntr .prev-btn a,
#prevNextCntr .next-btn a {
position: absolute;
bottom: 0;
background: rgba(226, 0, 112, 0.8);
font: 0.6em/1 "nimbus-sans-condensed-1", "nimbus-sans-condensed-2", "adobe-garamond-pro-1", "adobe-garamond-pro-2", Georgia, 'Times New Roman', Times, serif;
font-weight: 900;
text-transform: uppercase;
text-align: center;
padding: 5px 10px;
text-decoration: none;
border-bottom: none;
color: #fcfcfc;
}

.ie8 #prevNextCntr .prev-btn a:hover,
.ie8 #prevNextCntr .next-btn a:hover {
background-color: #F0C;
color: #fff;
text-decoration: none;
margin-bottom: 0;
}

#prevNextCntr .prev-btn a:hover,
#prevNextCntr .next-btn a:hover {
background: rgba(226, 0, 112, 1.0);
color: #fff;
text-decoration: none;
margin-bottom: 0;
}

.listViewNav {
font-size: 2.2em;
width: 945px;
margin: 0 0 20px 0;
}

/* Speaker styles */

#speakersList {
	padding: 20px;
	position: relative;
	z-index: 3;
	margin: 0 0 20px 0;
}

#speakersList ul.speakerList {
display: block;
list-style: none;
color: #999;

}

#speakersList li a {
font-size: 2.5em;
line-height: 150%;
text-decoration: none;
color: #999;
}

#speakersList li a:hover {
	background: #ffdff0;
	color: #666;
}

#speakersList li:after {
font-size: 2.5em;
content:",\00a0";
color: #999;

}

#speakersList li.last-child:after {
content:"";
}

.speaker-entry {
float: left;
}

.miniSpeakers {
font-size: 0.7em;
}

.dottedRule {
border-top: 1px dotted #999;
display: block;
margin: 0 0 20px 0;
}

.dark {
font-size: 2.5em;
line-height: 1.5em;
color: #444;
}

.dark:after {
content: none !important;
}

/* Div Gradient */

#gradient, #gradient2, #gradient3, #gradient4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
}

/* Map styles */

#map-container {
	margin: 10px 10px 30px 10px;
	position: relative;
	z-index: 3;
	border: 10px solid #fff;
	width: 920px;
}

.spinner { overflow:hidden; }

/* ********************************************************************** */
/* Footer styles */
/* ********************************************************************** */ 

/* Footer styles */

#footerWrap {
	clear: both;
	width: 960px;
	margin: 1px auto 0;
	position: relative;

}

#footerInner {
	background: #666;
	padding: 0 15px 15px;
}

#footerInner p {
	color: #fff;
}

#ftr-logos {
	float: right;
	width: 360px;
	min-height: 280px;
	margin-top: 5px;
}

.lgPlcHldr {
	float: left;
	margin: 10px 0 0 10px;
}

.col1, .col2, .col3 {
position: relative;
height: 220px;
margin-bottom: 20px;
}

.col2 {
margin: 19px -7px 0 15px;
}

.cd-logo {
	margin-bottom: 7px;
}

.cb-logo {
	margin-bottom: 7px;
}

#ftr-logos .lgPlcHldr a {
	display: block;
	opacity: .7;
}

#ftr-logos .lgPlcHldr a:hover {
	opacity: 1;
}

#ftr-logos .lgPlcHldr a.nudge {
margin: 4px 0 0 0;
}

p.copyright {
	font-size: 1.2em;
	clear: both;
	padding: 30px 0 0 0;
	color: #ccc;
}

p.copyright a {
	color: #ccc;
	text-decoration: none;
	transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	}
	
p.copyright a:hover {
	color: #fff;
	}

.to_badge {
	display: inline-block;
	left: 461px;
	position: relative;
	margin-top: -29px;
	float: left;
}


/* Bottom Nav */

ul.ftr-nav {
	background: url(../images/bookmark.png) 0 0 no-repeat;
	float: left;
	padding-top: 30px;
	width: 260px;
	line-height: 20px;
	z-index: 2001;
	display: inline;	
}

ul.ftr-nav li {
	float: left;
	width: 110px;
}

ul.ftr-nav li a {
	color: #fcfcfc;
	display: block;
	font: 1.4em/1 "nimbus-sans-condensed-1", "nimbus-sans-condensed-2", "adobe-garamond-pro-1", "adobe-garamond-pro-2", Georgia, 'Times New Roman', Times, serif;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
}

ul.btm-social-nav {
	background: url(../images/bookmark.png) 0 0 no-repeat;
	float: left;
	padding: 30px 0 0;
	width: 110px;
}

ul.btm-social-nav li {
	float: left;
	width: 110px;
}

ul.btm-social-nav li a {
	color: #fcfcfc;
	display: block;
	font: 1.4em/1 "nimbus-sans-condensed-1", "nimbus-sans-condensed-2", "adobe-garamond-pro-1", "adobe-garamond-pro-2", Georgia, 'Times New Roman', Times, serif;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	width: 110px;
}

ul.ftr-nav li a:hover,
ul.btm-social-nav li a:hover {
	color: #f8c1dc;

}



/* ********************************************************************** */
/* Misc. */
/* ********************************************************************** */

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.group:before, .group:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow:
 hidden;
}

.group:after {
	clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.group {
	zoom: 1;
}

/* Highlight colour */
::-moz-selection {
background: #F39;
color:#fff;
text-shadow: none;
}

::selection {
	background:#F39;
	color:#fff;
	text-shadow: none;
}