/* kmm v1 theme - static page layout */

* {

}

body {
	font-family: "Trebuchet MS",Trebuchet, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.634em;
	color: #220900;
	background: #ffffff url(/media/themes/kmm1/coffee.png) center repeat-y;
}

a, a:link, a:visited {
	color: #0099ff;
	text-decoration: none;
}
a:active, a:focus, a:hover {
	color: #00cc33;
	text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

.fullwidth {
	width: 100%;
	color: #ffffff;
}

.leftside {
	float: left;
	width: 50%;
	color: #ffffff;
	text-align: right;
}

.rightside {
	float: right;
	width: 50%;
	color: #220900;
}

.clearer {
	clear: both;
	height: 0px; width: 0;
}

.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

/* header */
h1 {
	font-size: 80px;
	line-height: 90px;
}
#h1x {
	padding-right: 15px;
}
#h2x, h3 {
	padding-right: 6px;
}

.centerbox {
	width: 60%;
	margin: 0 auto;
	background: #fcfcfc;
	border: 12px solid #220900;
}
/* for inverted centerbox */
.inverted {
	background: #220900;
	color: #fcfcfc;
	border: 12px solid #fcfcfc;
}

.leftside p, .rightside p ,
.leftside h2, .rightside h3 
{
	margin: 5px;
}

.hidden {
	display: hidden;
}