@charset "UTF-8";
/* BASE - START ############################################ */
.clear {
	clear: both;
}
a {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/* BASE - STOP ############################################ */

/* STARS - START ############################################ */



#star ul.star {
	LIST-STYLE: none;
	MARGIN: 0;
	PADDING: 0;
	WIDTH: 75px;
	HEIGHT: 16px;
	LEFT: -2px;
	POSITION: relative;
	FLOAT: left;
	BACKGROUND: url('starsDeviantOtter.png') repeat-x;
}

.hand {
 cursor: pointer;
 cursor: hand;
}

#star li {
	PADDING: 0;
	MARGIN: 0;
	FLOAT: left;
	DISPLAY: block;
	WIDTH: 75px;
	HEIGHT: 16px;
	TEXT-DECORATION: none;
	text-indent: -9000px;
	Z-INDEX: 20;
	POSITION: absolute;
	PADDING: 0;
}
#star li.curr {
	BACKGROUND: url('starsDeviantOtter.png') left 22px;
	FONT-SIZE: 1px;
}
#star div.user {
	LEFT: 15px;
	POSITION: relative;
	FLOAT: left;
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
	COLOR: #888;
}
#star .thankyou {
	padding-left: 5px;
}
/* STARS - STOP ############################################ */

/* COMMENT - START ############################################ */

.comment_title {
	font-size: 14px;
	font-weight: bold;
	padding:10px 25px;
}
#comment_widget {
	width: 500px;
	margin-top: 10px;
	margin-left: 10px;
}
.comment_box {
	width: 97%;
	height: 70px;
	background-color:#444444;
	color: #ffffff;
}
.commentHeading {
	padding: 10px 25px 0 25px;
	font-weight: bold;
	font-size:14px;
	border-top:1px dashed #999;
	margin-bottom:0;
}
#comments {
	padding: 10px 25px;
}
#comments .comment {
	padding:0 25px 10px 25px;
	font-size:12px;
}
#comments .comment img {
	margin-right:5px;
}
#comments .comment .added {
	color:#AAAAAA;
}
.comment_msg {
	font-size:14px;
}
#comment_thankyou {
	padding-top: 5px;
}
#comment_msg {
  background-color: #ececec;
  border: 1px solid #adadad;
  height: 60px;
  overflow: auto;
  color: #222;
  padding:10px;
  margin-bottom:5px;
  border-radius:5px;
}
#comment_submit {
	background-color: #333;
	border: 1px solid #333;
	color: #CCC;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	cursor: pointer;
	text-shadow:none;
	margin-bottom:0;
}

#comment_form {
  margin-bottom: 10px;
  padding:0 25px;
}

/* COMMENT - STOP ############################################ */

/* SLIMBOX - START ############################################ */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/* SLIMBOX - STOP ############################################ */

/* SpryCollapsiblePanel - START ############################################ */

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

.CollapsiblePanel {
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.CollapsiblePanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 11px;
        font-weight: bold;
	color: #666;
}
.CollapsiblePanelContent {
	padding: 0px;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
}
.CollapsiblePanelClosed .CollapsiblePanelTab {
/* background-color: #EFEFEF */
}
.CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover {
 	color: #000;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	color: #000;
}
/* SpryCollapsiblePanel - STOP ############################################ */

/* SpryTabbedPanels - START ############################################ */

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	float: left;
	background-color: #900;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	font-size: 9px;
	color: #CCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 13px;
}
.TabbedPanelsTabHover {
	background-color: #666;
}
.TabbedPanelsTabSelected {
	background-color: #000;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #000;
	color: #CCC;
}
.TabbedPanelsContent {
	padding: 10px;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/* SpryTabbedPanels - STOP ############################################ */

/* CodaSlider - START ############################################ */

#photoSlider {
	width: 691px;
	height: 430px;
	overflow: hidden;
	position: relative;
}
.csw {
	width: 100%;
	height: 430px;
	background: #fff;
	overflow: hidden
}
.csw .loading {
	margin: 177px 0 300px 0;
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 0px;
	margin: auto;
	width: 1000px;
	height: 430px;
	clear: both;
	background: #fff;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 691px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
	height: 430px;
	position: relative;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 50;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	width: 1000px;
	height: 20px;
}
.stripNav ul li {
	float: left;
	margin-right: 8px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav a { /* The nav links */
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFF;
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	background-color: #C03A77;
}
.stripNav li a.current {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.stripNav li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

/* CodaSlider - STOP ############################################ */

/* fcbkcomplete - START ############################################ */

/***********************************/

/* TextboxList sample CSS */
ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; background-color: #ffffff;  }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; white-space:nowrap; background-image: url(null); padding: 0;}
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: auto; overflow:visible; margin: 0; border: 0px; outline: 0; padding: 3px 0px 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }
ul.noborder { border: 0; padding: 4px 5px 0 0; }

/* Facebook demo CSS */      
#add { border: 1px solid #999; width: 550px; margin: 50px; padding: 20px 30px 10px; }
form ol li { list-style-type: none; }
form ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0; }
form ol li.input-text { margin-bottom: 10px; list-style-type: none; padding-bottom: 10px; }
form ol li.input-text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
form ol li.input-text input { padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; }
form ul { margin: 0 !important }
ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; z-index:1000;}
#apple-list ul.holder li.bit-input { margin: 0; }
#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('fcbk-close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }
ul.holder li.noclose { padding: 1px 5px 2px; }

/* Autocompleter */

.facebook-auto { display: none; position: absolute; width: 212px; background: #eee; text-align: left; color:#333333; }
.facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px;font-family:"Lucida Grande","Verdana"; font-size:11px; }
.facebook-auto ul { display: none; margin: 0; padding: 0; overflow: auto; position:absolute; z-index:9999}
.facebook-auto ul li { padding: 5px 12px; z-index: 1000; cursor: pointer; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; background-color: #eee }
.facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
.facebook-auto ul li.auto-focus { background: #4173CC; color: #fff; }
.facebook-auto ul li.auto-focus em { background: none; }
.deleted { background-color:#4173CC !important; color:#ffffff !important;}
.hidden { display:none;}

#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
.ie6fix {height:1px;width:1px; position:absolute;top:0px;left:0px;z-index:1;}

/* fcbkcomplete - STOP ############################################ */

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=aaaaaa&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=feefa0&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=e5cb2e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #aaaaaa url(images/ui-bg_highlight-soft_75_aaaaaa_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #e5cb2e; background: #feefa0 url(images/ui-bg_flat_55_feefa0_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -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; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*
* My Base Stylesheet - Miguel Tavares
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #FFF;
		font: 16px/21px Arial, Helvetica, sans-serif;
		color: #636363;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #222;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 5px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; /*color: #333;*/ }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #fff; border-width: 1px 0 0; clear: both; margin: 5px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	  font-family: Arial, Helvetica, sans-serif; }

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial, Helvetica, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}
@charset "utf-8";
/*
Theme Name: Deviant Otter
CSS/Theme URI: http://www.zuzanadesigns.com/
Description: Designed by Zuzana Designs
Version: 1.0
Author: Zuzana Designs
Author URI: http://www.zuzanadesigns.com/
*/

/* Startup CSS */
body { float:left; width:100%; height:100%; min-height:100%; font-size:14px; background:#406740 url('images/bg.jpg') no-repeat center top; background-size:cover; background-attachment:fixed; position:relative; }
.hide { display:none !important; }
p { margin-bottom:10px; }
.floatright { float:right; }
img.autoresize { max-width:100%; }
.clear { clear:both; }

a.btnGreen, input.btnGreen { background:#6f9559; color:#fdfefe; font-size:18px; border-radius:5px; padding:10px 15px; text-decoration:none; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
a:hover.btnGreen, input:hover.btnGreen { background:#406740; color:#FFF; }

.shadow {
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 2px;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 2px;
}

.rounded { -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }

.wrapper { width:616px; position:relative; margin:0 auto; }

#header { float:left; width:100%; position:relative; padding:0; position:fixed; top:0; z-index:5000; text-align:center; }
#header .wrapper, #footer .wrapper { width:1000px; }
#footer.members .wrapper { width:1000px; }

#header #searchArea { float:left; width:100%; background:#191919; padding:15px 0; display:none; }
#header #searchArea form { float:left; width:100%; margin:0; padding:0; }
#header #searchArea form input.inputTxt { float:left; width:84%; margin:0; }
#header #searchArea form input.btnSubmit { float:right; width:14%; margin:0; font-size:15px; font-weight:bold; background:#406740; color:#b5e399; border:none; text-shadow:none; cursor:pointer; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
#header #searchArea form input:hover.btnSubmit { background:#b5e399; color:#406740; }

#header .nav, #footer .nav { float:left; width:100%; background:#404040; font-size:15px; font-weight:bold; }
#header .nav { text-align:center; }

.logo { /*float:left;*/ display:inline-block; width:227px; height:41px; padding:0; margin-right:10px; }
.logo h1 { float:left; width:100%; height:41px; margin:0px; padding:0px; }
.logo h1 a { float:left; width:100%; height:41px; background:url('images/logo.png') no-repeat center center; background-size:contain; }

.menu { /*float:left;*/ display:inline-block; }
.menu ul { float:left; list-style:none; margin:0; border-left:1px solid #363736; }
.menu ul li { float:left; margin:0; border-right:1px solid #363736; }
.menu ul li a { float:left; padding:11px 10px; color:#e3e4e3; text-decoration:none; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.menu ul li a:hover, .menu ul li a.active, .menu ul li.current-menu-item a { background:#6f9559; color:#FFF; }
.menu ul li a.join, .menu ul li.join a { color:#b5e399; }
select.dropdown { display:none; float:left; width:100%; padding:3px; z-index:99999; position:relative; }
select.dropdown { text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:16px; background:#F4F4F4; font-weight:bold; }

#searchIcon { /*float:left;*/ display:inline-block; }
#searchIcon a { float:left; height:41px; width:41px; background:url('images/icon_search.png') no-repeat center center; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
#searchIcon a:hover, #searchIcon a.active { background-color:#282828; }

#footer .nav { font-size:12px; }
#footer .logo { width:165px; }
#footer .menu ul { border-left:0; }
#footer .menu ul li { border-right:0; }
#footer .menu ul li a { padding:11px 7px; }
#footer .copyr { float:right; text-align:center; font-size:10px; line-height:12px; color:#ebe7e1; margin-top:6px; margin-left:15px; }
#footer .copyr a { color:#dfdede; text-decoration:underline; }
#footer .copyr a:hover { text-decoration:none; }

#pageBody { float:left; width:100%; margin-top:70px; margin-bottom:20px; }
.actionBox { float:left; width:586px; padding:15px; background:#f4f5f4; color:#353635; margin-bottom:10px; }
.actionBox h2 { float:left; color:#353635; font-size:30px; line-height:40px; margin:0; }
.actionBox a.btnGreen { float:right; }
#pageBody.archives .wrapper { width:96%; }

#header .nav.members, #footer .nav.members { text-align:center; height:41px; }
#header .nav.members .logo, #footer .nav.members .logo,
#header .nav.members .menu, #footer .nav.members .menu,
#header .nav.members #searchIcon { float:none; display:inline-block; }

.posts { float:left; width:100%; margin:10px 0; }

.post { float:left; width:614px; background:#efeded; border:1px solid #a2a2a2; color:#433f41; font-size:20px; border-radius:5px; padding:0; margin-bottom:30px; position:relative; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.post:hover { background:#dedede; }
.post .post-title { float:left; width:100%; font-size:22px; color:#6f9559; background:#6f9559; border-radius:5px 5px 0 0; padding:6px 0; margin-bottom:22px; }
.post .post-title h2 { float:left; width:100%; text-align:center; color:#FFF; font-size:22px; font-weight:bold; line-height:30px; margin:0; }

.post .post-footer { float:left; width:100%; font-size:14px; text-align:right; }
.post .post-footer .share { float:right; margin-left:10px; padding-left:10px; border-left:1px solid #222; }

.post .post-body { float:left; width:570px; padding:0 22px 5px 22px; position:relative; }
.post .post-image { float:left; margin-bottom:20px; }
.post .post-image img { max-width:100%; }
.post .post-image a:hover img { opacity:0.8; }
.post .post-image span.label { float:left; width:100%; margin-top:8px; }
.post.tumblr .post-image { width:100%; }

.post .post-type { float:left; width:62px; height:62px; position:absolute; top:0; left:-85px; background-size:contain; }
.post.video .post-type { background:url('images/icon_video.png') no-repeat; background-size:contain; }
.post.photos .post-type { background:url('images/icon_photos.png') no-repeat; background-size:contain; }
.post.twitter .post-type { background:url('images/icon_twitter.png') no-repeat; background-size:contain; }
.post.vine .post-type { background:url('images/icon_vine.png') no-repeat; background-size:contain; }
.post.instagram .post-type { background:url('images/icon_instagram.png') no-repeat; background-size:contain; }
.post.tumblr .post-type { background:url('images/icon_tumblr.png') no-repeat; background-size:contain; }
.post.otter-news .post-type { background:url('images/icon_gif.png') no-repeat; background-size:contain; }
.post .post-type a { float:left; width:100%; height:62px; }

.post.video .post-image, .post.vine .post-image { width:100%; }
.post.video .videoplayer, .post.vine .videoplayer { cursor:pointer; }

.post.photos .post-title h2 { /*width:50%; font-size:15px;*/ }
.post.photos .post-image { width:275px; }
.post.photos .post-image:nth-child(2n+2) { float:right; }

.post.twitter { background:none; border:none; }
.post.twitter .post-body { color:#FFF; padding:5px 0; width:100%; font-size:24px; color:#efeded; }
blockquote { padding:5px 0; width:100%; font-size:24px; color:#efeded; border-left:0; margin:0; font-style:normal; line-height:30px; position:relative; }
blockquote:before, blockquote:after {
  color: #efeded;
  font-size:75px;
  line-height: 0.1em;
  margin:0;
  vertical-align: -0.4em;
}
blockquote p { display:inline; }
blockquote:before {content:"\201C"; float:left; height:100px; line-height:51px; }

blockquote:after {content:"\201D"; /*position:absolute; right:0;*/ }

.posts-nav { float:left; width:100%; text-align:center; margin:20px 0; }
#infscr-loading { float:left; width:100%; text-align:center; color:#FFF; font-size:20px; font-weight:bold; }

#scroll-to-top {display:none;position:fixed;bottom:41px;right:10px;padding:10px;border-radius:4px;background:#2d2d2d;text-decoration:none;}
#scroll-to-top span {display:block;min-height:13px;padding-left:15px;color:#fff;font-weight:bold;font-size:15px;text-shadow:0px 1px 1px #000000;background:url('images/arrow_top.png') no-repeat 0 3px;}

.post.favoritespage { width:813px; }
.post.fullwidth .post-title { color:#406740; background:none; border-radius:0; margin-top:20px; }
.post.fullwidth .post-title h2 { color:#406740; font-size:30px; text-transform:uppercase; }
.post.fullwidth .post-body { font-size:12px; line-height:15px; padding-bottom:15px; }
.post.fullwidth .post-body a { color:#6f9559; text-decoration:none; }
.post.fullwidth .post-body a:hover { color:#222; text-decoration:underline; }

.post.fullwidth .post-body .left { float:left; width:340px; }
.post.fullwidth .post-body .right { float:right; width:212px; }
.post.fullwidth .post-body .right img, .post.fullwidth .post-body .left img { border-radius:5px; max-width:100%; }

.post.fullwidth .post-body .left.slim { width:212px; }
.post.fullwidth .post-body .right.large { width:340px; }

.contact-form { float:left; width:100%; margin-top:30px; }
.contact-form form { float:left; width:100%; margin:0; }
.contact-form form p { float:left; width:100%; margin-bottom:6px; }
.contact-form form label { float:left; width:60px; font-weight:normal; font-size:14px; text-align:right; margin-right:10px; padding-top:7px; }
.contact-form form input.inputTxt, .contact-form form textarea.inputTxtarea { float:left; margin:0; width:260px; padding:4px; }
form input.btnGreen { float:right; text-shadow:none; padding:5px 25px; font-size:15px; font-weight:normal; margin:0; }

.form-footer { float:left; width:100%; margin-top:40px; text-align:center; }

.footprint { float:left; width:81px; height:81px; background:url('images/footprint.png') no-repeat; position:absolute; right:30px; top:-50px; }
.join-form { width:500px; margin:0 auto; }
.join-form h4 { float:left; width:100%; font-size:24px; font-weight:bold; color:#406740; line-height:28px; border-bottom:1px solid #406740; margin-bottom:6px; padding-bottom:8px; }
.join-form form p { float:left; width:100%; margin-bottom:6px; }
.join-form form label { float:left; font-weight:normal; font-size:14px; text-align:right; margin-right:10px; padding-top:7px; }
.join-form form label span { font-size:14px; }
.join-form form input.inputTxt { float:left; margin:0; width:260px; padding:4px; }

.join-user-details { float:left; width:100%; margin-bottom:40px; }
.join-user-details label { width:80px; margin-left:100px; }
.join-user-details input.inputTxt { width:185px !important; }

.join-membership { float:left; width:100%; margin-bottom:25px; }
.join-membership label { cursor:pointer; text-align:left !important; }

.join-buttons { float:left; width:100%; text-align:center; margin-bottom:30px; }
.join-buttons input.btnGreen { float:none; display:inline-block; font-size:18px; padding:10px 30px; }

.join-footer { float:left; width:100%; text-align:center; }
.join-footer img { border-radius:5px; text-align:center; margin:0 5px; }

#pageBody.membersArea .wrapper { width:815px; }
.post.videoItem { width:813px; }
.post.videoItem .post-body { width:773px; padding:0 20px 15px 20px; }
/*.post.videoItem .post-video { float:left; width:476px; }*/
.post.videoItem .post-video { float:left; width:100%; }
.post.videoItem .post-video img, .post.videoItem .post-video embed, .post.videoItem .post-video object, .post.videoItem .post-video video { max-width:100%; }

.post.videoItem.cleanBox .post-body { padding:25px 20px 15px 20px; }

/*.post.videoItem .post-description { float:right; width:280px; font-size:13px; line-height:20px; }*/
.post.videoItem .post-description { float:left; width:100%; font-size:13px; line-height:20px; margin-top:10px; }
.post.videoItem .post-description p { font-weight:bold; text-align:center; }
ul.imageGallery { float:left; width:100%; text-align:center; list-style:none; margin-top:20px; margin-bottom:0; }
ul.imageGallery li { display:inline-block; margin:0 10px 10px 10px; }
ul.imageGallery li a { float:left; }
ul.imageGallery li a img { max-width:100%; border-radius:5px; }
ul.imageGallery li a:hover img { opacity:0.8; }



.sectionTitle { float:left; width:100%; text-align:center; margin-bottom:20px; }
.sectionTitle h2 { display:inline-block; background:#6f9559; color:#FFF; font-size:25px; border-radius:5px; padding:3px 25px; box-shadow:#2f472f 1px 1px 3px; }
.sectionTitle h2 img { vertical-align:middle; }

.spacer { float:left; width:100%; height:60px; }

/* ********************************************* */
.pagelist { margin:20px 0 5px 0; text-align:center; float:left; width:100%; font-size:1px; }
ul.pagination { margin:0; }
ul.pagination li span { color:#2d2d2d; }
ul.pagination li{
	border:0; margin:0 4px; padding:0;
	list-style:none;
	margin-right:0px;
	display:inline-block;
	font-weight:bold; zoom: 1; *display: inline;
}
ul.pagination li span.middle { color:#636464; float:left; margin-bottom:5px; font-size:15px; }
ul.pagination a { margin-right:1px; text-decoration:none; font-size:15px; display:block; background:#efeded; color:#2d2d2d; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
ul.pagination a:hover { text-decoration:none; background:#92c276; color:#2d2d2d; }
ul.pagination .next a, ul.pagination .previous a { font-weight:bold; background:#efeded; color:#2d2d2d; } 
ul.pagination .active a{
	font-weight:bold;
	display:block;
	float:left;
	text-decoration:none;
	background:#92c276; color:#2d2d2d;
}
ul.pagination a {
	display:block;
	float:left;
	padding:7px 11px;
	text-decoration:none;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
/* ********************************************* */

.socialButtons { float:right; margin-top:8px; }
.socialButtons ul { float:right; list-style:none; margin:0; }
.socialButtons ul li { float:left; width:24px; height:24px; margin:0 6px 0 0; }
.socialButtons ul li a { float:left; width:100%; height:24px; background:url('images/socialIcons.jpg') no-repeat 0px 0px; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.socialButtons ul li a.tumblrIcon { background-position:0px 0px; }
.socialButtons ul li a:hover.tumblrIcon { background-position:0px -24px; }
.socialButtons ul li a.twitterIcon { background-position:-24px 0px; }
.socialButtons ul li a:hover.twitterIcon { background-position:-24px -24px; }
.socialButtons ul li a.vineIcon { background-position:-48px 0px; }
.socialButtons ul li a:hover.vineIcon { background-position:-48px -24px; }
.socialButtons ul li a.instagramIcon { background-position:-72px 0px; }
.socialButtons ul li a:hover.instagramIcon { background-position:-72px -24px; }

.itemEpisode { float:left; width:365px; background:#fefcfc; padding:6px; margin-right:19px; margin-bottom:15px; }
.itemEpisode:nth-child(2n+2) { margin-right:0; }
.itemEpisode a { float:left; width:100%; }
.itemEpisode a img { float:left; width:100%; max-width:100%; }
.itemEpisode a span { float:left; width:100%; text-align:center; font-size:15px; color:#666666; padding:3px 0; }
.itemEpisode:hover { background:#FFF; box-shadow:#909090 0px 0px 5px; }
.itemEpisode:hover span, .itemEpisode a:hover span { color:#6f9559; }


.theArchives { float:left; width:100%; text-align:center; }
.group { float:left; width:100%; margin-bottom:25px; }
.group h2 { float:left; width:100%; margin-bottom:10px; text-align:left; color:#FFF; font-size:18px; }
.group h2 span { color:#ccc; font-size:15px; font-weight:normal; font-style:italic; }
.item { display:inline-block; width:275px; margin:0 10px 10px 10px; position:relative; border-radius:10px; }
.item a { float:left; width:100%; position:relative; }
.item a img { float:left; width:100%; max-width:100%; z-index:10; border-radius:10px; }
.item .overlay { display:none; float:left; width:100%; height:100%; background:rgba(0,0,0,0.8); color:#FFF; font-size:12px; border-radius:10px; position:absolute; top:0; left:0; z-index:20; }
.item .overlay .icon { float:left; width:30px; height:30px; position:absolute; top:10px; right:10px; background-size:contain; }
.item .overlay .icon.video { background:url('images/icon_video.png') no-repeat; background-size:contain; }
.item .overlay .icon.photos { background:url('images/icon_photos.png') no-repeat; background-size:contain; }
.item .overlay .icon.twitter { background:url('images/icon_twitter.png') no-repeat; background-size:contain; }
.item .overlay .icon.vine { background:url('images/icon_vine.png') no-repeat; background-size:contain; }
.item .overlay .icon.instagram { background:url('images/icon_instagram.png') no-repeat; background-size:contain; }
.item .overlay .icon.tumblr { background:url('images/icon_tumblr.png') no-repeat; background-size:contain; }
.item .overlay .icon.otter-news { background:url('images/icon_gif.png') no-repeat; background-size:contain; }
.item .overlay .date { float:left; width:100%; text-align:center; position:absolute; left:0; bottom:5px; color:#ddd; }
.item .overlay .title { float:left; width:100%; text-align:center; position:absolute; left:0; top:45%; font-size:15px; font-weight:bold; }

.popupShow { float:left; width:100%; }

.overlayPopup { float:left; width:100%; height:100%; position:fixed; top:0; left:0; background:url('bg80.png'); z-index:99998; }
.overlayPopup a { float:left; width:457px; height:285px; position:absolute; top:50%; left:50%; z-index:99999; margin-left:-228px; margin-top:-142px; }

.video-js { float:left; width:100% !important; height:auto !important; }
.mtxEmbed { margin-left:15px; }

#signupbox { float:left; width:100%; }
#signupbox form { float:left; width:100%; }
#signupbox label { float:left; width:125px; padding-top:8px; }
#signupbox input.textinput { float:right; }
#signupbox p { float:left; width:100%; margin-bottom:10px; }@charset "utf-8";
/*
Theme Name: Deviant Otter Responsive Stylesheet
CSS/Theme URI: http://www.zuzanadesigns.com/
Description: Designed by Zuzana Designs
Version: 1.0
Author: Zuzana Designs
Author URI: http://www.zuzanadesigns.com/
*/

/* Tablet Portrait size to standard 960 */
@media only screen and (max-width: 959px) {
  body { overflow-x:hidden; }
	#header .wrapper, #footer .wrapper, #pageBody.membersArea .wrapper, #pageBody.archives .wrapper, #footer.members .wrapper { width:768px; }
	.post .post-type { left:-68px; }
	#scroll-to-top { width:10px; }
	#scroll-to-top span { text-indent:-9999px; }
	#footer .logo { display:none; }
	.post.videoItem { border:none; width:100%; }
	.post.videoItem .post-body { width:728px; }

	.theArchives .item { width:169px; }
	.video-js { width:96% !important; }
}

/* Mobile Landscape */
@media screen and (max-width: 767px) {
	.menu ul { display:none; }
	select.dropdown { display:inline-block; width:100%; margin:0; }
	
	.wrapper, #header .wrapper, #footer .wrapper, #pageBody.membersArea .wrapper, #pageBody.archives .wrapper, #footer.members .wrapper { width:420px; }
	
	.logo { width:100%; margin:0; }
	.menu { width:100%; margin:5px 0; }
	#searchIcon { position:absolute; top:0; right:0; }
	#footer .logo { display:inline-block; width:100%; }
	#footer .copyr { width:100%; margin:5px 0; }
	
	#pageBody { margin-top:100px; }
	.actionBox { width:390px; }
	.actionBox h2 { font-size:18px; }
	
	.post { border:none; width:385px; float:right; font-size:16px; }
	.post .post-type { width:32px; height:32px; left:-35px; }
	.post .post-title { margin-bottom:10px; }
	.post .post-title h2 { font-size:14px; }
	.post .post-body { width:365px; padding:0 10px 5px 10px; }
	.post.twitter .post-body { padding:0; }
	blockquote { font-size:16px; line-height:22px; padding:0; }
	blockquote:before, blockquote:after { font-size:50px; height:auto; }
	
	.post.photos .post-title h2 { font-size:12px; }
	.post.photos .post-image { width:180px; }
	
	.post.fullwidth { float:left; width:100%; }
	.post.fullwidth .post-body { width:400px; }
	.post.fullwidth .post-body .left, .post.fullwidth .post-body .right { width:100%; margin-bottom:20px; }
	.post.fullwidth .post-body .right { text-align:center; margin-bottom:0; }
	.contact-form form input.inputTxt, .contact-form form textarea.inputTxtarea { width:320px; }
	
	.post.fullwidth .post-body .left.slim, .post.fullwidth .post-body .right.large { width:100%; margin-bottom:20px; }
	.post.fullwidth .post-body .left.slim { text-align:center; }
	.post.fullwidth .post-body .spacer { display:none; }
	
	.footprint { display:none; }
	.join-form { width:100%; }
	.join-user-details label { margin-left:50px; }
	.join-footer img { width:180px; }
	
	.post.videoItem .post-body { width:380px; }
	.post.videoItem .post-video { width:100%; margin-bottom:15px; }
	.post.videoItem .post-description { width:100%; }
	ul.pagination li.num { display:none; }
	
	.theArchives .item { width:188px; }
	.video-js { width:100% !important; }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
	select.dropdown { width:100%; }
	
	.wrapper, #header .wrapper, #footer .wrapper, #pageBody.membersArea .wrapper, #pageBody.archives .wrapper, #footer.members .wrapper { width:300px; }
	
	.actionBox { width:270px; }
	.actionBox h2 { width:100%; text-align:center; }
	.actionBox a.btnGreen { width:100%; padding:10px 0; text-align:center; }
	.post { width:265px; }
	.post .post-body { width:245px; }
	.post.photos .post-title h2 { width:100%; font-size:14px; }
	.post.photos .post-image { width:100%; }
	
	.post.fullwidth .post-title h2 { font-size:18px; line-height:22px; }
	.post.fullwidth .post-body { width:280px; }
	
	.contact-form form input.inputTxt, .contact-form form textarea.inputTxtarea { width:200px; }
	
	.join-user-details label { margin-left:0; }
	.join-user-details input.inputTxt { width:175px !important; }
	.join-footer img { width:240px; }
	
	.sectionTitle h2 { width:100%; text-align:center; padding:3px 0px; }
	.post.videoItem .post-body { width:280px; padding:0 10px 10px 10px; }
	
	.theArchives .item { width:275px; }
}