/*
.item - About
.items-row .item - Work
.bmore-blog .item - Blog
.item-page - Individual Blog Entry
*/



/* Body
----------------------------------------------- */
body{
	background: #0d6b8a url(../images/body-tile.png) top left repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

header, nav, section, article, aside, footer{
	display: block; /* HTML5 */
}

#container{
	width: 85%;
	position: relative;
	margin: 0 auto;
}

.clr{
	clear: both;
	height: 156px;
	background: url(../images/skyline-footer-tile.png) center bottom repeat-x;
	padding-top: 3em;
}

footer{
	background: url(../images/footer-tile.png) top left repeat;
}

#content{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	width: 100%;
}

.items-row{
	padding-top: 1em;
}

.item-page_work{
	border-bottom: solid 1px #0188ab;
	padding-bottom: 1em;
}

.moduletable_nav{
	text-align: center;
	margin: 2em 0;
}

.moduletable_testimonial{
	border-top: solid 1px #5b8396;
	border-bottom: solid 1px #5b8396;
	padding: 1em 0;
	margin: 1em 0 2em 0;
}

.moduletable_contact{
	width: 77.5%; /* 930 / 1200 */
	position: relative;
	margin: 0 auto;
}

.vt_nivo_slider{
	margin-bottom: 1em;
}

.visuallyhidden{
	height: 0;
	width: 0;
	overflow: hidden;
}



/* Paragraphs and Headlines
----------------------------------------------- */
header h1{
	text-align: center;
	padding-top: 2em;
	margin: 0 1em;
}

h2, h3{
	font-weight: normal;
	text-shadow: 1px 1px 2px #000;
	margin-bottom: .5em;
}

h2{
	color: #00b8f1;
}

h3{
	color: #cbeaf9;
}

.moduletable_contact h3{
	text-align: center;
	color: #016d8f;
	text-shadow: none;
	margin-bottom: 1em;
}

p{
	color: #cbeaf9;
	text-shadow: 1px 1px 2px #000;
	line-height: 1.5em;
	margin-bottom: 1.25em;
}

.blog_about .item blockquote p{
	color: #00b8f1;
	font-size: 125%;
	font-style: italic;
	text-shadow: 1px -1px 3px #000;
}

.blog_about .item blockquote footer{
	width: 100%;
	height: auto;
	margin: 0;
	background: none;
}

.blog_about .item blockquote footer p{
	margin-bottom: 0;
	color: #b9d9e9;
	font-size: 100%;
}

.blog_about .item h2,
.item-page_work h2,
.moduletable_contact p{
	text-align: center;
}

.moduletable_contact h3 em{
	font-style: normal;
	color: #00b8f1;
}

.moduletable_copyright p{
	text-align: center;
	clear: both;
	color: #01779c;
	font-size: 75%;
	margin-bottom: 0;
	line-height: 1.5em;
	padding: 1.5em 0;
}

pre, code{
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: 1.15em;
}



/* Lists
----------------------------------------------- */
.moduletable_nav ul{
	display: inline;
	text-align: center;
}

.moduletable_nav li{
	font-family: 'Gotham';
	display: inline;
	list-style-type: none;
	border: solid 1px #1c3c4d;
	padding: .5em .75em;
}

.moduletable_nav li{
	background: #1f4053; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c6a86 0%, #1f4053 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c6a86), color-stop(100%,#1f4053)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c6a86 0%,#1f4053 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c6a86 0%,#1f4053 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c6a86 0%,#1f4053 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c6a86 0%,#1f4053 100%); /* W3C */
}

.moduletable_nav li.active{
	background: #1993be; /* Old browsers */
	background: -moz-linear-gradient(top,  #23cbfa 0%, #1993be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23cbfa), color-stop(100%,#1993be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #23cbfa 0%,#1993be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #23cbfa 0%,#1993be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #23cbfa 0%,#1993be 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #23cbfa 0%,#1993be 100%); /* W3C */
}

.moduletable_nav li:first-child{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.moduletable_nav li:last-child{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.moduletable_nav ul > li + li{
	margin-left: -1px;
}

.item-page_work ul.pagenav{
	padding-top: 1em;
	margin-top: 1em;
	float: left;
	width: 100%;
}

.item-page_work ul.pagenav li{
	list-style-type: none;
	line-height: 1em;
	margin: 0;
	color: #cbeaf9;
	font-size: 85%;
	text-shadow: none;
}

.item-page_work ul.pagenav li.previous{
	float: left;
}

.item-page_work ul.pagenav li.next{
	float: right;
}



/* Links
----------------------------------------------- */
.moduletable_nav a{
	text-decoration: none;
	text-transform: lowercase;
	padding: .5em .75em;
}

.moduletable_nav a{
	color: #1fbaef;
	text-shadow: 0px -1px 2px #234e63;
}

.moduletable_nav li.active a{
	color: #15303e;
	text-shadow: 0px -1px 2px #6ad9fc;
}

.items-row .item a,
.item-page a,
.item-page_work a{
	color: #00b8f1;
	text-decoration: none;
}

a.btn{
	font-family: 'Gotham';
	border-radius: 4px;
	padding: .5em .75em;
	text-decoration: none;

	border: solid 1px #1c3c4d;
	background: #1f4053; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c6a86 0%, #1f4053 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c6a86), color-stop(100%,#1f4053)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c6a86 0%,#1f4053 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c6a86 0%,#1f4053 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c6a86 0%,#1f4053 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c6a86 0%,#1f4053 100%); /* W3C */
}

.blog_work .items-row .item p.readmore a.btn{
	color: #1d504f;
	border: solid 1px #12362a;
	text-shadow: 0px -1px 2px #baf4f3;
	background: #42e2e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #42e2e0 0%, #2bb8b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42e2e0), color-stop(100%,#2bb8b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #42e2e0 0%,#2bb8b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #42e2e0 0%,#2bb8b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #42e2e0 0%,#2bb8b6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #42e2e0 0%,#2bb8b6 100%); /* W3C */
}

.item-page_work ul.pagenav li a{
	background-color: #0a80a6;
	border: solid 1px #0a80a6;
	border-radius: 5px;
	color: #cbeaf9;
	text-decoration: none;
	padding: .1em .4em;
}



/* Images
----------------------------------------------- */
img{
	border: none;
	max-width: 100%;
}

.blog_work .item img{
	border: solid 3px #cbeaf9;
	border-radius: 5px;
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}

.blog_work .item img:hover {
	opacity: 0.5;
}



/* Forms
----------------------------------------------- */
form{
	width: 100%;
	margin: 0 auto;
}

input,
textarea{
	color: #f1f1f1;
	border: solid 1px #181f29;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	background: #002f46; /* Old browsers */
	background: -moz-linear-gradient(top,  #002f46 0%, #00364f 50%, #003045 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002f46), color-stop(50%,#00364f), color-stop(100%,#003045)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002f46 0%,#00364f 50%,#003045 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002f46 0%,#00364f 50%,#003045 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002f46 0%,#00364f 50%,#003045 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #002f46 0%,#00364f 50%,#003045 100%); /* W3C */
}

::-webkit-input-placeholder {
   color: #396c7e;
}

:-moz-placeholder {  
   color: #396c7e;  
}

button.rsform-submit-button{
	border: solid 1px #1c3c4d;
	border-radius: 4px;
	text-transform: lowercase;
	padding: .5em .75em;
	color: #15303e;
	text-shadow: 0px -1px 2px #6ad9fc;
	cursor: pointer;

	background: #1993be; /* Old browsers */
	background: -moz-linear-gradient(top,  #23cbfa 0%, #1993be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23cbfa), color-stop(100%,#1993be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #23cbfa 0%,#1993be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #23cbfa 0%,#1993be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #23cbfa 0%,#1993be 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #23cbfa 0%,#1993be 100%); /* W3C */
}

.form-block input{
	display: block;
	width: 92%;
	padding: 2.5% 3%;
	margin-bottom: 1em;
}

.form-block textarea{
	width: 94%;
	padding: 1.5% 3%;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.form-block .formError{
	display: block;
	margin-top: -1em;
	margin-bottom: 1em;
}