/* @license
 * MyFonts Webfont Build ID 2488667, 2013-02-24T18:23:27-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Futura Condensed Extra Black by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/futura/condensed-extra-black/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2488667
 * 
 * © 2013 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/29b382");

  
@font-face {font-family: 'FuturaStd-Medium';src: url('webfonts/29B382_0_0.eot');src: url('webfonts/29B382_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29B382_0_0.woff') format('woff'),url('webfonts/29B382_0_0.ttf') format('truetype');}
 
  
@charset "UTF-8";
body {
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: #000000;
}
.FuturaStd-Medium {
	font-family: FuturaStd-Medium;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	text-align: center;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	text-align: center;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 980px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.container3 {
	width: 1080px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	align-self:center;
	margin: 0 auto;
	
}
.headingstyle {
	font-family: "Geneva CY";
	font-size: 15px;
	color: #000000;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 0px 0;
	text-align: center;
}
.content3 {

	padding: 0px 0;
	align-self:center
}


/* ~~ miscellaneous float/clear classes ~~ */

.GLINKS {
	font-family: FuturaStd-Medium;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font: GENEVA CY;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.contentnew {
	color: #000000;
}
.GALLERYLINKSCOLOR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #09C;
}
.GLCOLORSMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09C;
}
.Flinks { 
	font-family: FuturaBT-ExtraBlackCondensed;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}


#suckerfishnav {
    background:#ffffff repeat-x;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    width:autox;
    }
#suckerfishnav, #suckerfishnav ul {
    float:right;
    list-style:none;
    line-height:normal;
    padding:0;
	padding-top:12px;
	padding-left:0px;
	padding-right:0px;
    border:0px solid #000000;
    margin:0px;
    width:auto;
    }
#suckerfishnav a {
    display:block;
    color:#000000;
    text-decoration:none;
    padding:0px 0px;
    }
#suckerfishnav li {
    z-index:999;
    position: relative;
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:auto;
    font-weight:normal;
    margin:0;
    line-height:normal;
    border:1px solid #000000;
    border-top:1px solid #000000;
    }
#suckerfishnav li li {
    width:auto;
    border-bottom:0px solid #000000;
    border-left:0px solid #000000;
    border-right:0px solid #000000;
    font-weight:normal;
    font-family:GENEVA CY;
    }
#suckerfishnav li li a {
    padding:10px 0px;
    width:300px;
    font-size:12px;
    color:#000000;
    }
#suckerfishnav li ul ul {
    margin:0px 0 0 0px;
    }
#suckerfishnav li li:hover {
    background:#ffffff;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000000;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#000000;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#000000;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#ffffff;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffffff;
    }
	
	
	
	
	#suckerfishnav2 {
    background:#ffffff repeat-x;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    width:autox;
    }
#suckerfishnav2, #suckerfishnav2 ul {
    float:right;
    list-style:none;
    line-height:normal;
    padding:0;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
    border:0px solid #000000;
    margin:0px;
    width:auto;
    }
#suckerfishnav2 a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px;
	text-align: left;
    }
#suckerfishnav2 li {
    z-index:999;
    position: relative;
    float:left;
    padding:0;
    }
#suckerfishnav2 ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:auto;
    font-weight:normal;
    margin:0;
    line-height:normal;
    border:1px solid #000000;
    border-top:1px solid #000000;
    }
#suckerfishnav2 li li {
    width:auto;
    border-bottom:0px solid #000000;
    border-left:0px solid #000000;
    border-right:0px solid #000000;
    font-weight:normal;
    font-family:GENEVA CY;
    }
#suckerfishnav2 li li a {
    padding:10px 0px;
    width:300px;
    font-size:12px;
    color:#000000;
    }
#suckerfishnav2 li ul ul {
    margin:0px 0 0 0px;
    }
#suckerfishnav2 li li:hover {
    background:#ffffff;
    }
#suckerfishnav2 li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000000;
    }
#suckerfishnav2 li:hover a, #suckerfishnav li.sfhover a {
    color:#000000;
    }
#suckerfishnav2 li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#000000;
    }
#suckerfishnav2 li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav2 li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#ffffff;
    }
#suckerfishnav2 li:hover, #suckerfishnav li.sfhover {
    background:#ffffff;
    }
	
	

#content {
	/*width: 1080px;*/
	/*width: 100%;*/
	width: auto;
	margin: 0 auto;
}



.item {
	display: block;
	float: center;
	width: 200px;
	margin: 0 40px 40px 0;
	-webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	transition: left .4s ease-in-out, top .4s ease-in-out .4s;
}

.featured {
	width: 200px;
}

.item img {
	width: 200px;
	height: auto;
	margin-bottom: 5px;
}

.featured img {
  width: 200px;
  height: auto;
  margin-bottom: 5px;
}

.featured2 img {
  width: 200px;
  height: auto;
  margin-bottom: 5px;
}





/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { border:0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }




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

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }