/*
Theme Name: GAK
Author: the Designworks team
-------------------------------------------------------------- */
.kebo-tweets.list .ktweet {
    margin: 0px !important;
    padding: 0px 0px !important;
    border-bottom: 0px solid rgba(0, 0, 0, 0.2) !important;
}
.kebo_twitter_feed_widget .bx-viewport {
      height:auto !important;
}
.kebo-tweets .ktweet .ktext {
    margin: 0px 0px 2px !important;
    min-height: 2em !important;
}
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%;
	vertical-align: baseline;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}




/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}



/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

@charset "utf-8";
/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center; /* for ie6 and under */
	min-width:1000px;
	color: #000;
	font-family: 'clear_sansregular';
	letter-spacing: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;	
}
#wrapper{
	min-height:100%;
	width:100%;
	text-align:left;
	margin:auto;
	position:relative;
}
 
* html #wrapper{height:99.9%;} 
/*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
* {
	margin: 0;
	padding: 0;
}
.container {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.fluid {
	width: 100%;
	float: left;
}

#topwrap {
	margin: 0px;
	width: 100%;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(imgs/menu_top.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#midwrap {
	margin: 0px;
	width: 100%;
	color: #FFF;
	padding: 0px;
	min-height: 200px;
}
#bottomwrap {
	width: 100%;
	z-index: 99;
	background-color: #5F217B;
	clear:both;
	left:0;
	bottom:0;
	position: absolute;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#clearfooter {
	width:100%;
	clear:both;
}
#pagehead {
	width:98%;
	height:110px;
	float:left;
	position:relative;
	margin-right: 1%;
	margin-left: 1%;
}
#pagehead nav {
	float:left;
	position:relative;
	width:80%;
	margin: 0px;
	padding: 0px;
}
.socmed {
	float:right;
	position:relative;
	width:20%;
	height: 40px;
}
.socmed ul li {
	float:right;
	position:relative;
	list-style:none;
	margin:7px 1px 0 0;
}
.socmed ul li a img:hover {
	opacity:.8;
}
.colour_menu {
	float: right;
	position: relative;
	width:72%;
	padding:0;
}
.colour_menu .cm_item {
	float: left;
	height: 65px;
	width: 22%;
	margin: 0 0 0 4%;
	position: relative;
	padding:0;
}
.colour_menu .cm_item a {
	font-family: 'VAGRoundedBold';
	padding:7% 2% 0 8%;
	width:90%;
	height:57px;
	background-color:#063;
	position: relative;
	float: left;
	color:#FFF;
	font-size:20px;
	text-decoration:none;
	-webkit-border-bottom-right-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
}
.colour_menu .cm_item.blue a {background-color:#0096BF; background-image:linear-gradient(to right, #00928B 5%, #009DDC);}
.colour_menu .cm_item.pink a {background-color:#C80078; background-image:linear-gradient(to right, #7F1974 5%, #D6007F);}
.colour_menu .cm_item.green a {background-color:#87B121; background-image:linear-gradient(to right, #447D2D 5%, #8CBA24);}
.colour_menu .cm_item.yellow a {background-color:#F0C700; background-image:linear-gradient(to right, #DB7100 5%, #FEE200);}
.colour_menu .cm_item a:hover {
	opacity:.8;
}
.colour_menu .cm_item:first-child {
	margin-left:0;
}

footer {
	margin: 0px;
	float: left;
	height: 20px;
	width: 100%;
	position: relative;
	color: #FFF;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
footer a {
	color: #FFF;	
}
footer a:hover {
	color: #EABCFF;	
}
footer .footerLeft {
	float: left;
	position: relative;
}
footer .footerRight {
	float: right;
	position: relative;
}



#mainContent {
	float: left;
	width: 98%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	position: relative;
	min-height: 200px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
	color: #333;
}
img {
	border:0px;
}


#contentRight  {
	padding: 0px;
	float: right;
	height: auto;
	width: 72%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentRight .twitterBox {
	background-color: #EAD3E6;
	float: left;
	width: 100%;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
	color: #FFF;
}
.twitterBox .t_heading {
	background-color: #A80F79;
	float: left;
	height: 70px;
	width: 12%;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #C26EA5;
	position: relative;
}
.twitterContent a {
	color: #A80F79;
	text-decoration: none;
}
.twitterContent a:hover {
	text-decoration: underline;
}
.twitterBox .t_heading img {
	margin: 5px 3px 5px 5px;
	float:left;
	position:relative;
}
.twitterBox .t_heading h6 {
	margin: 10px 0 0 0;
	float:left;
	position:relative;
	font-size:14px;
	font-family: 'VAGRoundedBold';
}
.twitterContent {
	font-size:12px;
	color:#333;
	padding:1% .5%;
	width:85%;
	float:right;
	position:relative;
}
#contentRight #mainTextContent {
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mainTextContent #mainTextLeft {
	float: left;
	width: 62%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 0%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A80F79;
}
#mainTextContent a {
	color:#333;	
}
#mainTextContent a:hover {
	color:#A80F79;	
}
#mainTextContent #mainTextLeft p, #mainTextContent #mainTextLeft td {
	font-size: 14px;
	margin-bottom:6px;
	line-height: 125%;
}
#mainTextContent #mainTextLeft td {
	padding:6px;
	margin:2px 2px 0 0;
	background-color:#EEE;
}
#mainTextContent #mainTextLeft table { 
    border-spacing: 2px;
    border-collapse: separate;
}
#mainTextContent #mainTextLeft ul li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 125%;
    margin-left:15px;
}

#mainTextContent.largeside #mainTextLeft h1 {
	font-size: 29px;
	color:#56358B;
}
#mainTextContent #mainTextLeft h1, #mainTextContent #mainTextLeft h2,#mainTextContent #mainTextLeft h3,#mainTextContent #mainTextLeft h4,#mainTextContent #mainTextLeft h5,#mainTextContent #mainTextLeft h6{
	margin-bottom:10px;
}
#mainTextContent #mainTextLeft .mini_caption_image {
	max-width:200px;
	height:auto;
	padding:0;
	margin: 0 10px 10px 0;
	background-color:#A80F79;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	float:left;
	position:relative;
	color:#FFF;
	font-size: 13px;
}
#mainTextContent #mainTextLeft .mini_caption_image p {
	color:#FFF;
	padding:1px 7px 2px 7px;
	line-height:110%;
	letter-spacing:-1px;
	font-size: 13px;
}
#mainTextContent #mainTextRight {
	float: right;
	width: 33%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 2%;
}
#mainTextContent.largeside #mainTextLeft {
	width: 50%;
	border:0;
	margin-top:20px;
}
#mainTextContent.noside #mainTextLeft {
	width: 100%;
	border:0;
	margin-top:0px;
}
#mainTextContent.largeside #mainTextRight {
	width: 45%;
	margin-top:20px;
	color: #FFF;
	
	padding:0;
}
#mainTextContent.largeside #mainTextRight img {
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.textpad {
	padding:3% 5% 3% 5%;
	width:90%;
	background-color: #946DA9;
	float:left;
	position:relative;
}
#mainTextContent.largeside #mainTextRight p {
	font-size:14px;
	line-height:120%;
	margin-bottom: 10px;
}
#mainTextContent h1, #mainTextContent h2  {
	font-family: 'VAGRoundedBold';
	color:#F08300;
	font-size:28px;
	margin-bottom:6px;
}
#mainTextContent #mainTextLeft h3, #mainTextContent #mainTextLeft h4, #mainTextContent #mainTextLeft h5 {
	font-family: 'VAGRoundedBold';
	color:#F08300;
	font-size:19px;
	margin:15px 0 0 0 !important;
}
#mainTextContent h1.entry-title, #mainTextContent h2.entry-title {
    font-family: "VAGRoundedBold";
    color: #F08300 !important;
    font-size: 28px !important;
    margin-top: 12px !important;
}
#mainTextContent h1.blue, #mainTextContent h2.blue {
	color:#0096BF;
}
#mainTextContent.largeside h2 {
	font-family: clear_sans_mediumregular;
	color:#FFF;
	font-size: 21px;
}
#mainTextContent p.large, #mainTextContent #mainTextLeft p.large {
	font-size:19px;
	font-family: 'clear_sans_lightregular';
	margin-bottom:10px;
}
#contentLeft {
	padding: 0px;
	float: left;
	height: auto;
	width: 25%;
	position: relative;
	color:#666;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentLeft h4 {
	margin: 0 0 5px 0;
	font-family: 'VAGRoundedBold';
	font-weight:normal;
	color:#F08300;
	font-size:18px;
}
#contentLeft .strapline {
	float: left;
	width: 94%;
	margin-top: 25px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #56358B;
	padding-left: 5%;
}
#contentLeft .strapline h3 {
	font-size: 29px;
	color: #56358B;
	font-family: 'VAGRoundedBold';
}
.menutoggle {
    float: left;
    position: relative;
    clear: left;
    padding-left: 0px;
    font-size: 16px;
    margin-top: 9px;
    opacity: 1;
    text-decoration: none;
    display: none;
    width:auto;
}
.menutoggle:hover {
	opacity:.8;
}
#contentLeft .kidneyLogo {
	display:block;
}
#contentRight .kidneyLogo {
	display:none;
}

.noarrow .ui-accordion-header-icon {
	display:none !important;
}
.ui-accordion .ui-accordion-header a {
	color: #FFF !important;
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (max-width : 1020px) {
	body {
    min-width:100%;
}
.container {
	width: 98%;
	margin:0 1%;
}
#header {
	width:100%;
}
#footer {
	width: 100%;
}
#mainContent {
	width: 100%;
}
#mainContent #contentLeft {
	width: 25%;
	margin-top:0;
}
#mainContent #contentRight {
	width: 70%;
	margin-right:2%;
}
.colour_menu {
	float: left;
	position: relative;
	width:100%;
	padding:0;
}
.menutoggle {
    display: block;
}
#pagehead nav {
	display: none;
	float:left;
	position:relative;
	width:100%;
	margin: 0px;
	padding: 0px;
	clear:both;
}
#pagehead {
	min-height:110px;
	height:auto;
	padding-bottom:15px;
}
.twitterContent {
	font-size:12px;
	color:#333;
	padding:1% .5%;
	width:82%;
	float:right;
	position:relative;
}
.twitterBox .t_heading {
	height: 67px;
	width: 14%;
}
.socmed {
    width: 70%;
}
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (max-width : 840px) {
footer {
	margin: 0px;
	float: left;
	height: 40px;
}
footer .footerRight {
	float: left;
	position: relative;
	clear:both;
}
.twitterBox .t_heading h6 {
    margin: 0px 0px 0px 5px;
    float: left;
    position: relative;
    font-size: 14px;
    font-family: "VAGRoundedBold";
    clear:both;
}
}
@media only screen 
and (max-width : 800px) {
	body {
    min-width:100%;
}
#header {
	width:100%;
}
#footer {
	width: 100%;
}
#mainContent {
	width: 100%;
}
#mainContent #contentLeft {
	width: 30%;
}
#mainContent #contentRight {
	width: 65%;
}
#mainTextContent #mainTextLeft .mini_caption_image {
	width:100%;
	max-width:none;
	margin-bottom:20px;
}
#mainTextContent #mainTextLeft .mini_caption_image img {
	width:100%;
	height:auto;	
}
#mainTextContent #mainTextLeft {
	width: 57%;
}
#mainTextContent #mainTextRight {
	width: 38%;
}
.kidneyLogo img {
	width:100%;
	height:auto;
}
}
@media only screen 
and (max-width : 730px) {
.twitterBox .t_heading {
	height: 80px;
	width: 14%;
}
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (max-width : 650px) {
#contentLeft .strapline {
    border-left: 0px solid #56358B;
}
	#contentLeft  .kidneyLogo {
		display:none;
	}
	#contentRight  .kidneyLogo {
		display:block;
	}
	.kidneyLogo {
		text-align:left;
		width:auto;
		float:left;
		position:relative;
	}
#contentRight .twitterBox {
    background-color: #EAD3E6;
    float: right;
    width: 54%;
    position: relative;
    min-height: 80px;
    margin-bottom: 10px;
    color: #FFF;
    margin-left:2%;
}
.twitterBox .t_heading {
    height: 150px;
    width: 20%;
}
.twitterContent {
    font-size: 12px;
    color: #333;
    padding: 1% 3% 1% 0;
    width: 70%;
    float: right;
    position: relative;
}
.kidneyLogo img {
	width:auto;
	height:auto;
}
	body {
    min-width:100%;
}
.container {
	width: 90%;
	margin:0 5%;
}
#header {
	width:100%;
}
#footer {
	width: 100%;
}
#mainContent {
	width: 100%;
}
#mainContent #contentLeft {
	float: left;
	width: 100%;
	padding-bottom:25px;

}
#mainContent #contentRight {
	float: left;
	width: 100%;
	margin-top:0;
}
.colour_menu .cm_item a {
    font-size: 15px;
}
}
@media only screen 
and (max-width : 590px) {
#contentRight .kidneyLogo {
	display:block;
	width:38%;
}
#contentRight .kidneyLogo img {
	width:100%;
	height:auto;
}
#contentRight .twitterBox {
    background-color: #EAD3E6;
    float: right;
    width: 60%;
    position: relative;
    min-height: 80px;
    margin-bottom: 10px;
    color: #FFF;
    margin-left:2%;
}
}
@media only screen 
and (max-width : 520px) {
.theme-default {
	display:none;	
}
footer {

	height: 70px;
}
#mainContent {
	padding-bottom: 70px;
}
}
@media only screen 
and (max-width : 450px) {
	#contentRight .kidneyLogo {
	display:block;
	width:100%;
}
#contentRight .kidneyLogo img {
	width:auto;
	height:auto;
}
	.kidneyLogo {
		text-align:center;
		width: 100%;
		float:left;
		position:relative;
	}
	#mainTextContent #mainTextLeft {
	width: 100%;
	border-right:none;
}
#mainTextContent #mainTextRight {
	width: 100%;
}
.theme-default {
	display:none;	
}
#contentRight .twitterBox {
    background-color: #EAD3E6;
    float: right;
    width: 100%;
    position: relative;
    min-height: 80px;
    margin-bottom: 10px;
    color: #FFF;
    margin-left:2%;
}
.twitterBox .t_heading {
    height: 120px;
    width: 20%;
}
.colour_menu .cm_item a {
    font-size: 14px;
}
.colour_menu .cm_item {
    float: left;
    height: 65px;
    width: 24%;
    margin: 0px 0px 0px 1%;
    position: relative;
    padding: 0px;
}

}
/** INFORMATION BOX **/

.informationBox {
	overflow:hidden;
	margin-right:5px;
	border-radius:10px;
	display:block;
	margin-bottom:10px;
	/*background:rgb(0,76,133);*/
	background:rgb(234,211,230);
	margin-right:10px;
	padding-bottom:10px;
}
.informationBox img{
	width:35%;
	height:185px;
	overflow:hidden;
	margin-bottom:-20px;
}
.informationBox h3 {
	font-size:26px ;
	line-height:12px; 
	font-weight:300;
	color:#a80f79 !important; 
}
.informationBox p {
	font-size:16px;
	line-height:1.2em;
	font-weight:200;
	text-align: justify;
}
.informationBoxDesc {
	/*width:60%;*/
	/*position:absolute; */
	/*margin-left: 195px;*/
	margin-top:0px;
	padding:8px 20px 11px 20px;
	font-size:18px;
	line-height:1.2em;
}

/* donate button */
.donate-button{
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom:15px;
}
.donate-button a{
    color: #fff;
    background: #703888;
    width: 100%;
    float: left;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 18px;
}
.donate-button a:hover{opacity: .85;}

@media screen and (max-width:650px){.donate-desktop{display:none;}}
@media screen and (min-width:651px){donate-mob{display:none;}}