/*
Theme Name: springsteen
Theme URI: http://wordpress.org/
Description: This is a complete hack of the 2010 theme for WordPress done by me.
Author: Ken Raymond
Tags: 
*/

/* Default setting reset */
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;
	vertical-align: baseline;
}

/* Base CSS elements */
body {	
	
	font-family: "futura-pt", sans-serif;
	background: #ffffff;
	border: 16px solid #84b0c1;
    border-top-width: 18px;

}

body.home a#homenav,
body.page-template-page-timeline a#timelinenav,
body.page-template-page-thumbnail a#thumbnav,
body.page-template-page-categories a#catnav,
body.page-template-page-random a#randnav,
body.page-template-page-about a#aboutnav,
body.page-template-page-bigthumbs a#bigthumbsnav {
	display:none;
}

b {
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
}

ol, ul {
	list-style: none;
}

a:link {
	text-decoration:none; 
	color: #c49523;
	background: inherit;
}

a:visited {
	color: #c49523;
	background: inherit;
}

a:hover {
	color: #909090;
	background: inherit;
}

a:active {
	color: #909090;
	background: inherit;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

ul {
	list-style: square;
	margin: 0;
}

ol {
	list-style: decimal;
}

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: 500;
}

cite {
	font-style: normal
}

em, i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}


/*HEADER ELEMENTS*/
.sideways-title {
	color: #84b0c1;
    width: 100%;
	font-size: 16px;
	margin: 24px auto 0 auto;
	padding: 0;
	text-align: center;
	font-weight: 300;
}

.sideways-title a {
	color: #84b0c1;
}

.sideways-title a:hover {
	color: #84b0c1;
}

.sideways-title a:active {
	color: #84b0c1;
}

.sideways-title a:visited {
	color: #84b0c1;
}

.sideways-title-bold {
	font-weight: 600;
}

.topcolourbar {
	height: 42px;
	width: 100%;
	color: #84b0c1;
}

.topcolourbar p {
    text-align: center;
	font-size: 42px;
    line-height: 42px;
	margin: 0 auto 0 auto;
	font-weight: 700;
	text-transform: uppercase;
}

.scripttext {
	margin: 0 0 0 0;
	padding: 0;
	font-family: "gizmo", sans-serif;
	font-weight: 400;
	font-size: 38px;
	color: #a3a3a3;
}

.colourtext {
	margin: 0 0 0 0;
	padding: 0;
	font-family: "futura-pt", "Milka", "Arial Black", sans-serif;
	font-weight: 800;
	font-size: 30px;
	color: #2b2b2b;
}

.colourtextsub {
	font-family: "futura-pt", "Milka", "Arial Black", sans-serif;
	font-weight: 800;
	font-size: 21px;
	margin: -12px 0 0 0;
	padding: 0;
	color: #731c75;
	letter-spacing: 6px;
}

.textcolour1 {
	color: #509ABA;
}

.textcolour2 {
	color: #689965;
}

.textcolour3 {
	color: #DDA637;
}

.textcolour4 {
	color: #B269B2;
}

.textcolour5 {
	color: #CECA41;
}

.textcolour6 {
	color: #6D66AA;	
}

.textcolour7 {
	color: #A3B2AD;
}

.textcolour8 {
	color: #C42A6F;
}

.textcolour9 {
	color: #46C157;
}

.textcolour10 {
	color: #0092FF;
}

.textcolour11 {
	color: #ffffff;
}

.textcolour12 {
	color: #000000;
}

/* PAGE LAYOUT */

#supercontainer {
	margin: -24px auto 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
    min-height: 100%;
    background: yellow;
}



#main {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
    padding: 0;
}

#content {
	margin: 0 auto;
	padding: 0 0 12px 0;
	width: 90%;
	max-width: 840px;
	text-align: left;
}

#thumbcontent {
	display: block;
	margin: 0 auto;
	padding-top: 12px;
	width: 792px;
   
}

#thumbcontentindex {
	margin: 0 auto;
	width: 792px;	
}

#thumbcontentindex img {
	border-radius: 0;
}

#footer {
	clear: both;
	width: 100%;
	padding: 48px 0 24px 0;
}


/* Navigation Elements */
a.menu-link {
	display: none; 
	padding: 0; 
	margin: 0;
}

.js nav[role=navigation] {
	max-height: none;
}

nav[role=navigation] ul {
	border: 0;
}

nav[role=navigation]  li {
	display: inline-block;
}

nav[role=navigation] li a {
	border: 0;
	margin: 0;
	padding: 0px 6px;
}

.topnavbar {
	position: relative;
    margin: 12px auto 0 auto;
    text-align: center;
    width: auto;
    height: auto;
    line-height: 20px;
    z-index: 1000;
    padding: 0 0 4px 0;
}  	

.topnavbar p {
	padding: 0 6px 0 6px;
}


.topnavbar ul {
	color: #302c2b;
	font-size: 14px;
	list-style: none;
	font-weight: 300;
}

.topnavbar li {
	display: inline;
}

.topnavbar li a {
	color: #302c2b;
	text-decoration: none;
	margin: 0;
	background: none;
}

.topnavbar ul li a:hover {
	background: #f4f8f9;
	border-radius: 8px;
}

.topnavbar ul li a:active {
	background: #f4f8f9;
	border-radius: 8px;
}

.cameraicon {
	width: auto;
	height: 0;
	margin: 0 auto;
	text-align:center;
	padding: 0 0 0 0;
}

.cameraicon img {
	width: auto;
	height: 82px;
	margin: 0 auto;
	text-align:center;
}

/* Design Elements */

.bigtype {
	font-size: 36px;
	color: #ffffff;
	font-weight: 800;
}

.twocolour {
	font-size: 20px;
	font-weight: 400;
	margin-left: 18px;
}

.thumbhead {
	clear: both;
	margin: 0 auto;
	padding: 6px 0 6px 0;
	line-height: 42px;
	display: block;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #302c2b;
}

.thumbview {
	line-height: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
    text-align: center;
	padding: 0;

}
	
.thumbview img {
    padding: 6px;
}

.navmenuwidth {
    
}

.menuthumb {
    display: inline-block;
	margin: 3px auto 0 auto;
	border-radius: 0;
	width: 120px;
	height: 120px;
}

.menuthumb img {
    padding: 0;
    margin: 0;
}

.catthumb {
    display: inline-block;
	margin: 0 auto;
	border-radius: 0;
	width: 120px;
	height: 120px;
    padding: 6px;
}

.catthumb img {
    padding: 0;
    margin: 0;
}

.specthumb {
 display: inline-block;
	margin: 6px 0 0 0;
	border-radius: 0;
	width: 120px;
	height: 120px;
    padding: 0;
}

.specthumb img {

    padding: 0;
    margin: 0;
    width: 120px;
	height: 120px;
}

.cattext {
	position: relative;
	width: 120px;
	height: auto;
	top: -14px;
	z-index: 200;
}

.cattext p {
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	color: #ffffff;
}

.menutext {
	position: relative;
	width: 120px;
	height: auto;
	top: -20px;
	z-index: 200;
}

.menutext p {
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	color: #ffffff;
}

.menutextdark {
	position: relative;
	width: 120px;
	height: auto;
	margin: 0;
	top: -36px;
	z-index: 200;
}

.menuicon {
	display: inline-block;	
    clear: both;
	padding: 0;
	z-index: 100;
}
.menuicon img {	
	margin: 0;
}

		
.blue {
	background:#007499;
}
.purple {
	background: #A096CC;
}
.green {
	background: #88bc98;
}

.orange {
	background: #76703c;
}

.red {
	background: #c16742;
}

.brown {
	background: #533a1c;
}
.pink {
	background: #d86d5d;
}
.greyone {
	background: #cfcfcf;
}
.greytwo {
	background: #bfbfbf;
}
.greythree {
	background: #ababab;
}
.greyfour {
	background: #909090;
}
.greyfive {
	background: #7a7a7a;
}
.greysix {
	background: #666666;
}

#content p, #content ul, #content ol {
	margin: 18px auto 12px auto;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-align: left;
    max-width: 580px;
}



#contentcentre p {
	margin: 18px auto 12px auto;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
    max-width: 580px;
}

#content li {

margin-left: 24px;	
}

#thumbcontent .thumbview img {
	float: left;	
	box-shadow:none;
	margin: 0;
	border: none;
}

.fp-photoquote {
	display:inline-block;
	clear: both;
	width: 90%;
	line-height: 1.25;
	font-size: 18px;
	font-weight: 100;
	padding: 4px 0 4px 0;
	margin: 14px auto 0 auto;
	text-align: center;
    color: #5A575F;
}

.fp-photoquote span {
	color: #9d5da1;
}

.fp-blurb {
	width: 90%;
    max-width: 600px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 100;
	padding: 4px 0 4px 0;
	margin: 14px auto 0 auto;
	text-align: justify;
    color: #000000;
}

.fp-blurb p {
    margin: 14px 0 0 0;

}

.fp-blurb img {
    width: 100%;
    height: auto;
    margin: 14px 0 0 0;
    padding: 21px 0;
    border-bottom: 1px solid #84b0c1;
    border-top: 1px solid #84b0c1;

}


#photoquote {
	display:inline-block;
	clear: both;
	width: 90%;
	max-width: 720px;
	line-height: 1.25;
	color: #999;
	font-size: 18px;
	font-weight: 100;
	padding: 4px 0 4px 0;
	margin: 14px auto 0 auto;
	text-align:center;
}

#photoquote span {
	color: #9d5da1;
	font-size: 18px;
	font-weight: 100;
}



.page-title, .page-title p {
	clear: both;
	display:block;
	margin: 24px 0 0 0;
	color: #302c2b;
	font-size: 32px;
	font-weight: 100;
	padding: 0 6px 0 6px;
	text-align: center;
	text-transform: uppercase;
}

.page-title span {
	color: #A4A4A4;
}

.page-title a:link, .page-title a:visited {
	color: #302c2b;
	text-decoration: none;
}

.page-title a:active, .page-title a:hover {
	color: #A4A4A4;
}

.timeline-title, .timeline-title p {
	clear: both;
	display:block;
	color: #302c2b;
	font-weight: 100;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 24px;
	text-align: center;
}

.timeline-title span {
	color: #302c2b;
}

.entry-text {
    margin: 0 auto;
    padding: 0;
}

.entry-meta {
    position: relative;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	color: #302c2b;
	font-weight: 300;
    margin: 0;
}

.details {
    position: relative;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	color: #302c2b;
    margin: 0;
}

.entry-meta a:link {
	color: #c16742;
}

.entry-meta a:visited {
	color: #c16742;
}

.entry-meta a:hover {
	color: #666666;
}

.entry-meta a:active {
	color: #666666;
}


.cat-links {
    padding: 0;
}

.cat-links a:link {
	color: #c16742;
}

.cat-links a:visited {
	color: #c16742;
}

.cat-links a:hover{
	color: #666666;
}
 
.cat-links a:active {
	color: #666666;
} 

.tag-links {
  
}

.tag-links a:link {
	color: #c16742;
}

.tag-links a:visited {
	color: #c16742;
}

.tag-links a:hover {
	color: #666666;
} 

.tag-links a:active {
	color: #666666;
}
 
.entry-title { 
	margin:  0 auto;
	text-align: center;
	font-weight: 300;
	font-size: 28px;
	padding: 32px 0 0 0;
	color: #302c2b;
	text-transform: uppercase;
}

.entry-title a:link {
	color: #302c2b;
}

.entry-title a:visited {
	color: #302c2b;
}

.entry-title a:hover {
	color: #bfbfbf;
}

.entry-title a:active {
	color: #bfbfbf;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content, .entry-summary {
	clear: both;
	padding: 0 0 42px 0;
	border-bottom: 1px solid #84b0c1;
	margin-bottom: 12px;
}

.lighttitle {
	color: #A4A4A4;
}

.page-link {
	color: #000;
	font-weight: 700;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}

#content img {
	margin: 18px auto 18px auto;	
	padding: 0 0 12px 0;
	background:#ffffff;
	width: auto;
	height: auto;
}

.content-image {
	margin: 24px auto 24px auto;	
	padding: 0;
	background:#ffffff;
	width: auto;
	height: auto;
	
}

#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
}

#content .alignright, #content img.alignright {
	display: inline;
	float: right;
}

#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Wordpress Page Navigation */

.navigation {
	clear: both;
	padding: 0 24px 14px 24px;
	margin: -19px 0 0 0;
	font-size: 16px;
	line-height:16px;
	overflow: hidden;
	font-weight: 300;
}

.navigation a {
	color: #302c2b;
	text-decoration: none;
}

.navigation a:visited {
	color: #302c2b;
}

.navigation a:active {
color:#a4a4a4;
}

.navigation a:hover {
color:#a4a4a4;
}

.nav-prev {
	float: left;
}

.nav-next {
	float: right;
}

.single-navigation {
	clear: both;
	padding: 24px 24px 0px 24px;
	margin: 0 auto;
	margin-top: -18px;
	font-size: 15px;
	line-height: 18px;
	overflow: hidden;
	font-weight: 300;
}

.single-navigation a {
	color: #302c2b;
	text-decoration: none;
}

.single-navigation a:visited {
	color: #302c2b;
	text-decoration: none;
}

.single-navigation a:active {
color:#a4a4a4;
}

.single-navigation a:hover {
color:#a4a4a4;
}

.single-nav-previous {
	float: left;
	text-align:left;
	margin-bottom: 24px;
	width: 45%;
	}

.single-nav-next {
	float: right;
	text-align: right;
	margin-bottom: 24px;
	width: 45%;
	}

:focus { 
	background-color: #fff; }


/* Search */


#s {
	margin: 0;
	width: 180px;
	height: 200px;
	}

#searchsubmit {
	
}

#inlinesearch {
	clear: both;
	text-align: center;
	margin: 0 auto;
    padding: 0;
	width: 300px;
	height: 32px;
}

input {
	color: #666666;
	border: none;
    margin: 0;
    padding: 2px 4px;

}

input[type="text"], textarea {
	width: 120px;
	font-family:  "futura-pt", sans-serif;
	filter: none;
	height: 21px;
	background: #fff;
	border: 0.5px solid #302c2b;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	font-size: 12px;
	font-weight: 300;
	margin: 12px 0;
}

label {
	font-size: 16px;
	font-weight: 300; 
}

.searchbutton {
	position: relative;
	top: 0;
	right: 4.5px;
	height: 26px;
	width: 64px;
    font-weight: 300;
    font-family:  "futura-pt", sans-serif;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border: 0.5px solid #302c2b;
	background-color: #f0efef;
	color: #000;
   
}

.searchbutton:hover {
	background-color: #84b0c1;
    color: #fff;
	
}
	
.button {
	display: block;
	padding: 12px 0 0 0;
}


/* Footer contet areas */

#site-info {
	text-align:center;
	margin: 0 auto;
	width: 90%;
	padding: 0 6px 24px 6px;
	font-size: 15px;
	font-weight: 300;
	color: #969696;
	
}
#site-info a {
	color: #1E427C;
	text-decoration: none;
}
#site-info a:hover {
	color: #999999;
	text-decoration: none;
}

#bigthumbcontent {
	width: 96%;
	max-width: 1340px;
	display:inline-block;
	margin: 0 auto;
	padding-top: 12px;
	}

.gridentry {
	position: relative;
	float:left;
	width: 25%;
	height: auto;
	min-height: 248px;
	text-align:center;
	margin: 0 auto;
	padding: 0;
}

.gridentrytext {
	width: 94%;
	z-index: 10;	
	font-size: 13px;
	font-weight: 100px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 0 auto;
	color: #302c2b;
	border-radius: 0px;
	padding: 0;
	background-color: #ffffff;
}

.gridentrydate {
	width: 94%;
	color: #302c2b;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	margin-top: -3px;
	border-radius: 0;
}

.gridentrytext a {
	color: #302c2b;
	background: none;
}

.gridentrytext a:link {
	color: #302c2b;
}

.gridentrytext a:visited {
	color:  #302c2b;
}

.gridentrytext a:hover {
	color: #788880;	
}

.gridentrytexta:active {
	color: #788880;	
}

.gridentry img {
	width: 94%;
	height: auto;
	border: 0;
	padding: 0 3% 0 3%;
	margin: 0;
	display:block;
	
}


/*----------------------------*/
/*----------------------------*/
/*SCREEN SIZE BREAK FOR MOBILE*/
/*----------------------------*/
/*----------------------------*/

/*----------------------------*/
/*------MAX WIDTH 1280px------*/
/*----------------------------*/


@media screen and (max-width: 1280px) {
.gridentry {	
	width: 33%;
	min-height: 300px;
}
}

/*----------------------------*/
/*------MAX WIDTH 1180px------*/
/*----------------------------*/

@media screen and (max-width: 1180px) {
.gridentry {	
	width: 33%;
	min-height: 272px;
}
}

/*----------------------------*/
/*------MAX WIDTH 1094px------*/
/*----------------------------*/

@media screen and (max-width: 1094px) {
.gridentry {	
	width: 33%;
	min-height: 254px;
}
}

/*----------------------------*/
/*------MAX WIDTH 1000px------*/
/*----------------------------*/

@media screen and (max-width: 1000px) {
.gridentry {
	width: 50%;
	min-height: 332px;
}
}

/*----------------------------*/
/*------MAX WIDTH 892px------*/
/*----------------------------*/

@media screen and (max-width: 892px) {
.gridentry {
	width: 50%;
	min-height: 302px;
	}

.single-navigation img {
	height: 80px;
	width: 80px;
}
	
.page-title, .page-title p {
    font-size: 30px;
	}
	
.entry-title {
    font-size: 24px;
	}	

body {	

	
	}

.bigtype {
	width: 90%;
	
}

#content {
	width: 90%;
}

#thumbcontent {
	width: 528px;
}

#thumbview {
	width: 528px;
}

#thumbcontentindex {
	margin: 0 auto;
	width: 90%;	
}

#photoquote {
	width: 90%;	
	padding: 12px 0 9px 0;
}

.headerbrand {
	height: 96px;
	font-size: 32px;
	width: 120px;
	line-height: 96px;
}

.headerquote {
	height: 96px;
	line-height: 96px;
}

.headerbannerimage img {
    padding: 0;
    display: block;
    margin: 0 0 0 -100%;
    width: 200%;
    height: auto;
}

#menuwidth {
	width: 90%;
}

.topcolourbar {
	font-size: 34px;
    line-height: 48px;
	}
	
#titleblock {
	font-size: 32px;
	line-height: 96px;
}

#content img {
	height: auto;
	max-width: 98%;
	margin: 0 auto;
	margin: 24px 0 24px 0;
	padding: 0px;
}

.navigation {
	margin: 0 auto;
}

.menutext p {
	margin: 0 auto;
}

.entry-content, .entry-summary {
	clear: both;
	padding: 0px 0 9px 0;	
}	

#content {
	margin-top: 12px;
}

#content p, #content ol, #content ul {
	font-size: 15px;
	line-height: 21px;
	text-align: left;
}

.entry-meta {
}

.cat-links {
	display: block;
	
}

.tag-links {
	display: block;
	margin: 3px 0 0 0;
}


	
.details {
	line-height: 16px;
}		

/* Navigation */
	.timeline-title span {
		font-size: 16px;
}
	
.navigation {
	font-size: 16px;
	line-height: 18px;
}

.single-navigation {
	font-size: 16px;
	line-height: 18px;
}

#searchsubmit {
	color: #000;
	font-size: 16px;
}
.navmenuwidth {
	margin: 0 auto;
	max-width: 378px;
}				
}
	
/*----------------------------*/
/*------MAX WIDTH 748px------*/
/*----------------------------*/	
	
@media screen and (max-width: 748px) {
.gridentry {
	width: 50%;
	min-height: 268px;
}
	


/*----------------------------*/
/*------MAX WIDTH 699px------*/
/*----------------------------*/
	
@media screen and (max-width: 699px) {
	
#photoquote {
	line-height: 18px;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}

#photoquote span {
	font-size: 15px;
	font-weight: 300;
}	
	
#content p, #content ol, #content ul {
	font-weight: 300;
}

p {	
	font-weight: 300;
}

.entry-title {	
}

.entry-meta {	
	font-weight: 300;
}

.thumbhead {
	line-height: 32px;
	display: block;
	font-size: 18px;
}

#thumbview {
	width: 400px;
}

#thumbcontent {
	width: 400px;
}
	

}

/*----------------------------*/
/*------MAX WIDTH 680px------*/
/*----------------------------*/
	
@media screen and (max-width: 680px) {
.gridentry {
	width: 50%;
	min-height: 232px;
}
}

/*----------------------------*/
/*------MAX WIDTH 599px------*/
/*----------------------------*/	
	
@media screen and (max-width: 599px) {
	
body {
    border-width: 10px;
}	
    
#inlinesearch {
	margin: 0 auto;
    padding: 0 0 18px 0;
}
    
	
.sideways-title {

	font-size: 13px;
}		
	
.topcolourbar {
	height: 34px;
}	
	
.topcolourbar p {
   font-size: 34px;
   line-height: 34px;
}		
	
.entry-title {	
	font-size: 22px;
	padding: 12px 0 0 0;
}	
	
.page-title, .page-title p {
	margin: 0;
	font-size: 28px;
}		

#thumbview {
	width: 396px;
}

#thumbcontent {
	width: 396px;
}

.colourtext {
	margin: 0 0 0 0;
	font-size: 26px;
}
		
.scripttext {
	font-size: 32px;
}	
	
.colourtextsub {
	font-size: 18px;
	margin: -10px 0 0 0;
}
	
.cameraicon {
	height: 30px;
	}

.cameraicon img {
	height: 36px;
}
	


.topnavbar {
	position:relative;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: auto;
	z-index: 1000;
	line-height: 0;
	margin: 0 auto;
}
	
.topnavbar ul {
	color: #000000; 
	background: #ffffff;
	font-weight: 300;
	font-size: 16px;
	list-style: none;
}
	
.topnavbar li {
	color: #000000;
	text-decoration: none;
	margin: 0;
	background: none;
	display: inline;
	line-height: 18px;
}
	
.topnavbar li a {
	text-decoration: none;
	background: #ededed;
	color: #000000;
}
	
.topnavbar ul li a:hover {
	border-radius: 0px;
	background: #d8d8d8;
}
	
.topavbar ul li a:active {
	border-radius: 0px;
	background: #d8d8d8;
}
	
.topnavbar p {
    padding: 4px 8px 4px 8px;
	}
    
nav[role=navigation]  li {
	display: block;
}	    
     
	
a.menu-link {
	margin: 0 auto;
	text-align:center;
	display: block;
	padding: 18px 0 0px 0;
	text-decoration: none;
	color: #393e3f;
	font-size: 24px;
}
	
.menu-link img {
	margin: 0;
    height: 26px;
    width: auto;
    padding: 0 4px 0 0;
}
	
nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
	
.js nav[role=navigation] {
	max-height: 0;
	overflow: hidden;
}
	
nav[role=navigation].active {
	max-height: 300em;
}
	
nav[role=navigation] ul {border: 0;
	margin: 0;
	padding: 8px 0 0 0;
	border-top: 2px solid #ffffff;
}
	
nav[role=navigation] li a {
	border: 0;
	display: block;
	margin: 0;
	padding: 8px 0 8px 16px;
	border-bottom: 2px solid #ffffff;
}

.header {
	height: auto;
	padding: 12px 0;
	font-weight: 400;
	line-height: 20px;
	font-size: 20px;
}	
}

/*----------------------------*/
/*------MAX WIDTH 560px------*/
/*----------------------------*/	
	
@media screen and (max-width: 560px) {
	

.page-title, .page-title p {
    margin: 0;
    font-size: 24px;
	}
	
.entry-title {	
	font-size: 22px;
}	
	
.gridentry {
	width: 50%;
	min-height: 200px;
}
}

/*----------------------------*/
/*------MAX WIDTH 480px------*/
/*----------------------------*/

@media screen and (max-width: 480px) {
.gridentry {
	width: 100%;
	padding-bottom: 24px;
}
	
.colourtext {
	margin: 0 0 0 0;
	font-size: 24px;
}
		
.scripttext {
	font-size: 26px;
	font-family: "gizmo", sans-serif;
}	
}

/*----------------------------*/
/*------MAX WIDTH 419px------*/
/*----------------------------*/
	
@media screen and (max-width: 419px) {
	
#thumbview {
	width: 270px;
}

	#thumbcontent {
	width: 270px;
}
}
	
/*----------------------------*/
/*--------THE END-------------*/
	/*----------------------------*/	}