/*
	Theme Name: SELCAMRA
	Author: Mesklin Net Technologies
	Author URI: http: //mesklin.net
*/

/******************************************************/

/* http: //meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #B43B14;
}
a: hover {
	text-decoration: underline;
}

/******************************************************/

.clr {
	clear: both;
}

.highlight {
	color: #B43B14!important;
}

/******************************************************/

@font-face {
	font-family: HelveticaNeueCondensedBlack;
	src: 	url("assets/helvetica-neue-condensed-black.eot"),
			url("assets/helvetica-neue-condensed-black.woff"),
			url("assets/helvetica-neue-condensed-black.ttf");
}

html, body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/******************************************************/

#header-container,
#footer-container,
#container {
	width: 98%;
	max-width: 920px;
	min-width: 314px;
	margin: 0 auto;
	padding: 0 1%;
}

#container {
	padding-top: 0.8%;
}

#header-links {
	width: 100%;
}

#header-links ul li {
	float: left;
	font-size: 140%;
	line-height: 100%;
	margin: 1% 3% 1% 0;
}

#header-links ul li a {
	color: #000;
}

#header {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 11.1702%;
	background-image: url('assets/header.png');
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#header h1, #header p.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 48.9362%;
	height: 0;
	padding-bottom: 11.1702%;
}

#header h1 a, #header p.header a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 22.8261%;
	background-image: url('assets/logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: -10000px;
}

/******************************************************/

#tagline {
	width: 100%;
	margin: 0 0 1%;
}

#tagline p {
	font-weight: bold;
}

/******************************************************/

#main h1,
#main h2,
#main h3 {
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 2%;
}

#main h1,
#main h2,
#whatson h3 {
	padding-bottom: 1%;
	margin-bottom: 2%;
	font-family: Impact, HelveticaNeueCondensedBlack, Charcoal, sans-serif;
	font-size: 280%;
	text-transform: uppercase;
	border-bottom: 1px solid #E2DFDF;
}

#main h3 {
	font-size: 180%;
}

#main p,
#main li {
	line-height: 120%;
	margin: 1% 0 2%;
	overflow-wrap: break-word;
}

#main p strong,
#main p b {
	font-weight: bold;
}

#main p em,
#main p i {
	font-style: italic;
}

#main p img {
	width: 100%;
	max-width: 500px;
	height: auto;
}

#main .small {
	font-size: 75%;
	margin-top: 1%;
}

#main .normal {
	font-size: 100%;
}

/*** ensure calendar control observes line breaks in calendar event descriptions ***/

#main .simcal-event-description {
	font-size: 100%;
        white-space:pre-line;	
}

/*** hide horrid calendar event date label ***/

#main .simcal-day-label {
	visibility: hidden;        	
	white-space: nowrap;
}

/******************************************************/

#main .left-side {
	float: left;
	width: 18.0851%;
}

#main .left-side ul {
	width: 100%;
	margin-bottom: 20%;
}

#main .left-side ul li a {
	display: block;
	width: 90%;
	height: 0;
	padding: 8% 5% 20%;
	background-image: url('assets/nav.png');
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 125%;
	line-height: 100%;
	color: #fff;
}

#main .left-side ul li.current_page_item a,
#main .left-side ul li.current-menu-item a {
	background-position: top;
}

#main .left-side ul li.current_page_item a {
	font-weight: bold;
}

#main .left-side ul li ul {
	display: none;
}

/******************************************************/

#main .right-side {
	float: right;
	width: 23.4043%;
	font-size: 80%;
}

#main .right-side .button {
	width: 100%;
	height: 0;
	padding-bottom: 34.0909%;
	margin-bottom: 5.4545%;
	background-image: url('assets/button.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#main .right-side .button a {
	display: block;
	width: 90%;
	padding: 11% 5% 0;
	font-family: Impact, HelveticaNeueCondensedBlack, Charcoal, sans-serif;
	font-size: 235%;
	color: #fff;
}

#main .right-side h3 {
	padding-bottom: 1%;
	margin-bottom: 3%;
	font-family: Impact, HelveticaNeueCondensedBlack, Charcoal, sans-serif;
	font-size: 300%;
	line-height: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid #E2DFDF;
}

#main .right-side ul.links li {
	padding: 0 0 3% 1%;
}

#main .right-side ul.links li {
	font-size: 160%;
}

#main .right-side .twitterwidget-title {
	display: block;
	margin: 2% 0 4%;
	padding-top: 3%;
	border-top: 1px solid #E2DFDF;
	font-family: Impact, HelveticaNeueCondensedBlack, Charcoal, sans-serif;
	font-size: 300%;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
}

#main .right-side .twitterwidget-tweets li {
	font-size: 120%;
	margin-bottom: 6%;
}

/******************************************************/

#main .content {
	float: left;
	width: 54.6809%;
	padding: 0 1.91489%;
}

#main .full {
	width: 78.08512%;
}

#main .content ul.gce-list li span.description {
	line-height: 160%;
	margin-bottom: 2%;
}

/******************************************************/

#whatson ul li {
	float: left;
	width: 30%;
	height: 0;
	padding: 0 3% 12.76560% 0;
}

#whatson ul li .image {
	float: left;
	width: 25.5319%;
	height: 0;
	padding-bottom: 25.5319%;
	margin-right: 3%;
	overflow: hidden;
}

#whatson ul li .image img {
	width: 100%;
	height: auto;
}

#whatson ul li p {
	font-size: 140%;
	line-height: 100%;
	margin-bottom: 2%;
}

/******************************************************/

#footer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 11.1702%;
	margin-bottom: 1%;
	overflow: hidden;
	background-image: url('assets/footer.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

#footer h3 {
	font-family: Impact, HelveticaNeueCondensedBlack, Charcoal, sans-serif;
	font-size: 235%;
	line-height: 135%;
	color: #fff;
}

#footer p {
	font-size: 120%;
	line-height: 150%;
	color: #fff;
}

#footer p a {
	color: #fff;
}

#footer .section {
	float: left;
	width: 21%;
	padding: 2% 2%;
}

#mesklin {
	margin-bottom: 2%;
	font-size: 12px;
	float: right;
}

/******************************************************/

@media screen and (max-width: 720px) {
	#main .left-side {
		width: 102%;
		margin: 0 -1%;
		padding: 0;
	}

	#main .left-side ul {
		width: auto;
		height: 40px;
		margin-bottom: 0;
	}

	#main .left-side ul li {
		float: left;
		padding: 0 3%;
	}

	#main .left-side ul li a {
		display: inline;
		padding: 0;
		margin: 0;
		font-size: 120%;
		line-height: 100%;
		background-image: none;
		color: #B43B14;
	}

	#main .content {
		width: 72.766%;
		padding: 0;
	}

	#main .right-side {
		font-size: 60%;
	}

	#main .right-side .button,
	#main .right-side h3,
	#main .right-side .twitterwidget-title {
		font-weight: normal;
	}
}

@media screen and (max-width: 640px) {
	#header-links {
		display: none;
	}

	#header {
		margin-top: 3px;
	}

	#main .right-side {
		display: none;
	}

	#main .content {
		width: 96%;
		margin: 0 2%;
	}

	#whatson {
		width: 96%;
		margin: 0 auto;
	}

	#whatson h3 {
		font-size: 340%;
	}

	#whatson ul li {
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 2%
	}

	#whatson ul li .image {
		width: 10%;
		height: auto;
		padding: 0;
	}

	#whatson ul li p {
		font-size: 180%;
	}

	#footer {
		width: 96%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		overflow: auto;
		background-image: none;
	}

	#footer .section {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 3%;
	}

	#footer .section h3 {
		font-size: 340%;
		color: #000;
	}

	#footer .section p {
		display: inline;
		margin: 0 2% 0 0;
		font-size: 180%;
		color: #000;
	}

	#footer .section a {
		color: #B43B14;
	}

	#mesklin {
		padding: 2% 0 0;
		float: left;
		border-top: 1px dotted #777;
		width: 100%;
	}
}

@media screen and (min-width: 961px) {
	html, body {
		font-size: 10px;
	}

	#main {
		font-size: 140%;
		line-height: 120%;
	}
}

@media screen and (min-width: 721px) and (max-width: 960px) {
	html, body {
		font-size: 9px;
	}

	#main {
		font-size: 140%;
		line-height: 120%;
	}

	#main .right-side .twitterwidget-tweets li {
		font-size: 140%;
	}
}

@media screen and (min-width: 641px) and (max-width: 720px) {
	html, body {
		font-size: 8px;
	}
	
	#main {
		font-size: 180%;
		line-height: 160%;
	}

	#main .right-side .twitterwidget-tweets li {
		font-size: 165%;
	}
}

@media screen and (min-width: 481px) and (max-width: 640px) {
	html, body {
		font-size: 7px;
	}
	
	#main {
		font-size: 180%;
		line-height: 160%;
	}
	
	#main .right-side ul li {
		background-image: none;
	}
}

@media screen and (max-width: 480px) {
	html, body {
		font-size: 5px;
	}
	
	#main {
		font-size: 220%;
		line-height: 200%;
	}
	
	#main .right-side ul li {
		background-image: none;
	}
}
