/* global */
html{height: 100%;}

body
{ font-family: Palatino Linotype,Times New Roman,sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background-color: #ECECEC;
}

p
{ line-height:1.7em;
margin:0;
}

h1, h2, h3, h4
{ font-family: Palatino Linotype,Times New Roman,sans-serif;
  font-size: 110%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{
width:940px;
}

/* logo */
#logo
{
background:#2B2E31 url(img-banner.png) no-repeat scroll right center;
border:10px solid #FFFFFF;
float:left;
margin-top:30px;
width:940px;
}

#logo h1
{
background:transparent none repeat scroll 0 0;
color:#FFFFFF;
float:left;
font-size:40px;
margin-left:10px;
margin-top:100px;
width:500px;
}
#logo h2{
border-bottom:2px solid;
color:#FFFFFF;
float:left;
font-size:25px;
margin-top:77px;
padding:10px;
width:200px;
}
#logo img.barcode{
background-color:#FFFFFF;
margin-left:0px;
}
#logo img.logo{
float:left;
margin-top:44px;
padding:10px;
}
/* navigation menu */
#menubar
{ 
background-color:#2B2E31;
//background:#7B846E url(menu2.png) repeat scroll 0 0;
border:10px solid #FFFFFF;
float:left;
width:940px;
} 
ul.menu{
margin: 0px;
}
ul.menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul.menu li a 
{ 
border-color:#898977;
border-right:1px solid #898977;
color:#FF9999;
display:block;
float:left;
font-family:verdana,sans-serif;
padding:12px 15px;
text-align:center;
text-decoration:none;
font-weight:bold;
} 

#search
{
float:right;
padding:7px 0 0 0;
width:245px;
}

input
{ border:1px solid #888888;
}

input.button
{ 
background-color:#FF9999;
border:1px solid #949C88;
color:#000000;
cursor:pointer;
font-family:verdana,sans-serif;
font-weight:bold;
padding:0 0 1px;
width:64px;
margin-left:10px;
}
input.button:hover{
color:#FF9999;
background-color:#000000;
}
/* main content */
#site_content
{
background-color:#FFFFFF;
float:left;
overflow:hidden;
width:960px;
} 

/* sidebar */
.sidebar
{ float: left;
  width: 190px;
  padding: 15px 15px 15px 20px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 15px 0px;
}
.sidebaritem h3{
cursor:move;
}
.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: 1px solid;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid;
}

.sidebaritem li a, .sidebaritem li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
  display: block;
} 
/* .right-sidebar */
.right-sidebar
{ float: left;
  width: 150px;
  padding: 15px 15px 15px 20px;
}

/* sidebar items / links */
.right-sidebaritem
{ text-align: left;
  width: 170px;
  float: left;
  margin: 0px 0px 15px 0px;
}
.right-sidebaritem h3{
cursor:move;
}
.right-sidebaritem h1, .right-sidebaritem h3, .right-sidebaritem p{margin: 8px 10px 10px 12px;}

.right-sidebaritem ul
{ border-top: 1px solid;
  width: 150px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.right-sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid;
}

.right-sidebaritem li a, .right-sidebaritem li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
  display: block;
} 

/* page content */
#content
{ text-align: justify;
  width: 505px;
  float: left;
  padding: 22px 15px 15px 15px;
  font-size:14px;
  background-color:#f2f1e0;
}

#content h1{
border-bottom:2px solid #ECECEC;
font-size:125%;
}

#content a, #footer a{border-bottom: 1px dotted;}

#content a:hover, #footer a:hover{border-bottom: 1px solid;}

/* footer */
#footer
{ border-top:1px solid;
padding:20px 0;
text-align:center;
width:960px;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* sNews */
fieldset, .comment, .commentsbox{margin-bottom: 10px;}

fieldset
{ border: 1px solid; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.date
{ border-top: 1px solid; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}

h1, h2, h3{color: #463E28;}

.left, .right{border-color: #F8F9F1;}

blockquote{border-color: #E29C22;}

#main, .sidebaritem
{ background: #FFF;
  color: #555;
}
#main, .right-sidebaritem
{ background: #FFF;
  color: #555;
}

ul.menu li a:hover, ul.menu li a.current, ul.menu li a.current:hover
{ background: #646B5C url(menu_sel.png) repeat;} 
ul.menu li a:hover{
color:#FFFFFF;
}
input.searchfield
{ background: #FFF; 
  border-color: #888;
}


.sidebaritem ul, .sidebaritem li{border-color: #D6D9C9;}

.sidebaritem li a, .sidebaritem li a:hover
{ background: transparent url(arrow.png) no-repeat left center;
  color: #555;  
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(arrow_select.png) no-repeat left center;} 

.right-sidebaritem ul, .right-sidebaritem li{border-color: #D6D9C9;}

.right-sidebaritem li a, .right-sidebaritem li a:hover
{ background: transparent url(arrow.png) no-repeat left center;
  color: #555;  
} 

.right-sidebaritem li a.current, .right-sidebaritem li a:hover, .right-sidebaritem li a.current:hover
{ background: transparent url(arrow_select.png) no-repeat left center;} 


h4, #content a, #content a:hover, #footer a, #footer a:hover
{ background: transparent;
  color: #555;
}

#footer
{ background: #FFF;
  color: #555;
  border-color: #CCD0BA;
  float:left;
}

/* sNews */
fieldset, .comment, .commentsbox
{ background: transparent; 
  color: #444;
}

fieldset, .date{border-color: #D6D9C9;}

.comment
{ background: #FFF; 
  color: #444;
}
#calendar_wrap{
width:160px;
margin:20px;
}
#content .contentheading a{
color:#000000;
font-size:25px;
font-weight:bold;
margin-bottom:10px;
padding-left:10px;
padding-right:10px;
border-bottom:none;
}
#content .contentheading a:hover{
border-bottom:1px solid #2B2E31;
}
.createdate{
color:#000000;
font-size:15px;
padding-bottom:12px;
}
.modifydate{
border-top:1px dotted;
color:#000000;
padding-top:12px;
}
#photos{
background-color:#FFFFFF;
border-top:1px solid #CCD0BA;
float:left;
width:960px;
}
		
.photo{
float:left;
}
.photo img{
height:130px;
width:188px;
border:2px solid #2B2E31;
}
table.blogCalendar{
/* style for all the calendar table */
padding: 0;
margin: 0;
font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-align: center; 
border-collapse: collapse;
}

td.blogCalendarHeader {
/* the style for The calendar header, this includes the two link arrows and the date*/
margin: 0;
padding: 0;
background: #616D7E;
color: #fff; 
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

td.headerDate{
/* td style for the header date (ex. December 2007)*/ 
background: #FFFFFF;
}

a.headerDate{
/* link style for the header date */
font: bold 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-align: center;
text-decoration: none;
}

td.headerArrow{
/*td the style for the header link arrows */ 
background: #FFFFFF;
}

a.headerArrow{
/*link style for the header link arrows*/
font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #000000; 
text-align: center;
text-decoration: none;
}

td.dayName{
/*td style of the day abreviations (S M T W T F S) */
font: bold 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #616B76;
background: #FFFFFF;
}

td.blogCalendarDay {
width: 25px;
height: 25px;
text-align: center;
}

a.blogCalendarDay{
/* style for a normal link in the calendar (that is not in the actual day) */
text-decoration: underline;
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #000000; text-decoration: none;
font-weight: bold;
display: block;
}

td.blogCalendarToday {
/* the style for Today day */
border:1px solid #000000;
}

a.blogCalendarToday {
/* link style for a link that is in the actual day */
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #6aa3ae;
}
.dropList {
list-style: none;
background: #FFFFFF;
}
.write_comment a{
color:#000000;
font-weight:bold;
}
.write_comment{
margin-top:15px;
padding-bottom:20px;
}
.pagenav a{
font-size:14px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 2px solid black;
overflow: scroll; /*leave this value alone*/
width: 956px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
#mygallery{
float:left;
width:956px;
display:none;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/*margin around each panel*/
width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.panel img{
height:150px;
}
.panel a{
border:none;
}
td.article_column{
width:100%;
}
#content a.readon{
color:#2B2E31;
border-bottom:1px solid #2B2E31;
}
#content a.readon:hover{
color:#FF9999;
border-bottom:1px solid #2B2E31;
}
table.contentpaneopen{
width:100%;
float:left;
}
.article_separator{
width:100%;
float:left;
border-bottom:2px solid #CCCCCC;
margin-bottom:15px;
}