﻿/*
CSS for tengu ryu website
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: .4;
  margin-left: .4em;
  margin-right: .4em;
}
  
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  	font-size: x-large;
  	background-color: navy;
	color: white;
	padding-top: 3em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
	background: black url(ninjaweb/header-bg1.gif) repeat-y right;
}

h4 {
	font-size: x-large;
  	background-color: navy;
	color: white;
	padding-top: 3em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;	
  	background: black url(ninjaweb/header-bg1Ab.gif) repeat-y right;

}

h5 {
	font-size: x-large;
  	background-color: navy;
	color: white;
	padding-top: 3em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;	
  	background: black url(ninjaweb/header-bg1Ad.gif) repeat-y right;

}

h6 {
	font-size: x-large;
  	background-color: navy;
	color: white;
	padding-top: 3em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;	
  	background: black url(ninjaweb/header-bg1Ae.gif) repeat-y right;
}

h3 {
	font-size: x-large;
  	background-color: navy;
	color: white;
	padding-top: 3em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;	
  	background: black url(ninjaweb/header-bg1Af.gif) repeat-y right;
}





h2 {
  	color: blue;
  	font-size: 130%;
  	font-weight: normal;
	padding-top: 15px;
}

li {
  	font-size: small;
	list-style-type: none;
}



p {
  font-size: small;
  color: navy;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	background-color: #bed8f3;
	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
	

}

em {
	text-transform: uppercase;
}


	

a {
	font-weight: bold;
}

a:link {
	
	color: black;
}



a:visited {
	
	color: navy;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}

a:active {
	
	color: aqua;
	background-color: navy;
}



h2, ul {
	margin-top: 15px;
}

/*
This section deals with the position of items on the screen.  It uses absolute positioning
fixed x and y coordinates measured from the top-left corner of the browers'content display.
*/



#navigation, #bodycontent, #header {
	position: absolute;
}

#navigation, #bodycontent {
	top: 115px;
}

#bodycontent {
	left: 200px;
	
}

#header {
	width: 100%;
}


#navigation {
	width 180px;
	background-color: #7da5d8;
}

#header {
	border-top: 3px solid #7da5d8;
}

#navigation {
	width: 180px;
	height: 872px;
	background: #7da5d8 url(ninjaweb/navi-bg.gif) no-repeat;
}




table.events {
	border-collapse: collapse;
}

table.events th, table.events td {
	padding: 4px;
	border: 1px solid #000066;
}

table.events th {
	font-size: x-small;
	text-align: left;
	background #241374
	color: #ffffff;
	padding-top: 0;
	padding bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

 
table.events td {
	font-size: small;
}

table.events caption {
	color: #000066;
	font-size:small;
	text-align: left;
	padding bottom: 5px;
	font-weight: bold;
}

.rickphoto {
	float: right;
	margin: 10px;
} 

.xmas {
	float: left;
	margin: 30px;
}

.socialising {
	text-align: left;
}

#search {
position: absolute;
top: 5px;
right: 10px;
font-size: x-small
font-weight: bold;

}
.climb {
float: right;
margin: 10px;
}


.mini {
float: right;
margin: 10px;
}







