body {
	background-color: #ADD4FF; /* light blue */
	text-align: left;
}
body.dark {
	background-color: #ffffff;
	text-aign: left;
}

div.totaldiv {
	display: inline;
}
div.centerthisdiv {
	margin-left: auto;
	margin-right: auto;
}
.centerdiv {
	float: left;
	width: 700px;
	background-color: #C6E1FF; /* very light blue */
	margin-left: 20px;
	margin-top: 20px;
	margin-right: auto;
	border-radius: 20px;
}
.centerdiv-dark {
	float: left;
	width: 700px;
	background-color: #ffffff;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: auto;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C9; /* gray, slightly blue */
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C9; /* gray, slightly blue */
}
.centerdiv-fullwidth-dark {
	float: left;
	width: 1000px;
	background-color: #ffffff;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: auto;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C9; /* gray, slightly blue */
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C9; /* gray, slightly blue */
}
.bearbowcenterdiv {
	width: 800px;
	background-color: #C6E1FF;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: auto;
	border-radius: 20px;
	/*display: inline;*/
}
.newestpostslist {
	position: fixed;
	padding: 10px;
	margin-left: 740px;
	margin-top: 20px;
	color: #FF7AC6 ;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	text-align: left;
	background: #dbedfe;
	border-radius: 20px;
}
div.newestpostlistsubheader {
	text-align: center;
	background: #ff92d4;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.aboutnavigation-dark {
	position: fixed;
	padding: 10px;
	margin-left: 740px;
	margin-top: 20px;
	color: #007fba;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	text-align: left;
	background: white;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C9;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C9;
}
.newestpostslistwindow {
	overflow: scroll;
	height: 600px;
}
a.menutoggle {
	z-index: 99;
	position: fixed;
	top: 30px;
	left: 740px;
}
a.menutoggle:hover {
	background-color: #ADD4FF;
}
img.toprounded {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	width: 700px;
	
}
div.divwithlinktotts {
	width: 200px;
	height: 100px;
}
div.headerdiv {
	
	color: white;
	font-family: 'Handlee', sans-serif;
	font-size: 3.0em;
	font-weight: 200;
}
div.welcomemessagediv {
	padding: 10px;
	color: #FF58B8 ;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	text-align: center;
}
div.bottomdiv {
	padding: 20px;
	color: #FF58B8 ;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	text-align: center;
	border-bottom: #ADD4FF;
	border-bottom-style: inset;	
}
div.aboutdiv {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 200px;			
	color: #3992bd;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
	border-bottom: #ADD4FF;
	border-bottom-style: inset;	
}

div.footer {
	padding: 20px;
	color: #FF58B8 ;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	font-weight: 300;
	text-align: center;
}
div.bigimgheaderdiv {
	overflow: hidden;
	height: 600px;
}
div.forcewidth {
	width: 1200px;
	height: 2px;
}
a:link {
	color: #C07CB8;
}
a:hover {
	background-color: #ffffff;
}
a:visited {
	color: #C07CB8;
}
a.dark:link {
	color: #007fba;
}
a.dark:hover {
	background-color: #007fba;
	color: white;
}
a.visited:link {
	color: #007fba;
}

h1 {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	background-color: #FF58B8;
	padding: 5px;
	/*border-radius: 5px;*/
	font-weight: 300;
}
.headeremergency {
	padding: 20px;
	color: pink ;
	font-family: 'Handlee', sans-serif;
	font-size: 2.0em;
	font-weight: 800;
	text-align: center;
}
p {
	text-align: left;
}
p.small {
	font-size: 0.8em;
}
span.accent {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	background: #3992bd;
	color: white;
	padding: 5px;
}
span.accent-dark {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	background: #4cb6ea;
	color: white;
	padding: 3px;
}

div.subheader {
	text-align: center;
	background: #ff92d4;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
}
h3 {
	font-size: 1.2em;
	text-align: left;
}
table {
	text-align: left;
}
td {
	padding: 5px; 
}
ul {
	text-align: left;
}
li {
	list-style-type: square;	
}
.roundedcorners {
	border-radius: 15px;
}
span.person {
	font-family: 'Handlee', sans-serif;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  text-align: left;
}
blockquote:before {
  color: #FF58B8;
  content:;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.button-blue {
	font-size: 80%;
	color: white;
    border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4cb6ea;
}
.bearbowparagraph {
	color: #FF58B8 ;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	text-align: left;
}

#imagecaptionholder {
	margin-top: 10px;
	width: 300px;
	max-height: 300px;
	color: #FF58B8;
	font-size: 0.9em;
	font-weight: 400;
	overflow: auto;
}
#imagespinnerdiv {
	margin-top: 50px;
}
#spinner {
	width: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: #007fba;
}


#aboutnavigation-farright-dark {
	position: fixed;
	padding: 10px;
	right: 10px;
	margin-top: 20px;
	color: #007fba;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	text-align: left;
	background: white;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C9;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C9;
}

#galleryonfullwidthaboutpage {
	text-align: left;
}

#imagecaptionholder-fullheight {
	position: fixed;
	padding: 10px;
	margin-left: 740px;
	margin-top: 20px;
	color: #007fba;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	text-align: left;
	background: white;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C9;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C9;
}
div.divtoholdimageandcaptiononaboutpage {
	color: #FF58B8;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	font-weight: 300;
}
div.divtoholdindivcaptiononaboutpage {
	overflow: auto;
	color: #FF58B8;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	display: inline-block;
	width: 300px;
	vertical-align: top;
}



@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
#cssmenu {
  background: #4cb6ea;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #FF58B8;
  letter-spacing: 0;
  display: block;
  width: 140px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 170px;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #FF58B8;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #FF58B8;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul {
    left: 0;
    position: relative;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
    width: auto;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #FF58B8;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}


