@import url("/css/modules.css");

/* www.kwadacha.com Print Styles */
.printonly {
position: relative;
left: auto;
}
.noprint {
display: none !important;
}
body {
	color: #000 !important;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal !important;
	text-align: left;
	vertical-align: top;
	width: auto !important;
	height: auto !important;
	margin: 0px !important;
	padding: 0.25in !important;
	background-image: none;
	background: white;
}
.page, #container, #header, #middle, #main {
width: 100%;
height: auto;
border: 0px;
}
#header h1 {
font-size: 240%;
}
h1#page-title {
}
#footer {
clear: both;
margin-top: 30pt;
}
#footer * {
font-size: 9pt;
}
.clear {
clear: both;
}


/* WIDE TEMPLATE */
#middle .wide {
}

/* HOME PAGE */
#middle .home {
}
#home-top {
}
#home-top div.content {
padding: 5px 5px 5px;
}
#logo-hm {
}
#home-lft,
#home-mid,
#home-rt {
float: left;
width: 30%;
margin-right: 5%;
}
#home-rt {
margin-right: 0;
}
#middle .home-footer {
}

/* Site Map */
#sitemap2 {margin-bottom: 0;}

/* www.kwadacha.com Print Content Styles */
div.content div, div.content-admin div, div.content-admin-move div { /* give same space after as paragraphs */
margin-top: 0px;
margin-bottom: 1.5em;
}
p, table, td, td table, ul, ol, dl, li, div, span, blockquote, font {
color: #000;
font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height: 1.5em;
}
p, blockquote, ul, ol, dl {
margin-top: 0px;
}
input, select, textarea, option {
color: #000;
font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a, a font {
color: #336633;
}
a:visited, a:visited font  {
color: #727f6f;
}

h1 {
font-size: 200%;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
margin: 0;
padding: 0.5em 0;
}
h2 {
font-size: 120%;
font-weight: bold;
letter-spacing: 0.5px;
text-transform: uppercase;
margin: 0 0 0.5em;
padding: 0.6em 0 0.1em;
border-bottom: 1px solid #000;
}
h3 {
font-size: 100%;
font-weight: bold;
letter-spacing: 0.5px;
text-transform: uppercase;
margin: 0;
padding: 0.2em 0 0.2em;
} 

h4, h5, h6 {
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 0.5em 0 0em;
}
h5 {font-style: italic;}
h6 {
font-weight: normal;
font-size: 90%;
text-transform: uppercase;
}

hr {
clear: both;
height: 1px;
border: 0px;
border-top: 1px solid #000;
margin: 1em 0em;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}

/* Editor Style Menu */
.smalltext, .smalltext font {
font-size: 90%;
}
.largetext, .largetext font {
font-size: 150%;
}
.border {
border: 1px solid #000;
}
.pic-left {
float: left;
margin-right: 10px;
}
.pic-right {
float: right;
margin-left: 10px;
}