/*
Theme Name: Mermaid Theatre 2012
Theme URI: 
Description: 
Version: 1.1
Author: Rob Lewis
Author URI: http://sparking-ideas.net
Tags: Children's theatre productions based on classic characters
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import 'css/print.css';
@import 'menu.css';
@import 'css/widgets.css'; 

@font-face {
    font-family: 'colaborate-thinregular';
    src: url('css/colabthi-webfont.eot');
    src: url('css/colabthi-webfont.eot?#iefix') format('embedded-opentype'),
url('css/colabthi-webfont.woff') format('woff'),
url('css/colabthi-webfont.ttf') format('truetype'),
url('css/colabthi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-regularregular';
    src: url('css/colabreg-webfont.eot');
    src: url('css/colabreg-webfont.eot?#iefix') format('embedded-opentype'),
url('css/colabreg-webfont.woff') format('woff'),
url('css/colabreg-webfont.ttf') format('truetype'),
url('css/colabreg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-mediumregular';
    src: url('css/colabmed-webfont.eot');
    src: url('css/colabmed-webfont.eot?#iefix') format('embedded-opentype'),
url('css/colabmed-webfont.woff') format('woff'),
url('css/colabmed-webfont.ttf') format('truetype'),
url('css/colabmed-webfont.svg#colaborate-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaboratelightregular';
    src: url('css/colablig-webfont.eot');
    src: url('css/colablig-webfont.eot?#iefix') format('embedded-opentype'),
url('css/colablig-webfont.woff') format('woff'),
url('css/colablig-webfont.ttf') format('truetype'),
url('css/colablig-webfont.svg#colaboratelightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-boldregular';
    src: url('css/colabbol-webfont.eot');
    src: url('css/colabbol-webfont.eot?#iefix') format('embedded-opentype'),
url('css/colabbol-webfont.woff') format('woff'),
url('css/colabbol-webfont.ttf') format('truetype'),
url('css/colabbol-webfont.svg#colaborate-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	
}

html,body {height:100%; margin-bottom:-26px;}
body {
	line-height: 1;
   -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: none;
min-width: 1100px;
}

h1, h2, h3,  h5, h6 {
	clear:both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {color:#004466;}

a strong{color:#004466;}

a:visited {color:#004466;}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content


#container {
background:url("images/bg-sidebar.png") repeat-y scroll right top #424242;
overflow:hidden;margin:0 auto;width:1000px;
}
#content {
	position:relative;
	width:490px;
}
#primary,
#secondary {
	overflow: hidden;
	width: 245px;color:#666;
}
#secondary {
	clear: right;
	float: left;background:
}
#footer {
	clear: both;
	width: 956px;
	margin:0 auto;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 900px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- 
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial,sans-serif;
	font-size:12px;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;

}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

*/
body,
input,
textarea,
input[type=submit] {
	font-family: verdana, Arial, Helvetica, sans-serif;
}
/* =Structure
-------------------------------------------------------------- */
#site-title, #site-description { display: none; }
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#main,
#wrapper2 {
	margin: 0 auto;
	width: 100%;

background: #B0ECEF; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#B0ECEF, #D4ECFF);
	background: -o-linear-gradient(#B0ECEF, #D4ECFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B0ECEF), to(#D4ECFF)); /* older webkit syntax */
	background: -webkit-linear-gradient(#B0ECEF, #D4ECFF);
}
#wrapper {
	margin-top: 0px;
	padding: 0 0px;
 
margin-bottom:-60px;
  background: #B0ECEF; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#B0ECEF, #D4ECFF);
	background: -o-linear-gradient(#B0ECEF, #D4ECFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B0ECEF), to(#D4ECFF)); /* older webkit syntax */
	background: -webkit-linear-gradient(#B0ECEF, #D4ECFF);
}

/* Structure the footer area */
/* #footer-widget-area#top-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;margin-right:24px;width:215px;
}
#top-widget-area .widget-area_top{
background:none transparent;
}
#top-widget-area .widget-area_top,
#top-widget-area .widget-area_top  .widget_text{border-right:1px solid #1A1A1A;
color:#CCCCCC;float:left;margin-right:12px;padding:11px 12px 26px;
position:relative;text-shadow:1px 1px #000000;width:286px;
}#top-widget-area .widget-area_top  a,#top-widget-area .widget-area_top  a:hover{
	color:#666
}
#top-widget-wing{background:none repeat scroll 0 0 #4E4E4E;height:175px;left:-9999px;position:absolute;top:0;width:20000px;z-index:-1;}
#top-widget-area .widget-area_top ul{
	padding:0;margin:0px;
	list-style:none;
}#top-widget-area .widget-area_top ul li{
	padding:0;margin:0px;
}
#top-widget-area {
background:none repeat scroll 0 0 transparent;
border-left:1px solid #1A1A1A;
border-right:1px solid #1A1A1A;
height:165px;
margin:0 auto;
padding-left:28px;
position:relative;
width:970px;
}
#top-widget-area #third{border:none;}
#top-widget-area-wrapper {
	background:none #000;height:170px;margin:0 auto;
	padding:0;position:relative;width:100%;
}

#top-widget-area-left,#top-widget-area-right{
	width:20px;height:175px;
}
#top-widget-area-right{
	background:url("images/bg-right-top-widget.png") no-repeat scroll 0 0 transparent;float:right;
	position:absolute;right:-8px;top:0;
}
#top-widget-area-left{
	background:url("images/bg-left-top-widget.png") no-repeat scroll 0 0 transparent;
	float:left;
	left:-6px;
	position:absolute;
	top:0;
}
.widget-area_top{
	line-height:26px;
}
*/ 
#site-info {
display:none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 500px;
}
#site-generator {
	float: right;
	width: 220px;
}
#site-info ,#site-generator ,
#site-info a,#site-generator a{
	color:#424242;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles 
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
*/
/* Text elements */
p {
	padding:0;
  margin:0;
}
/*
ul {
	list-style: circle;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
*/
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	border-left:5px solid #7c8083;
	display:block;
	float:left;
	font-style:italic;
	margin:10px 29px;
	padding:0 1em;
	text-shadow:1px 1px #FFFFFF;
	width:85%;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;color:#999
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;border: 1px solid #ccc;	padding: 7px;
}
a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #666;text-shadow:1px 1px #000;
	text-decoration:none;
}
a:active,
a:hover {
	color: #ff6633;
	text-decoration:none;
}
.clear { clear: both; }


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
 .alignleft{float:left;margin-right:8px;}
.alignright{float:right;margin-left:8px;}
.aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center;}


/* =Social Navigation
-------------------------------------------------------------- */
#socials {
	display:block;font-weight:bold;height:138px;margin-top:26px;text-transform:uppercase;width:216px;
}
#socials ul.socialnet {
	display:block;
	float:right;
	height:20px;
	list-style:none outside none;
	margin:0;
	outline:medium none;
	padding:0;
	}
#socials ul.socialnet li{
	height:55px;list-style:none outside none;margin:0;	outline:medium none;	padding:0;

}
#socials ul.socialnet li a{
	display:block;float:left;height:38px;	color:#d5d5d5;padding:8px 0 0 42px;
}

#socials ul.socialnet li a.rss{
	background:url("images/rss-ico.png") no-repeat scroll left top transparent;

}
#socials ul.socialnet li a.facebook{
	background: transparent url('images/fb-ico.png') left top no-repeat;

}

#socials ul.socialnet li a.twitter{
	background: transparent url('images/twitter-ico.png') left top no-repeat;

}

/* =Content
-------------------------------------------------------------- */

#main {
	background:none transparent;clear:both;padding:0;width:100%;}
#content {
	display:block;float:left;margin:0;padding-top:7px;	background:url("images/border-post-group.png") repeat-y scroll left bottom transparent;}
#content,
#content input,
#content textarea {
	color: #666;
	font-size: 13px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 4px;
	text-shadow: 0px 1px 0px #000;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h2,
#content h3,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0;
	font-weight:bold;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}

#content div.cat-title {
	background:none repeat scroll 0 0 #f1f2f4;color:#514242;border:1px solid #A0A0A0;
	font-size:22px; font-weight:bold; margin:0 0 0 10px; min-height:49px;
	padding:19px 0 0 0px; text-align:center;text-shadow:1px 1px #FFFFFF;width:296px;
}

#content p span.date-cat{
	font-style:italic;
	font-size:9px;

}


.hentry {

}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry,
.page .hentry {
	background:none transparent;
	margin-left:25px;
	padding:0;width:427px;
}
.page-title {
	color:#ccc;
	font-size:22px;
	font-weight:normal;
	text-align:center;
/*	width:923px; */
}
h1.page-title{
	margin-bottom:28px;
	padding:14px;
}

.page-title span {
	color: #CCC;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff6633;
}
#content .entry-title {
	color: #ff6633;font-size: 40px;	font-weight: bold;line-height: 1.3em;font-family:'Yanone Kaffeesatz';background:url("images/border-dotted.png") repeat-x scroll left bottom transparent;width:99%;text-shadow:1px 1px #2D2D2D;
}
.entry-title a:link,
.entry-title a:visited {
	color: #ccc;text-shadow:1px 1px #2D2D2D;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ccc;
}
.entry-meta {
	color: #888;font-size: 12px;text-transform:upppercase;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.social-media{
width: 78px; float: right; display: block;
}
.social-media #twit{
text-align: right; display: block; float: right;
}
.social-media #fb{
text-align: right; display: block; float: right;
}
.entry-summary {
	display:block;
	float:left;
	padding:0;
	width:410px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
/* .entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;

}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
*/
.post-group .hentry {
	background:url("images/border-dotted.png") repeat-x scroll left bottom transparent;float:left;font-family:arial;font-size:12px;margin:0;padding:9px 0;position:relative;width:415px;
}.post-group .hentry .author a,.post-group .hentry .entry-date,.post-group .hentry .entry-date a,.post-group .hentry .meta-sep {color:#666;text-shadow:1px 1px #000;font-family:"Trebuchet MS";font-size:13px;}
.post-group{
	color:#CCCCCC;float:left;margin:0 0 0 8px;padding-left:30px;width:446px;

}
.post-group .hentry  .thumbnail{
	width:410px;height:174px;float:left;margin:8px 0; overflow:hidden;
}
.page-link {
	color: #000;font-weight: bold;	margin: 0 0 22px 0;word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;color: #333;font-weight: normal;padding: 0.5em 0.75em;text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #0099cc;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;font-size: 12px;
	line-height: 18px;height:28px;margin:0;float:left;display:block;
}
.entry-utility  a{
	color:#FF6633;font-weight:bold;text-decoration:underline;text-shadow:1px 1px #000000;
}
.entry-utility .comment-home{
	display:block;float:left;padding:4px 9px; color:#0099cc;
}
.entry-utility .comment-home a,.entry-utility .comment-home a:hover{
	color:#0099cc;
}
.entry-meta a,
.entry-utility a {
	text-transform:capitalize;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #000;text-shadow:none;text-decoration:none;
}
#content .video-player {
	padding: 0;
}

.meta-nav-home{
background:url("images/bg-continue.png") no-repeat scroll left top transparent;
color:#FFFFFF;
display:block;
float:right;
height:37px;
padding:5px 0 0 18px;
right:16px;
text-shadow:none;
top:329px;
width:81px;
}
.meta-nav-home a, .meta-nav-home a:visited {
	color:#fff;
	text-shadow:none;
}
.meta-nav-home a:hover, .meta-nav-home a:active{
	color:#0099cc;
}







/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;

}
.home #content .category-asides {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- 

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- 

.attachment .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .nav-next a:after {
	content: '\00a0\2192';
}
*/

/* -------- Captions for images ------------- */

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 80%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0 auto;
    padding: 0 4px 5px;
    max-width: 90%;
}

/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;height: auto;max-width: 640px;
	width: auto;overflow:hidden;
}#content img.attachment-post-thumbnail{
	margin: 0;height: auto;

	min-width: 410px;min-height:174px;
	width: auto;overflow:hidden;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;max-width:80%;
}
/*
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
*/
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

/* .navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #0099cc;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments { margin:0 auto;
	background:url("images/border-dotted.png") repeat-x scroll left bottom transparent;display:block;float:left;
	margin:10px 0 0 0;padding:12px 20px 21px 0px;width:50%;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #999;text-shadow:1px 1px #000;
	font-size: 25px;font-weight: bold;
	margin-bottom: 0;font-family:'Yanone Kaffeesatz';
}

.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 84px;
	position: relative;
	background:transparent none;
	text-shadow:none;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-top:10px;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
	color:#999;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
	padding:4px;
	background:#999;
}
.comment-author , .comment-body, .comment-body p{
	margin:0 5px;color:#D5D5D5;
	text-shadow:none;
}
.comment-author cite {
	color: #0099cc;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
	color:#999;
}
.comment-meta {
	font-size: 12px;
	margin: 0 5px 18px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF6633;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF6633;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments img{
	margin:5px 0 0 10px;
	background:#999 none;
	padding:5px;

}


#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	background:url("images/border-dotted.png") repeat-x scroll left bottom transparent;display:block;float:left;
	margin:10px 0 0 0;padding:12px 20px 21px 0px;width:90%;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
	width:96%;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #FF6633;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {margin: 0 0 9px;width: 98%;height:20px;
	background:#ccc;	color:#fff;
	font-family:"Arial";font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#respond textarea {
	width: 98%;	background:#ccc;color:#fff;
	font-family:"Arial";font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
form#comment-form button {background:url("images/button-submit-comment.png") no-repeat scroll left top transparent;border:0 none;
color:#FF6633;cursor:pointer;display:block;float:right;height:31px;margin:0;padding:0;width:86px; font-weight:bold;}


/* Sharer icons and Related Posts styling*/

#sharer{
	background:url("images/border-dotted.png") repeat-x scroll left bottom transparent;display:block;float:left;
	margin:10px 0 0 0;padding:12px 20px 21px 0px;width:90%;
}
#sharer .navigation {
	padding: 0 0 18px 0;
}
h3#sharer-title,
h3#rel-posts-title{
	color: #999;text-shadow:1px 1px #000;font-size: 25px;
	font-weight: bold;margin-bottom: 0;
	padding:0;font-family:'Yanone Kaffeesatz';
}

#sharer ul{
	display:block;
	float:left;
	height:44px;
	list-style:none outside none;
	margin:15px 0 0 0;
	padding:0;
	width:100%;
}
#sharer li {
	display:block;
	float:left;
	margin:0 15px 0 0;
	padding:0;
}

/* Popular posts styling */

.popular-post-items ul li{
float:left;margin-left:0;padding:15px;list-style:none;
}
ul.popular-post-items ul  li {
list-style:none;margin-left:-33px;
}
.popular-post-items img.wpp-thumbnail {
display:block;
float:left;
height:57px;
width:57px;
margin-right:5px;
}
span.wpp-post-title {
display:block;float:left; font-family: "Helvetica";font-size:13px;
text-shadow:0 1px #000;width:130px;font-weight:bold;
}
span.post-stats,.wpp-comments {
display:block;float:left;font-size:12px;
font-style:italic; font-family: "Helvetica";
}
img.wppnothumb{display:block;}



/* =Footer
-------------------------------------------------------------- */

#footer2 {
	height:72px;
	margin-bottom:0;
	padding:0 34px;
}
#colophon-wrapper {
	width:100%;background:#1e1e1e none;border-bottom:1px solid #555555;border-top:1px solid #555555;
}#colophon {
	display:block;margin-top:-10px;overflow:hidden;padding:32px 0 18px 30px;text-shadow:1px 1px #000000;width:970px;color:#666;
}
#colophon a,#colophon a:visited{
	color:#999;
}
#colophon a:hover,#colophon a:active{
	color:#ff6633;text-decoration:underline;
}

#site-info {
	background:none transparent;font-weight:normal;	font-size:10px;
	height:47px;	padding-top:25px;font-family: Arial;	color:#999;width:35%;
}
#site-info a {
	color:#333333;font-family:"Futura MdCn BT";font-size:15px;text-decoration:none;text-shadow:1px 1px #535353;
}
#site-generator {
background:none repeat scroll 0 0 transparent;
color:#333333;font-family:"Futura MdCn BT";font-size:15px;
font-weight:normal;height:47px;padding-left:18px;padding-top:25px;
text-decoration:none;text-shadow:1px 1px #535353;width:50%
}
#site-generator a {
	color:#333333;text-decoration:none;
	display: inline-block;	line-height: 16px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

p.annotation {
	text-align: right;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 101%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

div#featured{
	width:100%;overflow:hidden;
	margin:0 auto;height:255px;
	background: #0c0a0c none;padding: 0 0 31px 0;
	background:#2e2e2e none;
}
div.pad {

	width:962px;
	height:271px;
	padding:10px;
	margin: 0 auto;
}

div.featured-continue{
	background:url("images/feat-readmore.png") no-repeat scroll 0 0 #333333;
display:block;float:left;font-family:'Yanone Kaffeesatz'; font-size: 24px; height:34px;
padding:10px 0 0 19px;width:109px; }
div.featured-continue a{color:#fff;text-transform:uppercase;}

/* Pagination styling */

.pagenavi {
clear:both;display:block;float:left;margin:17px 0 18px;text-align:center;width:415px;font: normal 20px/24px 'Yanone Kaffeesatz';
}
.pagenavi  .pages{

}
.pagenavi a, .pagenavi span {
	background:transparent none;height:6px;	margin:2px;
	padding:1px;text-decoration:none;color:#999;
}

.pagenavi a:hover, .pagenavi span.current {
	border-color: #0099cc;color:#000;
}

.pagenavi span.current {
	font-weight:bold;color:#FF6633;
}
.pagenavi a.nextlink{
	background:#e1e1e4 none;
	color:#383d49;
}.pagenavi a.previouslink{
	background:#e1e1e4 none;color:#383d49;
}
.pagenavi .brace {color:#ccc}

/* =Header - Rob
-------------------------------------------------------------- */
#header-wrapper {width:100%;min-width:1100px;
background: background: #006699; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjY5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODdmYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #006699 0%, #287fa2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006699), color-stop(100%,#287fa2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #006699 0%,#287fa2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #006699 0%,#287fa2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #006699 0%,#287fa2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #006699 0%,#287fa2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#287fa2',GradientType=0 ); /* IE6-8 */
margin-top:-17px;
display:block;
}

#header {
width:1000px;
margin:0 auto;
display:block;
padding:0;
height:142px;
}
#header h1 {display:none;}
#headerlogo {float:left; width:237px;margin:0 0 0 15px;}
#masthead {
	padding: 0;
	margin:0 auto;
padding:0;
width:1100px;
}

#site-title {
display:none;
	float: left;
	font-size: 30px;
	margin: 0;
	width: 250px;
}
#site-title a.texttitle {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	float:left;
	margin:38px 0 0 48px;
	font-size:42px;
}
#site-description {float:left;font-family:"Myriad Pro Cond";font-size:16px;line-height:2px;margin:3px 0 18px 4px;text-transform:uppercase;width:250px;color:#999;}
#site-search2 {
	background:url("images/bg-searchform.png") no-repeat scroll left top transparent;	clear:right;display:block;
	height:31px; margin:0;	width:197px;padding-right:20px;
}
#belowmenu {clear:both; margin: 0 auto; }
#hredbar {
height:10px; 
width:950px; 
background:#cf3f30; 
display:block;
margin-left:25px;
}
#hwhitebar {
height:8px; 
display:block;
margin-left:25px;
width: 950px;
background: white;
}




/* --------------- Index page - Rob --------------------- */
#indexcontainer {
background: #D4ECFF; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#B0ECEF, #D4ECFF);
	background: -o-linear-gradient(#B0ECEF, #D4ECFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B0ECEF), to(#D4ECFF)); /* older webkit syntax */
	background: -webkit-linear-gradient(#B0ECEF, #D4ECFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B0ECEF',EndColorStr='#D4ECFF');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#B0ECEF',EndColorStr='#D4ECFF')";
    zoom: 1;
	margin-top: -16px;
min-width:1100px;
width:100%;
}
#headerwhitebox {
	margin:0 auto;
	width:951px;
	height:15px;
	margin-top:-16px;
	background:white;
	clear:both;
}
#welcomebox {
	margin:0 auto;
	width:951px;
	padding:20px 0 0 0;
	color:#cf3f30;
	font-family:"Times New Roman", Times, serif;
	Font-size:39px;
	text-align:center;
}

#welcomebox h6 {
  margin-top:-2px;
  color:#069;
  font-size:12px;
}

#sliderbox {

	margin:0 auto;
	width:953px;
	height:445px;
	background:white;
}
#sliderbox ul {
margin:0 auto;
padding-top:10px;

list-style-type: none;
}
#slidertext2 {

	margin:0 auto;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#layerslider_1 h1 {
  color:green;
  font-family:verdana, helvetica, arial, sans-serif;
  font-size:21px;
}
#layerslider_1 h3 {
  color:blue;
  font-family:verdana, helvetica, arial, sans-serif;
  font-size:16px;
}
#layerslider_1 p {
  color:black;
font-family:verdana, helvetica, arial, sans-serif;
  font-size:12px;
}
#buttonfamily {
list-style: none;
background-image:url(images/sqbutton-Npurple.jpg);
height:151px;
width:176px;
color:#006699;
}

#buttonfamily h1 {
padding:15px 0 5px 0;
font-size:21px;
color:#5281D5;
}

#buttonfamily a {color:#069;text-decoration:underline;}
#buttonfamily h1 a {text-decoration:none; }

#buttonathome {
list-style: none;
background-image:url(images/sqbutton-Ngreen.jpg);
height:151px;
width:176px;
color:#336633;
}

#buttonathome h1 {
padding:15px 0 5px 0;
font-size:21px;
color:#336633;
}

#buttonathome a {color:#336633;text-decoration:underline;}
#buttonathome h1 a {text-decoration:none; }

#buttonpresenter {
list-style: none;
background-image:url(images/sqbutton-Norange.jpg);
height:151px;
width:176px;
color:#FFFFCC;
}

#buttonpresenter a {color:#FFFFCC; text-decoration:underline;}
#buttonpresenter h1 a {text-decoration:none; }
#buttonpresenter h1 {
padding:15px 0 5px 0;
font-size:21px;
color:#FFFFCC;
}

#buttonontheroad {
list-style: none;
background-image:url(images/sqbutton-Nblue.jpg);
height:151px;
width:176px;
color:#61E4F1;
}


#buttonontheroad a {color:#94FFFF;text-decoration:underline;}
#buttonontheroad h1 a {text-decoration:none; }
#buttonontheroad h1 {
padding:15px 0 5px 0;
font-size:21px;
color:#94FFFF;
}

#buttonmipac {
list-style: none;
background-image:url(images/sqbutton-Nred.jpg);
height:151px;
width:176px;
color:#1A0851;
}

#buttonmipac a {color:#4214cc;text-decoration:underline;}
#buttonmipac h1 a {text-decoration:none; }
#buttonmipac h1 {
padding:15px 0 5px 0;
font-size:21px;
color:#1A0851;
}

/* --------------- Frontpage Underslider - Rob ------------------------ */

#underslider {
margin:0 auto;
background:white;
width:943px;
display:inline-block;
height:171px;
margin-left:10px;
  padding-left:10px;
}

/* #underslider ul{
  margin:0 auto;
    margin-left:10px;
  display:inline-block
}

#underslider h1 {
  font-size:20px;
}

#underslider p {
  font-size:14px;
  padding-left:10px;
  padding-top:15px;
  line-height:1.4em;
}

#underslider li{
width:180px;
display:block;
background:white;
float:left;
padding-right:4px;
height:171px;
overflow:hidden;
  list-style: none;
}

#underslider li li {
background:none;
clear:both;
}

*/

/* ---------------- underslider as a class ------------------- */

.underslider {
margin:0 auto;
background:white;
width:943px;
display:block;
height:171px;

  padding-left:10px;
}

.underslider ul{
  margin:0 auto;
    margin-left:10px;
}

.underslider h1 {
  font-size:20px;
}

.underslider p {
  font-size:14px;
  padding-left:10px;
  padding-top:15px;
  line-height:1.4em;
}

.underslider li{
width:180px;
display:block;
background:white;
float:left;
padding-right:4px;
height:171px;
overflow:hidden;
  list-style: none;
}

.underslider li li {
background:none;
clear:both;
}

/* --------------- end of underslider as a class ------------- */

#welcometext {
clear:both;
margin:0 auto;
background:D4ECFF;
width:951px;
display: block;
height:131px;
padding-top:30px;
text-size:14px;
}

 #welcometext ul li{

margin-left:25px;
width:207px;
height:131px;
float:left;

font-size:14px;
}

#welcomeimage {
  width:211px;
height:131px;
  float:left;
  margin-right:-40px;
  margin-top: -5px;
  padding:0;
  padding-left: 30px;
}

#welcometext ul li:first-child
{
margin-left:47px;
  
width:273px;


} */

/*

.welcometext {
clear:both;
margin:0 auto;
background:D4ECFF;
width:951px;
display: block;
height:131px;
padding-top:30px;
text-size:14px;
}
/* ------------ 
.welcometext ul li{

margin-left:25px;
width:207px;
height:131px;
float:left;

font-size:14px;
}

.welcomeimage {
  width:211px;
height:131px;
  float:left;
  margin-right:-40px;
  margin-top: -5px;
  padding:0;
  padding-left: 30px;
}

.welcometext ul li:first-child
{
margin-left:47px;
  
width:273px;


}
*/

 #welcometext ul li:last-child
{
padding-top:30px;
margin-left:25px;
width:270px;
height:131px;
} 


#welcometext ul li:nth-child(2) {
width:211px;
float:left;
  padding-top:0;
margin-left:0;
}

#welcometextright {
overflow:visible;
  width:280px;
  padding-left:15px;
height:131px;
}

/* #welcometext ul li:nth-child(3) {
  font-size:14px;
  
width:207px;
height:131px;
} */

/*---------------------*/
#clear {clear:both;}
/* --------------- Footer - Rob ------------------------- */
footer, .footer {
  clear:both;
margin-top:-21px;
min-width:1100px;
  width:100%;
padding:0;
  background:none;
background-color: #D4ECFF; /* Show a solid color for older browsers */
	background-image: -moz-linear-gradient(#D4ECFF, #66CCCC);
	background-image: -o-linear-gradient(#D4ECFF, #66CCCC);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D4ECFF), to(#66CCCC)); /* older webkit syntax */
	background-image: -webkit-linear-gradient(#D4ECFF, #66CCCC);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4ECFF', endColorstr='#66CCCC');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4ECFF', endColorstr='#66CCCC')";
  /* ie10 */
  background-image: -ms-linear-gradient(#D4ECFF,#66CCCC);
  
}

#whitebox {
clear:both;
	margin:0 auto;
	width:951px;
	height:18px;
	background:white;
}
#newsletterbar {
	margin:0 auto;
padding:0;
	padding:7px 0 7px 0;
	width:951px;
	height:auto;
	background:#069;
font-size:14px;
	color:white;
	text-align:center;
}
#newsletterbar input {
background:#68A4C0;
border:none;
padding: 4px;
}

.newslettersignup {
-moz-border-radius: 7px;
border-radius: 7px;
background:#68A4C0;
border:none;
padding:0;
margin-left:15px;
}
#newsletterbar input[type="submit"]
{
-moz-border-radius: 7px;
border-radius: 7px;
background:grey;
border-color:#666;
font-size:14px;
}

/* #contentblock {
margin:0 auto;
width:200px;
height:200px;
overflow:hidden;
background:purple;
text-size:12px;
color:white;
} */
#footerwidget {
	margin:0 auto;
	padding:10px 0 10px 0;	
	width:951px;
	display:block;
	height:207px;
	overflow:hidden;
  font-family:verdana, arial, helvetica, san-serif;
  color:#069;
  font-size:12px;
}

#footerwidget h2 {
  font-size:20px; color:#069; font-family:'colaborate-thinregular', Verdana, Helvetica, Arial, sans-serif; padding-top:5px;
}

#footerwidget ul li {
	float:left;
	height:217px;
	width:200px;
	padding-right:15px;
}


#footerwidget ul li:last-child {
  float:right
margin:0;
padding:0;
background-image:url(http://www.mermaidtheatre.ca/images/fcontactbg.gif) ;
background-repeat:no-repeat;
background-position:10px 0; 
padding-top:85px;
height:100px;
width:240px;
border-right:none;

}

.footerwidgets{
width:200px;
color:#069;
padding:0 15px 0 15px;	
margin-right:4px;
min-height:227px;

border-right:#68A4C0 solid 1px;
}
#footerabout h2{
font-size:16px;
padding-bottom:10px;

}

#footerabout {
  line-height:1.3em;
}

#footerstore {
height:auto;
  padding-left:15px;
overflow:hidden;
}
#footerstore h2{
font-size:16px;
padding-bottom:10px;
}
#footerstore a {
margin-top:20px;
}
#footerstore p {
margin-bottom:10px;
}
.storelink {
  font-size:14px;
color:#069;
}
#footertwitter {
height:187px;
padding-left:15px;
}
#footertwitter h2 {
font-size:16px;
padding-bottom:10px;
}

/* ---------- Styling for twitter widget --------------- */
#rotatingtweets_widget-3 p {
padding: 10px 0 15px 15px;
}
#rotatingtweets_widget-3 h2 {
padding-left: 15px;
}
.follow-button { padding-left:15px; margin-top:-15px;}
.rotatingtweets {
  height:150px; 
  margin-top: 15px;
}
.rotatingtweets a {
color: black;
  }
.tweets {
	color:#069;}
  .tweets li {
  padding-bottom:15px;;
	}
	.tweets a{color:black;}

/* -------- */
#footercontact {

height:170px;

padding-left:15px;

}

#sponsor-wrap {
clear:both;
	margin:0 auto;
	padding:5px 0 5px 0;
	width:951px;
	height:87px;
	border-top:#68A4C0 solid 1px;
}

#sponsor-wrap img {
padding:15px 15px 0 0;
}

#sponsor-wrap p {
color:#069;
}

.canadahelps {
float:right;
padding-right:20px;
}

#copyright {
width:100%;
clear:both;
background:#069;
}
#copyright-wrap {
	background:#069;
	margin:0 auto;
	padding-top:10px;
	width:951px;
	height:36px
}
#credit {
	float:left;
	padding-left:15px;
	line-height:0.8em;
}

#footersocial {
	float:right;
	color:white;
margin-top:-8px;
	padding-top:6px;
	padding-right:10px;
	height:63px;
}
#sparkingideas a {
margin-top:-8px;
	float:right;
	padding-right:30px;
	color:white;
}
.widget-column {width:235px; }
.copyright-text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#66CCFF;
}
.rtw_meta {padding-top:10px; }

/* --------------- Basic Page - Rob ------------------------- */

#Pagecontainer {
margin:0 auto;
background: #B0ECEF; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#B0ECEF, #D4ECFF);
	background: -o-linear-gradient(#B0ECEF, #D4ECFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B0ECEF), to(#D4ECFF)); /* older webkit syntax */
	background: -webkit-linear-gradient(#B0ECEF, #D4ECFF);
width:100%;
clear:both;
margin: 0 auto;
  line-height:1.3em;
  min-height:400px;
}

#pagecontainer h6 {
  font-size:10px;
	color:#666;
}

#abovepagewhitebox {
margin:0 auto;
	width:951px;
	height:8px;
	background:white;
	
}

#pagewhitebox {
margin:0 auto;
	width:951px;
	height:15px;
	background:white;
	
}

#Pagecontent {
  
margin:0 auto;
width:951px;
min-height:400px;
  font-size:18px;
  color:#069;
  margin-bottom:60px;
  overflow:hidden;
}
.entry-title-h1 {margin:0 auto; text-align:center; font-size:30px; color:white; font-family:'colaborate-thinregular', Verdana, Helvetica, Arial, sans-serif; padding-top:10px; padding-bottom:20px;}


#Pagecontent p {

padding-bottom:30px;
}

#mipacpagecontent {
  margin:0 auto;
width:600px;
min-height:800px;
  font-size:14px;
  color:white;
  margin-bottom:60px;
  float:left;
  height:auto;
}

#mipacpagecontent p {
  width:600px;
 padding-bottom:30px;
}

.divider {
display:none;
}
  
/* ------------ Image Caption for page ---------------- */
/*  .wp-caption {
text-align: center;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
	color:#999;
  width:100%;
}
*/

#showintro {padding:5px 0 30px 0; border-bottom:#069 1px solid; font-size:18px; color:white; line-height:1.2em; }

#showpics img {padding:15px;}
#showpics h3 {padding-top:15px; color:white; }
#showpics h4 {font-size:10px; }
#showpics {padding-bottom:30px; border-bottom:white 1px solid; }
#showdocs {float:left; width:440px; padding-right:20px; font-size:16px; }
#showvideo {float:left; width:460px; margin-left:30px;}
#showbook {clear:both; border-top:white 1px solid; padding-top:30px}

#showvideo h3, #showdocs h3 {color:#069; font-size:22px; font-weight:bold; padding: 10px 0 10px 0;}

.scrhead {padding-bottom:20px;}

 
/* --- Presenter Section --- */

  
/* -------------- mipac current season ------------------------ */
  #mipac-title {padding-bottom:40px;}
  #mipacseasontop { height:450px;}
  #column14 {float:left; padding-right:10px; width:196px; }
  #column24 {float:left; padding-right:10px; width:85px; height:100%;}
  #column34 {float:left; padding-right:25px; width:100px; height:100%; font-size:15px; font-family:verdana, helvetica, arial, san-serif; color:white;}
#column34 h4 {color:white; font-size:20px; font-family:verdana, helvetica, arial, san-serif; padding-bottom:15px;}
  #column44 (float:left; width:150px; padding-left:10px;)
	#mipaccurrentseason1 { padding-top:30px; border-top:white 1px solid;  margin-top:100px; width:500px;}




/* -----------mipac general ----------------- */
#mipaccontainer {
  margin:0 auto;
background-color:#FFCC99;
background-image: linear-gradient(bottom, #FFCC99 25%, #CC9999 64%, #2A7FAA 86%);
background-image: -o-linear-gradient(bottom, #FFCC99 25%, #CC9999 64%, #2A7FAA 86%);
background-image: -moz-linear-gradient(bottom, #FFCC99 25%, #CC9999 64%, #2A7FAA 86%);
background-image: -webkit-linear-gradient(bottom, #FFCC99 25%, #CC9999 64%, #2A7FAA 86%);
/* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A7FAA', endColorstr='#FFCC99');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A7FAA', endColorstr='#FFCC99')";
  /* ie10 */
  background-image: -ms-linear-gradient(#2A7FAA,#CC9999,#FFCC99);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.25, #FFCC99),
	color-stop(0.64, #CC9999),
	color-stop(0.86, #2A7FAA)
);

width:100%;
clear:both;
  line-height:1.3em;
  overflow:auto;
  height:auto;
}
#mipacpage {
width:951px;
  margin:0 auto;
  min-height:400px;
  overflow:visible;
}

.entry-title-h1 {margin:0 auto; text-align:center; font-size:30px; color:white; font-family:'colaborate-thinregular', Verdana, Helvetica, Arial, sans-serif; padding-top:10px; padding-bottom:20px;}

.sidemipac {
  list-style:none;
  padding-left:100px;
  float:left;
  width:300px;
}

.sidemipac ul{
  width:300px;
  overflow:hidden;
}
  
.sidemipac ul li {
  width:300px;}

.sidemipac p {
  padding:0;
}
.column4 {
  width:150px;
}

#sidemipac h2 {
  font-size:18px;
  color:#069;
  padding: 15px 0 15px 0;
}

#mipacseasontop{
  width:600px;
  background-color:red;
}


/* ----------SIDEBAR MIPAC ----------- */
.sidebarmipac {
  padding-left:100px;
  float:left;
  width:250px;
}

.sidebarmipac ul {
  width:250px;
}

.sidebarmipac h2 {
  font-family:'colaborate-thinregular', Verdana, Helvetica, Arial, sans-serif; 
  padding-top:25px; 
  padding-bottom:5px;
color:white;
font-size:22px;
  font-weight:bold;
}
.sidebarmipac p {
  font-size:14px;
  color:black;
}

.sidebarmipac li {
  width:250px;
}

/* ---------------WHO WE ARE SECTION --------------------- */
#aboutcontainer {
  margin:0 auto;
background-color:#B0ECEF;
background-image: linear-gradient(top, #B0ECEF, #D4ECFF);
background-image: -o-linear-gradient(top, #B0ECEF, #D4ECFF);
background-image: -moz-linear-gradient(top, #B0ECEF, #D4ECFF);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B0ECEF), to(#D4ECFF)); /* older webkit syntax */
background-image: -webkit-linear-gradient(top, #B0ECEF, #D4ECFF);
/* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0ECEF', endColorstr='#D4ECFF');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0ECEF', endColorstr='#D4ECFF')";
  /* ie10 */
  background-image: -ms-linear-gradient(#B0ECEF,#D4ECFF);

width:100%;
clear:both;
  line-height:1.3em;
  overflow:auto;
  height:auto;
} 

#aboutpagecontent {
  margin:0 auto;
width:600px;
min-height:400px;
  font-size:14px;
  color:#069;
  margin-bottom:60px;
  float:left;
  height:auto;
  overflow:visible;
}

#aboutpagecontent p {
  width:600px;
 padding-bottom:30px;
}

div#abouttitle {
width:951px;
margin: 0 auto;
height:auto;
border-bottom:white 1px solid;
}

div#abouttitle h2{
	padding-top:25px;
	padding-bottom:20px;
	font-family: 'colaborate-thinregular', Verdana, Helvetica, Arial, sans-serif;
	color:white;
	font-size:45px; 
	text-align:center;
}
#aboutpage {
width:951px;
  margin:0 auto;
  min-height:400px;
}
.sidebarabout {
 float:left;
  width:250px;
  padding-left:50px;
  overflow:hidden;
}

/* ----------SIDEBAR ABOUT ----------- */
#sidebarabout h2 a {
  padding-top:3px;
  font-weight:bold;
  font-size:17px;
color:white;}

.sidebarabout {
  padding-left:100px;
  float:left;
  width:250px;
}

.sidebarabout ul {
  width:250px;
}

.sidebarabout h2 {
  font-family:'colaborate-thinregular', Verdana, Helvetica, Arial, sans-serif; 
  padding-top:5px; 
  padding-bottom:5px;
color:#069;
font-size:16px;
}

.sidebarabout li {
  width:250px;
  font-size:13px;
}

/* ---------------WHAT WE DO SECTION --------------------- */
#generaltitle {
width:951px;
margin: 0 auto;
height:auto;
border-bottom:white 1px solid;
	
}
#general-title h2{
	padding-top:15px;
	padding-bottom:10px;
	font-family: 'colaborate-thinregular', Verdana, Helvetica, Arial, sans-serif;
	color:white;
	font-size:45px; 
	text-align:center;
	
}
#generalcontainer {
  margin:0 auto;
background-color:#B0ECEF;
background-image: linear-gradient(top, #B0ECEF, #D4ECFF);
background-image: -o-linear-gradient(top, #B0ECEF, #D4ECFF);
background-image: -moz-linear-gradient(top, #B0ECEF, #D4ECFF);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B0ECEF), to(#D4ECFF)); /* older webkit syntax */
background-image: -webkit-linear-gradient(top, #B0ECEF, #D4ECFF);
/* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0ECEF', endColorstr='#D4ECFF');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0ECEF', endColorstr='#D4ECFF')";
  /* ie10 */
  background-image: -ms-linear-gradient(#B0ECEF,#D4ECFF);

width:100%;
clear:both;
  line-height:1.3em;
  overflow:auto;
  height:auto;
} 

#generalcontent {
  margin:0 auto;
width:600px;
min-height:400px;
  font-size:14px;
  color:#069;
  margin-bottom:60px;
  float:left;
  height:auto;
  overflow:visible;
}

#generalpage {
width:951px;
  margin:0 auto;
  min-height:400px;
}
#generalcontent p {
  width:600px;
 padding-bottom:30px;
}


}
/* ----------SIDEBAR GENERAL ----------- */
.sidebargeneral {
  padding-left:100px;
  float:left;
  width:250px;
}

.sidebargeneral ul {
  width:250px;
}

.sidebargeneral h2 {
  font-family:'colaborate-thinregular', Verdana, Helvetica, Arial, sans-serif; 
  padding-top:5px; 
  padding-bottom:5px;
color:#069;
font-size:16px;
}

.sidebargeneral li {
  width:250px;
}

/* --- For Families Section --- */

#family-container {

background-color:#2A7FAA;
background-image: linear-gradient(bottom, #A7E3E5 11%, #DBE7F5 50%, #2A7FAA 82%);
background-image: -o-linear-gradient(bottom, #A7E3E5 11%, #DBE7F5 50%, #2A7FAA 82%);
background-image: -moz-linear-gradient(bottom, #A7E3E5 11%, #DBE7F5 50%, #2A7FAA 82%);
background-image: -webkit-linear-gradient(bottom, #A7E3E5 11%, #DBE7F5 50%, #2A7FAA 82%);
background-image: -ms-linear-gradient(bottom, #A7E3E5 11%, #DBE7F5 50%, #2A7FAA 82%);
 /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A7FAA', endColorstr='#A7E3E5');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A7FAA', endColorstr='#A7E3E5')";
  /* ie10 */
  background-image: -ms-linear-gradient(#2A7FAA,#A7E3E5);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.11, #A7E3E5),
	color-stop(0.5, #DBE7F5),
	color-stop(0.82, #2A7FAA)
);
  width:100%;
clear:both;
margin: 0 auto;
  line-height:1.3em;
  min-height:400px;
}

#familyintrocontainer {

background-color:#2A7FAA;
background-image: linear-gradient(bottom, #A7E3E5 11%, #DBE7F5 50%, #2A7FAA 82%);
background-image: -o-linear-gradient(bottom, #A7E3E5 11%, #DBE7F5 50%, #2A7FAA 82%);
background-image: -moz-linear-gradient(bottom, #A7E3E5 11%, #DBE7F5 50%, #2A7FAA 82%);
background-image: -webkit-linear-gradient(bottom, #A7E3E5 11%, #DBE7F5 50%, #2A7FAA 82%);
background-image: -ms-linear-gradient(bottom, #A7E3E5 11%, #DBE7F5 50%, #2A7FAA 82%);
 /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A7FAA', endColorstr='#A7E3E5');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A7FAA', endColorstr='#A7E3E5')";
  /* ie10 */
  background-image: -ms-linear-gradient(#2A7FAA,#A7E3E5);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.11, #A7E3E5),
	color-stop(0.5, #DBE7F5),
	color-stop(0.82, #2A7FAA)
);
   width:100%;
clear:both;
margin: 0 auto;
 margin-top:-16px;
}

a:visited {color:white;}

#abovepagewhitebox {
margin:0 auto;
	width:951px;
	height:8px;
	background:#CF3F30;
	
}

.entry-content{
  font-family: verdana, helevetica, arial, sans-serif;
	padding:10px 0 40px 0;
  color:#069;
  
  font-size:18px;
 }
.entry-content img {padding-right:30px;}
.entry-content a{
	color:#ff6633
}

.blog-entry-content{
  font-family: verdana, helevetica, arial, sans-serif;
	padding:10px 0 40px 0;color:#069;
  line-height:1.3em
  font-size:18px;
  width:70%;
}
.blog-entry-content img {padding:20px 30px;
}
.blog-entry-content a{
	color:#ff6633
}

.blog-entry-list {
	width:70%;
	margin:0 auto;
	text-align:left;
		}
.blog-entry-list h2 {
	  padding:20px 0;
  color:#069;
			}
.blog-entry-list p {
	padding: 5px 0;
				}

.blog-entry-list a:visited {
  color:#069;
	  }
#nav-posts .prev, .next {
	padding:10px 0;
				}
	#nav-posts {
				  margin-bottom:30px;
				}
#container-blog {
  margin-top:20px;
  margin-left:110px;
  line-height:1.3em
}
#container-blog h1 {
  line-height:1.3em;
}
#family-title {
width:951px;
margin: 0 auto;
height:auto;
border-bottom:#c0d9e3 1px solid;
	
}
#family-title h2{
	padding-top:15px;
	padding-bottom:10px;
	font-family: 'colaborate-thinregular', Verdana, Helvetica, Arial, sans-serif;
	color:#C0D9E3;
	font-size:45px; 
	text-align:center;
	
}


#family-footer-wrap, #sponsor-wrap, .mipac-footer {

}
#footer-families {

background-color: #A7E3E5; /* Show a solid color for older browsers */
	background-image: -moz-linear-gradient(#A7E3E5, #0099CC);
	background-image: -o-linear-gradient(#A7E3E5, #0099CC);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A7E3E5), to(#0099CC)); /* older webkit syntax */
	background-image: -webkit-linear-gradient(#A7E3E5, #0099CC);
  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7E3E5', endColorstr='#0099CC');
  /* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7E3E5', endColorstr='#0099CC')";
  /* ie10 */
  background-image: -ms-linear-gradient(#A7E3E5,#0099CC); 
  margin-top:-60px;
}
.push {display:none;}

.p-show {
  clear:both;
   color:#069;
  width:951px;
  height:323px;
  padding-bottom:10px;
  padding-top:10px;
  border-bottom:white 1px solid;
  font-size:14px;
  line-height:1.4em;
}
.p-show a.visited {color:#069; }
.p-show a:visited {color:#069; }

#Pagecontent h1 {font-size:22px; color:#069; padding:0;}
.p-show h1 {font-size:18px; padding:0;}
#p-text1 h4, #p-text2 h4, #p-text3 h4, #p-text4 h4, #p-text5 h4, #p-text6 h4 {font-size:14px; line-spacing:1em;}
.p-picture {
  float:left;
  width:323px;
  height:323px;
}
#p-text1, #p-text2, #p-text3, #p-text4, #p-text5, #p-text6 {
  float:left;
  background-color:white;
	opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
width: 588px;
  padding:15px 15px 0 15px;
  height:308px;
  max-height:323px;
  overflow:hidden;
}

#p-text1 h1, #p-text2 h1, #p-text3 h1, #p-text4 h1, #p-text5 h1, #p-text6 h1 {line-height:1.1em; font-size:26px;padding:0;color:#069; font-weight:bold; padding-bottom:10px;}

#showpics img {padding:15px 15px 0 15px;}
#showpics h3 {padding-top:15px; color:#069;}
#showpics h4 {font-size:10px; }
#showpics {padding-bottom:30px; border-bottom:white 1px solid; }
#showdocs {float:left; width:440px; padding-right:20px; padding-top:15px; line-height:1.3em;}
#showvideo {float:left; width:460px; margin-left:30px; padding-top:15px;}
#showbook {clear:both; border-top:white 1px solid; padding-top:30px}
h3 {color:#069; font-size:22px; font-weight:bold; padding: 10px 0 10px 0;}

h3 {color:#069; font-size:22px; font-style:bold; padding: 10px 0 10px 0;}
.techdocs {display:none; }

.entry-title-h1 {text-align:center; font-size:30px; color:white; font-family:'colaborate-thinregular', Verdana, Helvetica, Arial, sans-serif; padding-top:10px;}

/* ----------FAMILY INTRO PAGE ----------------- */


#headerredbox{color:#CF3F30; }

#familysliderbox {
  margin: 0 auto;
list-style: none;
background-image:url(./images/family-bg-slider.jpg);
height:402px;
width:951px;
color:white;
  margin-bottom:25px;
  background-repeat:no-repeat;
  -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
#familysliderbox ul {
margin:0 auto;
padding-top:10px;

list-style-type: none;
}

#familyunderslider {
  display:block;
  margin: 0 auto;
  list-style: none;
background-image:url(images/family-activity-top.jpg);
height:462px;
width:951px;
color:white;
  margin-bottom:25px;
  background-repeat:no-repeat;
  -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
#familyunderslider ul{
  margin:0 auto;
    margin-left:40px;
  padding-top:90px;
}
#familyunderslider li{
width:220px;
display:block;
float:left;
margin-top:30px;
overflow:hidden;
  list-style: none;
}

#familyintroactivitybutton1 {
list-style: none;
background-image:url(images/family-button-bg-red.jpg);
height:306px;
width:216px;
Background-repeat:no-repeat;
}

#familyintroactivitybutton1 h1 {
padding:20px 0 5px 0;
font-size:21px;
color:#5281D5;
}

#familyintroactivitybutton1 ul {list-style:none; padding:0; margin:0;}
#familyintroactivitybutton1 li {font-size:14px; margin-top:5px; width:160px; padding-left:20px; padding-right:20px; padding-top:12px;}

#familyintroactivitybutton1 a {color:white;text-decoration:underline;width:150px; padding:10px 5px 5px 15px;}
#familyintroactivitybutton1 h1 a {text-decoration:none; }

#familyintroactivitybutton2 {
  list-style: none;
background-image:url(images/family-button-bg-green.jpg);
height:306px;
width:217px;
Background-repeat:no-repeat;
}

#familyintroactivitybutton2 h1 {
padding:20px 0 5px 0;
font-size:21px;
color:#5281D5;
}
#familyintroactivitybutton2 ul {list-style:none; padding:0; margin:0;}
#familyintroactivitybutton2 li {font-size:14px; margin-top:5px; width:160px; padding-left:20px; padding-right:20px; padding-top:12px;}

#familyintroactivitybutton2 a {color:#069;text-decoration:underline;}
#familyintroactivitybutton2 h1 a {text-decoration:none; }

#familyintroactivitybutton3 {
  list-style: none;
background-image:url(images/family-button-bg-blue.jpg);
height:306px;
width:225px;
Background-repeat:no-repeat;
  color:white;
}

#familyintroactivitybutton3 h1 {
padding:25px 0 5px 0;
font-size:21px;
color:white;
}

#familyintroactivitybutton3 ul {list-style:none; padding:0; margin:0;}
#familyintroactivitybutton3 li {font-size:14px; margin-top:5px; width:160px; padding-left:25px; padding-right:20px; padding-top:12px; color:white;}

#familyintroactivitybutton3 a {text-decoration:underline;}
#familyintroactivitybutton3 h1 a {text-decoration:none; }

#familyintroactivitybutton4 {
  list-style: none;
background-image:url(images/family-button-bg-orange.jpg);
height:306px;
width:220px;
Background-repeat:no-repeat;
}

#familyintroactivitybutton4 h1 {
padding:25px 0 5px 0;
font-size:21px;
color:#5281D5;
}

#familyintroactivitybutton4 ul {list-style:none; padding:0; margin:0;}
#familyintroactivitybutton4 li {font-size:14px; margin-top:5px; width:160px; padding-left:20px; padding-right:20px; padding-top:12px;}

#familyintroactivitybutton4 a {color:#069;text-decoration:underline;}
#familyintroactivitybutton4 h1 a {text-decoration:none; }

#familyaboutsupport {
  margin:0 auto;
  
  Width: 951px;
	height:300px;
  bsckground-color:red;
margin-bottom:25px;
}

#familyaboutsupport ul {
  margin:0 auto;
  width:951px;
}

#familyaboutsupport li {
  width:474px;
display:block;
float:left;
height:300px;
overflow:hidden;
  list-style: none;
  
}

#familyabout {
   margin:0 auto;
  background-image:url(images/family-bg-about.jpg);
  background-repeat:no-repeat;
  padding-top:30px
  padding-left:20px;
  Width:454px;
	height:300px;
  margin-bottom:25px;
  background-color:none;
  -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
 
}

#familyabout h2 {
  font-size:20px;
  font-weight:bold;
  padding-left:20px;
  color:white;
}

#familyabout p {
  width:360px;
  padding:40px 20px 20px 30px;
  color:#069;
  line-height:1.3em;
}

#familysupport {
  margin:0 auto;
  float:left;
  background-image:url(images/family-bg-support.jpg);
  background-repeat:no-repeat;
  padding-left:20px;
  Width: 494px;
	height:287px;
 margin-bottom:25px;
  background-color:none;
  -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

#familysupport h2 {
  font-size:18px;
  font-weight:bold;
  padding-left:10px;
  color:white;
}

#familysupport p {
  width:360px;
  padding:40px 20px 20px 10px;
  color:#069;
  line-height:1.3em;
}

#familyfeedback {
  clear:both;
  display:block;
  margin: 0 auto;
  list-style: none;
background-image:url(images/family-bg-fanfeedback.jpg);
height:240px;
width:951px;
color:white;
  background-repeat:no-repeat;
}

#familyfeedback ul {
  padding-left:25px;
}

#familyfeedback li {
  float:left;
  width:270px;
  color:#069;
  margin-top:80px;
  padding-right:37px;
  font-size:14px;
}

#familyfeedback h3 {
  color:#069;
  font-size:16px;
  text-align:right;
}

/* ----- ask jim page --------- */
#askjim {
  background:#fff;
  opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
  padding:20px;
}

#askjimcontent {
  opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#askjimcontent p {padding:0; opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */}

.scrdiv {padding-top:0; padding-bottom:20px; color:#CF3F30;}
.scrhead {padding-bottom:10px; color:#CF3F30; padding-left:15px;}

/* ------------ family footer -------------- */
#footer-families {
  margin-top:-60px;
}

/* ------------ family calendar pages ------- */
.white {color:white;}
#showcalendar {
  line-height:1.4em;
  background-color:white;
  opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
  padding-bottom:20px;
}
#showcalendar h2 {
  padding-top:20px;
  padding-bottom:5px;
  line-height:1.3em;
}
#showcalendar h4 {
  padding-bottom:3px;
  padding-left:15px;
}
#showcalendar p {
  padding:5px 0 5px 10px;
}





.treasures-shows td {
  padding:5px 0 5px 10px;
}

.video4shows {width:560px; height:315px;}
.showdata {font-size:10px; font-weight:normal;}
.mobilenoshow {font-size:12px; font-weight:normal;}
.showspace {padding-top:15px}

.bullets {list-style-type: circle;}