@charset "utf-8";
/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
	background-color: #FFF;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 104px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
#header_contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 151px;
}
#logo {
	text-align: left;
	width: 287px;
}
#quick_search {
	text-align: right;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
}
.qs_button {
	background-color: #2B2B2B;
	border: 1px solid #333;
	color: #999;
}
.qs_input {
	background-color: #2B2B2B;
	border: 1px solid #333;
	color: #999;
}
.qs_input:focus {
	background-color: #b1b1b1;
	border: 1px solid #333;
	color: #000;
	outline: none;

}
.qs_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
#nav-holder {
	height:47px;
	margin-right: auto;
	margin-left: auto;
	background-color: #7ac142;
}
#navigation_bar {
	height: 47px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#navigation_bar ul {
	height: 47px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation_bar li {
	list-style-type:none;
	white-space:nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #96CD69;
	float: left;
}
#navigation_bar li a {
	display:block;
	font-size:16px;
	text-transform:none;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 19px;
	line-height: 19px;
}
#navigation_bar li a:hover {
	color:#FFF;
}
#navigation_bar .selected,  #navigation_bar a:hover {
	background-color:#96CD69;
	color: #FFF;
}
* html #navigation_bar a {
	width:1%;
} /* see http://www.positioniseverything.net/explorer/escape-floats.html */
/*----- Social sprites ----*/
#social_icons {
	height: 32px;
	width: 114px;
	padding-top: 15px;
	float: right;
	padding-right: 0px;
}
.social-twitter a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:4px;
	padding:0px;
	text-decoration: none;
	background-image: url(images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -38px 0;
}
.social-twitter a:hover{
	background-image: url(images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -57px 0;
}

.social-facebook a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:4px;
	padding:0px;
	text-decoration: none;
	background-image: url(images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -0px 0;
}
.social-facebook a:hover{
	background-image: url(images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -19px 0;
}

.social-linkedin a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:4px;
	padding:0px;
	text-decoration: none;
	background-image: url(images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -76px 0;
}
.social-linkedin a:hover{
	background-image: url(images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -95px 0;
}

.social-delicious a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:4px;
	padding:0px;
	text-decoration: none;
	background-image: url(images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -114px 0;
}
.social-delicious a:hover{
	background-image: url(images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -133px 0;
}

.social-rss a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:0px;
	padding:0px;
	text-decoration: none;
	background-image: url(images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -152px 0;
}
.social-rss a:hover{
	background-image: url(images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -171px 0;
}
#nav_buttons {
	float: right;
	padding-top: 15px;
	margin-right: 2px;
}
#container {
	width: 1000px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
}
#column_1 {
	float: left;
	width: 325px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#column_2 {
	float: left;
	width: 325px;
}
#column_3 {
	float: left;
	width: 325px;
	margin-left: 23px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	overflow: hidden;
}
#blog_column {
	float: left;
	width: 650px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
}
#blog_sidebar {
	float: right;
	width: 325px;
	margin: 0px;
	padding: 0px;
}
.bs_box {
	width: 300px;
	padding: 10px;
	background-color: #F4FAEF;
	border: 1px solid #D7ECC6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
}


#blog_sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D7ECC6;
	list-style-type: none;
	display: block;
	margin-left: -40px;
	padding-left: 5px;
}
#blog_sidebar ul {
	display: block;
}
.port_item {
	height: 450px;
	width: 300px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.port_item_right {
	height: 450px;
	width: 300px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#sidebar {
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 0;
	background-color: #333;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar_content {
	padding-top: 0;
	padding-bottom: 0;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#footer ul {
	padding-left: 10px;
}
#footer-content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style-type: none;
	padding-bottom: 25px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	margin-top: 0px;
}
#footer-content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #333;
	margin-top: 0px;
}
#footer-column-1 {
	float: left;
	width: 325px;
}
#footer-column-2 {
	float: left;
	width: 325px;
	margin-left: 10px;
}
#footer-column-3 {
	float: left;
	width: 325px;
	overflow: hidden;
	margin-left: 10px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* -------------------- Font and text styles ---------------------- */


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #000;
	line-height: 40px;
	margin-top: 0px;
	letter-spacing: -1px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #000;
	line-height: 30px;
	margin-top: 25px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #000;
	text-align: left;
	line-height: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	line-height: 30px;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #7db846;
	text-align: left;
	margin-bottom: 18px;
	margin-top: 0px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #77BE40;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #D7ECC6;
	padding: 5px;
}

#blog_sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	line-height: 18px;
}

#three_column_holder p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color: #000;
	text-align: left;
	line-height: normal;
	font-style: italic;
}
.description_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color: #000;
	text-align: left;
	line-height: normal;
	font-style: normal;
	margin-bottom: -5px;
}
#sidebar_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
	text-align: left;
	padding-right: 30px;
}

#footer-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
#footer ul {
	padding-left: 10px;
}
#footer-content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style-type: none;
	padding-bottom: 10px;
}
#small-print p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-top: 0px;
}

.statement_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	line-height: 20px;
	text-align: left;
	font-style: italic;
}
#blog_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}
#small-print {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* -------------------- Wordpress ------------------- */



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #666;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #F9F9F9;
	border: 1px solid #cacaca;
	width: 625px;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.alt {
	margin: 15px 0 50px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

#commentform input {
	width: 170px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	color: #000;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
/* -------------------- Captions ---------------------- */

.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}
/* -------------------- End captions ---------------------- */



/* -------------------- images ---------------------- */

img {
border-style: none;
}

.alignright {
	float: right;
}
.alignleft {
	float: left
}
img.alignleft {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}
img.alignleft_cv {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: -15px;
	margin-bottom: 0px;
}
img.alignright {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	float: right;
}
img.alignleft_nav {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 0px;
}
/* -------------------- links ---------------------- */



a {
	color:#7ac142;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color:#7ac142;
	text-decoration: underline;
}
/* --------------------- Lightbox ------------------- */



#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
/*#hoverNav a{ outline: none;}*/



#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	/*background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */

	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em; /*outline: none;*/
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/* Code stuff */
pre{
	width: 630px;
	direction:ltr;
	text-align:left;
	overflow: auto;
}
code{
	width: 630px;
	direction:ltr;
	text-align:left;
	color:#0066cc;
}

/* mailchimp */
#mc_embed_signup_sb {
	width: 300px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.chimp-input-sb {
	width:300px;
	border:solid;
	border-width:1px;
	border-color: #d7ecc6;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #333;
}
.chimp-submit-sp{
	background-color: #91C166;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	height: 30px;
}
.chimp-label-sb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* ----- Date icon ---- */
.date-holder{
	width:71px;
	height:82px;
	float:left;
	background-image: url(images/calender-icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2px;
	margin-right: 10px;
}
.month-holder{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ccc;
	font-size: 14px;
	padding-top: 1px;
	margin-left: 1px;
	text-align: center;
	width:53px;
}
.day-holder{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width:53px;
	padding-top: 7px;
	margin-left: 1px;
}