/* Mobile Layout: 480px and below. */



/*Resets all margins and padding to 0*/

/* CSS reset */

*,html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:none;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	font-style: katrina, 'Century Gothic', Helvetica, sans-serif;
	}

@font-face {
    font-family: katrina;
    src: url("../fonts/GOTHIC.TTF");
	}


/*Sets background image for whole site*/

html {
	background-color:#ECF4FD;
	font-size:100%;
	}
	
	
	

/*Sets body as central area 80% with padding, left and right margins and default font*/


body,#content,p,ul,ol,li,blockqoute,div,h1,h2,h3,h4 {
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	}

body {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-color:rgba(255,255,255,0.9);
	border: 1px solid #333;
	padding: 0 0 0 0;
	}

/*Basic tags - sets fonts, sizes and colours*/

p, li, ul, li,dl,dt,dl {
	font-size: 97%;
	color: #555;
	letter-spacing: 0.04em;
	}


p {
	margin-bottom: 5%;
	line-height: 1.35;
	}
	
#content p	{
	padding:0 3% 5% 3%;
    line-height: 1.6;
	}


h1,h2,h3,h4 {
	color: #333;
	letter-spacing: 0.06em;
	font-weight: normal;
	}

	
#content h1 {
	margin-bottom: 3%;
	padding-top:5%;
	text-align:center;
    font-size: 220%;
	}
		
	
	
h3 {
	font-size: 135%;
	margin-bottom: 4%;
	margin-top: 1.3%;
	color:#999;
    text-align:center;
	}
	
	
#content h2 {
	color:#333;
	padding-bottom:2%;
	padding-left:0;
	padding-right:1%;
	text-align:center;
	font-size:145%;
	margin-bottom: 2%;
	margin-top: 1.5%;
	line-height: 1.45;
	}



#content h2.line {
	margin-top: 4.5%;
	padding-top:3.5%;
	border-top:1px dotted #777;
	clear:both;
	}


#content h3.line {
	margin-top: 2%;
	padding-top:1%;
	border-top:1px dotted #444 !important;
	clear:both;
	}
	

ul {
	margin-top: 2%;
	margin-bottom:2%;
	margin-left: 2%;
	font-size: 95%;
	list-style: square;	
	}
	
	
li {
	margin-bottom: 1%;
	line-height: 1.5;
	}
	
#content ul	{
	padding-top:6%;
	}

	
#content ul li	{
	margin-left:8%;
	padding-left:1%;
	padding-bottom:2%;
	padding-right:3%;
	}

/*Default in line links (not navigation*/

#content a:link, #content a:visited {
	color: #333377;
	text-decoration: none;
	border-bottom:solid 1px #333377;
	}

#content a:hover, #content a:active {
	color: #CD2A1B;
	border-bottom:none;
	}
	
	

	
	


/*To panel with background*/


#header {
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 5%;
	background-image:url("../images/bee_banner.jpg");
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position:left 0;
	background-color: #D7F2FF;
	margin:0;
	}

#header h1	{
	font-size:163%;
	letter-spacing: 0.03em;
	margin-top: 3%;
	padding-top: 0;
	padding-bottom: 6%;
	color:#fff;
	background-color:rgba(0,0,0,0.05);
	width:98%;
	padding:3% 1% 1% 1%;
	text-align:center;
	}

#header p 	{
	font-size: 83%;
	line-height: 1.35;
	color:#fff;
	background-color:rgba(0,0,0,0.05);
	width:100%;
	padding:1.5% 0 1.5% 0;
	text-align:center;
	margin-top:7%;
	}

#header p a:link, #header p a:visited	{
	color:#fff;
	text-decoration:none;
	border-bottom:#fff solid 1px;
	}
	
#header p a:hover, #header p a:active {
	color: yellow;
	border-bottom:none;
	}



/*Social Media icons and Links in Header*/

#header a img	{
	width:auto;
	height:2.5em;
	margin-right:0;
	margin-left:11%;
	margin-top:2%;
	opacity:0.85;
	}
	

#header a:hover img, #header a:active img	{	
	opacity:1;
	transition:opacity 0.5s;
	}




/*Navigation links - not inline*/

#nav {
	clear: both;
	margin-bottom:5%;
    }

#nav ul{
	background-color:#888;
    padding-left: 3%;
    padding-top:2%;
	padding-bottom:2%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	box-shadow: 0 0 0 0 #444;
	border-top:1px solid rgba(255,255,255,0.65);
	}

#nav li		{
	list-style-type: none;
	font-size: 115%;
	letter-spacing: 0.02em;
	display: block;
	text-align:center;
	}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	background: transparent;
	padding-left:1px;
	padding-right:1px;
    padding-top: 1px;
	padding-bottom: 1px;
	border-radius:0;
    margin-bottom: 1em;
	line-height:2.3;
	text-align:center;
	}
	


#nav a:hover, #nav a:active {
	color: #222;
	text-decoration: none;
	background-color: #fff;
	transition:background-color 0.55s, color 0.55s;
	-webkit-transition:background-color 555ms, color 555ms;
	border-radius:4px;
	}



/*Presentational bold in key colour*/
.hilight {
	font-weight: bold;
	color: #444;
	}

.colour {
	color: #444;
	}



/*Box with mission statement - padding, background image, font size etc*/

#content blockquote {
	padding: 0.4em;
	width: 89%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:5%;
	margin-right:5%;
	text-align:justify;
	}

#content blockquote p	{
	color: #000066;
	text-indent: -0.3em;
	line-height: 1.55em;
	}




/*Sets images and captions within this gallery div*/

.gallery {
	width: 756px;
	margin-top: 0.35em;
		}

.gallery p {
	text-align: center;
	margin-top: -0.05em;
	color: #333;
	font-size: 90%;
	}



.gallery img	{
	display: block;
	margin-top: 20px;
	margin-bottom:2%;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #999;
	}



/*Sets footer - will always go to foot of page*/

#footer {
	clear: both;
	background-color: #D7F2FF;
	background-image:url(../images/banner_new.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position:left 0;
	padding-left: 1%;
	padding-right: 1%;
	border-top: 1px	solid #444;
	margin-right: 0;
	margin-left: 0;
	padding-top: 2%;
	padding-bottom: 1%;
	height:auto;
	}

#footer p	{
	font-size: 90%;
	color:rgba(255,255,255,1);
	text-align: center;
	background-color:rgba(0,0,0,0.2);
	padding:7px;
	border-radius:10px;
	margin-top:10px;
	}
	
#footer p a:link, #footer p	a:visited	{
	border-bottom:solid 1px #fff;
	color:rgba(255,255,255,1);
	text-decoration:none;
	}
	
	
#footer p a:hover, #footer p a:active {
	color:rgba(255,255,255,1);
	}


/*Social Media Links in Footer*/
	
#footer a img	{
	float:none;
	width:auto;
	height:3em;
	margin-left:9%;
	opacity:0.8;
	}
	
#footer a:hover img, #footer a:active img	{	
	opacity:1;
	transition:opacity 0.5s;
	-webkit-transition:opacity 500ms;
	}



	
/*9 images -  puts images in a line* of 3 */
	
#content .block .inline {
	margin-right: 0px;
	margin-top:0px;
	clear:left;
	float:none;
	width:100%;
	margin-bottom:0;
	padding:4% 0 0 0;
	}

#content .block .inline img {
	float: left;
	margin-right: 4%;
	box-shadow:3px 3px 5px 0 #444;
	margin-bottom: 4%;
	width:29%;
	height:auto;
    clear:none;
	}




#content .block #two_together.inline img { 
	width:44%;
	}
	
	

.clear_para {
	clear: both;
	padding:0 5% 5% 1%;
	}

#info {
	clear: both;
	}

#about	{
	padding-left: 10px;
	padding-right: 10px;
	margin-top:0px;
	}
	
.data {
	font-weight: normal;
	color: #999;
}	

.clear {
	clear: both;
	margin-bottom:3%;
	}
	
.clear.clearfix {
	clear: both;
	margin-bottom:3%;
	}


.no_space {
	margin-right:0;
	}




/*9Contact Page Only */

#sidebar {
	clear: both;
	float: none;
	margin-right: 0%;
	padding-right: 0%;
	width:100%;
	}


#sidebar h3 {
	font-size: 140%;
	margin-bottom: 0;
	padding-top: 4%;
	padding-bottom: 2%;
	margin-top: 0;
	color:#000;
	margin-left:2%;
	text-align:center;
	clear: both;
	}

#sidebar ul {
	list-style-type: none;
	margin-left:2%;
	margin-right:1.5%;
	border-bottom: 0px none #bbb;
	margin-bottom:1%;
	margin-top:0;
	padding-left:3%;
	clear: both;
	width:100%;
	}

#sidebar ul li {
	font-size: 95%;
	letter-spacing:0.04em;
	padding:0;
	margin:0 7% 3% 0;
	display: block;
	float:left;
	text-align:center;
	width:43%;
	}

#sidebar ul li a:link,#sidebar ul li a:visited {
	padding-top:1%;
	padding-bottom:1%;
	text-decoration: none;
	background: transparent;
	color:#444;
	text-indent: 2px;
	}

#sidebar ul li a:hover,#sidebar ul li a:active {
	background-color:#444;
	color:#fff;
	border-radius:1px;
	transition:background-color 0.35s, color 0.35s;
	-webkit-transition:background-color 355ms, color 355ms;
	}

 #sidebar ul li.newline 	{
	margin-left:0%;
	}




.block {
	width:100%;
	display: block;
	}
	

#content {
	width:100%;
	clear: both;
	float: none;
	padding:0 2% 3% 2%;
	}




#content p.dimensions {
	color: #999;
	padding: 2% 0 3% 0;
	margin-top: -5px;
	font-size: 75%;
	line-height:1.2;
	}

	
h2.closer {
	margin-top:3%;
	margin-bottom:1%;
	padding-top:1%;
	padding-bottom:0;
	clear:both;
	margin-left:7%;
	}
	

#content ul.full	{
	padding:0;
	width:95%;
	margin:5% 0 0 0;
	}



#content p.left_align	{
	text-align:left;
	}

#content .sm_gallery p, #content .sm_gallery_largish p, #content .sm_gallery_wide p	{
	text-align:center;
	}
	
	
#content img.across	{
	display:block;
	clear:both;
	box-shadow:2px 2px 4px 0 #444;
	margin-top: 2%;
	margin-bottom:4%;
	width:100%;
	height:auto;
	}
	
	
#content ul.two_across	{
	margin:4% 0 4% 0;
	padding:0;
	list-style:none;
	width:95%;
	}

#content ul.two_across li	{
	float:none;
	width:95%;
	margin:0 2% 0 0;
	text-align:center;
	color:#fff;
	padding:0 0 8% 3%;
	height:auto;
	}


ul.two_across li img	{
	box-shadow:2px 2px 4px 0 #444;
	width:100%;
	height:auto;
	display:inline;
	margin:0 0 2% 0;
	}
	
	
ul.match_height	{
	margin:5% 0 1% 0;
	list-style:none;
		}

#content ul.match_height	 li	{
	float:left;
	width:95%;
	margin:0 0 3% 0;
	text-align:center;
	color: #000 !important;
    letter-spacing: 0.06em;
    line-height:1.1;
    font-size: 1.0em;
	padding:0 0 1.5% 0;
	height:auto;
	}

#content ul.match_height	 li.portrait 	{
    clear:both;
    }

#content ul.match_height	 li.portrait img	{
    clear:right;
    width:215%;
    height:auto;
	}

#content ul.match_height	 li.three 	{
   width:29%;
   margin-right: 3%;
   }

#content ul.match_height	 li.three img	{
    width:100%;
    height:auto;
    display: block;
    }

#content ul.match_height li.square img	{
    width:100%;
    height:340px;
    }
	
#content ul.match_height#closer	 li	{
	margin-right:0;
	}	
	
ul.match_height	 li img	{
	box-shadow:2px 2px 4px 0 #444;
	width:100%;
	height:auto;
	display:block;
	margin:0 0 2% 0;
	}
	
ul.match_height#three_line li img	{	
	width:100%;
	height:auto;
	margin:0 0 2% 0;
	}


ul.match_height li img.huge	{	
	width:100%;
	height:auto;
	}

ul.match_height#five_line li:nth-child(3)	{	
	width:95%;
	height:auto;
	}

ul.match_height#five_line li:last-child img	{	
	margin-right:auto;
	}


ul.match_height#book	{
	padding-bottom:10em;
	}

ul.match_height#book li img	{	
	width:100%;
	height:auto;
	float:none;
	}
	
.clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
	}

.line_under	{
	padding-bottom:5%;
	border-bottom:solid #aaa 1px;
	margin-bottom:5%;
	}
	



/* Press Page Only*/
#content .press img {
  width:98%;
    height: auto;
    margin:0 0 11% 0;
    box-shadow: 1px 1px 1px 0 #555;
    }
	



 



#content img#full_width, #content img.full_width {
	height: auto;
	width:58% !important;
	box-shadow:2px 2px 4px 0 #444;
	margin: 1% 0% 3% 3%;
}

#content img.single_image {
	width:45%;
	height: auto;
box-shadow:3px 3px 5px 0 #444;
	display: block;
}
	

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-left:-2%;
	margin-bottom: 3%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: 98%;
}


#content video#seagull_video {
	padding: 3% 0 3% 0%;
	width:375px !important;
	height:auto !important;

}


#content ul.sketches li {
list-style: none;
	margin:0 0 0 0;
	padding:0;
}


#content ul.sketches li img {
	width:96%;
	height: auto;
	margin:0 0 5.5% 0;
	padding:0;
	box-shadow:2px 2px 4px 0 #444;
	
}
















	
	

/* Tablet display*/
	
@media only screen 
and (min-device-width : 768px) 
  {	
	
	

html {
	padding:20px 0px 20px 0px  !important;
	background-color:#ECF4FD;
	}
	
	
/*Sets body as central area 80% with padding, left and right margins and default font*/



body {
	max-width: 1024px;
	margin-left: auto !important;
	margin-right: auto !important;
	background-image: none;
	background-color:rgba(255,255,255,0.9);
	border: 1px solid #333  !important;
	border-radius:3px;
	box-shadow:5px 5px 8px 0 #444  !important;	
	}
	  
	  

/*Basic tags - sets fonts, sizes and colours*/

p, li, ul, li,dl,dt,dl {
	font-size: 100%;
	letter-spacing: 0.02em;
	}

p {
	margin-bottom: 1.45em;
	line-height: 1.65;
	}
	
#content p	{
	text-align:left;
	padding-left:0;
	padding-right: 6%;
	padding-bottom:3.1%;
    line-height: 1.65;
	font-size: 120%;
	}




h1,h2,h3,h4 {
	letter-spacing: 0.06em;
	text-align:left !important;
	}

h1 {
	font-size: 240%;
	margin-bottom: 0.35em;
	margin-top: 0;
	padding-top: 0;
	}

h2 {
	font-size: 165%;
	margin-bottom: 0.35em;
	margin-top: 1.5em;
	}
	
h3 {
	font-size: 135%;
	margin-bottom: 0.45em;
	margin-top: 1.3em;
	color:#777;
	}
	
#content h1 {
	margin-bottom: 3%;
	padding-top:20px !important;
	}
	  
	
#content h2 {
	
	font-size: 185%;
	padding-bottom:0.5%;
	padding: 2% 0% 1.5% 0;
	margin-bottom: 0;
	}
	
#content h2.line {
	margin-top: 0.3em;
	margin-bottom:0;
	padding-top:1.0em;
	border-top:1px dotted #777;
	clear:both;
	}
	
#content h2.line#closer {
	margin-bottom:-0.8em;
	}
	  
	  
#content h3	{
	padding-bottom:0.4em;
	font-size: 125%;
	}

#content h3.line {
	margin-top: 1.9em;
	padding-top:0.85em;
	border-top:1px dotted #444 !important;
	clear:both;
	}
	

	  
	  
ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	font-size: 0.95em;
	list-style: square;	
	}
	
	
li {
	margin-bottom: 0.4em;
	line-height: 1.5em;
	}
	
	
#content ul li	{
	margin-left:36px;
	padding-left:10px;
	padding-bottom:0.35em;
	}

/*Default in line links (not navigation*/

#content a:link, #content a:visited {
	color: #333377;
	text-decoration: none;
	border-bottom:solid 1px #333377;
	}

#content a:hover, #content a:active {
	color: #CD2A1B;
	border-bottom:none;
	}
	


/*Top panel with background*/


#header {
	padding-right: 1%;
	padding-left: 2%;
	padding-bottom: 21ex;
	border-radius:3px 3px 0 0;
	background-size:105% auto;
	background-position:left -90px;
	background-color: #D7F2FF;
	}

#header h1{
	font-size: 350%;
	letter-spacing: 0.065em;
	margin-top: 0;
	margin-bottom: 0;
	background-color:rgba(0,0,0,0.1);
	width:65%;
	padding:7px 3px 7px 25px;
	margin-left:-24px;
	text-align:left;
    }



#header p 	{
	font-size: 100%;
	line-height: 1.6em;
	background-color:rgba(0,0,0,0.15);
	width:50%;
	padding:7px 3px 7px 25px;
	border-radius:0 0  30px 0;
	margin-top:0;
	margin-left:-24px;
	text-align:left;
	}

#header p a:link, #header p a:visited	{
	color:#fff;
	text-decoration:none;
	border-bottom:#fff solid 1px;
	}
	
	
#header p a:hover, #header p a:active {
	color: yellow;
	border-bottom:none;
	}




/* Navigation links */

#nav {
	margin-right: 0;
	margin-left: 0;
	clear: both;
	margin-bottom:59px;
	}

#nav ul{
	padding-left: 1.5em;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -2px;
	padding-top:5px;
	padding-bottom:3px;
	border-top:1px solid rgba(255,255,255,0.65);
	}


#nav li		{
	list-style-type: none;
	letter-spacing: 0.06em;
	display: inline;
	text-align:left;
	font-size:130%;
	}

#nav a:link, #nav a:visited {
	margin-right: 7%;
	margin-left:0;
	color: #fff;
	padding-left:3px;
	padding-right:3px;
	padding-top: 9px;
	text-align:left;
	padding-bottom: 9px;
	}


#nav a:hover, #nav a:active {
	color: #222;
	background-color: #fff;
	transition:background-color 0.55s, color 0.55s;
	-webkit-transition:background-color 555ms, color 555ms;
	border-radius:4px;
}



.photo_across {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
	background-color: #fff;
}

#gallery_2_in_line {
	margin-bottom: 18px;
	}

#gallery_2_in_line img {
	padding: 2px;
	margin-top: 21px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
	background-color: #fff;
	margin-right: 35px;
}

/*Box with mission statement - padding, background image, font size etc*/

#content blockquote {
	padding: 0.4em;
	width: 89%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:5%;
	margin-right:5%;
	text-align:justify;
	}

#content blockquote p	{
	color: #000066;
	text-indent: -0.3em;
	line-height: 1.55em;
	}




    
/*Sets footer - will always go to foot of page*/

#footer {
	padding-top: 20px;
	background-color: #D7F2FF;
	padding-left: 22px;
	padding-right: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	padding-bottom: 20px;
	height:80px;
	border-radius:0 0 5px 5px;
	background-size:105%;
	background-position:left -170px;
	}

#footer p	{
	font-size: 115%;
	color:rgba(255,255,255,1);
	text-align: right;
	background-color:rgba(0,0,0,0.1);
	padding:7px;
	border-radius:10px;
	margin-top:10px;
	width:51%;
	float:right;
	}
	
#footer p a:link, #footer p	a:visited	{
	border-bottom:solid 1px #fff;
	color:rgba(255,255,255,1);
	text-decoration:none;
	}
	
	
#footer p a:hover, #footer p a:active {
	color: #fff;
	text-shadow: 0 0  6px white;
	border-bottom:none;
	}
	  
	  
/* Social Media Links */
	
#footer a img	{
	float:left;
	width:auto;
	height:8ex;
	margin-right:25px;
	margin-left:0;
	opacity:0.7;
	}
	
#footer a img#twitter	{
	height:8ex;
	margin-left:0;
	}	


#footer a:hover img, #footer a:active img	{	
	opacity:1;
	transition:opacity 0.5s;
	-webkit-transition:opacity 500ms;
	}

	  

/*puts images in a line*/

#content .block {
	display: block;
	}

#content .block .inline {
	float: left;
	padding-bottom: 40px;
	clear:left;
	width:100%;
	margin-bottom:0;
	margin-right:-3%;
	padding:0;
	}

#content .block .inline img, #content .block #two_together.inline img {
	float: left;
	margin-right: 3%;
	box-shadow:4px 4px 7px 0 #444;
	margin-bottom: 4%;
	width:45%;
	height:auto;
	}
	
#content #index.block .inline img {
	width:30%;
	}
	
	
	
	
	/*9 images on front page - puts images in a line*/
	


#info{
	clear: both;
	}



.data {
	font-weight: normal;
	color: #999;
	}
	
.clear {
	clear: both;
	margin-bottom:25px;
	}
	
	
.clear.clearfix {
	clear: both;
	margin-bottom:35px;
	}

.no_space {
	margin-right:0;
	}


p.credit {
	margin-top:0.75em;
	font-size: 0.75em;
	font-weight: bold;
	color: #444;
	font-style: normal;
	}


a:hover img.photo_left_centre_text {
	border-top: 2px solid #444;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #444;
	}

a:active img.photo_left_centre_text {
	border: #FF0000;
	}


	  
	  
	  
/* Contact Page only*/

#sidebar {
	clear: right;
	float: right;
	margin-right: 15px;
	width:22%;
	padding-right: 5px;
	padding-left:0px;
	margin-left:0;
	}


#sidebar h3 {
	font-size: 140%;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 0;
	text-align:left;
	/*background-color:#1b161d;*/
	}


#sidebar ul {
	list-style-type: none;
	margin-left:0;
	font-size: 0.80em;
	border-bottom: 1px dotted #bbb;
	margin-bottom:27px;
	margin-top:0;
	padding-left:0;
		}

#sidebar ul li {
	font-size: 110%;
	letter-spacing:0.04em;
	padding:0;
	margin:0;
	text-align:left;
	float: none;
	width:auto;
	}
	
#sidebar ul li.newline 	{
	margin-left:0;
	color:red;
	}

#sidebar ul li a:link,#sidebar ul li a:visited {
	display: block;
	padding-top:9px;
	padding-bottom:7px;
    padding-left: 3px;
	text-decoration: none;
	background: transparent;
	color:#444;
	text-indent: 2px;
	border-top: 1px solid #bbb !important;
	}

#sidebar ul li a:hover,#sidebar ul li a:active {
	background-color:#888;
	color:#fff;
	border-radius:3px;
	transition:background-color 0.35s, color 0.35s;
	-webkit-transition:background-color 355ms, color 355ms;
	box-shadow:1px 1px 3px 0 #666;
	}

#sidebar ul li.no_border {
	border-top: 0px none #fff;
	border-bottom: 0px none #fff;
	}



    
    
    
#content {
	width:100%;
	clear: left;
	float: left;
	padding:0 3% 2% 25px;
	}
	
	
#content.contact {
	width:70%;
	clear: left;
	float: left;
	padding:0 3% 2% 25px;
	border-right:solid 1px #ddd;
	}

    
    
#content p.dimensions {
	color: #999;
	padding: 0.5em 0 0 0;
	margin-top: -5px;
	font-size: 75%;
	line-height:1.2;
	}

	  

ul.full#twoonline	li	{
	float:left;
	margin-right:28px;
	}
	

	
#content img.across	{
	display:block;
	clear:both;
	box-shadow:4px 4px 7px 0 #444;
	margin-top: 15px;
	margin-bottom: 45px;
	width:100%;
	height:auto;
	}
	
	
#content ul.two_across	{
	margin:4% 0 4% 0;
	list-style:none;
	width:98%;
	}

#content ul.two_across li	{
	float:left;
	clear: none;
	width:46%;
	margin:0 3% 2% 0;
	padding: 0;
	text-align:center;
	color:#fff;
	height:auto;
	}


ul.two_across li img	{
	box-shadow:4px 4px 7px 0 #444;
	width:100%;
	display:block;
	height:auto;
	}
	
	
	
#content ul.match_height	{
	margin:2% -40px 1% 0;
	list-style:none;
	padding:0;
	}

#content ul.match_height	 li	{
	float:left;
	margin:0 4% 4% 0;
	text-align:center;
	width:40%;
	color:#fff;
	padding:0;
	display:block;
	}
	
	
#content ul.match_height	 li img	{
	box-shadow:4px 4px 7px 0 #444;
	width:100%;
	height:auto !important;
	display:block;
	}
	  
	 #content ul.match_height li.widest 	{
	width:94%;	 
		 clear:both;
		  }
	  
	  
    
    
      		


#content ul.match_height#three_line 	{	
	margin-bottom: 0%;
	padding-bottom: 0;
	}
	
	
#content ul.match_height#three_line li	{	
	width:29.5%;
	margin-right: 2%;
	}
	
#content ul.match_height#three_line li img	{	
	width:100%;
	height:auto;
	}



.line_under	{
	padding-bottom:25px;
	border-bottom:solid #aaa 1px;
	margin-bottom:35px;
	}
	
	
	
#header a img	{
	float:right;
	width:auto;
	height:8ex;
	margin-left:2%;
	margin-top:10px;
	opacity:0.6;
	}
	
#header a img.twitter	{
	height:8ex;
	margin-left: 2%;
	}	


#header a:hover img, #header a:active img	{	
	opacity:1;
	transition:opacity 0.5s;
	}
    
  
    
/* Press Page Only */	
	  
#content div.press {
	float:left !important;
    width:47%;
    margin-right: 2%;
	clear:none;
	}		
	
    
#content div.press img {
    width:100%;
    }
    
#content .press img.alongside {
    float:left;
    height:auto;
    margin-right: 3%;
    }
    
#content .press img.alongside.right {	
	margin-right: 0;
    }
	  
	  
	  
	  
#content img#full_width, #content img.full_width {
	height: auto;
	width:58% !important;
	box-shadow:2px 2px 4px 0 #444;
	margin: 0% 0% 3% 0%;
}
	  
	  
	  
 #content video#seagull_video {
	padding: 3% 0 3% 0%;
	width:70% !important;
	height:auto !important;

}
	
	
}
	
/* Desktop/Laptop Layout: 1025px upwards. Inherits styles from: Tablet Layout. */
	
@media only screen and (min-width: 1025px) {
	body {
	max-width:1200px;
	}




			
	}
	

    
