/*

Theme Name: Mviwata

Theme URI: http://saidsuleimanjuma.com/wp-themes

Author: Said Suleiman Juma

Author URI: http://saidsuleimanjuma.com/

Description: 

Version: 1.0

License: GPL

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: 

Text Domain: mviwata



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/* =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, 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;
}
body {
	line-height: 1;
	font-family: Tahoma, Geneva, sans-serif !important
}
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;
}
caption,  th,  td {
	font-weight: normal;
	text-align: left;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
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;
	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: "";
}
/* Layout*/

body {
	background: PaleGreen;
}
.wraper {
	width: 960px;
	margin: 0 auto;
}
.top-div {
	height: 180px;
	position: relative;
}
.logo {
	float: left;
	padding-top: 10px;
}
.top-right {
	float: right;
	height: 176px;
	position: relative;
}
.top-nav {
	padding: 14px 0 0;
}
.top-nav li {
	float: left;
	padding: 0 4px;
}
.top-nav li.separator {
	padding-top: 3px;
}
.search-wraper {
	width: 300px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 63px;
	background: url(images/search-bg.png) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
	overflow: hidden;
	padding: 1px 0 1px 6px;
}
.search-input {
	background: none;
	width: 250px;
	border: none;
	padding: 4px 0;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #96a396;
}
.search-input:focus {
	color: #000;
}
.search-submit {
	border: none;
	background: #FFF;
	position: absolute;
	right: 0;
	top: 0;
	height: 28px;
	padding: 0 10px;
	color: #000;
	font-weight: bold
}
.menubar {
	position: absolute;
	left: 0;
	top: 126px;
	background: url(images/menubar.png) repeat-x;
	width: 100%;
	height: 50px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
}
.home-icon {
	width: 60px;
	height: 48px;
	background: url(images/home-big.png) center center no-repeat;
	float: left;
	border-right: 1px dashed #999999;
	margin-top: 2px;
}
.home-icon a {
	display: block;
	width: 68px;
	height: 48px;
}
.mainmenu {
	float: left;
}
.mainmenu li {
	display: inline;
	float: left;
	position: relative;
}
.mainmenu a {
	display: block;
	padding: 19px 22px;
	border-right: 1px solid #999999;
	text-decoration: none;
	font-size: 12px;
	color: #719471;
	text-transform: uppercase;
	font-weight: bold;
	-moz-transition: background .3s ease 0;
	-webkit-transition: background .3s ease 0;
	transition: background .3s ease 0
}
.mainmenu a:hover, .mainmenu li:hover > a, .mainmenu li.current_page_item a, .mainmenu li.current_page_parent a {
	background: #FFF;
}
.mainmenu li:last-child > a {
	border-right: 0;
}
.mainmenu li ul {
	position: absolute;
	top: 48px;
	left: 0;
	width: 200px;
	background: #FFF;
	padding: 0;
	z-index: 999999999999999;
	overflow: hidden;
	/*	-moz-border-radius:6px;

	-webkit-border-radius:6px;

	border-radius:6px;	*/

	display: none;
}
.mainmenu li ul li {
	float: none
}
.mainmenu li:hover > ul {
	display: block;
}
.mainmenu li ul li a {
	border-right: none;
	padding: 10px !important;
	float: none !important;
	border-bottom: 1px solid #f1f1f1;
	font-size: 11px;
	-moz-transition: background .3s ease 0;
	-webkit-transition: background .3s ease 0;
	transition: background .3s ease 0
}
.mainmenu li ul li a:hover {
	background: #719471;
	color: #FFF;
}
.header {
	height: 390px;
	padding: 6px;
	background: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
	overflow: hidden;
}
.slideshow {
	background: #f0f6f0;
	height: 362px;
	overflow: hidden;
	width: 950px;
	float: left
}
#prev, #next {
	position: absolute;
	top: 100px;
	width: 24px;
	height: 58px;
	cursor: pointer;
	display: none
}
#next {
	right: 0;
	background: url(images/next.png) no-repeat;
}
#prev {
	left: 0;
	background: url(images/prev.png) no-repeat;
}
.widgets-container {
	height: 182px;
	margin-right: -16px !important;
}
.widget {
	width: 298px;
	height: 182px;
	background: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
	-moz-box-shadow: 0 0 6px #CCCCCC;
	-webkit-box-shadow: 0 0 6px #CCCCCC;
	margin-right: 16px;
	float: left;
	padding: 6px;
	position: relative;
}
.widget-heading-container {
	position: relative;
	height: 86px;
	overflow: hidden;
}
.widget-heading {
	position: absolute;
	left: 0;
	top: 10px;
	background: url(images/widget-heading.png);
	z-index: 99;
}
.widget-heading h2 {
	padding: 2px 6px 3px 0;
	overflow: hidden
}
.widget-heading span.number {
	width: 20px;
	background: #FFF;
	padding: 0 6px;
	margin-right: 4px;
}
.widget-text {
	padding: 6px 0;
	line-height: 16px;
	font-size: 12px;
	color: #528452;
}
.widget-more {
	position: absolute;
	right: 10px;
	bottom: 4px;
	text-decoration: none;
	display: block;
	background: url(images/more.png) 100% center no-repeat;
	padding: 2px 6px 4px;
	color: #528452;
	font-size: 12px;
	font-weight: bold;
}
.publication-item {
	display: block;
	padding: 4px 0 4px 30px;
	border-bottom: 1px solid #e3eae3;
	background: url(images/pdf.png) 0 no-repeat;
}
.publication-item:last-child {
	border-bottom: none
}
.publication-item a {
	color: #719471;
	text-decoration: none;
}
.news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-item-left {
	float: left;
	width: 26px;
	margin-right: 4px;
}
.news-item-left span.number {
	background: #719471;
	font-size: 15px;
	padding: 2px 6px;
	text-align: center;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}
.news-item-right {
	float: left;
	width: 250px;
	padding-left: 4px;
	margin-top: -6px;
}
.news-item-right span.date, .event-list span.date {
	color: #929792;
	padding: 0 0 4px;
	display: block;
}
.news-item-right span.item-title > a, .event-list span.item-title > a{
	color: #719471;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #e2eae2;
	padding-bottom: 4px;
}
.news-item-right span.item-title2 > a, .event-list span.item-title2 > a {
	color: #719471;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	font-size: 18px;
}
.news-list li {
	width: 226px;
	height: 280px;
	float: left;
	background: #FFF;
	margin: 0 6px 6px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
	overflow: hidden;
	border: 4px solid #fbfbfb;
}
.news-list li .item-title2 {
	font-size: 12px;
}
.news-list li .item-title2 a {
	text-decoration: none;
	display: block;
	padding: 0 0 10px;
	color: #000;
	font-size: 12px;
	font-weight: bold !important
}
.news-list li .brief {
	font-size: 12px;
	padding: 10px 0;
	line-height: 16px;
}
.news-list li > .item-content {
	height: 235px;
	padding: 10px;
	overflow: hidden
}
.news-list li > .item-more a, .home-media > .item-more a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	float: right;
	padding: 2px 0;
}
.news-list li > .item-more .date {
	font-size: 12px;
	color: #CCC;
	padding-top: 0;
}
.no-photo {
	background: #fbfbfb;
	color: #f1f1f1;
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news-list li > .item-more, .home-media > .item-more {
	background: #fbfbfb;
	padding: 6px;
}
.news-thumb {
	height: 120px;
	overflow: hidden;
	position: relative;
}
.news-thumb img {
	width: 250px;
}
.subscriber {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
	background: #FFF;
	clear: both;
	background: #f2f2f2;
	overflow: hidden;
	height: 50px;
}
.subscriber-left {
	width: 276px;
	height: 50px;
	float: left;
	background: #FFF;
	padding: 4px;
	padding-bottom: 0;
}
.subscriber-icon {
	float: left;
	width: 43px;
	background: url(images/subscribe.png) no-repeat;
	height: 46px;
}
.subscribe-btn {
	background: #f09038 url(images/more.png) 92% no-repeat;
	padding: 4px 16px 3px;
	text-transform: uppercase;
	border: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.subscriber-heading {
	float: left;
	width: 222px;
	margin-left: 6px;
	color: #719471;
	font-size: 14px;
}
.subscriber-heading h2 {
	text-transform: uppercase;
	font-weight: normal;
	padding: 6px 0 2px;
}

.subscriber-middle {
	float: left;
	padding: 0 6px 0 10px;
}
.newsletter-input {
	width: 152px;
	margin-right: 1px;
	padding: 4px;
	border: none;
	box-shadow: 0 0 3px #CCCCCC;
}
.subscriber-middle label {
	display: block;
	padding: 0 0 4px;
	font-size: 12px;
}


.subscriber-right {
	float: right;
	height: 50px;
	position: relative;
	width: 150px;
}
.subscriber-right a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #719471;
	font-weight: bold
}
.footer {
	height: 258px;
	background: url(images/footer-bg.jpg);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
}
.footer-links {
	clear: both;
	padding-top: 20px;
}
.footer-credits {
	padding: 10px 0;
	color: #dfdede;
	font-size: 12px;
}
.footer-column {
	width: 160px;
	height: 167px;
	float: left;
	padding-left: 7px;
}
.footer-column a, .footer-column p {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 3px 0;
	font-size: 12px;
}
.footer-column a {
	background: url(images/footer-bullet.png) 0 no-repeat;
	padding-left: 16px;
}
.footer-column a:hover {
	color: #fff;
}
.footer-column h3 a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 0 0 10px;
	font-weight: normal;
	background: none;
}
.footer-column-inside {
	width: 930px;
	margin: 0 auto;
}
.footer-column-left-big {
}
.footer-line {
	height: 167px;
	background: url(images/footer-shaded-line.png) repeat-y;
	width: 5px;
	float: left;
}
.footer-column-left-big-middle {
	width: 523px;
	margin-left: 10px;
}
.footer-column-inside {
	padding-bottom: 30px;
	background: url(images/footer-shaded-line2.png) bottom repeat-x;
}
.gallery-scroller {
	height: 130px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
	padding: 4px;
	background: #FFF;
}
.multimedia-tab-menu {
	position: absolute;
	right: 6px;
	top: 6px;
	background: #719471;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	box-shadow: 0 0 6px #CCCCCC;
}
.multimedia-tab-menu li {
	display: inline;
	float: left;
}
.multimedia-tab-menu li a {
	display: block;
	padding: 6px 16px;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}
.multimedia-scroll {
	padding-left: 6px;
	padding-top: 8px;
}
.multimedia-scroll li {
	width: 180px;
	height: 120px;
	float: left;
	margin-right: 11px;
	overflow: hidden;
	padding: 4px;
}
.multimedia-scroll li.home-media {
	width: 180px;
	height: 120px;
	float: left;
	background: #FFF;
	margin: 0 6px 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 3px #CCCCCC;
	overflow: hidden;
}
.multimedia-scroll li > div.img {
	width: 180px;
	height: 80px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.multimedia-scroll li > div.img img, .gallery-thumb-list > div.img img{
	width: 100%;
}
.multimedia-scroll li h3 a {
	font-size: 12px;
	text-align: center;
	color: #243c26;
	padding: 6px 0;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

/* =Media queries

-------------------------------------------------------------- */



/* Minimum width of 600 pixels. */

@media screen and (min-width: 600px) {
}



/* Minimum width of 960 pixels. */

@media screen and (min-width: 960px) {
body {
}
}





/* =Print

----------------------------------------------- */



@media print {
body {
	background: none !important;
	color: #000;
	font-size: 10pt;
}
footer a[rel=bookmark]:link:after,  footer a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
a {
	text-decoration: none;
}
.entry-content img,  .comment-content img,  .author-avatar img,  img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}
.site {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
.site-header {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	text-align: left;
}
.site-header h1 {
	font-size: 21pt;
	line-height: 1;
	text-align: left;
}
.site-header h2 {
	color: #000;
	font-size: 10pt;
	text-align: left;
}
.site-header h1 a,  .site-header h2 a {
	color: #000;
}
.author-avatar,  #colophon,  #respond,  .commentlist .comment-edit-link,  .commentlist .reply,  .entry-header .comments-link,  .entry-meta .edit-link a,  .page-link,  .site-content nav,  .widget-area,  img.header-image,  .main-navigation {
	display: none;
}
.wrapper {
	border-top: none;
	box-shadow: none;
}
.site-content {
	margin: 0;
	width: auto;
}
.singular .entry-header .entry-meta {
	position: static;
}
.singular .site-content,  .singular .entry-header,  .singular .entry-content,  .singular footer.entry-meta,  .singular .comments-title {
	margin: 0;
	width: 100%;
}
.entry-header .entry-title,  .entry-title,  .singular .entry-title {
	font-size: 21pt;
}
footer.entry-meta,  footer.entry-meta a {
	color: #444;
	font-size: 10pt;
}
.author-description {
	float: none;
	width: auto;
}
/* Comments */

.commentlist > li.comment {
	background: none;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.comments-area article header cite,  .comments-area article header time {
	margin-left: 50px;
	margin-left: 3.57142857rem;
}
}
.breadcrumbs {
	padding: 20px 0 10px;
	font-size: 12px;
	clear: both;
}
.breadcrumbs a {
	text-decoration: none;
	color: #719471;
}
.right-panel {
	float: right;
	width: 620px;
	min-height: 176px;
	background: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
	padding: 10px 6px;
	position: relative;
	font-size: 12px;
	line-height: 18px;
}
.right-panel h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}
.right-panel p {
	font-size: 12px;
	padding: 0 0 10px;
	line-height: 18px;
}
.clr {
	clear: both
}
.news-list-inside a {
	text-decoration: none;
	padding: 10px;
	display: block;
	float: none;
	font-size: 12px;
	border-top: 1px solid #f1f1f1;
	color: #719471;
}
.category h1 a {
	font-size: 12px;
	text-decoration: none;
	color: #719471;
}
.category .post {
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 10px;
	margin-bottom: 10px;
}
.entry-content {
	padding: 10px 10px;
}
.entry-title {
	padding-left: 10px;
}
.staff_profile td {
	padding: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
}
.staff_profile {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.left-panel {
	float: left;
	width: 298px;
	margin-right: 10px;
}
.left-panel div.widget {
	height: auto !important;
	float: none !important;
}
div.post {
	border-top: 1px solid #f3f3f3;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-bottom: 10px;
}
div.post h3 a {
	text-decoration: none;
	color: #719471;
	text-transform: uppercase;
	font-size: 12px;
}
a.more {
	display: block;
	padding: 4px 0;
	margin-left: 10px;
	text-decoration: none;
	color: #719471;
}
.slide {
	height: 362px;
	width: 950px;
	position: relative;
	overflow: hidden;
}
.slide img {
	width: 950px;
}
.slide div.overlay {
	background: url(images/overlay.png);
	width: 100%;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	-moz-transition: all .1s linear 0s;
	-webkit-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
.slide:hover > div.overlay {
	display: block;
	-moz-transition: all .1s linear 0s;
	-webkit-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
.overlay a {
	font-size: 14px !important;
	padding: 0 0 0px !important;
	font-weight: bold !important;
	text-decoration: none;
	display: block;
	color: #2e4b2e;
}
.overlay p {
	padding: 10px 0;
	font-size: 11px;
	margin: 0 !important
}
.slide-thumbs {
	float: right;
	height: 268px;
	overflow: hidden;
	width: 346px;
	background: #f5f8f5;
	margin: -6px;
	margin-bottom: 0 !important;
	padding: 0 0 0 2px;
}
.slide-thumbs h1 {
	font-size: 18px;
	font-weight: normal;
	color: #709370;
	text-shadow: inline 1px 1px 1px #000;
	padding: 0 0 10px;
}
.highlight-thumb {
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
}
.highlight-thumb img {
	height: 60px;
	width: 60px;
}
.higlight-text {
	float: left;
	width: 260px;
	padding-left: 6px;
}
.highlight {
	padding: 4px;
	height: 60px;
	font-size: 12px;
	margin-bottom: 1px;
}
.highlight a {
	display: block;
	padding: 0 0 6px;
	text-decoration: none;
	color: #719471;
	font-weight: bold;
}
.highlight-odd {
	background: #FFF;
}
.highlight-even {
	background: #fdfefd;
}
.home-content-right {
	float: right;
	width: 236px;
	margin-right: 16px;
	overflow: hidden;
}
.right-div {
	width: 226px;
	height: 280px;
	background: #FFF;
	margin: 0 0 6px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
	overflow: hidden;
	border: 4px solid #fbfbfb;
}
.select-input {
	padding: 4px;
	width: 200px;
}
.right-div label {
	font-size: 12px;
	display: block;
	padding: 6px 0 2px;
}
.submit-btn {
	padding: 8px 20px;
	font-size: 11px;
	background: url(images/menubar.png) center center repeat-x;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.news-content {
	font-size: 12px;
	line-height: 16px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	box-shadow: 0 0 6px #CCCCCC;
	-moz-box-shadow: 0 0 6px #CCCCCC;
	-webkit-box-shadow: 0 0 6px #CCCCCC;
}
.news-content p {
	padding: 0 0 10px;
	line-height: 16px;
}
.attachment-post-thumbnail {
	float: right;
	width: 80px !important;
	height: auto !important;
	margin-right: 10px;
}
.inside-news-list li {
	font-size: 12px !important;
}
.inside-news-list a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	color: #719471;
	border-bottom: 1px solid #fbfbfb;
}
#slidePages {
	padding-top: 4px;
	border-top: 2px solid #f5f8f5;
	width: 950px;
	clear: both;
}
#slidePages a {
	display: block;
	float: left;
	padding: 6px 8px;
	background: #c8e2c9;
	margin-right: 2px;
	text-decoration: none;
	color: #000;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	font-size: 11px;
	font-weight: bold;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
#slidePages a.activeSlide {
	background: #709370;
	color: #FFF;
	-moz-transition: all .1s linear 0s;
	-webkit-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
.enquiry-textarea {
	width: 400px;
	height: 150px;
	resize: none;
	display: block;
	vertical-align: top;
}
.enquiry-input {
	display: block;
	padding: 2px;
	width: 250px;
}
.enquiry-label {
	display: block;
	padding: 4px 0 6px;
	cursor: pointer;
}
.enquiry-submit {
	border:none;
	padding:4px 8px;
	margin:10px 0 10px 2px;
	cursor:pointer;
	text-decoration:none;
	font-size:12px;
	padding:10px 20px;
	background:#4a8cf7;
	border:1px solid #3079ed;
	color:#FFF;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
	font-weight:bold
}
.enquiry-submit:hover {
	background: #481c69;
}
.red {
	border: 1px solid #ee3624;
	background: #d85a34;
}
.yellow {
	border: 1px solid #d7de22;
	background: #eaeb81;
}
.green {
	border: 1px solid #69bd45;
	background: #7ec460;
}

.media-menu{
	float:right;	
	padding:6px 10px 0 0;
}
.media-menu ul{
	
}
.media-menu li{
	display:inline;
	float:left;
}
.media-menu a, .gallery-more{
	display:block;
	font-size:11px;
	padding:4px 10px;
	margin-right:2px;
	text-decoration:none;
	color:#48899D	
}
.media-menu li.current-media-item a, .gallery-more{
	background:#698f68;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;	
	color:#fff;
	/*-moz-box-shadow:0 0 6px #CCC;
	-webkit-box-shadow:0 0 6px #CCC;
	box-shadow:0 0 6px #CCC;*/
	-moz-transition:background .5s linear 0s;
	-webkit-transition:background .5s linear 0s;
	transition:background .5s linear 0s;
	border:1px solid #3F7F8E;
}
.multimedia-container{
	clear:both;	
	height:416px;
	overflow:hidden;
}
.media-stage{
	overflow:hidden;
	padding-bottom:4px;
	margin:0;
}
.media-strip{
	height:140px;
	background:#c8dec7;
	margin:0 4px 4px;	
	overflow:auto;
	width:675px;
	
	padding-top:4px;
}
.media-strip ul{
	
}
.media-strip li{
	width:16.2%;
	height:70px;
	overflow:hidden;
	color:#fff;
	margin-right:1px;
	margin-bottom:1px;
	float:left;
	position:relative;
	cursor:pointer;
	text-align:center;
}
.play-btn{
	width:100%;
	height:100%;
	background:url(../images/play-btn.png) center center no-repeat;
	position:absolute;
	left:0;
	top:0;	
}
.media-strip li.current-strip{
	background:#231F20;	
	color:#00A79D;
}
.media-thumb{
	height:60px;
	padding:4px;
	overflow:hidden;
	margin-right:4px;	
}
.media-thumb img{
	height:100%;	
}
.media-title{
	font-size:10px;
	text-align:center;	
	display:none;
}
.media-stage-photo{
	width:98%;
	height:254px;
	margin-left:4px;
	overflow:hidden;	
}
.media-stage-photo div.the-title{
	position:absolute;
	left:4px;
	bottom:4px;
	z-index:10;
	padding:10px;
	width:452px;
	color:#fff;
	background:url(../images/strip-title.png);
	font-size:14px;	
}
.media-stage-photo div.the-title a{
	color:#fff;
	text-decoration:none;
}
.media-stage-photo img{
	width:100%;
}
.media-stage-info{
	float:right;
	width:48%;
	height:98%;
	margin-right:10px;
	display:none;	
}
.media-stage-info h2 a{
	color:#00A79D;
	text-decoration:none;
	font-size:13px;
	display:block;
	padding:0 0 6px;	
}
.multimedia{
		
}
.media-view-more{
	position:absolute;
	right:30px;
	top:130px;
	border-top:0;
	display:none;	
}
.media-reload{
	background:url(../images/media-reload-static.png) center center no-repeat;	
	width:16px;
	height:16px;
	float:right;
	margin:10px 20px 0 0;
	display:none;
}
.footer-column{
		
}
.special-more{
	background:url(../images/special-more-bg.png);
	display:block;
	position:absolute;
	right:-100px;
	bottom:4px;
	color:#fff;
	text-decoration:none;
	padding:11px 0 12px;	
	z-index:999999;
	width:62px;
	text-align:center;
	display:none;
}

/* 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: 10px;
	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%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
.event-list li{
	background: #FFF;
	margin: 6px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
	overflow: hidden;
	border: 4px solid #fbfbfb;
	padding:10px;
}
.event-list li .brief{
	font-size:11px;
}
.gallery-thumb-list{
	border:1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 6px #CCCCCC;
	-moz-box-shadow: 0 0 6px #CCCCCC;
	-webkit-box-shadow: 0 0 6px #CCCCCC;
	overflow: hidden;
	position:relative;
}
.gallery-thumb-list > div.img{
		width:184px;
}
.play-icon{
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	top:0;
	background:url(images/play-btn.png) center center no-repeat;	
	display:block;
	font-size:1px !important;
	text-indent:-999999999
}
.gallery-icon-home{
	margin:0 2px 2px;
	background:#FFF;
	padding:2px;
}
.gallery-icon-home img{
	width:99%;	
}