/*
Theme Name: Seiche
Theme URI:
Author: Seiche
Author URI: http://www.deanwronowski.co.uk
Description: Bespoke theme for Seiche.
Version: 1.2

*/

*
{
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

        -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
    color: #1f365a;
	width:100%;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

/******************* SITE STRUCTURE *********************************/
body {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.4em;
    color: #7E7D7E;

    background: url(images/bg.jpg) right repeat-y;
}

.alignleft {
	display: inline;
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left:20px;
	margin-bottom:20px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a{
	text-decoration: none;
	color:#1f365a;
}
.clear
{
	clear:both;
}
.left-column
{
	float:left;
	width:55%;
	margin-right:5%;
	margin-bottom:10px;
}
.left-column h2
{
	padding:3%;
	color:#ffffff;
	background:#1f365a;
}
.right-column
{
	float:left;
	margin-bottom:10px;
	width:40%;
}

.menu-top-navigation-container ul ul {
    display: none;
    position: absolute;
		border-top:8px solid #8ed4f6;
    left:0px;
    z-index: 888;
	    background: #1f365a;
	padding:10px;
	padding-top:25px;
	margin-bottom:5px;
	margin-top:15px;
	list-style: none;
	text-align: left;
}
.menu-top-navigation-container ul ul li
{
	margin-bottom:5px;
	padding:10px;
	background: #1f365a;
	width:47%;
	border:1px solid #ffffff;
	text-align: center;
	margin-left:0px;
	margin-right:2%;
}
.menu-top-navigation-container ul ul li a{
	color:#ffffff;
}
.menu-top-navigation-container ul ul li:hover
{
	background: #8ed4f6;
}
.menu-top-navigation-container ul ul li:hover a
{
	color:#ffffff;
}
.menu-top-navigation-container ul li:hover > ul {
    display: block !important;
}

h1 {
    color: #1f365a;
    font-weight: 100;
    margin-top: 0em;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 10px;
    font-size: 2.9em;
}
h2 {
    color: #1f365a;
    font-weight: 100;
    margin-top: 30px;
    padding-top: 15px;

    line-height: 1.0em;
    margin-bottom:10px;
    text-transform: uppercase;

    font-size: 1.8em;
    letter-spacing: 1.5px;
}
h3
{
	 color: #1f365a;
    font-weight: 300;
    margin-top: 5px;
    padding-top: 15px;
    line-height: 1.0em;
    margin-bottom:5px;
    text-transform: uppercase;
    margin-bottom:10px;
    font-size: 1.3em;
    letter-spacing: 1.5px;
}
.entry-content p:first-child{
    font-size: 1.6em;
    line-height: 1.4em;
    width: 100%;
    float: none;
}
.entry-content-featured-image{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:100%;
	max-width:400px;
}
.entry-content-featured-image img{
	width:100%;
	height:auto;
}
.site-content,.site-header-content, footer, .header-slideshow-overlay
{
	padding-top:2%;
	padding-bottom:2%;
	margin:0 auto;
	position: relative;
	max-width:1200px;
}

.site-content, .header-slideshow-overlay, .site-header-content
{
	padding-left:2%;
	padding-right:2%;
}
.site-header
{
	width:100%;
	position: relative;
	color:#ffffff;
}
.site-header a {
	color:#ffffff;
}
.site-header-main
{
	background: #1f365a;
}
#site-contact-block
{
	font-size:1.1em;
	line-height:1.4em;
	float:right;
	margin-top:20px;
	text-align:right;
}
.social-buttons .fa {
    text-align: center;
    color: #ffffff;
    font-size:2.1em;
    margin-bottom:10px;
}
.entry-content .fa
{
	font-size:1.2em;
	margin-right:7px;
}
.entry-content .responsive-image
{
	width: 100%;
	height:auto;
}
p
{
	margin-bottom:8px;
}
.lightblue, .current_page_item a,footer li a:hover{
		color:#8ed4f6;
}
.current_page_item{
	border-color: #8ed4f6 !important;
}
/*********************** SLIDESHOW *************************/
#header-slideshow
{
		height: 60vh;
		max-height: 900px;
    position: relative;
    background: #1f365a;
}
#page-slideshow
{
    position: relative;
}

#header-slideshow-images
{
  height:100%;
  position: relative;
  width:100%;
  overflow: hidden;
}
.header-slideshow-overlay{
	position: relative;
	height:100%;
}
.header-slideshow-overlay .header-slideshow-overlay-content{
		background: #1f365a;
		position: absolute;
		bottom:30px;
		padding:2%;
		cursor: pointer;
}
.header-slideshow-overlay .header-slideshow-overlay-content:hover{
		background: #25426f;

}
.header-slideshow-overlay h2, .header-slideshow-overlay h1{
	margin-top:0px;
	color:#ffffff;
	margin:0px;
	padding:0px;
}
.header-slideshow-item
{
		position: absolute;
		width:100%;
		height:100%;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		background-position: 50% 50% !important;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
}
.page-slideshow-item{
	width:33%;
	height:200px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#header-slideshow-left-arrow,#header-slideshow-right-arrow{
	position: absolute;
	top:48%;
	color:#ffffff;
	z-index:2;
}

#header-slideshow-left-arrow{
	left:30px;
}

#header-slideshow-right-arrow{
	right:30px;
}

#header-slideshow-left-arrow, #header-slideshow-right-arrow{
	padding:10px;
	margin-bottom:5px;
	font-size:3.0em;
	cursor: pointer;
	background: #1f365a;
}

#header-slideshow-left-arrow:hover, #header-slideshow-right-arrow:hover{
	background: #ffffff;
	color:#1f365a;
	text-align: center;
}

.site-branding{
	float:left;
	width:25%;
	position: relative;
	max-width:280px;
}
.main-navigation{
	float:right;
	text-align: left;
	position: relative;
}
.menu-top-navigation-container
{

}
strong
{
	color:#1f365a;
	font-weight:100;
}
#site-navigation	{

	margin-top:10px; /* just to give some spacing */
	float:right;

}
#site-navigation ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}
#site-navigation li	{
	display: block;
	float: left;
	line-height: 30px; /* this should be the same as your #main-nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
	border-bottom:7px solid transparent;
	padding-bottom:8px;
	margin-right:0px;
	margin-left:15px;
}
#site-navigation li a	{
	display: block;
	line-height: 30px;
	padding: 0px;
	text-transform: uppercase;
	text-align:left;
}
#site-navigation li:hover > a{
	color:#8ed4f6;
}
#site-navigation li:hover ul li a{
	color:#ffffff;
}
#main-nav .current-menu-item a, #site-navigation .current_page_item a, #site-navigation a:hover {

}

#site-navigation ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 38px; /* this should be the same height as the top level menu -- height + padding + borders */
	z-index:888;
	padding:8px;
	padding-top:11px;
	padding-bottom:11px;
}
#site-navigation ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 200px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	border:1px solid #8ed4f6;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
}
#site-navigation ul ul li a { /* target all sub menu item links */
	padding: 5px 10px; /* give our sub menu links a nice button feel */

}
#site-navigation ul li:hover > ul {

    display: block; /* show sub menus when hovering over a parent */

}

#site-navigation ul ul li.page_item_has_children > a
{
	/*background:url(images/menuarrow.png) center right no-repeat;*/
}

#site-navigation ul ul li.page_item_has_children a:hover
{

}

#site-navigation ul li a:hover
{
	color:##8ed4f6;
}

#site-navigation ul li  ul  ul {
	left:200px;
	top:-0px;
}

footer
{
	text-align: left;
	font-size:0.8em;
}
footer h3{
	color:#ffffff;
}
footer ul, footer h3{
	margin-left:0%;
	padding-left:0px;
}
footer .social-buttons{
margin-top:10px;
}
footer .social-buttons .fa{
	margin-right:5px;
	color:#edf7fc;;
}
footer .screen-reader-text{
	display: none;
}
footer #searchsubmit{
	display: none;
}
footer .credit
{
	font-size:0.8em;
	color:#ffffff;
}
footer
{
	max-width:100%;
}
footer .menu-top-navigation-container ul
{
	margin-bottom:0px;
}
footer li
{
	list-style: none;
}
footer li a{
	text-decoration: none;
	text-transform: uppercase;
	color:#ffffff;
}
footer #searchsubmit
{
	background:#1f365a;
	border:1px solid #1f365a;
	font-size:0.8em;
	color:#ffffff;
	text-transform: uppercase;
}
footer
{
    background: #1f365a;
		color:#ffffff;
}
footer p {
	color:#ffffff;
	margin-top: 0px;
margin-bottom: 0px;
}
footer .footer-column{
	float:left;
	width:25% !important;
	padding-left:5%;
	padding-right:5%;
}


/************************ NEWS *****************************/
.main-news-block
{
	margin-bottom:20px;
	position: relative;
}
.size-full
{
	width:100%;
	max-width:100%;
	height:auto;
}
.main-news-block-image
{
	height:598px;
	width:100%;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    margin-bottom:25px;
}

.main-news-block-left-content
{
	float:left;
	width:73%;
	text-transform: none;
}

.main-news-block-right-content
{
	float:left;
	width:23%;
	margin-left:4%;
}
.main-news-block-right-content div
{
	float:left;
	margin-right:10px;
}
.main-news-block-right-content a
{
	color:#383A35;
	text-decoration: none;
}
.main-news-block-right-content h2
{
	clear:both;
	margin-top:20px;
}
.page-id-16 .narrowcolumn h2
{
	font-size: 31px;
    font-weight: 100;
    color: #D9272E;
    padding-bottom: 8px;
    border-bottom: 1px solid #D9272E;
    text-transform: uppercase;
}

.main-news-block-left-content h1
{
	border-bottom:0px;
	margin-bottom:15px;
	margin-top:0px;
}

.main-news-block
{
	padding-bottom:30px;
}

.news-mini-item-block
{
	display: block;
	float:left;
	margin: 1% 1% 1% 0%;
	height:380px;
	    width: 24.0%;
}
.news-mini-item-block h2
{
	font-size:12px;
}
.news-mini-item-block-image
{
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    height:235px;
    background-color: #D9272E;
}


.news-mini-item-block h2{
	font-size: 16px;
	margin-top:0px;
	font-weight: 100;
	text-transform: uppercase;
}

.mini-news-block-header{
	font-size: 31px;
	font-weight: 100;
	text-transform: uppercase;
}

/************* PARENT PAGES ***************************/
.parent-page{
	width:30.0%;
	margin-right:1%;
	margin-left:1%;
	padding: 3%;
	height:120px;

  text-align: center;
  background: #1f365a;
	float:left;
  margin-top: 10px;
	margin-bottom:10px;
  color: #ffffff;
	display:table;
	font-size:1.4em;
}
.parent-page-content{
	text-align: center;
	vertical-align: middle;
	display:table-cell;
}

.parent-page:hover a{
	color:#8ed4f6;
}
.parent-page a{
	 color: #ffffff;
}

/*
.parent-page:nth-child(3n+3){
	margin-right:0px;
}*/

/********************** NEWSLETTER *********************************/
#newsletter-signup-block
{
	background:#1f365a;
	padding:15px;
	margin-bottom:0px;
	margin-top:30px;

}
#newsletter-signup-block-content
{
	margin:0 auto;
	width:100%;
	max-width:1000px;
}
#newsletter-signup-block-content input
{
	float:left;
	width:25%;
	margin-right:1%;
	border:1px solid #ffffff;
}
#newsletter-signup-block button
{
	width:15%;
	font-size:11px;
	background:#ffffff;
	border:1px solid #ffffff;
	text-transform: uppercase;;

	    	-webkit-transition: all 0.4s ease 0.25s;
    -moz-transition: all 0.4s ease 0.25s;
    -ms-transition: all 0.4s ease 0.25s;
    -o-transition: all 0.4s ease 0.25s;
    transition: all 0.4s ease 0.25s;

    cursor: pointer;
}
#newsletter-signup-block button:hover
{
	background: #506d81;
}
#newsletter-signup-block-content input, #newsletter-signup-block-content button
{
	margin-bottom:0px;
}
#newsletter-signup-name
{
	float:left;
	padding-right:10px;
	text-align: right;
	color:#ffffff;
	padding-top:6px;
	font-size:12px;
	width:25%;
}

/************* NEWS ARTTCLES ***********/
.mini-news-article
{
	background: #edf7fc;
	padding:2%;
}
.mini-news-article-full{
	margin-bottom:15px;
}
.mini-news-article-full h3{
	margin-bottom:0px;
	padding-bottom:0px;
}
.mini-news-article-full p{
	margin-top:5px;
}
.mini-news-article h3
{
	margin-top:0px;
}
.mini-news-article-older-article{
	margin-top:0px;
	margin-bottom:10px;
}
.mini-news-article-older-article p{
margin:0px;
margin-top:0px;
font-size:0.8em;
}
.mini-news-article-older-article h3{
	font-size:0.9em;
	margin:0px;
	padding:0px;
}
/******************* MINI SHOWCASE ************************/
.mini-showcase-block
{
	background: #edf7fc;
	padding:2%;
	float:left;
	width:30%;
	margin-right:3%;
	margin-top:10px;
	margin-bottom:10px;
}
.mini-showcase-block:hover{
    background: #1f365a;
}
.mini-showcase-block:hover a, .mini-showcase-block:hover h3, .mini-showcase-block:hover p{
	color:#ffffff;
}
.mini-showcase-block p{
	margin-top:0px;
}
.mini-showcase-block h3
{
	margin-top:0px;
	margin-bottom:5px;
}

/********************* GALLERY PAGE ******************************/
.page-id-937 .site-content{
		display: none;
}
.page-id-937  #newsletter-signup-block{
	margin-top:0px;
}
.page-id-937 #breadcrumbs{
	margin-bottom:0px;
}

/*********************** TWITTER **************************/
.socialItem
{
	margin-bottom:20px;
}

/******************** MINI NEWS ARTICLES *****************************/
.mini-news-articles li
{
	list-style: none;
}


/**************** HOME *******************/
.home .entry-header
{
	display: none;
}

/************************** FILE DOWNLOAD ************************/
.file-download-block{
	background: #1f365a;
	padding: 15px;
	display: inline-block;
	margin-bottom: 0px;
	color:#ffffff;
}
.file-download-block a{
		color:#ffffff;
}

/********* RESPONSIVE *******************/
@media only screen and (max-width: 1000px) {

	body
	{
		font-size:16px;
	}

	.site-content, .header-slideshow-overlay, .site-header-content
	{
		padding-left:3%;
		padding-right:3%;
	}

	.mobileMenuTrigger
	{
		display: block !important;
	}
	.main-navigation{
		float:none;
		width:100%;
		position: static;
		z-index:10;
		bottom:0;
	}
	.main-navigation ul > li{
		display: block;
	}
	#site-contact-block, .social-buttons
	{
		margin-right:90px;
	}
	.menu-top-navigation-container
	{
		position: absolute;
		left:0px;
		z-index:5;
		    background: #1f365a;
		    width:100%;

	}
	.main-navigation li	{
		padding:1.5%;
		display: block;
		list-style: none;
	}
	.main-navigation li.current_page_item
	{
		border:0px solid;
	}
}

@media only screen and (max-width: 800px) {

	.page-id-6 .right-column{
		display: none;
	}

	#site-navigation ul ul{
		display:block;
		position: static;
		margin-top:0px;
	}

	#site-navigation ul ul li a {
		padding:0px;
	}

	#menu-top-navigation{
		padding:5%;
	}
	#site-navigation > div > ul > li > a{
		font-size:1.2em;
	}
	#site-navigation li{
		border-bottom: 3px solid #8ed4f6;
		padding-bottom:5px;
		float:none;
		margin-bottom:10px;
		margin-left:0px;
		padding-left:0px;
	}

	.menu-top-navigation-container ul ul li:hover{
		background: none !important;
	}

	.menu-top-navigation-container ul ul{
		border-top:0px;
	}
	.entry-content-featured-image{
		width:100%;
		float:none;
	}

	#site-navigation ul ul li{
			width:100%;
			margin-bottom:0px;
			border:0px solid transparent;
	}

	.entry-sidebar{
		float:none;
		width:100%;
	}

	.parent-pageid-273 .entry-content, .parent-pageid-271 .entry-content, .parent-pageid-269 .entry-content{
		float:none !important;
		width:100% !important;
	}

	.parent-pageid-273 .entry-content, .parent-pageid-271 .entry-sidebar, .parent-pageid-269 .entry-sidebar,
	.parent-pageid-273 .entry-sidebar, .parent-pageid-271 .entry-sidebar, .parent-pageid-269 .entry-sidebar,
	.left-column, .right-column
	{
		float:none !important;
		width:100% !important;
		margin-bottom:20px !important;
	}

	body
	{
		font-size:14px;
	}

}

@media only screen and (max-width: 750px) {

	#header-slideshow-left-arrow, #header-slideshow-right-arrow{
		padding:5px;
		display: none;
	}
 .header-slideshow-overlay h1{
		font-size:2.0em
	}

	body
	{
		font-size:14px;
	}
	footer .footer-column
	{
		width:50% !important;
		margin-bottom:20px !important;
	}
	.site-header
	{
		height:auto;
	}
	.site-content
	{
		padding-left:3%;
		padding-right:3%;
	}
	.mini-showcase-block
	{
		float:none;
		width:100%;
		height:auto !important;
	}
	footer .footer-column{
		float:None;
		width:100% !important;
		padding:3%;
		margin-bottom:0px !important;
	}
	#header-slideshow
	{
		height:250px;
	}
}

@media only screen and (max-width: 700px) {

	.left-column, .right-column
	{
		float:none;
		width:100%;
	}
	#header-slideshow-arrows
	{
		display: none;
	}
	#site-contact-block,.social-buttons
	{
		display: none;
	}
	.header-slideshow-button,.header-slideshow-button.active
	{
		font-size: 1.2em;
	}

	.site-branding {
	    float:none;
	    width: 70%;
	    margin: 0 auto;
	}


		.alignleft {
			float:none;
			max-width:100%;
			width:100%;
			margin-left:0px;
			margin-right:0px;
			height:auto;
			max-width:100%;
		}

		.alignright {
			max-width:100%;
			float:none;
			max-width:100%;
			width:100%;
			margin-left:0px;
			height:auto;
		}
		.main-news-block-content,.main-news-block-left-content, .main-news-block-right-content, .news-mini-item-block,
		#newsletter-signup-name, #newsletter-signup-block-content input,#newsletter-signup-block button{
			width:100%;
			float:left;
			margin-left:0px;
			margin-bottom:5px;
			text-align: left;
		}
		.main-news-block-image{
			height:200px;
		}
		.mobileMenuTrigger{
			right:10px !important;
			top:10px !important;
		}
		.parent-page{
			width:100%;
			display: block;
			height:auto;
			float:none;
		}
}

@media only screen and (max-width: 450px) {

	.header-slideshow-button
	{
		width:100%;
		float:none;
	}
	.socialItem
	{
		background: #1f365a;
		padding:1.5%;
		color:#ffffff;
	}
	.socialItem a
	{
				color:#ffffff;
	}


}

/*************************** RESPONSIVE *************************/
.mobileMenuTrigger {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index:3;
    margin: auto;
    display: none;
}
.mobileMenuTrigger .top {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    background: #ffffff;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    bottom: 0;
    margin: auto;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.mobileMenuTrigger .middle {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: #ffffff;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    bottom: 0;
    margin: auto;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.mobileMenuTrigger .bottom {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    background:  #ffffff;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    bottom: 0;
    margin: auto;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menu-open .mobileMenuTrigger .bottom {
    top: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-open .mobileMenuTrigger .middle {
    opacity: 0;
}
.menu-open .mobileMenuTrigger .top {
    top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-open .main-navigation
{
	display: block !important;
	margin-left:0px;
}

/********************************* PRODUCTS PAGES ****************************/
.parent-pageid-273 .entry-content,
.parent-pageid-271 .entry-content,
.parent-pageid-269 .entry-content
{
	float:left;
	width:70%;
}

.parent-pageid-273 .entry-sidebar,
.parent-pageid-271 .entry-sidebar,
.parent-pageid-269 .entry-sidebar
{
	float:right;
	width:20%;
	display: block;
}

.entry-sidebar
{
	display: none;
}

.sidebar-block
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f365a+0,24a6de+100&0.1+0,0.1+100 */
	background: -moz-linear-gradient(top,  rgba(36,166,222,0.1) 0%, rgba(36,166,222,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(36,166,222,0.1) 0%,rgba(36,166,222,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(36,166,222,0.1) 0%,rgba(36,166,222,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a24a6de', endColorstr='#1a24a6de',GradientType=0 ); /* IE6-9 */

	padding:4%;
}
.sidebar-block h3{
		margin-top:0px;
		padding-top:0px;
}
.sidebar-block:hover{
	background: #1f365a;
}
.sidebar-block:hover h3{
	color:#ffffff;
}
.entry-content ul
{
	padding-left:0px;
}
.entry-content li
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f365a+0,24a6de+100&0.1+0,0.1+100 */
	background: -moz-linear-gradient(top,  rgba(36,166,222,0.1) 0%, rgba(36,166,222,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(36,166,222,0.1) 0%,rgba(36,166,222,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(36,166,222,0.1) 0%,rgba(36,166,222,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a24a6de', endColorstr='#1a24a6de',GradientType=0 ); /* IE6-9 */

	padding:1%;
	margin-bottom:5px;
	list-style: none;
}

#breadcrumbs{
	padding:10px;
	text-align: center;
	    background: #1f365a;
			margin-top:0px;
			color:#8ed4f6;
}
#breadcrumbs a{
				color:#ffffff;
}
.home #breadcrumbs
{
	display: none;
}

/**************************** HOMEPAGE ***************************/
.showcase-block{
	padding:3%;
	background: #1f365a;
	color:#ffffff !important;
}
.showcase-block h2
{
	margin-top:0px;
	padding:0px;
}
.showcase-block h3 a
{
	color:#ffffff;
}
.showcase-block h3{
	margin-bottom:5px;
	color:#ffffff !important;
}
.showcase-block{
	color:#ffffff;
}
.showcase-block p{
	margin-top:0px;
}
