/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Enlighten
   TEMPLATE CODE: 	S-0011
   VERSION:          1.0
   ADAPTED BY: 		Joe Ruggeri http://www.joeruggeri.com/          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0 20px 0;
	padding: 0;
	color: #444;
	text-align: center;
	height: 100%;
	background-color: #333333;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 0.82em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}

/* links */
a { background: inherit; color: #993333; text-decoration: underline; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3, h4 {
	color: #333;
}
h1 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	line-height: normal;
	letter-spacing: 0.1em;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 0.9em;
}

p, h1, h2, h3, h4 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #333333;	
}
ul span, ol span {
	color: #333;
}

/* images */
img {
	border: 1px solid #DDD;
	padding: 5px;
	background-color: #FFFFFF;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
#logo-box #logo img {
	background: transparent;
	border: 0px none #003366;
}
#logo-box #slugline {
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 184px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	font-size: 100%;
	text-align: center;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	background: #FAFAFA url(quote.gif) no-repeat 3px 5px;
	border: 1px solid #eee;
	color: #666666;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 40px;
}
blockquote .clearquote {
	margin: 15px;
	background: #FAFAFA url(quote.gif) no-repeat 3px 5px;
	border: 1px solid #eee;
	color: #666666;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 40px;
	clear: both;
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #eee; 
	background-color: #FAFAFA; 
}
label {
	display:inline;
	font-weight:bold;
	margin:5px 0;
}
input, select {
	padding: 2px;
	border:1px solid #999999;
	color:#555;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 0.86em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #999999;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox {
	width: 130px;
	color: #333;
	vertical-align: top;
	font-size: 0.8em;
	line-height: normal;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: 16px;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}
.searchform textarea {
	width: 88%;
	height: 125px;
	font-size: 0.8em;
	line-height: normal;
}
.searchform p.disclaimer {
	font-size: 88%;
	margin-top: 4px;
	margin-bottom: 2px;
	line-height: 96%;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-top: 5px;
	padding-bottom: 5px;
}


/***********************
	  LAYOUT
************************/

#wrap {
	width: 770px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header-content, #content {
	width: 750px;	
}

#header-content, #contentWide {
	width: 750px;	
}

/* header */
#header {
	position: relative;
	height: 250px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 415px;
	height: 230px;
	background-color: #003366;
	color: #FFFFFF;
}
#header #logo-box {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 310px;
	height: 230px;
	background-color: #003366;
	background-image: url(scaleboat_logo02.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
}
#logo-box #logo {
	position: absolute;	
	font: bold 50px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 20px; left: 5px;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 60px;
}

/* header menu */
#menu {
	clear: both;
	width: auto;
	background: #FFF;
	height: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(content.jpg) repeat-y;
}

#content-wrapwide {
	clear: both;
	float: left;
	width: 100%;
	background-image: none;
}

#content {
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #999999;
	background-image: url(msh_content_BG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#contentWide {
	clear: both;
	text-align: left;
	padding: 0;
	border: 1px solid #999999;
	background-image: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}


/* sidebar */
#sidebar {
	float: right;
	width: 31%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}	
#sidebar h1 {
	margin: 0;
	color: #660000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.1em;
}
.sidebox {
	margin-bottom: 10px;	
}

.sidebox blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #E4E4E4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
	background-image: url(quote_open.gif);
	color: #003366;
	background-repeat: no-repeat;
	text-indent: 26px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.closequote {
	background-image: url(quote_close.gif);
	height: 24px;
	width: 24px;
	float: right;
	margin-top: -30px;
	margin-right: 16px;
	clear: both;
	margin-bottom: 0px;
}
.sidebox .quotecontain {
	margin-top: 20px;
	margin-right: 8px;
	margin-left: 12px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border: 1px solid #3674B1;
}



/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8B6B1;
}
#sidebar ul.sidemenu a.top{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B8B6B1;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}

/* main */
#main {
	float: left;
	width: 67%;
	margin: 0 0 10px 0;
	padding: 0;
	min-height: 350px;
	background-image: url(scaleboat_logo_main.gif);
	background-repeat: no-repeat;
	background-position: center 35px;
}

#mainwide {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #F3F0EB;
	background-image: url(scaleboat_logo_main.gif);
	background-repeat: no-repeat;
	background-position: center 35px;
}

#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ababab;
}
#mainwide h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ababab;
}

.post {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #333333;
}
.post p.citation {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 8px;
	line-height: 1.35em;
}

.post div.back {
	float: right;
	width: 250px;
	padding-top: 10px;
	padding-right: 15px;
	text-align: right;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.8em;
}
.back img {
	background-color: #F3F0EB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.post h3 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	text-transform: uppercase;
}

.post h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
}
.post a.footnote,
.post a.footnote:hover,
.post a.footnote:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.post sup {
	text-decoration: underline;
	font-weight: bold;
}

.postAlt {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #333333;
}
.post ol {
}
.post li {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: normal;
}


.post a,
.postAlt a {
	color: #003366;
	text-decoration: underline;
}
.post a img {
	background-color: #F3F0EB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: baseline;
}


.post a:link, .post a:visited,
.postAlt a:link, postAlt a:visited {
	text-decoration: underline;
}

.post a:hover,
.postAlt a:hover {
	color: #990000;
	text-decoration: underline;
}
.post ul li {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.88em;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}



.post .post-footer {
	background-color: #fafafa;
	padding: 10px;
	margin-top: 20px;
	font-size: 80%;
	line-height: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: auto;
	color: #666666;
	text-align: center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.break {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1%;
}
.namecaps {
	font-family: "Myriad Web", "Myriad Web Pro", Arial, sans-serif;
	text-transform: uppercase;
	color: #003366;
}
.post sup {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: smaller;
}
.tblmisc {
	border: 1px solid #003366;
}
.tblholder {
	margin-right: 10px;
}
#footer p.credjr {
	margin-right: 12px;
	font-size: 90%;
}
#footer .credjr a {
	color: #3366CC;
}
