@charset "utf-8";
/* 

KI MARTIALARTS LAYOUT CSS
DEVELOPED BY: 	Mopi Designs
DESCRIPTION: 	CSS FOR KI MARTIALART'S WEBSITE LAYOUT

VERSION 1.5

*/


/* General Page Structure */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	background-color:#fff;
}

#page {
	margin: 10px auto;
	padding: 0;
	width: 880px;
	text-align:left;
}

#pagenav {
	margin:0px;
}

/* Text & Element Formating */
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color:#06c;
	text-decoration: none; 
}
a:hover {
	color: #147;
	text-decoration: underline;
}
a img {
	border: none;
}
hr {
	margin-left:0px;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	margin: 10px 0;
	font-size: 2em;
	text-align:left;
}
h2 {
	margin: 30px 0 0;
	font-size: 1.6em;
}
h2.pagetitle {
	margin-top: 2px;
	font-size: 1.6em;    /*Remove if stays same has standard h2*/
	background-color:#f0f0f0;
}
h3 {
	padding: 0;
	margin: 10px 0;
	font-size: 1.3em;
	padding-bottom:3px !important;
	border-bottom: 3px solid #e2e2e2;
	clear:left;
}
h4 {
	padding: 0;
	margin: 25px 0 0;
	font-size: 1.6em;
	padding-bottom:3px !important;
	border-bottom: 3px solid #e2e2e2;
	clear:left;
}
h5 {
	padding: 0;
	margin: 10px 0;
	font-size: 1.6em;
	padding-bottom:3px !important;
	clear:left;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #032e61;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h5{
	color: #032e61;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}



/* Image Classes */
img.link {
	border:1px solid #e2e2e2;
	padding:5px;
}
img.link:hover {
	border:1px solid #999;
}

#logo-image {
	z-index: 1;
	position:relative;
	float:left;
	border: 1px solid #e2e2e2;
}
#logo-image:hover {
	border: 1px solid #999;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {				/* Use to center images. Needed for compatability with some browsers*/
	display: block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {			/* Use to allign image right. Needed for compatability with some browsers*/
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}



/* 
============================================================================================================================================ 
Page Structure Header, Footer, Sidebar
============================================================================================================================================ 
*/

/* Header */
#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
#header a {
	color:#3b6ea5;
	font-size:1.2em;
}
#header h1{
	font-size:1.6em;
}
#header-image {
	z-index:0;
	float:right;
	position:relative;
	top:-78px;
}	
	
/* Footer */
#footer {
	position:relative;
	top:-70px;
	color:#e2e2e2;
	padding: 10px 0;
	width: 100%;
	clear: both;
	text-align:left;
	background:#003366;
}
#footer ul{
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
}
#footer ul li {
	display:inline;
	border-left:1px solid #e2e2e2;
	padding: 0 6px;
}
#footer li.first {
	border:0;
	padding-left:0;
}
#footer p {
	margin:10px 0 0 20px;
}
#footer a {
	color:#fff;
}

/* Sidebar */
#sidebar {
	position:relative;
	top:-60px;
	width:230px;
	float:left;
	text-align:left;
	margin-bottom:20px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#sidebar h2 {
	margin:5px 0 10px 0;
	padding: 0;
	text-transform:uppercase;
	font-size: 1.3em;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar p {
	margin: 3px 0 3px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar form {
	margin: 0;
}
#sidebar a {
	color:#3b6ea5;
}
small, #sidebar ul ul li, #sidebar ul ol li{
	color: #777;
}

/* 
============================================================================================================================================ 
Body (Content, Columns, tables)
============================================================================================================================================ 
*/
#linkslist {
	list-style:none;
	margin:0;
	padding:0;
}
#linkslist li {
	padding:5px 0;
}
#content {
	position:relative;
	top:-60px;
	float:right;
	font-size: 1.0em;
	width:630px;
	margin-bottom:20px;
}
#content p {
	margin:10px 0 0 10px;
}
.narrowcolumn {
	float: left;
	padding: 0 0 10px 15px;
	margin: 0px 0 0;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.narrowcolumn, .widecolumn {
	line-height: 1.6em;
}
#colA {
	width: 295px;
	float: left;
	margin-right:20px;
}
#colB {
	width:275px;
	float:left;
	border-left: 1px solid #ccc;
	padding-left:20px;
}



/* 
============================================================================================================================================ 
Additional Formating Classes
============================================================================================================================================ 
*/

.description {
	font-size: 1.2em;
	color:#333333;
	margin-left:190px;
}
.alignright {				/* Use to allign text right. Needed for compatability with some browsers*/
	float: right;
}
.alignleft {				/* Use to allign text left. Needed for compatability with some browsers*/
	float: left;
}
acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.navigation {
	display: block;
	text-align: center;
	height: 30px;
}
.clear {
	clear:both
}
.hrhide {
	display: none;
}

#animation {
	padding-top: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: inherit;
}
#animation h2 {
	float:none;
	margin-left:inherit;
	text-align: left;
	padding-left: 100px;
	font-size: 1.6em;
}


/* 
============================================================================================================================================ 
Highlights Formating Classes
============================================================================================================================================ 
*/
#news {
	font-size: 1.05em;
	font-weight: bold;
	color: #1d282d;
	background:url(/images/newspaper.jpg) repeat;
	border:1px solid #1d282d;
}
#afterschool {
	font-size: 1.05em;
	font-weight: bold;
	color: #1d282d;
	background:url(/images/notebook.gif) repeat;
	border:1px solid #1d282d;
}
#kispecials {
	font-weight: normal;
	color: #1d282d;
	background:url(/images/special2.jpg) repeat;
	border:1px solid #1d282d;
	line-height:1.4em;
	padding: 5px 10px 10px 10px;
	margin: 10px 0px 10px 0px; 
	font-size: 1.05em;
}
#summercamp {
	font-weight: normal;
	color: #1d282d;
	background:url(/images/SummerCampSidebar.jpg) repeat;
	border:1px solid #1d282d;
	line-height:1.4em;
	padding: 5px 10px 10px 10px;
	margin: 10px 0px 10px 0px; 
	font-size: 1.1em;
}
#summercamp h3{
	color: #006600;
	border-bottom: 3px solid #006600;
}
#smallmenu {
	font-size: 1.05em;
	font-weight: bold;
	color: #1d282d;
}
#birthday {
	font-weight: normal;
	color: #1d282d;
	background:url(/images/Birthday1.jpg) repeat;
	border:1px solid #1d282d;
	line-height:1.4em;
	padding: 5px 10px 30px 10px;
	margin: 10px 0px 10px 0px; 
	font-size: 1.05em;
}
#party.name a{
	text-align: left;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0033CC;
	padding-left:15px;
	padding-top: 5px;
}
#party.date{
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;	
	line-height: 1em;
	padding-left:15px;
}

#party.info{
	font: bold .95em Verdana, Arial, Helvetica, sans-serif;	
	line-height: 1em;
	padding-top: 10px;
	text-align:center;
}

#birthday h3, #kispecials h3 {
	border-bottom: 3px solid #1d282d;
}

#feature {
	font-size: 1.05em;
	background:#0099CC;
	color:#fff;
}
#alert {
	font-size: 1.05em;
	font-weight:bold;
	color:#fff;
	background:#CC0000;
	border:1px solid #1d282d;
}
#feature h2, #alert h2 {
	color:#fff;
}
#alert h3 {
	color:#FFFFFF;
	text-decoration:blink;
	
}
#news h3, #afterschool h3, #alert h3, #smallmenu h3{
	border-bottom: 3px solid #1d282d;
}
#news, #feature, #alert, #afterschool, #birthday, #smallmenu {
	line-height:1.4em;
	padding: 5px 15px 5px 15px;
	margin: 10px 0px 10px 0px;
}
#feature a:link, #feature a:visited, #alert a:link, #alert a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration: underline;
}

/* 
============================================================================================================================================ 
Read more
============================================================================================================================================ 
*/
#parchment {
	font-size: 1.35em;
	background:url(/images/parchment2.jpg) repeat;
	padding: 5px 15px 10px 15px;
	color:#000000;
	border:medium;
	border-color:#666666;
	width: 90%;	
	display: block;
	margin-left:auto;
	margin-right:auto;
}