
/* ----------------------------------------------------------------------------------------------------------
 01 Sensible defaults
 ---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');


.group:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden; /* For clearing */
}
body {
	background: #fff; /* Don't forget to style your body to avoid user overrides */
}
::-moz-selection {
	background: #fa0;
	color: #333;
}
::selection {
	background: #fa0;
	color: #333;
}
audio, canvas, video {
	display: inline-block;
	
}
audio:not([controls]) {
	display: none;
}
audio {
    width: 100%;
    height:20px;
}
video {
	width: 100%;
	border-radius: 10px;
	box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
}

/* ----------------------------------------------------------------------------------------------------------
 02 Site Defaults
 ---------------------------------------------------------------------------------------------------------- */
/*

 14 / 16	= 		0.875em 		(14px equivalent)
 16 / 16	= 		1em 			(16px equivalent)
 18 / 16 = 		1.125em 		(18px equivalent)
 21 / 16 = 		1.3125em 		(21px equivalent)
 24 / 16 = 		1.5em 			(24px equivalent)
 30 / 16 = 		1.875em 		(30px equivalent)

 */

body, button, input, select, textarea {
	color: #2b2b2b;
	font-family:sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #666;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 22px;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	
	color: #0400fc;
}
p {
	word-wrap: break-word;
	padding-bottom: 20px;
}
img {
		max-width: 100%;
		height: auto;
		border-radius: 10px;
		box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
		
	}
	ol{
		margin-top:0px;
		padding-top:0px;
	}
	table {
		margin-bottom:60px;	
		
		
	}
	
	#wales-table {
		background-color:rgb(252, 95, 184);
		box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
		width:97%;	

	}
	
	#assembly-table {
	    background-color:rgb(3, 255, 137);
		box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
		width:97%;	
	
	}
	#fun-table {
	    background-color:rgb(247, 12, 102);
		box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
		width:97%;	
	
	}
	#occasions-table {
	    background-color:rgb(253, 190, 53);
		box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
		width:97%;	
	
	}
	#diversity-table {
		background-color: rgb(255, 255, 20);
		box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
		width:97%;	
		
	}
	.gapper{
		margin-bottom:60px;
	}

#media p{
	font-size: 85%;
	padding-top: 20px;
}

td {
	padding:10px;
	width: 33%;
}
li {
    list-style:disc;
   
}
#icon-small {
	width:50px;
}
ul {
     margin-bottom:20px;
     margin-left:0px;
}

#resize-link {
    font-size: 18px;
    font-weight: bold;
	
}

/* ----------------------------------------------------------------------------------------------------------
 03 Container and Header and footer
 ----------------------------------------------------------------------------------------------------------- */
/* fff9e8  cream    fff7d3 Full Fat Saturated Cream */
body {	
	background-color: #fff;
}

#container {
	position: relative;
	margin: 0 auto;
	color: #444;
	padding: 0 20px 20px 20px;
	background-image: url('images/steth.png');
        background-position:top center;
        background-repeat: no-repeat;
}
#logo {
	height:400px;
	padding: 20px 0 5px 30px;
	clear: both;
}

#pic-align {
    text-align:left; 
}
table {
	border-radius: 10px;
	margin: 10px;
}
table, tr, td {
    font-size: 96%;   
}

.daz-pics {
    margin-bottom:20px;
    
}
audio {
    width:100%;
}
#commentspopup {
	background: #edd;
}
.form-allowed-tags {
	display: none;
}
.clr {
	clear: both;
}
header {
	padding: 10px;
}

.hide-title {
	display: none;  
}

.shout {
   font-family: 'Indie Flower', cursive;
    font-size: 46px;
    text-align:center; 
    color:#000;
}
#bravado{
    font-family: 'Indie Flower', cursive;
    font-size: 36px;
    color:#000;
    
}
#bravado li {
    list-style:circle;
}
#points {
font-family: 'Indie Flower', cursive;
font-size: 1em;
color:#000;
}
#points li {
list-style:circle;
}

#social {
	height: 40px;
	background-color: #DE4206;
	margin-top:20px;
}
#head-images .search-form {
	position:absolute;
	left:570px;
	top:120px;
	width:500px;
	height:120px;
}
#head-images .search-field {
	border:#fff 3px solid;
	border-radius:8px;
	background:transparent;
	margin-right:10px;
	color:#eee;
	padding-left:5px;	 
}
#head-images .search-submit {
	position:absolute;
	top:-20px;
	border: none;
	background-color:transparent;
	background-image: url('images/mag.png');
	width:120px;
	height:120px;
	background-repeat:no-repeat;
	background-size: 50%;
	z-index: 1;
}
#head-images .search-submit:hover {
background-size: 55%;
}
#head-images span.screen-reader-text {
	visibility: hidden;
}

#logo a:focus { 
	outline: 0; 
}
#mob-logo {
	display:none;
}
#head-images {
	position:absolute;
	/*margin-left: 5%;*/
	width:auto;
	top:-388px;
	left:-100px;
}
nav {	
	clear: both;
	background-image: url('images/bg.png');
}
.navigation {
	background:none;
}
nav a {
	padding: 10px;
	line-height: 2;
	color: #bbb;
}
nav a:hover {
	color: #dd6;
}
nav ul li.current_page_item a{
	color: #fff;
}
nav ul li {
	display: inline;
}
nav.mob-nav {
	display:none;
}

.article-links a {
color:#008CB4;
}
.article-links a:hover {
color: #b44000;
}
.pad {
margin-right: 2%;
}
#slides {
	height: auto;
	text-align: right;
	background-color: #444;
	width: 100%;
	clear: both;	
}

footer {
	background-image: url('images/bg.png');
	padding: 10px;
	clear: both;
}
#aux .screen-reader-text {
	display:none;
}
#padcol {
	min-height:200px;
}
/* --------------------------------------
 04 Main content area (2 or 3 columns)
---------------------------------------- */
.school-image {
    float:left;
    /*padding-right:10px;
    padding-bottom:10px; */
margin-right:10px;
}

#twitterbox{
    margin-bottom: 20px;
}
#main {
	padding: 40px 10px 10px 10px;
	clear: both;
}
#main h2{
	color:#222;
	/*background-image: url('images/blue-bg.png');*/
	background-color:rgba(30,160,255,0.6);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
article li {
	list-style:inside disc;
	margin-left: 10px;
	padding-bottom: 10px;
	word-wrap: break-word;
}
article h2 {
	background:#978f78;
	padding:10px;
	/*border-radius: 10px;*/
	line-height: 2;
	color:#FFF;
	margin-top: 0px;
}
article h2 a{
	color:#222;
}
article h2 a:hover{
	color:#FFF;
}
.post-image {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
}

.box {
	clear:both;
	border: solid #eee 1px;
	margin-bottom: 20px;
	}
	
.inner {
	padding: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}
.col1 {
	float: left;
	width: 60%;
	margin-right: 4%;
	margin-top:0px;
	/*height: 5520px; */
	
}
.col1 h2{
	
	padding: 10px;
	line-height: 2;
	margin:0;
	text-align:center;
}
.col1 h3{
    text-align: center;
}
#mus1 h2 { /* for album display */
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#left-col {
	width:60%;
	float:left;
	margin-right:9%; 
}
.col1 h2 a{
	color:#222;
}
.col1 h2 a:hover{
	color:#FFF;
}
.col1 li {
	margin-left: 10px;
	padding-bottom: 10px;
	word-wrap: break-word;
}
.col2 {
	float: left;
	width: 30%;
	margin-right: 5%;	
}

.col2 h2{
	background:#978f78;
	padding: 10px;
	line-height: 2;
	margin:0;
}
#mus2 h2 { /* for album display */
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.col2 h2 a{
	color:#222;
}
.col2 h2 a:hover{
	color:#FFF;
}
.col3 {
	float: right;
	width: 30%;
	margin-left: 4%;
	background-image: url('images/bg-light.png');
	font-size: 78%;
	margin-top: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.col3 h2{
	padding: 10px;
	line-height: 2;
	margin:0;
}
.col3 h2 a{
	color:#222;
}
.col3 h2 a:hover{
	color:#FFF;
}
.post-block { /* about page */
	float:left;
	width:36%;
	margin-right: 4%;
}
.extra-box { /* about page */
	width: 24%;
	border: solid #eee 3px;
	border-radius: 10px;
	padding:5px;
	float:left;
	margin-right: 4%;
	background: #eee;
}
#foot-info {
	float:left;
	width: 60%;
}

#soc-icons {
	width:25%;
	height:auto;
	float:left;
}
img.soc-links{
	float:left;
	border-radius:80px;
	width:26%;
	height: auto;
	margin: 2%;
	-webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
	transition: width 0.5s;
}
img.soc-links:hover {
	width:28%;
	height:auto;
	box-shadow:3px 3px 3px #222;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.widget_archive ul {
	margin:10px 0 10px 0;
}
.widget_archive a {
	padding: 5px;
}
.tagcloud a {
    padding: 5px;
}
#twitter h2{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color:#222;
}
#twitter li{
	list-style: none;
	margin-left:0px;
	margin-right:0px;
}
#contact-form-73 {
    width:95%;
}
#comments li {
	list-style:none;
	;
}
/* ----------------------------------------------------------------
 05 media
 ------------------------------------------------------------------ */

@media screen and (min-width: 1164px) {
#container {
	width:1124px;
}

}
@media screen and (max-width: 1192px) {
    #resize-link {
    font-size: 16px;
	}      
}
@media screen and (max-width: 900px) {
	#commentspopup {
	background: #edd;
}
ul {
    margin-left:10px;
}
 #resize-link {
    font-size: 22px;
    }
   #pic-align {
        text-align:center;
    } 
    
.form-allowed-tags {
	display: none;
}
	#container{
		padding: 0;
	}
	#main {
		padding-left:0;
		padding-right:0;
	}
	#logo {
	height:auto;
	}
	#head-images {
		display: none;
	}
	#mob-logo {
		display: block;
		width: 100%;
	}
	#left-col {
	width:100%;	
	float:left;
	border: none;
	margin:0; 
	padding-right: 0px;
	padding-left: 0px;
}
	.col1 {
		float: left;
		width: 100%;
		padding-right: 0px;
		border: none;
		margin: 0;
		height: auto;
	}
	.col2 {
		float: left;
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		border: none;	
		margin: 0;	
	}
	.col3 {
		float: left;
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		border: none;
		margin: 0;	
		margin-bottom:10px;
	}
	.box {
		border: solid #ddd 2px;
		padding-right: 0px;
		padding-left: 0px;		
	}
	.post-block {
	float:left;
	width:100%;
	margin: 0px;	
	}
.extra-box {
	width: 100%;
	border: solid #eee 1px;
	border-radius: 10px;
	padding:0px;
	float:left;
	}
#twitter {
	display:none;
	}
	#foot-info {
	float:left;
	width: 100%;
}
#soc-icons {
	width:100%;
	height:auto;
	float:left;
}
#bravado{
    margin-left: 20px;
}
	#padcol {
		display: none; }
}
@media screen and (max-width: 800px) {
	/*#mob-logo {
		display: block;
		width: 85%;
		position: absolute;
		
	}
	*/
}
@media screen and (max-width: 700px) {
	/*#mob-logo {
		display: block;
		width: 95%;
		position: absolute;
		
	}*/
	
}

@media screen and (max-width: 600px) {
/*	#mob-logo {
		display: block;
		width: 100%;
		position: absolute;
		
		left:-5px;
	}
	*/
}

@media screen and (max-width: 570px) {
	
	/*#mob-logo {
		display: block;
		width: 100%;
		position: absolute;
		
		left: -10px;
	}*/
	
	#container{
		padding: 0;
	}
	
	#slides {
		display: none;
	}	
}

@media screen and (max-width: 420px) {
	nav.desk-nav {
		display:none;
	}
	nav.mob-nav{
		display:block;
		border-top:2px #fff solid;
		cursor:pointer;
		
	}
	#chev {
		width:100%;
		padding:10px;
		height:40px;
		color:#eee;	
		font-size: 120%;
		line-height:2;
	}
	#chev:hover {
		background:#666;
		color: #ffc;
	}
	#chev img {
		width:40px;
		height:40px;
		float:left;
		margin-right:10px;
	}

	.nav-menu li {
		display: block;
		padding:2%;
		border-top: solid #ddd 1px;
	}
	.nav-menu li:hover {
		background:#666;
	}
	.nav-menu a{		
		font-size:medium;
		padding-right: 50%;
	}
	
	#social {
		background: none;
	}
}


@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

/* Retina Display ipad - 2048 x 1536 */
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
}
