/* Start of CMSMS style sheet 'ssAblaze : ssAblaze-1screen' */
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .90em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #000;
	text-align: center;background: #000 url(uploads/bayshoretemplate/body.jpg) repeat top right;
	
}

/* links */
a {
	color: #3893ca; 
	background-color: inherit;
	text-decoration: none	
}
a:hover {
	color: #ccc;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #000;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

#main h1 { 
	font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #DBD0A3; 	
}
#sidebar h1 {
	font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	background: transparent url(uploads/bayshoretemplate/side_back_h.png) no-repeat 0px 26px; no-repeat ;border-top: 1px inset #000; 
	padding: 4px 0 7px 55px;
	color: #000;height:34px;text-transform:uppercase;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 6px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #F88F26;
}
ul span, ol span {
	color: #000;
} 

/* images */
img {
	border: 3px solid #444;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 3px solid #444;
}
a:hover img {  
  border: 3px solid #CCC !important; /* IE fix*/
  border: 3px solid #444;
}

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: #111;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #111;  
   font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {
	margin: 15px;
	padding: 0;
	background: #fff;  
   border: 1px none #151515;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	background: #ffd55a;
}
textarea {
	width: 250px;
	padding:2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#000;
	background: #ffd55a;
}
input.button { 
	margin: 0; 
	font: bold 1em Tahoma, Sans-serif; 
	border: 1px solid #CCC;
	padding: 2px 3px; 
	color: #000;
	background: #CCC;	
}

/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 10px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}

/* ==modified by kermit for cmsms, adding '.searchform input' as selector */
.searchform input.textbox,
.searchform input { 
	margin: 0 3px; padding: 0 2px;
	width: 130px;
	background: #000;
	color: #FFF; 
	height: 20px;
	border: 1px solid #7E050A;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: #000;
	color: #fff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/* ==modified by kermit for cmsms, hiding label from screen style 
ssAblaze uses a modified search template, see zipfile of the cmsms theme */

.searchform label {display:none;}


/***********************
	  LAYOUT
************************/
/* wrapper and header */
#wrap{color:#000;margin:0px auto;padding:0;width:970px;background: #fff; url(uploads/bayshoretemplate/background_wrap.png) repeat-y top right;border-left: 8px solid #000;border-right: 8px solid #000;border-bottom: 8px solid #000;border-top: 8px solid #000;}
#header-content, #footer-content, #content {
	width: 100%;	
}

/* header */
#header {
	background: #444 url(uploads/bayshoretemplate/background.jpg) repeat-x 0 0;
	height: 226px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#toplinks{font-size:.9em;color:#fff;font-weight:700;padding:300px 95px 2px 3px;text-align:right;float: right;}
#toplinks a,#footer a,.gray{color:#000;}
#header-content #logo {
	position: absolute;	
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #000;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 5px; left: 20px;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 60px; left: 35px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 75px; 
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #000;
}
#header-content li a:hover {
	background: #000;
	color: #F88F26;
}
#header-content li a#current  {
	background: #000;
	color: #CCC;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #000;		
	width: 932px; margin-left: 0px; background: transparent url(uploads/bayshoretemplate/side_back.png) repeat-y top left;
}
#content {background: transparent ;
	text-align: left;	
	padding-right: 0; margin-right: 0 auto;		
}

/* sidebar */
#sidebar {background: #fff url(uploads/bayshoretemplate/nav_bg.jpg) repeat-y top left;
	float: left;
	width: 240px;
	margin: 0px auto; padding-top: 0;	height: 100%;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;	border-bottom: 1px dashed #000;		
}
#sidebar ul.sidemenu li {background: transparent url(uploads/bayshoretemplate/side_back_m.png) no-repeat left bottom;height: 40px;
	padding-left: 0px; padding-right: 10px;
}
#sidebar ul.sidemenu a {border-left: 8px none  #ccc;
border-right: 8px none  #ccc;
	display: block;
	font-weight:bold;
	color: #000; 
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 5px;
	text-align: center;	
	
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #000;

}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 0px;
	background: transparent;	
	border-left: 8px none  #ffd55a;
border-right: 8px none  #ffd55a;
	color: #fff;		
}
#sidebar .sidebox {
	background: transparent;	
	margin: 5px 15px 10px 15px;
}

/* main */
#main {
	margin 0; 
	padding: 15px 0px 20px 10px;	float: left;
	width:660px;background: #fff;
}

/* footer */
#footer {background: #000 url(uploads/bayshoretemplate/footer.png) repeat-x top left;
	clear: both;
	margin: 0; padding: 0;
	border-top: 2px solid #000;
	font-size: 95%;
	text-align: left;	height:70px; color: #0e3f7a;
}
#footer h2, #footer p {
	margin-left: 80px;
}
#footer-content 
	margin: 0 auto;		
}
#footer-content a {
	text-decoration: none;
	color: #000;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #000;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {color: #646464;
	width: 30%;
	padding: 0 5px 30px 35px;	
}
#footer-content .col2 {
	width:80%; float:none;
	padding-left:130px;text-align: left;
}

/* 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; }
.comments { 
	text-align: right; 
	border: 1px dashed #151515; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}


/* additions for cmsms by kermit 31 october 2007 (boo!)
    any modifications to the original css (above) are commented as such
 */
#content input {border:1px solid black;}
.NewsSummary {margin:5px 5px 10px;position:relative;}
.NewsSummaryPostdate {padding-top:2em;text-align:right;font-weight:bold;}
.NewsSummaryLink {font-size:115%;position:absolute;top:0;}
.NewsSummaryCategory {font-style:italic;display:none;}
.NewsSummaryAuthor {font-style:italic;display:none;}
.NewsSummaryContent {margin:.5em 0 1.33em;}
#NewsPostDetailDate {float:right;margin:1em 1em 0 3em;font-style:italic;font-weight:bold;}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {border:1px solid #232323;margin:0 10px 1.5em 15px;}
#NewsPostDetailSummary {margin:0 10px 1.5em 15px;border:1px solid #232323;padding:15px;}
#NewsPostDetailCategory,#NewsPostDetailAuthor {text-align:right;font-style:italic;margin-right:10px;}
#NewsPostDetailContent {padding:1.5em 10px 2em 15px;}
#NewsPostDetailPrintLink {margin-left:15px;}
#NewsPostDetailReturnLink{margin-left:15px;padding-bottom:1.5em;}
/* End of 'ssAblaze : ssAblaze-1screen' */

