/*
Theme Name: Sauk Prairie Public Library Theme 
Description: Basic html5 starter theme
Version: 2.0
License: GNU General Public License
License URI: GPL.txt
Author: Ann Foley
Author URI: http://annfoley.com
*/


/*
#336699 	 Blue
#f7941e  	Orange
#a4bd32		Green
#26466D		Address blue

*/

/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
* {margin:0; padding:0}

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: 1em;
		font: inherit;
		vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 1em; }

/* Hey wait - I want the bullet list to have bullets!

ol, ul {
    list-style: disc; }*/
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }

/*address box in header*/
.address {
	padding-bottom: 8px;
	padding-left: 10px;
	padding-top: 8px;
	background-color: #d5f1f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#26466D;
	margin-bottom:10px;
	font-size:12px;
	line-height:1.3em;

} 

/* #Sticky Footer
================================================== */

html, body { height: 100%; }

#wrap {min-height: 100%;}

#main { 
	overflow: auto;
	padding-bottom: 280px; }  /* must be same height as the footer */

#footer { 
    padding-top:15px;
    position: relative;
	margin-top: -280px; /* negative value of footer height */
	height: 280px;
	clear:both;
	color:#fdf0d5;
} 
	
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CLEAR FIX for post content*/
.post:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.post {display: inline-block;}
/* Hides from IE-mac \*/
* html .post { height: 1%;}
.post {display: block;}
/* End hide from IE-mac */



/* #Basic Styles
================================================== */
body {
	font: .8em/1.5em "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
 }
 
 a {font-weight:bold;}

.topstripe {
	background-color:#4a6385;
	background: -webkit-gradient(linear, left top, left bottom, from(#4a6385), to(#3b4d67));
	background: -webkit-linear-gradient(top, #4a6385, #3b4d67);
	background: -moz-linear-gradient(top, #4a6385, #3b4d67);
	background: -ms-linear-gradient(top, #4a6385, #3b4d67);
	background: -o-linear-gradient(top, #4a6385, #3b4d67);
}

.topstripe ul li {
	list-style-type: none;
}

#sidebar, #maincontent {
	 margin-top:1em;
}
 
#header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
h1.title {
	margin-top:.3em;
	float:left;
}  

.clear {clear:both}

#footer{
	background-image: -moz-linear-gradient(top, #a5b5c5, #6d8399); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#a5b5c5),color-stop(1, #6d8399));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5b5c5', endColorstr='#6d8399');
	 }
	 
dd.event-meta {width:400px;}
	 
/* calendar color key	  */
ul.labels li {
	padding:2px 2px 2px 5px;
	color:black;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	margin-bottom: 2px;
	list-style-type: none;
	}

li.teenlabel {
	background-color: #C4DB59; 
	}
	
li.generallabel {
	background-color: #FFCC66; 

	}
li.childlabel {
	background-color: #d5f1f3;

	}

iframe.bigcalendar { 
	height:600px;
	margin-bottom:10px;
}

/*Makes events list in sidebar flush left*/

aside#events-advanced-list-widget-4 ul {
	margin-left:0;
}

#tribe-events-event-meta dl.column {width:40% !important;}

/* These style titles in Teacher Request form */
.reqformbox {
	border: 1px solid orange;
	margin: 20px 0;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.reqformtitles {
	float:left;
	width:200px;
}

.reqformtitleswider {
	float:left;
	width:250px;
}

.breadcrumbs {
	font-size: .9em;
	margin-bottom:1em;
	}

.breadcrumbs a {font-weight:normal;}

/* Leftover styles
----------------------------------------------*/
.alignleft {
	display:inline;
	float:left;
	margin:0 25px 10px 0;
}
.alignright {
	display:inline;
	float:right;
	margin:0 0 10px 10px;
}
.aligncenter {
	clear:both;
	display:block;
	margin:0 auto 10px;
}
.wp-caption {
	background:#fff;
	border:1px solid #f6f6f6;
	margin-bottom:20px;
	padding:4px;
}
.wp-caption img {
	margin:5px 5px 0;
}
.wp-caption-text {
	color:#aaa;
	font-size:11px;
	margin:5px;
	text-align:center;
}

/*Custom Awesomebox widget

==================================================*/


.aw-widget img.aw-widget-arrow {padding-left: 120px !important; padding_top:2em;}




 /* #Typography

================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #006699;
		font-family:Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 2.875em; line-height: 1.4375em; margin-bottom:.875em;font-weight:100;text-shadow: 1px 1px 1px #ccc, 1px 1px 1px #ccc;text-transform:uppercase; letter-spacing: .05em;}
	h2 { font-size: 2.1875em; line-height: 1.09375em; margin-bottom: .625em; font-weight:100;text-shadow: 1px 1px 1px #ccc, 1px 1px 1px #ccc;text-transform:uppercase; letter-spacing: .05em; }
	h3 { font-size: 1.75em; line-height: .875em; margin-bottom: 0.5em; }
	h4 { font-size: 1.3125em; color:#003366; margin-bottom: .75em; }
	h5 { font-size: 1.2em; margin-bottom: .25em; font-style:italic;color:#006699;}
/*	h6 { font-size: 14px; line-height: 21px; }
*/

	.post h2 {padding-top:20px;}
	
	.subheader { color: #777; }

	p { margin: 0 0 15px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #26466D; }
	small { font-size: 80%; }
	

	blockquote, blockquote p { fcolor: #777; font-style: italic; margin-left:10px;}
	hr {
	border: dotted #fddfa3;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}

.artistthumbs p {
	line-height:1.2em;
	margin-top:.5em;
	}

h2  {
	padding-bottom:10px;
	border-bottom: #fddfa3 dotted 1px;
}

article.page .reqformbox h4 {
	padding-left:0px;
	background-image:none;
	margin-bottom:inherit;
	
}

article.page h5  {
	font-family: "adelle",serif;
	font-style: normal;
	font-weight: 400;
	
}



/* #Links
================================================== */
	a:link, a:visited { color: #993300; outline: 0; text-decoration:none;}
	a:hover, a:active, a:focus { color:#FF9933; }
	p a, p a:visited { line-height: inherit; }
	


/* navigation
================================================== */

.menu-top-nav-container {padding-top:5px;}

#menu-top-nav ul {
	list-style: none;
	padding: 0;
	width: 100%;
	margin-top:22px;
}

#menu-top-nav li {
	float: right;
	margin: -10px 0 0 0;
	padding: 0 0 10px 0;
	text-align:right;
}

#menu-top-nav li a:link, #menu-top-nav li a:visited{
	display: block;
	letter-spacing: 0.05em;
	font-family: font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	color: #FFF;
	font-weight:normal;
	text-transform:uppercase;
	margin-left:2em;
}

#menu-top-nav li a:hover, #menu-top-nav li a:active{
	color: #ffcc33;
	border-bottom: none;
}

#footer ul>li>ul>li {
	margin-left:-20px;
	list-style-type: none;
}


#footer li a:link, #footer li a:visited{
	color: #fdd69e;
	border-bottom: none;
	font-weight:normal;
}

#footer li a:hover, #footer li a:active{
	color: #fbb147;
	border-bottom: none;
}

#footer ul>li>ul>li a:link, #footer ul>li>ul>li a:visited{
	font-size: 85%;
	letter-spacing: .05em;
	color:#fff;
}

#footer ul>li>ul>li a:hover, #footer ul>li>ul>li a:active{
	font-size: 85%;
	letter-spacing: .05em;
	color:#fbb147;
}

ul#menu-quick-links li, .thumbbox ul li, article ul.linklist li {
	margin-left:10px;
	margin:0 0 .2em 0;
	}

	
#menu-quick-links li, .thumbbox li, article ul.linklist li {
	list-style-image: url(images/raquo.png);
	}

	 
ul.homelist {margin-left:0 !important;}


/* #Lists
================================================== */
	ul, ol { margin-top: 15px; margin-bottom: 15px; }
	ul { margin-left: 20px;/* list-style-type: none;*/}
	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;   }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 1px; }
	li { line-height: 18px;}
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	#footer ul { margin-left: 20px; list-style-type: none;	}
	article li {margin-top:5px;}
    .widget li {list-style-type:none;}
    .widget ul { margin-left:0;}
	

/* #Images
================================================== */

img.scale-with-grid, img.attachment-post-thumbnail {
		max-width: 100%;
		height: auto; }
		
.hentry img, .shadow{
	-moz-box-shadow: 3px 3px 4px #CCC;
	-webkit-box-shadow: 3px 3px 4px #CCC;
	box-shadow: 3px 3px 4px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC');
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-left-color: #E5E5E5;}
	
.border{
	border:3px solid white;
	-moz-box-shadow: 0px 0px 2px #CCC;
	-webkit-box-shadow: 0px 0px 2px #CCC;
	box-shadow: 0px 0px 2px #CCC;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCCCCC');
	}
 	
.thumbimage {
	float:left; 
	margin-right:20px;
	}

.artistthumbs {
	display:block;
	height:120px;
	}



/* #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: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 220px;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	select:focus, textarea:focus {
		border: 1px solid orange;
  		-moz-box-shadow: 0 0 3px rgba(255,140,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(255,140,0,.2);
		box-shadow:  0 0 3px rgba(255,140,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	.wider {
		width:500px;
	}
	input.skinnier {
		width:50px;
	}
	
	#searchform input {
	 	 padding:4px 4px;
	 	 margin-top:6px;
	 	 margin-bottom:-22px;
		
	}
	

	/* #Buttons
================================================== */

	.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;
	  -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;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.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; }

	.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; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


 
	
/* Comments													
-----------------------------------------------------*/
h3#comments { 
	margin:30px 0 10px; 
}		
.avatar {
	float: left;
	display:block;
	padding: 0 20px 10px 0;
}		
.commentmetadata {
	margin-top: 0;
}
ol#commentlist, ol#commentlist li {	
	list-style: none;
	margin:0; 
	padding:0;
}
ol#commentlist li {
	border:1px solid #eee;
	padding:10px; 
	margin:15px 0;
}
ol#commentlist ul.children {
	margin:10px 10px 0 25px;
	padding:0;
}
ol#commentlist ul.children li {
	border:none;
	border-top:1px solid #eee;
}
ol#commentlist li p {
	font-size:14px;
	line-height:20px;
	padding:6px 0;
}
#commentform p {
	margin-bottom:10px;
}
#commentlist, #commentform {
	padding:20px 0;
}

ol.commentlist li	{
	margin-bottom:15px;
	}

/* Respond (comments form area)
-----------------------------------------------------*/
#respond {
	padding:0 1px;
}
#respond form {	
	border:1px solid #eee;
	overflow:hidden;
	padding:20px 19px 4px;
}
#respond label {
	font-size:14px;
	padding:0 0 10px;
}
#respond p {
	margin:0 0 15px;
}
#respond .required {
	color:#ba0000;
}
#respond input[type="text"],#respond input[type="email"],#respond input[type="url"] {
	color:#333;
	display:block;
	height:33px;
	padding:0 10px;
	width:230px;
}
#respond textarea {
	-moz-border-radius:10px;
	border-radius:10px;
	border:1px solid #eee;
	color:#333;
	padding:10px;
	width:93%;
}
#submit,.reply a {
	background:#996633;
	border:none;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#fff;
	font-size:12px;
	padding:3px 10px;
	text-decoration:none;	
}
#submit:hover {
	cursor:pointer;
}
.form-allowed-tags {display:none;}/* Hides all the crap about html tags*/

.tribe-events-category-children_event {
	background-color:#d5f1f3 !important;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	margin:0 !important;
}
/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }
    .prow										{ padding-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0;}
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
    
  		  
/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: u556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }
		
	
		.mainnav ul {background-image:none; background-color:#fff;-webkit-box-shadow: none;}
	
	
        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }/*changed this from 48*/
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
        
        select {
		width: 150px;
		 }
		 
		 #menu-top-nav li {
   		 	text-align:left;
   		 	margin-top:5px;
   		 	padding-bottom:5px;}
   		 	
   		
  	
		img.scale-with-grid, img.alignnone {
		max-width: 95%;
		height: auto; 
		}
		
		.address {
		font-size:85%;
		line-height:1.2em;
		}
		
		#main { 
			overflow: auto;
			padding-bottom: 350px; }  /* must be same height as the footer */
		
		#footer { 
			position: relative;
			margin-top: -350px; /* negative value of footer height */
			height: 350px;
			clear:both;
			color:#fdf0d5;
			padding-top:15px;
		
			} 
			
		iframe.bigcalendar { 
			height:400px;
			margin-bottom:10px;
			}
		
		.wider {
			width:220px;
		}
			
    }

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }
        
       

	
        .mainnav ul     { display: none; }
		.mainnav>select.three { display: inline-block; }
	
		.no-show {display:none; visibility:hidden;}
		
		 #menu-top-nav li {
   		 	text-align:left;
   		 	float:none;
   		 	margin-top:5px;
   		 	padding-bottom:0;
   		 	}
   		 #menu-top-nav {
   		 	margin-bottom:5px;
   		 }
	
        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
		
		
		img.scale-with-grid, img.alignnone {
		max-width: 95%;
		height: auto; }
		    
		#main { 
			overflow: auto;
			padding-bottom: 700px; }  /* must be same height as the footer */
		
		#footer { 
			position: relative;
			margin-top: -700px; /* negative value of footer height */
			height: 850px;
			clear:both;
			color:#fdf0d5;
		
			} 
			
		iframe.bigcalendar { 
			height:400px;
			margin-bottom:10px;
			}   
		
		.wider {
			width:220px;
		}

		#menu-top-nav li a:link, #menu-top-nav li a:visited{
			margin-left:0;
		}

	   ul { margin-left: 0;}
		    
}
  
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
		
		.no-show {display:none;}

   		 #menu-top-nav li {
   		 	text-align:left;
   		 	float:none;
   		 	margin-top:5px;
   		 	padding-bottom:0;}
   		 	
   		 #menu-top-nav {
   		 	margin-bottom:5px;
   		 }
			

		img.scale-with-grid, img.alignnone {
		max-width: 95%;
		height: auto; }
		
		
		#main { 
			overflow: auto;
			padding-bottom: 850px; }  /* must be same height as the footer */
		
		#footer { 
			position: relative;
			margin-top: -850px; /* negative value of footer height */
			height: 850px;
			clear:both;
			color:#fdf0d5;
		
			} 
			
	iframe.bigcalendar { 
			height:300px;
			margin-bottom:10px;
			} 
			
	.wider {
			width:220px;
		}  
		
} 
		


