@charset "UTF-8";

/* General CSS

CHALKY BLUE: #94AABF

**********************************************************************************/

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body {
	font-family:  "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	/*background: #EFEFEF;*/
	background: #2f3744;
}

@font-face {
	font-family: 'LubalinGraphStd-Book';
	src: url('../fonts/lubalingraphstdbook.eot');
	src: url('../fonts/lubalingraphstdbook.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lubalingraphstdbook.woff') format('woff'),
	url('../fonts/lubalingraphstdbook.ttf') format('truetype'),
	url('../fonts/lubalingraphstdbook.svg#lubalingraphstdbook') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LubalinGraphStd-Demi';
	src: url('../fonts/lubalingraphstddemi.eot');
	src: url('../fonts/lubalingraphstddemi.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lubalingraphstddemi.woff') format('woff'),
	url('../fonts/lubalingraphstddemi.ttf') format('truetype'),
	url('../fonts/lubalingraphstddemi.svg#lubalingraphstddemi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'wisdom_script_airegular';
    src: url('../fonts/wisdom_script-webfont.eot');
    src: url('../fonts/wisdom_script-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/wisdom_script-webfont.woff') format('woff'),
         url('../fonts/wisdom_script-webfont.ttf') format('truetype'),
         url('../fonts/wisdom_script-webfont.svg#wisdom_script_airegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

input, textarea {
	color: #000;
}

.placeholder {
	color: #aaa;
}

/* Site Wrap
**********************************************************************************/

div#site-wrap {
	width: 100%;
	background: #FFF url(../images/jpg/stage-border.jpg) bottom center no-repeat;
	padding-bottom: 22px;
}

/* Header
**********************************************************************************/

div#header-wrap {
	width: 100%;
	height: 200px;
	border-bottom: 1px solid #EFEFEF;
	z-index: 999999999;
	background: #FFF;
	background: rgba(255,255,255,0.9);
	left: 0;
	top: 0;
	padding-bottom: 10px;
	position:fixed;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

div#header {
	width: 980px;
	height: 200px;
	margin: 0 auto;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

div#header h1 {
	display: block;
	float: left;
	width: 140px;
	height: 200px;
	margin-left: 0;
	text-indent: -9999px;
	background: url(../images/png/logo.png) no-repeat center center;
	background-size: 100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div#header h1 a  {
	display: block;
	width: 140px;
	height: 200px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div#header.smaller, div#header-wrap.smaller {
    height: 90px;
}

div#header.smaller h1 {
    width: 53px;
    height: 90px;
	background: url(../images/jpg/logo.jpg) no-repeat center top;
	background-size: 100%;
	overflow:hidden;
}

div#header.smaller h1 a {
	display: block;
    width: 53px;
    height: 90px;
}

div#header p#topnumber {
	font-family: 'LubalinGraphStd-Book';
	font-weight: normal;
}

div#header p#topnumber span, div#header p#topnumber a {
	font-family: 'LubalinGraphStd-Demi';
	color: #3e4c60;
	text-decoration: none;
}

ul#social {
	display: block;
	float: right;
	list-style: none;
	margin-top: 5px;
}

ul#social li {
	display: inline-block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
}

div#header p {
	float: right;
	clear: right;
	text-align: right;
	text-transform: uppercase;
	color: #94AABF;
	margin: 30px 0 37px 0;
	-webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -ms-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
}

div#header p.smaller {
	margin: 5px 0;
}

div#header p span {
	color: #000;
	font-weight: 600;
}

ul#nav {
	display: block;
	float: right;
	list-style: none;
}

ul#nav li {
	display: inline;
	margin-left: 0;
}

ul#nav li:after {
	content: '/';
	color: #94AABF;
	margin-left: 5px;
	font-weight: bold;
}

ul#nav li:last-of-type:after {
	content: '';
	margin-left: 0;
}

ul#nav li a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

ul#nav li a:hover, ul#nav li a.selected {
	border-bottom: 2px solid #94AABF;
	padding-bottom: 5px;
}

ul#nav li:last-of-type {
	padding-right: 0;
}

/* Main Body
**********************************************************************************/

div#topimage {
	width: 980px;
	margin: 0 auto 30px auto;
	padding-top: 210px;
}

div#stage {
	width: 980px;
	margin: 0 auto 20px auto;
	/*padding-top: 210px;
	-webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;*/
}

/* Left Column */

div#leftcol {
	width: 600px;
	float: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

a.blogtext{
   font-size:13px;
	margin-left:15px
	}
a.blogtext:hover{
 color: #000 !important;
	}

div#leftcol h2 {
	color: #94AABF;
	font-weight: lighter;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

div#leftcol p {
	line-height: 20px;
	font-size: 11px;
}

div#leftcol div#innerleft {
	width: 200px;
	min-width: 200px;
	float: left;
	margin-right: 20px;
}

div#leftcol div#innerright h4 {
	font-family: 'wisdom_script_airegular';
	font-size: 25px;
	color: #94AABF;
	font-weight: lighter;
	letter-spacing: 1px;
}

div#leftcol div#innerright p {
	margin-bottom: 20px !important;
	display: block;
}

div#leftcol div#innerright {
	float: left;
	width: 380px;
}

div#leftcol div#innerrightBlog {
	float: left;
	width: 600px;
}
div#leftcol div#innerrightBlog p {
	margin-bottom: 20px !important;
	display: block;
}

div#leftcol div#innerrightBlog ul {
	margin-bottom: 15px !important;
	display: block;
	padding-left:30px;
		font-size:11px!important;
	font-family:  "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

/*div.home p:second-of-type {
	display: inline-block;
	width: 330px;
	float: left;
}*/

div.home img {
	display: inline-block;
}

div#leftcol img[align="left"],
div#leftcol img[style*="float: left"],
div#leftcol img[style*="float:left"] {
    margin: 5px 15px 0px 0px !important;
}

div#leftcol img[align="right"],
div#leftcol img[style*="float: right"],
div#leftcol img[style*="float:right"] {
    margin: 5px 0px 0px 15px !important;
}

/* Right Column */

div#rightcol {
	width: 300px;
	float: right;
	border-left: 2px dotted #CCC;
	text-align: center;
	color: #999;
}

div#rightcol h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
}

div#rightcol span {
	color: #94AABF;
}

div#rightcol a {
	color: #999;
	text-decoration: none;
}

hr.header-divider {
	width: 75px;
	height: 1px;
	border-top: 2px dotted #CCC;
	margin: 15px auto;
}

div#rightcol p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
}

div#rightcol strong {
	color: #000;
}

i#clock {
	display: block;
	width: 39px;
	height: 36px;
	background: url(../images/png/clock.png) center center no-repeat;
	margin: 0 auto 15px auto;
}

/* Twitter */

div#twitter-wrap {
	width: 100%;
	background: #FFF;
}

div#twitter {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
	line-height: 20px;
	background: url(../images/jpg/twitter-logo.jpg) no-repeat left center;
}

div#twitter ul {
	list-style: none;
}

div#twitter li {
	padding-left: 90px;
	font-size: 15px;
	text-transform: uppercase;
}

div#twitter a {
	color: #94AABF;
	text-decoration: none;
}

p.interact {
	display: none;
	visibility: hidden;
}

/*div#stage.smaller {
	padding-top: 0;
}*/

/* Footer
**********************************************************************************/

div#footer {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

div#footer div.footer-block {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 230px;
	display: block;
}

div#footer div.footer-block:last-of-type {
	margin-right: 0;
}

div#footer div.footer-block h5 {
	font-weight: normal;
	color: #94AABF;
	text-transform: uppercase;
	margin-bottom: 15px;
}

div#footer div.footer-block p, div#footer div.footer-block small {
	line-height: 16px;
	font-size: 10px;
	color: #999;
	margin-bottom: 15px;
	margin-right: 15px;
}

div#footer div.footer-block a {
	text-decoration: none;
	color: #94AABF;
}

div#footer div.footer-block ul#social {
	list-style: none;
	width: 100%;
}

div#footer div.footer-block ul#social li {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-left: 0 !important;
}

div#footer div.footer-block input[type=text] {
	width: 160px;
	background: none;
	border: #CCC 1px solid;
	color: #aaa;
	height: 25px;
	padding: 0 5px;
	float: left;
	border-radius: 5px 0 0 5px;
}

.error {
	font-size: 10px;
	color: #C00;
}

div#footer div.footer-block button {
	width: 58px;
	background: #94AABF;
	color: #FFF;
	text-align: center;
	height: 27px;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}

/* Contact Form
**********************************************************************************/

form#contact fieldset {
	display: block;
	margin-bottom: 10px;
}

form#contact label {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
}

form#contact input[type=text] {
	width: 98%;
	padding: 0 1%;
	height: 25px;
	border: 1px solid #2f3744;
}

form#contact textarea {
	width: 98%;
	padding: 1%;
	border: 1px solid #2f3744;
	resize: none;
}

form#contact input[type=submit] {
	padding: 5px 10px;
	color: #fff;
	background: #2f3744;
	cursor: pointer;
}