/*
	Theme Name: Furzedown
	Author: Martin King
	Author URI: http://www.designreact.co.uk/
	Version:1.0
*/

/*------------------------------------*\
    $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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 'Open Sans', 'Tahoma', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

html {
  line-height: 1;
  color:black;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
a:hover{
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
/*------------------------------------*\
 * WORDPRESS CSS
\*------------------------------------*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*------------------------------------*\
    $MAIN
\*------------------------------------*/
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.pad-right{
	padding-right:60px;
}
.stripe{
	position:relative;
	float:left;
	width:100%;
	height:10px;
}
.orange{
	color:white;
	background:#db852b;
}
.purple{
	color:white;
	background:#660066;
}
.green{
	color:white;
	background:#96bf32;
}
.red{
	color:white;
	background:#9e1e29;
}
.blue{
	color:white;
	background:#4f8dd3;
}
.pink{
	color:white;
	background:#cc0075;
}
.orange a,
.purple a,
.green a,
.red a,
.blue a,
.pink a{
	color:white !important;
	text-decoration: underline;
}
.knockback{
	opacity:0.4;
}
/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/
h1{
	font-size: 28px;
	line-height: 32px;
}
h2{
	font-size: 24px;
	line-height: 28px;
}
h1 + h2{
	margin-top:25px;
}
h3{
	font-size: 20px;
	line-height: 24px;
}
h4{
	font-size: 18px;
	line-height: 20px;
}
h6{
	font-weight: 700;
}
a, a:hover{
	color:#cc0075;
}
strong, b{
	font-weight: 700;
}
i, em{
	font-style: italic;
}
html{
	position: relative;
	min-height: 100%;
}
body{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
header{
	position: relative;
	float:left;
	clear:both;
	width:1170px;
	left:-15px;
}
header .top{
	height:160px;
}
header .logo{
	padding-top:40px;
}
header .logo .text{
	margin: -58px 70px 0;
}
header .logo a div{
	color:#db852b;
	font-size:34px;
	font-weight:600;
	text-decoration: none;
}
header .ctas{
	position:absolute;
	top:40px;
	right:0;
}
header .ctas img{
	margin-left:30px;
}
nav.mobile,
nav.mobile .menu{
	display:none;
}
nav .menu > ul{
	float:left;
	width:100%;
	background:#cc0075;
}
nav .menu > ul > li{
	position:relative;
	float:left;
	width:16.6666666666%;
	height:auto;
	text-align: center;
}
nav .menu > ul > li > ul.children{
	position:absolute;
	display:none;
	min-width:100%;
	top:42px;
	z-index: 1000;
	text-align: left;
}
nav .menu > ul > li:hover > ul.children{
	position:absolute;
	display:block;
	min-width:100%;
	top:42px;
	z-index: 1000;
	text-align: left;
}
nav .menu > ul > li a{
	float:left;
	width:100%;
	padding:10px 0;
	color:white;
}

nav .menu > ul > li:hover > ul.children > li{
	position:relative;
	float: left;
	min-width:100%;
}
nav .menu > ul > li:hover > ul.children > li > ul.children
{
	display:none;
}
nav .menu > ul > li:hover > ul.children > li:hover > ul.children{
	position: absolute;
	display:none;
	left: 100%;
	top: 0;
}
nav .menu > ul > li:hover > ul.children > li:hover > ul.children{
	display: block;
}
nav .menu > ul > li:hover > ul.children a{
	padding:10px;
	width:auto;
	min-width:100%;
	white-space: nowrap;
}
nav .menu > ul > li:nth-child(1){
	background:#db852b;
}
nav .menu > ul > li:nth-child(1) ul.children,
{
	background:#c67827;
}

nav .menu > ul > li:nth-child(2){
	background:#660066;
}
nav .menu > ul > li:nth-child(2) ul.children{
	background:#5c005c;
}

nav .menu > ul > li:nth-child(3){
	background:#96bf32;
}
nav .menu > ul > li:nth-child(3) ul.children{
	background:#87ac2d;
}

nav .menu > ul > li:nth-child(4){
	background:#9e1e29;
}
nav .menu > ul > li:nth-child(4) ul.children{
	background:#8f1b25;
}

nav .menu > ul > li:nth-child(5){
	background:#4f8dd3;
}
nav .menu > ul > li:nth-child(5) ul.children{
	background:#477fbe;
}

nav .menu > ul > li:nth-child(6){
	background:#cc0075;
}
nav .menu > ul > li:nth-child(6) ul.children{
	background:#b8006a;
	left:auto;
	right:0;
}
nav .menu > ul > li:nth-child(6) > ul.children > li  ul.children{
    background:#b8006a;
    left: auto !important;
    right: 100%;
}

section p{
	margin:25px 0;
}
section p:last-child{
	margin:25px 0 0;
}
section > h1,
section > article{
	position:relative;
	float:left;
	clear:both;
	padding: 40px 15px 0;
}
section > article{
	padding: 45px 0;
}
section > article img{
	max-width:100%;
	height:auto;
}
article ul{
	margin:25px 0;
}
article ul li{
	margin-left:30px;
	line-height:28px;
	list-style: square;
}

#sidebar{
	padding:0 0 60px 0;
}
#sidebar .sidebar-widget{
	padding-top: 30px;
}
#sidebar .sidebar-widget .widget-content{
	padding: 15px 19px 15px 20px;
}
#sidebar h5{
	color:white;
	font-size:18px;
	font-weight: bold;
	font-style: oblique;
}
#sidebar .sidebar-widget .widget-content.donate form{
	text-align: center;
	margin:25px 0 15px;
}
#sidebar .sidebar-widget .widget-content.twitter{
	float:left;
	padding-top:9px;
}
#sidebar .twitter h5:before{
	content:url('img/transparent.png');
	background: url('img/twitter.svg') no-repeat center center;
    width:28px;
    height:24px;
    margin-right:10px;
}
.non-ie .sidebar-widget .social-icon{
	width:40px;
	height:40px;
	background-size: 760px 360px;
	margin:25px 15px 15px 0;
}
.sidebar-widget .social-icon:last-child{
	margin:25px 0 15px;
}
.sidebar-widget .social-icon.facebook{
	background-position:0 -240px;
}
.sidebar-widget .social-icon.twitter{
	background-position:-80px -240px;
}
.sidebar-widget .social-icon.flickr{
	background-position:-400px -240px;
}
.sidebar-widget .social-icon.yahoo{
	background-position:-320px 0;
}

.sidebar-widget .news-article{
	margin:25px 0 0;
}
.sidebar-widget .news-article:last-child{
	margin:25px 0 10px;
}
.sidebar-widget .news-article h6,
.sidebar-widget .news-article{
	font-size:14px;
	line-height:18px;
	color:white;
}
.sidebar-widget .news-article a.read-more,
.sidebar-widget .news-article a.read-more:hover{
	color:white;
	font-size:12px;
	line-height:14px;
	font-weight: 700;
}
.sidebar-widget .twitter a:first-of-type{
	text-decoration: none;
}

.sidebar-widget .twitter ul{
	overflow:hidden;
	text-overflow: ellipsis;
}
.sidebar-widget .twitter ul,
.sidebar-widget .twitter li{
	min-width: 223px;
	float:left;
	width:100%;
}
.sidebar-widget .twitter li{
	margin-top:15px;
}

.sidebar-widget .twitter li img{
	float:left;
    max-width: 40px;
	margin: 0px 10px 0 0;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sidebar-widget .twitter li p{
	float:left;
	margin: 5px 0 0;
	width: 100%;
}
.sidebar-widget .twitter li p.interact {
	display: none;
}
.sidebar-widget .twitter li p.timePosted{
	opacity:0.5;
}

.sidebar-widget .twitter li a,
.sidebar-widget .twitter li p{
	color:white;
	font-size:14px;
	line-height:18px;
}
.sidebar-widget .twitter li p{
	float: right;
}

.sidebar-widget .related ul{
	padding:15px 0;
}
.sidebar-widget .related ul li{
	padding:0 12px;
	background: transparent url('img/bullet.png') no-repeat 0 8px;
}
.sidebar-widget .related ul a{
	text-decoration: none;
}
.sidebar-widget .related ul a:hover{
	text-decoration: underline;
}

footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
}
footer .stripe{
	position:absolute;
	top:0;
	left:0;
}
footer .container{
	position:relative;
	height: 40px;
	color:white;
	background:#af0064;
	font-size: 12px;
}
footer .copyright{
	color:white;
	font-size:12px;
	padding:15px 15px 0 0;
}
/*------------------------------------*\
    $PAGES
\*------------------------------------*/
/*HOMEPAGE*/
#banner{
	position: relative;
	float:left;
	left: -15px;
	width: 1170px;
	height:340px;
}
#banner #heading{
	position: absolute;
	left:0;
	bottom:10px;
	z-index: 10;
	background: rgba(255,255,255,0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ddffffff', endColorstr='#ddffffff'); /* IE */
}
#banner #heading h1{
	padding:30px 15px;
	font-weight: 600;
	color:#660066;
}
#banner .stripe{
	position:absolute;
	bottom:0px;
}
#banner img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
#banner #markers{
	position:absolute;
	right:10px;
	bottom:20px;
	height:10px;
	width:auto;
}
#banner #markers .marker{
	float:right;
	width:10px;
	height:10px;
	margin-right:10px;
	background:white;
}
#banner #markers .marker.orange{
	background:#db852b;
}
/*GRID*/
section#grid h1{
	font-size:24px;
	line-height:26px;
	color:white;
}
section#grid h2{
	font-size:20px;
	line-height:22px;
	color:white;
}
section#grid h3{
	font-size:18px;
	line-height:20px;
	color:white;
}
section#grid > article{
	padding:0;
	width: 100%;
}
section#grid > article:first-child{
	margin-top:30px;
}
#grid{
	margin-bottom: 60px;
}
#grid .grid-col{
	float:left;
	width:50%;
}
#grid .grid-col .text{
	padding:15px 20px;
	line-height: 20px;
}
#grid .grid-col .text *{
	color:white;
	font-size: 14px;
	line-height: 18px;
}
#grid .grid-col .text p:first-child{
	margin-top:0;
}
#grid .grid-col .text p:last-child{
	margin-bottom:0;
}
/*GALLERY*/
section#gallery > article{
	padding:0;
	margin:30px 0;
	min-width: 100%;
}
section#gallery > article .gallery-wrap{
	padding:30px 20px;
}
section#gallery > article h1,
section#gallery > article h2,
section#gallery > article h3,
section#gallery > article h4,
section#gallery > article h5,
section#gallery > article h6,
section#gallery > article p{
	float:left;
	color:white;
	width:100%;
}
#grid strong,
#grid b,
#grid i,
#grid em,
#grid ul,
#grid ol,
section#gallery > article strong,
section#gallery > article b,
section#gallery > article em,
section#gallery > article i,
section#gallery > article ul,
section#gallery > article ol{
	color:white;
}
.gallery{
	float:left;
	margin:30px 0 15px;
	width:102%;
}
.gallery img{
	float:left;
	margin:0 14px 14px 0;
	border:white 5px solid;
	-moz-box-shadow:    2px 2px 3px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
	box-shadow:         2px 2px 3px 2px  rgba(0,0,0,0.3);
}
section#gallery > article p{
	margin:30px 0 0;
}

/*calendar*/

section#calendar > article{
	padding:0;
	margin:30px 0;
	min-width: 100%;
}
section#calendar > article .calendar-wrap{
	padding:30px 20px;
}
section#calendar > article h1,
section#calendar > article h2,
section#calendar > article h3,
section#calendar > article h4,
section#calendar > article h5,
section#calendar > article h6,
section#calendar > article p{
	float:left;
	color:white;
	width:100%;
}
section#calendar > article strong,
section#calendar > article b,
section#calendar > article em,
section#calendar > article i,
section#calendar > article ul,
section#calendar > article ol{
	color:white;
}
section#calendar .calendar{
	float:left;
	margin:30px 0 15px;
	width:102%;
}
section#calendar > article p{
	margin:30px 0 0;
}

table {
    clear: both;
    max-width: 100%;
	margin:30px 0;
  	border-collapse: collapse;
}
section#calendar table{
    float:left;
    width: 100%;
}
table h4{
	font-weight: 600;
}
/* Zebra striping */
section#calendar tr:nth-of-type(odd) {
  background: rgba(0,0,0,0.5);
}
section#calendar tr:nth-of-type(even) {
  background: rgba(0,0,0,0.1);
}
section#calendar th {
  background: rgba(0,0,0,0.6);
  color: white;
  font-weight: bold;
}
td,
th {
    padding: 6px;
    border: 1px solid #ebebeb;
    text-align: left;
    vertical-align: top;
}
section#calendar td,
section#calendar th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
section#calendar td:nth-of-type(1){
	text-align: center;
	vertical-align: middle;
}
section#calendar td:nth-of-type(2),
section#calendar td:nth-of-type(3){
	width:15%;
}
section#calendar td:nth-of-type(4){
	width:50%;
}
/*------------------------------------*\
    $IMAGES
\*------------------------------------*/

/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/


@media (max-width: 768px) {

}
@media (min-width: 768px) {

}
@media (max-width: 992px) {
	.pad-right {
		padding-right: 15px;
	}
}
@media (min-width: 1200px) {
}

/*occasional narrow width styles*/
@media (max-width: 767px) {
    body{
        margin-bottom:0;
    }
    footer{
        position: relative;
        float:left;
    }
	header, #banner{
		width: 100%;
		left:0;
	}
	header .logo .text {
		font-size: 22px;
	}
	header .ctas,
	header nav,
	header br.clear,
	header .stripe{
		display:none;
	}
	header .top {
		height: 95px;
	}
	header .logo {
		padding-top: 20px;
	}
	header .logo img{
		width:35px;
	}
	header .logo .text {
		font-size: 25px;
		margin: -46px 50px 0;
	}
	#banner #heading h1{
		font-size: 20px;
		padding: 16px 8px;
	}
	nav.mobile{
		display:block;
		position:relative;
	}
	nav.mobile .menu{
		position:absolute;
		top:50px;
		left:0;
		width:100%;
		z-index: 1000;
	}

	nav.mobile .menu li,
	nav.mobile .menu li:hover,
	nav.mobile .menu > ul > li ul.children,
    nav .menu > ul > li:nth-child(6) > ul.children > li ul.children,
    nav .menu > ul > li:nth-child(6):hover > ul.children > li ul.children,
    nav .menu > ul > li > ul.children > li:hover > ul.children,
    nav .menu > ul > li:hover > ul.children > li:hover > ul.children{
        left: 0 !important;
        right: auto;
		position:relative;
		display:block !important;
		top:0;
		float:left;
		clear:both;
		width:100%;
		text-align: left;
	}
	nav.mobile .menu li a,
	nav.mobile .menu li:hover a,
	nav.mobile .menu > ul > li:hover > ul.children a{
		padding-left:2.5%;
	}
	nav.mobile .menu > ul > li li{
		padding-left:2.5%;
	}
	nav .burger-menu{
		position:relative;
		width: 100%;
		height:50px;
	}
	nav .burger-menu button{
		float:left;
		margin:5px 2.5%;
		width:40px;
		height:40px;
		border:0;
		outline: none;
		background: transparent url('img/burger.svg') no-repeat 0 0;
	}
	section > article {
		padding: 30px 0;
	}
	.sidebar-widget .twitter li p {
		width: 100%;
	}
}
@media (max-width: 540px) {
	header .logo .text {
		font-size: 18px;
	}
	#banner #heading h1{
		font-size: 16px;
		padding: 10px 5px;
	}
	section#gallery .gallery img{
		border-width:2%;
		width:40%;
	}
	#grid .grid-col{
		width:100%;
		margin-bottom:10px;
	}
}
@media (max-width: 460px) {
	header .logo .text {
		font-size: 18px;
		width:190px;
		margin: -56px 50px 0;
	}
	#banner #heading h1{
		font-size: 12px;
		padding: 6px 3px;
	}
	footer .container{
		height: 70px;
	}
	footer .container p.pull-right {
		float:left;
	}
	footer .copyright:last-of-type{
		padding-top:5px;
	}
    section#gallery > article {
        width: 100%;
    }
    section#gallery > article .gallery-wrap {
        padding: 5%;
        width:90%;
    }
}
@media (max-width: 360px) {
	#banner #heading h1{
		font-size: 18px;
		padding: 6px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header, #banner{
		width: 750px;
	}
	#banner{
		height:222px;
	}
	#banner #heading h1 {
		padding: 20px 15px;
		font-size: 22px;
	}
	header .logo .text {
		font-size: 22px;
	}
	header .ctas img {
		width: 120px;
		margin-top: 8px;
	}
	#sidebar .col-md-6,
	#sidebar .col-md-12 .col-md-12{
		width: 50%;
		float:left;
	}
	.sidebar-widget .widget-content{
		min-height: 150px;
	}
	.sidebar-widget .twitter li p {
		width: 240px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	header, #banner{
		width:970px;
	}
	#banner{
		height:284px;
	}
	header .logo a div {
		font-size: 30px;
	}

	.sidebar-widget .twitter li,
	.sidebar-widget .twitter ul{
		min-width: 0;
	}
	.sidebar-widget .twitter li img {
		display:none;
	}
	.sidebar-widget .twitter li p {
		width: 100%;
	}
	#sidebar .sidebar-widget .twitter h5{
		font-size: 16px;
	}
	.non-ie .sidebar-widget .social-icon,
    .sidebar-widget .social-icon {
		margin: 25px 0px 15px 0;
	}
}
@media (min-width: 1200px) {
}

@media  only screen and (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
    section#calendar table,
    section#calendar thead,
    section#calendar tbody,
    section#calendar th,
    section#calendar td,
    section#calendar tr,
    table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
    section#calendar thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

    section#calendar tr {
        border: 1px solid #ccc;
    }

    section#calendar td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		/*padding-left: 50%;*/
	}

    section#calendar td:before {
		/* Now like a table header */
		position: relative;
		/* Top/left values mimic padding */
		float:left;
		width: 100%;
		padding-bottom: 5px;
		white-space: nowrap;
        font-size: 18px;

	}
    section#calendar td:nth-of-type(1),
    section#calendar td:nth-of-type(2),
    section#calendar td:nth-of-type(3),
    section#calendar td:nth-of-type(4),
    td:nth-of-type(1),
	td:nth-of-type(2),
	td:nth-of-type(3),
	td:nth-of-type(4){
		text-align: left;
		width:100%;
        height: auto;
        float: left;
	}
	/*
	Label the data
	*/
    section#calendar td:nth-of-type(1):before { content: "Access:"; }
    section#calendar td:nth-of-type(2):before { content: "Date:"; }
    section#calendar td:nth-of-type(3):before { content: "Time:"; }
    section#calendar td:nth-of-type(4):before { content: "Description:"; }
    section#calendar td:nth-of-type(5):before { content: "Location:"; }
}

/*------------------------------------*\
    $MISC
\*------------------------------------*/
/*LIGHTBOX*/
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(img/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(img/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
