/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin-top: 10px;
 font-size : 100.01%;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  font-size: 85%;
 color: #552;

line-height: 1.3em;
}

h1
{ font-family:verdana, arial, sans-serif;
  font-size: 40%;
  letter-spacing:none;
}

h2
{ margin: 20px;
  padding: 0px 0px 4px 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 110%;
  font-weight: normal;
}

h3
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 90%;
  font-weight: normal;
}


img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.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: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: none;
  margin: 0px 0px 11px 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, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 780px;}

/* links above the logo / footer */
#links, #footer
{ width: 726px;
  height: 24px;
  font-size: 72%;
  font-weight: bold;
  text-transform: none;
  padding: 12px 21px 0px 19px;
}

#links{text-align: right;}

#footer
{ text-align: center; 
  
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ width: 766px;
  height: 125px;
  border-top: 2px solid;
  border-bottom: 5px solid;
}

#logo h1
{ margin: 0px;
  letter-spacing: .2em;
  padding: 41px 0px 0px 19px;
  font-size: 110%;
}

/* navigation menu */
#menu
{ height: 25px;
  width: 766px;
  margin-top: -1px;
  position: relative;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 5px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 15px;
  font-size: 75%;
  text-decoration: none; 
  padding: 6px 19px 2px 19px;
} 

/* main content */
#content
{ width: 766px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 198px;
  margin: 22px 0px 0px 0px;
  float: right;
  padding: 19px 19px 15px 19px;
}

.sidebaritem
{ text-align: left;
  width: 168px;
  float: left;
  margin: 0px 0px 23px 0px;
  border: 1px solid;
  padding: 14px 8px 14px 19px;
}

.sidebaritem h1
{ margin: 0px; 
  font-weight: normal;
  padding: 0px 0px 16px 0px;
  text-transform: normal;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 19px;
  text-decoration: none;
}

.sbilinks{padding: 0px}

.sbilinks ul{margin: 5px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: normal; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 60px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 149px;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 508px;
  float: left;
  padding: 2px 3px 15px 19px;
}

#column2 h1
{ font-family:verdana, arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 20px 0px 20px 0px; 
  border-bottom: px solid;
  font-size: 110%;
  text-transform: none;
  font-weight: normal;
}

#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: ;
}

#column2 a:hover{border-bottom: px solid;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}
.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
 color: #66996D;
  }
.ltin  p{
  left:-5px;
  font-family:verdana,"Century Gothic","Trebuchet MS",Tahoma,"Adobe Helvetica",Helvetica,Arial,sans-serif;
  font-size : 13px
  
  }
.tpin {
  top:-5px;
  }
.narrow {width:10em;} /* change to suit */
h4 {font-weight:bold;font-size : 14px;
font-family : verdana;
 color:#406700;}


.postTitle{

}

.postTitleLeft {
        float:left;
        width:80px;
        height:70px;
        text-align:center;
        margin-top:10px;
        position:relative;
        font-weight: bold;
        background-image: url(style/kal.gif);
        background-repeat: no-repeat;
}

.postTitleLeft .yeartitle
{
        padding-top:30px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
}

.postTitleLeft .datetitle
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 7px;
        font-weight: bold;
}

.postTitleRight {
        float: left;
        display: block;
        margin-top:40px !important;
        margin-top:50px;
        margin-left:10px;
}

h1 > i {color:#ff0000;font-size:11px;text-align: left;font-style: normal;}
 div > span {color:#0000ff;}
#nav{

	clear:both;

	font-weight:normal;
        font-size: 13px;
	color:#666;

	margin-left:4px;

	float:left;

	list-style-type:none;	

	background:url(navshadow.gif) no-repeat 8px 100% #fff;

	padding-bottom:21px;

}

html>body #nav{

	margin-left:8px;

	background:url(navshadow.gif) no-repeat 4px 100% #fff;

}

#nav li{

	list-style-type:none;

	float:left;

	margin:0 0 0 4px;

	padding:0 0 0 10px ;

	border-bottom:1px solid #999;

	background:url(tabgrey.gif) #c0c0c0 top left no-repeat;

}

#nav li a{

	color:#666;	

	background:url(tabgrey.gif) transparent top right no-repeat;

	display:block;

	padding:0 10px 0 0;

}

#nav li a:link,

#nav li a:visited{

	color:#000;

	text-decoration:none;

}

#nav li a:hover,

#nav li a:active{

	color:#fff;

	text-decoration:none;

}

#nav li.cur,

#nav li.over,

#nav li:hover

{

	background:url(tabblue.gif) #3375b2 top left no-repeat;

	border-bottom:1px solid #036;

}

#nav li strong,

ul#nav li.cur a,

ul#nav li.over a,

ul#nav li:hover a

{

	display:block;

	color:#fff;

	padding:0 10px 0 0;

	text-decoration:none;

	background:url(tabblue.gif) transparent top right no-repeat;

}


#nav1{

	clear:both;

	font-weight:normal;
        font-size: 13px;
	color:#666;

	margin-left:4px;
        margin-top:4px;
	float:right;

	list-style-type:none;	

	background:url(navshadow.gif) no-repeat 8px 100% #fff;

	padding-bottom:21px;

}

html>body #nav1{

	margin-left:8px;

	background:transparent;

}

#nav1 li{

	list-style-type:none;

	float:left;

	margin:0 0 0 4px;

	padding:0 0 0 10px ;

	border-bottom:1px solid #999;

	background:url(tabgrey.gif) #c0c0c0 top left no-repeat;

}

#nav1 li a{

	color:#666;	

	background:url(tabgrey.gif) transparent top right no-repeat;

	display:block;

	padding:0 10px 0 0;
 

}

#nav1 li a:link,

#nav1 li a:visited{

	color:#000;

	text-decoration:none;

}

#nav1 li a:hover,

#nav1 li a:active{

	color:#fff;

	text-decoration:none;

}

#nav1 li.cur,

#nav1 li.over,

#nav1 li:hover

{

	background:url(tabblue.gif) #3375b2 top left no-repeat;

	border-bottom:1px solid #036;

}

#nav1 li strong,

ul#nav1 li.cur a,

ul#nav1 li.over a,

ul#nav1 li:hover a

{

	display:block;

	color:#fff;

	padding:0 10px 0 0;

	text-decoration:none;

	background:url(tabblue.gif) transparent top right no-repeat;

}

