/*  
Theme Name: Streamscapes
Theme URI: http://streamscapes.ie/
Description: Streamscapes by Copper Reed Studio
Version: 1.0
Author: Copper Reed Studio
Author URI: http://www.copperreed.com/
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #43556b url(i/bg.png) repeat-x top left;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	line-height: 125%;
	text-align: center;
}

.x_body {
	width: 970px;
	text-align: left;
	margin: 0 auto;
	margin-top: 50px;
}

.x_container {
}

a img {
	border: 0;
	vertical-align: bottom;
}

.x_header {
	background: #fff url(i/header-bg.png) repeat-x top left;
	height: 150px;
}

.x_header h1 {
	display: none;
}

.x_logo {
	float: left;
	padding: 10px;
	padding-bottom: 0;
}

.x_navigation {
	float: right;
}

.x_navigation ul {
	list-style: none;
}

.x_navigation ul li {
	display: inline;
}

.x_navigation ul li a {
	float: left;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 20px 5px 20px;
	border-right: 1px solid #45c5f2;
	font-size: 90%;
}

.x_navigation ul li.lastitem a {
	border: 0;
}

.x_menu {
	clear: right;
	float: right;
	margin-top: 70px;
}

.x_menu ul {
	list-style: none;
}

.x_menu ul li {
	display: inline;
}

.x_menu ul li a {
	float: left;

	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 25px;
	
	background: transparent url(i/menu-sep.png) no-repeat top right;
}

.x_menu ul li.lastitem a {
	background: none;
}

.x_bannercontainer {
	position: relative;
	height: 150px;
	background-color: #41c6f1;
}

.x_homepage .x_bannercontainer {
	height: 475px;
	background-color: #fff;
}

.x_banner {
	z-index: 10;
}

.x_overlay {
	position: absolute;
	top: 0;
	left: 0px;
	width: 390px;
	height: 150px;
	z-index: 20;

	background: transparent url(i/banner-bg.png) no-repeat top left;
}

.x_homepage .x_overlay {
	height: 360px;
}

.x_overlay h1 {
	font-weight: normal;
	font-size: 150%;
	line-height: 150%;
	text-transform: uppercase;
	width: 280px;
	padding: 20px 30px;
}

.x_homepage .x_overlay h1 {
	font-size: 200%;
	line-height: 150%;
	width: 250px;
	padding: 20px 40px;
}

.x_infoboxes {
	position: absolute;
	top: 310px;
	left: 0;
	z-index: 20;
}

.x_infobox {
	float: left;
	width: 305px;
	margin-left: 14px;
	position: relative;
	color: #fff;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #666;
}

.x_infobox div {
	background: transparent url(i/feature-corner-bg.png) no-repeat bottom right;
	padding: 15px 20px;
	min-height: 115px;
}

.x_infobox img {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.x_infobox a {
	text-decoration: none;
	color: #fff;
}

.x_infobox h2 {
	font-size: 125%;
	text-transform: uppercase;
	line-height: 125%;
	text-shadow: 2px 2px 2px #666;
}

.x_infobox p {
	padding-top: 5px;
	padding-right: 70px;
}

.x_infobox_1 {
	background-color: #001b52;

	background: linear-gradient(to bottom,  #002f67 0%,#001b52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f67', endColorstr='#001b52',GradientType=0 );
}

.x_infobox_2 {
	background-color: #1c7547;
	
	background: linear-gradient(to bottom,  #8bc65a 0%,#1b7349 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc65a', endColorstr='#1b7349',GradientType=0 );
}

.x_infobox_3 {
	background-color: #0c72bd;
	
	background: linear-gradient(to bottom,  #45c4f1 0%,#0c74bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45c4f1', endColorstr='#0c74bb',GradientType=0 );
}

.x_content {
	clear: both;
	background-color: #fff;
	color: #666;
	overflow: auto;
    padding-top: 1em;
}

.x_homepage .x_content {
    padding-top: 0;
}

.x_leftcol {
	float: left;
	width: 600px;
	padding: 10px 30px;
}

.x_rightcol {
	float: left;
	width: 300px;
	padding: 10px 0;
}

.x_leftcol h1 {
	font-weight: normal;
	font-size: 200%;
	line-height: 125%;
	text-transform: uppercase;
	color: #45c5f2;
}

.x_leftcol h2 {
	font-size: 110%;
	text-transform: uppercase;
	font-weight: normal;
}

.x_leftcol h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

.x_leftcol p {
	padding: 10px 0 5px 0;
}

.x_leftcol ol, .x_leftcol ul {
	padding: 10px 0 5px 15px;
}

.x_rightcol h2 {
	font-size: 125%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 10px;
}

.x_rightcol h2 span {
	color: #8bc65a;
}

.x_rightcol dl {
	overflow: auto;
	position: relative;
}

.x_rightcol dt {
	clear: left;
	float: left;
	width: 50px;

	text-transform: uppercase;
	text-align: center;
	font-size: 80%;
	line-height: 100%;

	background-color: #efefef;
	
	background: linear-gradient(to bottom,  #efefef 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );

	border: 1px solid #fff;
	box-shadow: 0 -2px 4px 0px #efefef;
	margin: 10px;
}

.x_rightcol dt span {
	color: #8bc65a;
	font-size: 250%;
	line-height: 125%;
	display: block;
}

.x_rightcol dd {
	float: left;
	width: 200px;
	font-size: 90%;
	margin: 7px 10px;
}

.x_rightcol dd a {
	text-decoration: none;
	color: #666;
}

.x_footer {
	clear: both;
	background: transparent url(i/footer-bg.png) no-repeat top left;
	overflow: auto;
	color: #fff;
	padding: 30px;
	padding-top: 60px;
}

.x_footer address {
	font-style: normal;
}

.x_footer p {
	font-size: 80%;
	line-height: 125%;
}

.x_footer address p {
	float: left;
	width: 240px;
}

.x_footer address span {
	text-transform: uppercase;
	font-weight: bold;
	color: #89c758;
}

.x_footer a {
	text-decoration: none;
	color: #fff;
}

#cpr {
	float: right;
	text-align: right;
}

img.alignleft {
    float: left;
    vertical-align: bottom;
    padding-bottom: 15px;
    padding-right: 15px;
}

img.alignright {
    float: right;
    vertical-align: bottom;
    padding-bottom: 15px;
    padding-left: 15px;
}

.x_post_content a {
    color: #3ac7f2;
}

.x_readmorecontent {
    display: none;
}

.x_projectbox {
    background-color: #c5ecfb;
    color: #686a69;
	border-radius: 10px;
    overflow: auto;
    margin-top: 1em;
}

.x_projectlink {
    float: right;
    width: 235px;
    margin-left: 1em;
    background: #1a6495 url(i/project-link-bg.png) repeat-x 0 0;
    color: #fff;
	border-radius: 10px;
    text-align: center;
    padding: 1em 0em 0em 0em;
}

.x_projectlink img {
    padding-bottom: 0.5em;
}

.x_projectbox h2 {
    color: #002a66;
    padding: 1em 1em 0em 1em;
    font-weight: bold;
}

.x_projectbox p {
    padding: 1em;
}

.x_gallerysummary {
    background-color: #e6f3ec;
	border-radius: 10px;
    overflow: auto;
    margin-top: 1em;
    padding: 1em;
    padding-bottom: 2em;
}

.x_galleryholder {
    position: relative;
    padding-bottom: 27px;
}

.x_gallerysummary h2 {
    color: #002a66;
    font-weight: bold;
}

.x_gallerymore {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 194px;
    height: 54px;
    background: transparent url(i/gallery-view-more.png) no-repeat 0 0;
}

.x_gallerymore a {
    color: #006a36;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em;
    display: inline-block;
	text-shadow: 2px 2px 2px #fff;
    font-weight: bold;
}

.x_rollofhonour {
    background: #ff8500 url(i/roll-of-honour-bg.png) repeat-x 0 0;
    color: #fff;
	border-radius: 5px;
    margin: 0.5em 0;
    width: 280px;
}

.x_rollofhonour h2 {
    font-weight: bold;
    padding: 0.8em 1em;
}

.x_rollofhonour a {
    background: transparent url(i/arrow.png) no-repeat 95% 50%;
    padding: 1em;
    padding-right: 75px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.x_projectmap {
	border-radius: 5px;
    margin: 1em 0;
    background: #1a6899 url(i/project-map-bg.png) repeat-x 0 0;
    color: #fff;
    width: 280px;
    padding-bottom: 5px;
}

.x_projectmap h2 {
    font-weight: bold;
    padding: 0.8em 1em;
    background: transparent url(i/magnify.png) no-repeat 95% 50%;
}

.x_gallerysummary img, .x_thumbs a {
    float: left;
    padding: 0.5em 1em 0.5em 0;
}
