/*
	Theme Name: GGP Systems
	Theme URI: https://www.ggpsystems.co.uk/themes/ggpsystems
	Author: Hallvard Kristiansen
	Author URI: http://www.fyord.com/
	Description: GGP Systems theme built by <a href="http://www.fyord.com">Hallvard Kristiansen</a>.
	Version: 1.0
	License: Private
	License URI: https://www.ggpsystems.co.uk/
	Tags: one-column, left-sidebar, news
	Text Domain: ggp-systems
	.
		The CSS, XHTML, javascript and design is copyrighted
	.
*/
/* General elements */
body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0em;
	text-align: center;
	color: #28333c;
	background: #202730 none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 35px 0 0 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0 0;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	color: #5b636a;
	margin: 0;
	padding: 20px 0 0;
}
h4 {
	margin: 0;
	font-size: 11px;
	line-height: 11px;
}
h5 {
}
a {
	text-decoration: none;
	color: #22947e;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
}
small {
	font-size: 11px;
}
#container {
	width: 100%;
	overflow: hidden;
	background: white url(imgs/bg_body.png) repeat-x;
}
.inner {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.bg {
	float: left;
	width: 100%;
	background: white;
}
/* end General elements */

/* header */
#header {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 34px 0 0 0;
}
#toolbar {
	width: 100%;
	height: 70px;
	position: absolute;
	top: -35px;
	left: 0;
}
.tblink {
	float: right;
	margin: 0 1px;
}
#login, #adminreg {
	background: #525c64 url(imgs/sprite.png) no-repeat left center;
	background-position: 0px 5px;
}
#mobilelink {
	background: #525c64 url(imgs/sprite.png) no-repeat left center;
	background-position: 0px -39px;
}
.tblink a {
	float: left;
	font-size: 12px;
	color: white;
	padding: 5px 10px 2px 20px;
}
#search {
	float: right;
	font-size: 12px;
	color: white;
	margin: 0 20px 0 0;
	padding: 5px 10px 2px 20px;
	background: #525c64 url(imgs/sprite.png) no-repeat left center;
	background-position: 0px -17px;
}
#searchfield {
	display: none;
	position: absolute;
	color: white;
	right: 80px;
	top: 21px;
	background: #525c64 none;
	padding: 5px 10px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#searchfield {
	right: 20px;
}
#loginfield input, #searchfield input {
	border: none;
}
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
/*	border-bottom: 6px solid white; */
	position: relative;
	z-index: 900;
}
#nav li {
	float: left;
	clear: none;
	margin: 34px 1px 0 0;
	text-transform: uppercase;
	white-space: nowrap;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #5c6672 url(imgs/bg_tab.png) repeat-x;
}
#nav li:hover, #nav li.sel, #nav li.active, #nav li.current_page_item, #nav li.current_page_ancestor, #nav li.current_page_parent {
	background: white none;
	text-decoration: none;
}
#nav li.first, #nav li:first-child {
	width: 130px;
	height: 125px;
	padding: 0;
	margin: 0 20px -100px 30px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: white url(imgs/logo.png) no-repeat center center;
	text-indent: -9999px;
	position: relative;
	z-index: 901;
}
#nav li.first a, #nav li:first-child a {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 125px;
	padding: 0;
	background: none;
	z-index: 902;
}

#nav li a {
	float: left;
	padding: 8px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: white;
	background: transparent url(imgs/bg_tab_left.png) no-repeat left;
}
#nav li a:hover, #nav li.sel a, #nav li.active a, #nav li.current_page_item a , #nav li.current_page_ancestor a, #nav li.current_page_parent a {
	color: #27323b;
	background: none;
	text-decoration: none;
}
/* end header */

/* carousel */
#carousel {
	float: left;
	width: 100%;
	height: 200px;
	overflow-x: visible;
	position: relative;
}
#c_mask {
	position: absolute;
	top: 97px;
	left: 0;
	z-index: 200;
	height: 200px;
	width: 100%;
	background: transparent url(imgs/mask_24.png) no-repeat top center;
}
#prev {
	float: left;
	height: 200px;
	width: 20%;
	cursor: pointer;
}
#next {
	float: right;
	height: 200px;
	width: 20%;
	cursor: pointer;
}
#prev:hover {
	background: transparent url(imgs/bg_prev_arr.png) no-repeat left center;
}
#next:hover {
	background: transparent url(imgs/bg_next_arr.png) no-repeat right center;
}
#c_links {
	position: absolute;
	top: 16px;
	left: 180px;
	width: 500px;
}
#c_links a {
	float: left;
	display: block;
	position: relative;
	padding: 10px 15px 8px;
	margin: 0 5px 0 0;
	background: transparent url(imgs/bg_dark_transparent.png) repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: white;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 302;
}
#c_links a:hover {
	color: black;
	background: none white;
	text-decoration: none;
}
#c_links a.hidden {
	display: none;
}
#c_links a img {
	border: none;
	margin: 0 -10px 0 10px;
}
#c_nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 20px;
	padding: 10px 15px 8px;
	margin: 0 5px 0 0;
	background: transparent url(imgs/bg_dark_transparent.png) repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: white;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 301;
}
#c_nav img {
	float: left;
	clear: none;
	padding: 3px;
	opacity: 0.4;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	cursor: pointer;
}
#c_nav img:hover, #c_nav img.sel, #c_nav img.active, #c_nav img.current_page_item, #c_nav img.current_page_ancestor, #c_nav img.current_page_parent {
	opacity: 1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#c_container {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 99;
	overflow: visible;
	width: 7000px;
}
#c_container li, #c_container li img {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 950px;
}
/* end carousel */

/* content area */
#content {
	width: 100%;
	background: white;
}
#sidebar {
	float: left;
	width: 300px;
	padding: 24px 30px 30px;
}
#sidebar h4 {
	float: left;
	clear: both;
	margin: 0;
	padding: 3px 12px 0;
	border: 5px solid #27313a;
	border-bottom: 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 10px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: normal;
	color: white;
	background: #27313a none;
	position: relative;
}
#sidebar h4 img {
	position: absolute;
	z-index: 300;
	top: 9px;
	right: -10px;
}
#sidebar h3 {
	text-transform: uppercase;
	white-space: nowrap;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin: 0;
	padding: 5px 0 0 0;
}
.subnav {
	float: left;
	width: 290px;
	margin: 0 0 10px;
	padding: 0;
	border: 5px solid #27313a;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #27313a none;
	list-style-type: none;
}
.subnav li {
	float: left;
	clear: both;
	background: #9aa1a8 url(imgs/bg_subnav_inactive.png) repeat-x;
	cursor: pointer;
}
.subnav li:first-child {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.subnav li:last-child {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.subnav li:hover {
	background: none white;
	text-decoration: none;
}
.subnav li.active {
	background: #485260 url(imgs/bg_subnav_active.png) repeat-x;
}
.subnav li.active a {
	background: transparent url(imgs/arrow_down.png) no-repeat right center;
	color: white;
}
.subnav li.active a.snav.nochild {
	background: transparent url(imgs/arrow_right_white.png) no-repeat right center;
	color: white;
}
.subnav li a {
	float: left;
	color: #28323b;
	padding: 12px 15px 10px 12px;
	background: transparent url(imgs/arrow_right.png) no-repeat right center;
	width: 263px;
	text-transform: uppercase;
	white-space: nowrap;
}
.subnav li a:hover {
	text-decoration: none;
}
.subnav li ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	background: #515965;
	color: white;
}
.subnav li li.first{
	margin: 5px 0 0;
}
.subnav li li.last {
	margin: 0 0 5px;
}
.subnav li li {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	background: #515965 url(imgs/bg_subsub.png) 5px center no-repeat;
}
.subnav li li:hover, .subnav li li.sel, .subnav li li.active, .subnav li li.current_page_item, .subnav li li.current_page_ancestor, .subnav li li.current_page_parent {
	background: #515965 url(imgs/bg_subsub_hover.png) 5px center no-repeat;
}
.subnav li li a, .subnav li.active li a {
	float: left;
	color: white;
	padding: 8px 10px 8px 20px;
	width: 250px;
	text-transform: none;
	background: none;
}
.subnav li li a:hover, .subnav li li.sel a, .subnav li li.active a, .subnav li li.current_page_item a, .subnav li li.current_page_ancestor a, .subnav li li.current_page_parent a {
	color: #515965;
	text-decoration: none;
}
.subnav li.last li a, .subnav li.first li a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.subnav .homevid {
	float: left;
	width: 100%;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.subnav .homevid img {
	float: left;
}
.subnav .hometxt {
	float: left;
	width: 250px;
	color: white;
	padding: 20px;
	background: #4d5258 url(imgs/bg_homevid.png) repeat-x;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.subnav .hometxt a {
	color: white;
}
#article {
	float: left;
	width: 550px;
	padding: 0 0 50px 0;
	letter-spacing: 0em;
	font-size: 13px;
	text-align: justify;
}
#document_browser {
	float: left;
	width: 550px;
	padding: 0 0 50px 0;
}
.element {
	float: left;
	width: 100%;
}
.postmetadata {
	clear: both;
}
#article h1, #article h2, #article h3
{
	white-space:normal;
}
.post h1 
{
	text-transform:none;
}
#download-page .inner
{
	width: auto;
}
/* end content area */

/* footer */
#footer {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: white url(imgs/bg_footer.png) repeat-x bottom;
}
.inner {
	width: 950px;
	margin: 0 auto;
}
#newsfeeds {
	width: 850px;
	float: left;
	background: white url(imgs/bg_newsfooter.png) no-repeat;
	padding: 0 20px 0;
	margin: 0 30px 0;
	border-top: 1px solid #dde0e4;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	color: #848a8f;
}
#newsfeeds ul {
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
}
#newsfeeds li {
	padding: 0 0 10px;
}
#newsfeeds p {
	margin: 0;
}
#feed_1 {
	float: left;
	width: 240px;
	padding: 0 20px 0 0;
	margin-right: -1px;
	border-right: 1px solid #dde0e4;
	height: 280px;
	position: relative;
}
#feed_2 {
	float: left;
	width: 280px;
	padding: 0 20px 0;
	border-left: 1px solid #dde0e4;
	border-right: 1px solid #dde0e4;
	height: 280px;
	position: relative;
}
#feed_3 {
	float: left;
	width: 240px;
	padding: 0 0 0 20px;
	margin-left: -1px;
	border-left: 1px solid #dde0e4;
	height: 280px;
	position: relative;
}
#feed_footer {
	width: 850px;
	height: 30px;
	float: left;
	background: white no-repeat;
	padding: 0 20px 0;
	margin: 0 30px 0;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	color: #848a8f;
}
#footer_1 {
	float: left;
	width: 240px;
	padding: 0 20px 0 0;
	margin-right: -1px;
	border-right: 1px solid #dde0e4;
	position: relative;
}
#footer_2 {
	float: left;
	width: 280px;
	padding: 0 20px 0;
	border-left: 1px solid #dde0e4;
	border-right: 1px solid #dde0e4;
	position: relative;
}
#footer_3 {
	float: left;
	width: 240px;
	padding: 0 0 0 20px;
	margin-left: -1px;
	border-left: 1px solid #dde0e4;
	position: relative;
}
#footer #twitterlink, #footer .rsslink{
	font-size: 14px;
	color: #5b636a;
	position: relative;
	top: 2px;
	bottom: 10px;
	padding: 5px 0 10px 25px;
}
#twitterlink {
	left: 0;
	background: transparent url(imgs/icon_twitter.png) no-repeat left center;
}
.rsslink {
	background: transparent url(imgs/icon_rss.png) no-repeat left center;
}
h3.rsslink {
	padding-left: 22px;
	background-position: 0px 20px;
}
footer .rsslink {
	left: 20px;
}
#details {
	float: left;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 11px;
	padding: 5px 0 3px;
}
#sb-container {
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding:0;
	border: 0;}
/* end footer */

/* file icons and file browser */
#document_browser ul {
	float: left;
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#document_browser li {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 80px;
	height: 90px;
	text-align: center;
}
#document_browser li a {
	float: left;
	padding: 60px 0 10px;
	width: 80px;
	height: 20px;
	font-size: 10px;
	text-align: center;
}
#document_browser li.folder {
	float: left;
	clear: left;
	padding: 60px 10px 10px;
	width: 60px;
	height: 20px;
	font-size: 10px;
	background: transparent url(imgs/icon_folder_big.png) no-repeat 25px 10px;
}
.file_avi {
	background: transparent url(imgs/icon_avi.png) no-repeat top center;
}
.file_mov {
	background: transparent url(imgs/icon_mov.png) no-repeat top center;
}
.file_wmv, .file_wma {
	background: transparent url(imgs/icon_wma.png) no-repeat top center;
}
.file_mpg, .file_mpeg {
	background: transparent url(imgs/icon_mpg.png) no-repeat top center;
}
.file_flv {
	background: transparent url(imgs/icon_flv.png) no-repeat top center;
}
.file_txt {
	background: transparent url(imgs/icon_txt.png) no-repeat top center;
}
.file_doc, .file_docx {
	background: transparent url(imgs/icon_doc.png) no-repeat top center;
}
.file_jpg, .file_jpeg {
	background: transparent url(imgs/icon_jpg.png) no-repeat top center;
}
.file_bmp {
	background: transparent url(imgs/icon_bmp.png) no-repeat top center;
}
.file_ppt {
	background: transparent url(imgs/icon_ppt.png) no-repeat top center;
}
.file_xls {
	background: transparent url(imgs/icon_xls.png) no-repeat top center;
}
.file_pdf {
	background: transparent url(imgs/icon_pdf.png) no-repeat top center;
}
.file_iso {
	background: transparent url(imgs/icon_iso.png) no-repeat top center;
}
.file_mdb {
	background: transparent url(imgs/icon_mdb.png) no-repeat top center;
}
.file_mp3 {
	background: transparent url(imgs/icon_mp3.png) no-repeat top center;
}
.file_ogg {
	background: transparent url(imgs/icon_ogg.png) no-repeat top center;
}
.file_dll {
	background: transparent url(imgs/icon_dll.png) no-repeat top center;
}
.file_nfo {
	background: transparent url(imgs/icon_nfo.png) no-repeat top center;
}
.file_exe {
	background: transparent url(imgs/icon_exe.png) no-repeat top center;
}
.file_zip {
	background: transparent url(imgs/icon_zip.png) no-repeat top center;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	float: left;
	text-align: left;
}
.aligncenter div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

/* End Images */

/* Social Media Share */
.share {
    position: relative;
    left:15px;
    float:none;
    clear: both;
}
.share > * {
    border-left: 1px solid #9F9F9F;
    padding-left: 4px;
    margin: 0px;
}
.share > *:first-child {
    border-left: 0px;
}
.linkedin_class > a > img, .twitter_class > iframe {
    position: relative;
    top:3px;
}
.facebook_class > a > *:first-child {
    position: relative;
    top:-3px;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
