/*
Theme Name: Jodaiko Red 
Description: Theme for Jodaiko
Version: 1.0 (Static)
Author: Kari Nishimura, Andrew Vergara
Datum: March 20, 2009
*/

/* RESET ALL MARGINS AND PADDING */
* { 
  margin: 0; 
  padding: 0;
}

p { 
	margin:0 0 0 0;
}

/* GENERAL */

body {
	background: #000000;
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}


#wrap {
	background:transparent url(bg/Background.png) no-repeat;	
	width: 800px;
	height:auto; 
	margin: 0px auto 0px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF000A !important;
}

h1 { 
  font-size: 28px; 
  line-height: 42px;
}

h2 {
  font-size: 18px; 
  line-height: 21px; 
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
}

h1, h2, h3 {
	color: #000000;
}

ul, ol { 
	margin: 3px; 
}

br.clear {
	clear: both;
}

/* HEADER */
#header{
	background:transparent url(bg/header.png) no-repeat;
	height:175px;
	width: 800px;
	margin: 0 auto;
}


/*NAVIGATION*/
#nav{
	z-index:70;
	width:100%;
	display:inline;
}

#nav h2{
	padding: 0 10px;
} 

#navi{
	height:25px;
	padding:3px 0 0 0;
	font-size: 12px;
	text-align: center;
	position:relative;
	top:96px;
}

#navi ul li{
	list-style:none;
	margin:0;
	line-height:14px;
	display:inline;
	padding: 0 10px;
}

#navi a{
	color:#FFF;
	text-decoration:none;
}

/*CONTENT*/
#main {
	background: #000;
	width:100%;
	z-index:30;
	margin: 0 auto 0;
}

.content {
	width:700px;
	height:100%;
	padding:0px 0 0 0;
	margin:0 auto;
}

.content p{
	color: #FFF;
	padding: 10px;
}

.content b.paraheader{
	font-family:Trebuchet MS;
	font-size:24px;
}

.content h1{
	font-size:50px;
	font-weight:lighter;
	color: #000000;
	padding: 0 0 5px 0;
}

p#address{
	font-size: 18px;
	line-height: 25px;
}

/*SIDEBAR*/
.sidebar_left{
	float:left;
	height: 500px;
	width: 300px;
}

.upper{
	background:transparent url(bg/events_top.png) no-repeat;	
	width: 273px;
	height: 56px;
	margin-left: -2px;
}

.middle{
	background:transparent url(bg/events_middle.png) no-repeat;	
	width: 269px;
	height:432px;
}

.lower{
	background:transparent url(bg/events_bottom.png) no-repeat;	
	width: 269px;
	height: 51px;
}

/* FOOTER */
.clear{
	clear: both;
}

#footer {
	background: transparent url(bg/world.png) no-repeat;
	clear: both;
	color:#FFFFFF;
	height: 200px;
}

#footer p{
	text-align:right;
	padding:5px 10px;
	font-size: 90%;
	margin-bottom: 21px;
}
