/* =Structure
-------------------------------------------------------------- */

html {
	margin: 0;
}
body {
	/*background: #ffffff url('/wp-content/uploads/2012/04/banner3.jpg') no-repeat center top;*/ 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 0;
	top: 0;
}
#page {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 auto 0;
	padding: 10px;
	width: 90%;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Header
-------------------------------------------------------------- */
#site-title, #site-title a, #site-title a:visited {
	/*color: #308fe3;*/
	display: none;
}
#site-description, #site-description a, #site-description a:visited {
	display: none;
}
#headImg a {
	display: none;
}
#branding {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: none;
}
#access ul {
	display: none;}

/* = Site Search box and button */
#searchone {
	display: none;
}
#searchsubmit, #s, #searchsubmitclip {
	display: none;
}
#searchsubmitclip { /* this is to provide the clipping for IE's gradient issues */
	display: none;
}
#searchsubmit {
	display: none;
}

/* style for the 'search this site' box */
#s {
	display: none;
}


/* =Links
-------------------------------------------------------------- */
a {
	color: #0a5da6;
	text-decoration: none;
}

a:hover {
	color: #f17802;
	text-decoration: underline;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
/* hide title on home page */
#post-21 .entry-title {
	display: none;
}
.entry-title, .page-title {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	line-height:1.2em;
	margin-top: 0px;
}
/* section titles on home page, but can be used anywhere */
.section-title {
	background: #308fe3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62b4fd', endColorstr='#408cd0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#62b4fd), to(#408cd0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #62b4fd,  #408cd0); /* for firefox 3.6+ */
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	color: #fff;	
	font-family: Verdana, sans-serif;
	font-size: 1.3em;
	overflow: hidden;
	padding: 5px 5px 5px 20px;
}
.single-author .entry-meta .byline {
	display: none;
}
.indent30 {
	display: block;
	padding-left: 30px;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.smalltext {
	font-size: small;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
/* the following controls appearance of content on home page,
which is presented in a series of boxes */
/* the following id contains NTRS search box */
#NTRSsearchdiv {
	border: 1px solid #ccc;
	-moz-border-radius: 20px;
	border-radius: 20px;
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 0px;
	margin-bottom: 50px;
	width: 100%;
}
#NTRSsearchdivclip {
	background: #eef6fc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef6fc', endColorstr='#dcecfb'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eef6fc), to(#dcecfb)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eef6fc,  #dcecfb); /* for firefox 3.6+ */
	padding: 0px 0px 10px 0px;
}
#NTRSsearchdiv p {
	background: none;
	padding: 5px 10px;
}
#NTRSsearch {
	display: block;
	margin: 0px auto;
	/*max-width: 1100px;
	min-width: 300px;*/
	width: 80%;
	padding: 0.5em 0.5em 0.5em;
}
#searchBox, #NTRSsubmit {
	float: left;
}
#searchBox {
	border: 1px solid #a4c3ca;
	-moz-border-radius: 15px 0px 0px 15px;
  	border-radius: 15px 0px 0px 15px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	color: #777777;
	height: 26px;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	width: 77%;
	min-width: 100px;
}
#NTRSsubmitclip { 
	-moz-border-radius: 0px 15px 15px 0px;
    	border-radius: 0px 15px 15px 0px;
	height: 32px;
	margin-left: -12px;
	overflow: hidden;
	padding: 0;
	width: 115px;
}
#NTRSsubmit {
	background: #fb9605;
	background-image: -moz-linear-gradient(#fbc982, #fb9605);
    	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fb9605),color-stop(1, #fbc982));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc982', endColorstr='#fb9605');
	border: 1px solid #fb9605;
	-moz-border-radius: 0px 15px 15px 0px;
    	border-radius: 0px 15px 15px 0px;
	color: #fff;
	font-weight: bold;
	height: 32px;
	width: 115px;
}
#NTRSsubmit:hover {
	background: #fb9605;
	background-image: -moz-linear-gradient(#fb9605, #fbc982);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fbc982),color-stop(1, #fb9605));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9605', endColorstr='#fbc982');
	border: 1px solid #fb9605;
	color: #fff;
}
#NTRSsubmit:active {
	background: #fb9605;
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
#NTRSsubmit::-moz-focus-inner
{
       	border: 0;  /* Small centering fix for Firefox */
}

/* the following id contains left and right widgets on home page */
#homeWidgets {
	clear: both;
	display: block;
	padding: 0px 0px 40px 0px;
	width: 100%;
}
#home1 {
	border: 1px solid #ccc;
	-moz-border-radius: 20px;
	border-radius: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 290px;
	overflow: hidden;
	padding: 0;
	width: 47%;
}
#home2 {
	border: 1px solid #ccc;
	-moz-border-radius: 20px;
	border-radius: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 290px;
	overflow: hidden;
	padding: 0;
	width: 47%;
}
#home1 p, #home2 p {
	padding: 5px 10px 5px 10px;
}
/* the following positions the slider in the 'Highlights' box of home page */
#homeSliderdiv {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 272px;
}
/* the following id is for a bottom box on the home page */
#additionaldiv {
	border: 1px solid #ccc;
	-moz-border-radius: 20px;
	border-radius: 20px;
	clear: both;
	display: block;
	font-family: Verdana, Helvetica, sans-serif;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	width: 100%;
}
#additionaldiv img {
	padding-left: 5px;
}
#additionaldiv p {
	padding: 5px 5px 5px 10px;
}
/* the following div controls the social icons and the share button. It is found in header.php */
#social {
	display: block;
	font-size: small;
	margin-bottom: 5px;
	margin-top: 0.25em;
}
#social img {
	float: left;
	margin-right: 10px;
}
#socialdiv {
	display: block;
	float: left;
	padding-top: 5px;
	width: 75px;
}
#addthisstyle {
	padding-top: 8px;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

/* Collapsible sections */
.collapsible, .collapsible p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.collapsibleHdr {
	background: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #dddddd,  #ffffff); /* for firefox 3.6+ */
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	color: #2672b5;
	cursor: pointer;
	display: block;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 1.2em;
	overflow: hidden;
	padding: 5px 5px 5px 15px;
}
/* turning off top margin on lists */
ul {
	margin-top: 0px;
}
/* turning off bottom margin on dt */
.listheader {
	margin-bottom: 0px;
}
/* add top margin to space list elements - can be used for other block elements */
.topmargin {
	margin-top: 1em;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
/*input[type="text"], */input[type="email"]
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* classes for Fast Forms */
/* ---------------------- */
/* style the form background, etc. */
.orderForm {
	border: none;
	width: 100%;
}
/* suppress buttons in printed versions */
input[type="submit"], input[type="reset"] {
	display: none;
}
/* add custom spacing using p tags between vertical form fields */
.regformp {
	margin-bottom: 6px;
}
.marg-bot1 {
	margin-bottom: 6px;
}
.marg-bot2 {
	margin-bottom: 9px;
}
.marg-bot3 {
	margin-bottom: 12px;
}
.marg-bot4 {
	margin-bottom: 18px;
}

/* fieldset styles */
.float2left {
	background: none;
	border: none;
	float: left;
	margin: 0 5px 0 0;
}
.fsLabel {
	color: #006699;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em, .5em;
}
/* customize the divs surrounding all form elements */
.elementDivs {
	border: none;
	text-align: left;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type="text"], input[type="email"] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: none;
}
.widget-area .widget_search {
	display: none;
}
.widget-area .widget_search input {
	display: none;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	display: none;
}