/*
Theme Name: zumm aikido
Theme URI: http://www.zummaikido.hu
Author: whitecolors
Author URI: http://www.whitecolors.hu
*/

/* CSS RESET */
/* ---------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	list-style:none;
}
/* BASIC LAYOUT */
/* ---------------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background-image: url(../img/grad1.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	color: #f3f3f3;
	font-size: 12px;
	line-height: 18px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
body.grad2 { background-image: url(../img/grad2.png); }
body.grad3 { background-image: url(../img/grad3.png); }
body.grad4 { background-image: url(../img/grad4.png); }
body.grad5 { background-image: url(../img/grad5.png); }
body.grad6 { background-image: url(../img/grad6.png); }
body.grad7 { background-image: url(../img/grad7.png); }
#content { height: 100%; }
.main {
	background: url(../img/background.png) top right no-repeat;
	display: block;
	margin: 120px auto 0;
	min-height: 426px;
	width: 960px;
	}
.mainNav { display: none;}
.text {
	padding-top: 140px;
	margin-left: 482px;
	width: 480px;
	}
.main ul {	
	margin: 60px auto 0;
	width: 660px;
	}
.main ul li { 
	float: left;
	padding: 0 20px;
	}
h1 {
	font-size: 1em;
	font-weight:normal;
	}
h2 {
	font-weight: normal;
	}
p {
	font-size: 2.8em;
	line-height:1em;
	padding-bottom: 1em;
	}
p + h1 {
	margin-top: 1em;
	}
a:link, a:visited {
	color:#f3f3f3;
	text-decoration: none;
	}
a:hover, a:active { text-decoration: underline; }

