/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
	color: #000000;
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

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


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

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

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

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


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */





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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
} 

html, body {}
.birthday {
	position: absolute;
	top: 190px;
}


.homepage {
	background: #000000 no-repeat fixed center top;
}
nav a {
	z-index: 100000;
}

nav li a:link, nav li a:visited {float:left; margin-right:10px; color:white;}
nav li a:hover {text-decoration:underline; color:white;}

.drinks {
	background: #000000 url(../images/backgrounds/drinks.jpg) no-repeat fixed center bottom;
}
.reservations-background {
	background: #000000 url(../images/backgrounds/reservations.jpg) no-repeat fixed center bottom;
}
.specials {
	background: #000000 url(../images/backgrounds/specials.jpg) no-repeat fixed center bottom;
}
.about {
	background: #000000 url(../images/backgrounds/about.jpg) no-repeat fixed center bottom;
}
.events {
	background: #000000 url(../images/backgrounds/events.jpg) no-repeat fixed center bottom;
}
.menu-background {
	background: #000000 url(../images/backgrounds/menus.jpg) no-repeat fixed center bottom;
}
.contact {
	background: #000000 url(../images/backgrounds/contact.jpg) no-repeat fixed center bottom;
}
.photos {
	background: #000000 url(../images/backgrounds/photos.jpg) no-repeat fixed center bottom;
}
h1 {
	font-size: 2.8em;
	line-height:1.0em;
	color: #fbf28d;
	margin-bottom: 8px;
	font-weight:normal;
	display: block;
	margin-top: 20px;
}
section h1 {margin-top:30px;}
h2     {
	font-size: 2.1em;
	margin-bottom: 8px;
	margin-top: 20px;
	padding-top: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	color: #EAE184;
	display: block;
	border-style: none;
}
h4 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FBF28D;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear: both;
	display: block;
	margin-top: -7px;
}
h5 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #EAE184;
	display: block;
	margin-bottom: -8pxpx;
	margin-top: 20px;
}


section p a:visited {color:white;}
a.logo{
display:block;
position:relative;
top:43px;
width:427px; height:184px;
background-image:url(../images/villa-logo2.png);
text-indent:-99999px;
margin-bottom:60px;
}



#container {width:940px; margin:0 auto;}

 {display:block;position:relative; top:-132px; float:right;}
.standout {
	padding: 5px;
	border: 3px solid #000000;
	background: #CC1F12;
	margin-top: 5px;
	margin-bottom: 15px;
}


.standout a:visited {color:#FBF28D}	
	

#container section {
	padding:20px;
	background:url(../images/content.png);
	border: 1px solid white;
	margin:20px;
	position:relative;
}
 #container .footer-containers {
	 background: url("../images/content.png") repeat scroll 0 0 transparent;
    border: 1px solid white;
    float: left;
    height: 200px;
    margin-right: 10px;
    position: relative;
    width: 250px;
}

#container address {float: right;
    position: relative;
    right: 20px;
    top: -184px;
	font-size:16px;}
.column {
	width: 30%;
	float: left;
	margin-right: 15px;
	clear: none;
	overflow: auto;
	position: relative;
	margin-bottom: 30px;
}

header {
	background: url(../images/header.png) repeat-x scroll center top;
	height: 61px;
	width: 100%;
	position: fixed; 
	z-index: 20000;
	top:0px;
}
#container1 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
	top: 20px;
	_top: -30px;
	z-index: 0;
}
nav{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	top: 3px;
	text-align: right;
	margin-top:7px;standout
}
nav a {
}
nav li {font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 25px;
	text-align: right;
	z-index: 99999;
	float:left;
	display:inline-block;}
a:hover   {
	color: #FBF38E;
}
#container1 #homepage-heading .home-header2 h1 {
	font-size: 32px;
}
.home-header2 ul {margin-left:20px}

#container1 #header {
	height: 180px;
	width: 100%;
	position: relative;
}
#container1 #header-address {
	width: 350px;
	position: absolute;
	top: 40px;
	right: 30px;
	text-align: right;
}
#container1 #header-address address {
	font-size: 13px;
	font-style: normal;
	padding-bottom: 5px;
}
#container1 #header-address h2 {
	font-size: 28px;
	padding-top: 2px;
}
#container1 #header-address a {
	font-size: 13px;
}
footer {
	
	
	border-top: 1px solid #FFFFFF;
	position: relative;
	height: 80px;
	font-size: 12px;
}
footer ul {margin-bottom:8px;}
footer p {clear:both; margin-left:25px; margin-top:8px;}
#container footer {
	clear:both;
	height: 36px;
	top: 22px;
}


#container1 #footer #bottom-nav a {
	margin-right: 20px;
}
#container1 #footer #bottom-nav p {
	margin-bottom: 2px;
}
#container1 #footer #credits {
	width: 351px;
	position: absolute;
	right: 590px;
	top: 78px;
	font-size: 10px;
	text-align: left;
}
#bottom-nav a {
	text-decoration: underline;
}
#bottom-nav a:hover {
	text-decoration: none;
}

#container #footer-homepage {
	position: relative;
	height: 203px;
}
#container #content #content-area .content-area2 {
	margin: 0px;
	padding: 20px 60px;
}
#container #footer-homepage .footer-containers .footer-containers2 {
	margin: 19px;
}
#container #homepage-heading .home-header2 h2 {
	font-size: 17px;
	font-weight: bold;
}
#container #footer-homepage .footer-containers .footer-containers2 p {
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 14px;
}
#container #homepage-heading {
	height: 139px;
	width: 751px;
	background: url(../images/homepage-header.png) no-repeat scroll left top;
}
.home-header2   {
	padding-top: 16px;
	padding-left: 40px;
	padding-right: 40px;
}
#container1 #homepage-content .home-header2 p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 17px;
}
.right {
	text-align: right;
}
.villa-logo-small {
	position: absolute;
	padding-top: -10px;
	padding-left: -10px;
	left: -27px;
	top: 0px;
}
#container1 #homepage-content {
	background:transparent url(../images/homepage-content.png) no-repeat scroll left top;
	height:200px;
	position:relative;
margin-bottom: 7px;
	_top:-62px;
	width:751px;
	_margin-top:-40px;
}
#container1 #footer-homepage .footer-containers .footer-containers2 .email {
	width: 260px;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	margin-bottom: 8px;
	margin-top: 8px;
	float: right;
}
#container1 #footer-homepage .footer-containers .footer-containers2 .submit {
	width: 60px;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
	margin-bottom: 8px;
	margin-top: -2px;
	float: right;
}
#container1 #content {
	width: 995px;
}
#container1 #content #content-top {
	height: 29px;
	width: 995px;
	background: url(../images/content_01.png) no-repeat scroll left top;
}
#container1 #content #content-area {
	background: url(../images/content_02.png) repeat-y scroll center top;
	width: 995px;
	overflow: auto;
}
section p, section ul {
font-size:1.2em;
line-height:1.4em;
	margin-bottom: 10px;
	margin-top: 10px;
}

section p, section ul,  section h5 {margin-left:40px;}

section li {
	list-style: disc;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
}
section a {
	text-decoration: underline;
	line-height: 20px;
}
#container1 #content #content-bottom {
	background: url(../images/content_03.png) no-repeat scroll center top;
	height: 33px;
	width: 995px;
}
#container1 #content #content-area .content-area2 address {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
}
#container1 #content #content-area .content-area2 address a {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container1 #content #content-area .content-area2 h2 a {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container1 #content #content-area .content-area2 h3 {
	color: #FBF28D;
	margin-top: 20px;
	margin-bottom: 4px;
}

#gallery-litebox img {
	border: 1px solid #FFFFFF;
}
#gallery-litebox {
	overflow: auto;
}

#container1 #content #content-area .content-area2 #gallery-litebox li {
	list-style: url(none) none inside;
	margin: 0 15px 15px 0;
	padding: 0px;
	float: left;
	
	overflow: auto;
}

.gallery {
	overflow: auto;
	_height: 400px;
}
.social {
	float:left;
margin-right:9px;
margin-top:9px;
}
.reservations {
	left: 747px;
	position: absolute;
	top: 389px;
	z-index: 10000;
}
.giftcard {
	left:758px;
	position:absolute;
	top:180px;
	_top:357px;
	z-index:10000;
}

.emailsubscribe {
	z-index: 1000;
}
.homepage #container1 #footer-homepage .footer-containers .footer-containers2 h2 {
	font-size: 14px;
	line-height: 18px;
}
.footer-containers2 h3 {
	font-size: 24px;
	margin-bottom: 8px;
}
.clover {
	position: absolute;
	left: 4px;
	top: 60px;
}
.wtae {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
}
.homepage #container1 #homepage-content .home-header2 #promotion a {
	text-decoration: underline;
}
.homepage #container1 #homepage-content .home-header2 #promotion {
	border:4px solid #FBF28D;
margin:37px 0 0 -12px;
padding:0 10px 10px;
width:468px;
}

#forth {
	background: url(../images/4th.png) no-repeat;
	height: 300px;
	width: 300px;
	position: absolute;
	right: -20px;
}
#puck {
	background: url(../images/hockey-puck.png) no-repeat;
	height: 180px;
	width: 181px;
	position: absolute;
	top: 72px;
	left: -24px;
}
#hockey-text {
	width: 150px;
	float: right;
}
.pink-ribbon {
	position: absolute;
	right: -52px;
	top: 32px;
	height: 188px;
}

#add-this
{position: absolute;
    right: 19px;}
	#posters {
	height: 272px;
}
	.poster-tn {border: solid 2px white; margin: 0 42px 0 0; float: left;}
	.clear{clear:both;}
	#posters {height: 272px;
    left: 27px;
    position: relative;}
.pens-poster{display:block; background:url(../images/pens_logo.jpg); width:500px; height:639px; display:block; text-indent:-999999px;margin-bottom:20px;}
.black-dress{display:block; background:url(../images/black-dress.jpg); width:500px; height:399px; display:block; text-indent:-999999px;margin-bottom:20px;}
.chill{
	display:block;
	background:url(../images/homepage/wtf-poster.jpg);
	width:506px;
	height:650px;
	display:block;
	text-indent:-999999px;
	margin-bottom:20px;
}
.toys-tots{display:block; background:url(../images/toystots.jpg); width:500px; height:647px; display:block; text-indent:-999999px;margin-bottom:20px;}
.NYE{display:block; background:url(../images/NYE2011.jpg); width:500px; height:766px; display:block; text-indent:-999999px;margin-bottom:20px;}
.toystots li {
	text-indent:-999999px;
	list-style: none;
}

.column h3 {
	font-size: 1.4em;
	color: #F3EA89;
}
.column li {margin-left:-10px;}

.small {width:142px !important}

.cta {  background-color: #FBF28D;
    border: 1px solid white;
    color: black;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
    padding: 4px;
    text-align: center;
	position:absolute;
	bottom:20px}
	
	a:hover.cta {background-color:red; color:black}
	a:visited.cta {color:black}
.homepage-villa {
	background: url(../images/homepage/villa.jpg);
	text-indent: -99999px;
	display: block;
	height: 320px;
	width: 930px;
}

/*Scrolling Banner */


.wrap {
	width : 940px;
	margin : 0 auto;
	text-align : left;
}
.wrap {
height : 299px;
background : url(images/header-bg.png) no-repeat 50% 0;
}
#slide-holder {
z-index : 40;
width : 993px;
height : 299px;
position : absolute;
}
#slide-runner {
top : 9px;
left : 0px;
width : 930px;
height : 278px;
overflow : hidden;
position : absolute;
}
#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
#slide-controls {
left : 0;
bottom : 228px;
width : 973px;
height : 46px;
display : none;
position : absolute;
background : url(images/slide-bg.png) 0 0;
}
#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
visibility:hidden;
}
#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
#slide-controls p#slide-nav a {
background-image : url(images/silde-nav.png);
}
#nav ul li a {
background : url(images/nav.png) no-repeat;
}
.tn {
	border: 2px solid #FFFFFF;
	margin: 25px 10px 25px 40px;;
	float: left;
	overflow: auto;
}



#slideshow {
    width: 100%;
    position: relative;
	height:320px;
	margin-bottom:40px;
    }

#slideshow img {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 930px;
    height: auto;
    position: absolute;
    }
	
	#slideshow-mobile {display:none;}

.footer-containers2 p a:visited {color:white; text-decoration:underline;}





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

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
#container {width:100%}
header {
	background: none;
	height: 61px;
	width: 90%;
	position: relative; 
	z-index: 20000;
	top:100px;
}	

header nav {left:180px; top:-100px;position:absolute; 	width:180px;}
header nav li {clear:both;}

nav a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	z-index: 99999;
	background-color:black;
	margin:1px 1px 1px 1px; padding:5px;

	
}

#container address {float: none;
clear:both;
    position: absolute;
    left:25px;
    top: 120px;
	font-size:12px;}

a.logo{

width:180px; height:77px;
background-image:url(../images/villa-logo2.gif);
top:-50px;
left:10px;

}

.about {
	background: #000000 url(../images/backgrounds/about-small.jpg) no-repeat fixed center top;
}
.events {
	background: #000000 url(../images/backgrounds/events-small.jpg) no-repeat fixed center top;
}
.drinks {
	background: #000000 url(../images/backgrounds/drinks-small.jpg) no-repeat fixed center bottom;
}
.reservations-background {
	background: #000000 url(../images/backgrounds/reservations-small.jpg) no-repeat fixed center bottom;
}
.specials {
	background: #000000 url(../images/backgrounds/specials-small.jpg) no-repeat fixed center bottom;
}
.menu-background {
	background: #000000 url(../images/backgrounds/menus-small.jpg) no-repeat fixed center bottom;
}
.contact {
	background: #000000 url(../images/backgrounds/contact-small.jpg) no-repeat fixed center bottom;
}
.photos {
	background: #000000 url(../images/backgrounds/photos-small.jpg) no-repeat fixed center bottom;
}
#container footer {width:320px;}

#container footer nav {display:none;}
#container footer ul {}

.calendar {display:none;}
.poster {width:100%}

.pens-poster, .black-dress, .toys-tots, .NYE{display:block; background:none; width:auto; height:auto; text-indent:0px;}

.chill{display:block; background:none; width:auto; height:auto; text-indent:0px;}

.column {
	width: 100%;
	float: none;
	margin-right:0px;
	clear: both;
	overflow: auto;
	position: relative;
	margin-bottom: 30px;
}

#add-this
{position: relative;
  left:0px; margin-bottom:10px;}
	
#container .footer-containers {
    background: url("../images/content.png") repeat scroll 0 0 transparent;
    border: 1px solid white;
    float: none;
    height: 195px;
    margin-right: 0px;
    position: relative;
    width: 310px;
	margin-bottom:10px;	
}
.small {width:310px !important; height:85px !important;}


	
	
	#slideshow {display:none;

    }


	
	#slideshow-mobile { width: 250px;
    position: relative;
	margin-bottom:40px;
	display:block;
	height:250px;}

#slideshow-mobile img {
    top: 0;
    left: 0;
    width: 310px;;
    max-width: 930px;
    height: auto;
    position: absolute;
    }	
	
	

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; 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; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}

