/* Normalize padding and margins */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; } /* Normalize header sizes and weights */ h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } /* Normalize list styles */ ol, ul { list-style: none; } /* Normalize font style and weight on odd elements */ address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; } /* Normalize table borders */ table { border-collapse: collapse; border-spacing: 0; } /* Normalize other borders */ fieldset, img { border: 0; } /* Normalize text-alignment */ caption, th { text-align: left; } /* Normalize (remove) quotation marks */ q:before, q:after { content: ''; }

body {
/*	color: #4ab6e0;*/
	color: #3f9dba;
	font-family: trebuchet, "trebuchet ms", tahoma, "lucida grande", verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#sidebar {
	font-size: 12px;
	line-height: 17px;
}

#siteinfo {
	color: #fff;
}

#footersidebar {
	font-size: 11px;
	line-height: 14px;
}

#footermain {
	font-size: 12px;
	line-height: 16px;
}

#footermain b {
	font-size: 14px;
}

#siteinfo a {
	color: #fff;
}

#krdlink {
	text-decoration: none;
}

#krdlink:hover {
	text-decoration: underline;
}

ul {
	list-style-type: circle;
}


/* tables */

table { width: 100%; }

table td {
	padding-right: 30px;
	vertical-align: top;
}

table.pagenav ul { padding: 0; }

table.pagenav li {
	list-style: none;
	font-size: 14px;
	padding: 0 0 5px 0;
}


/* headings */

h1 {
	color: #5c433b;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 9px 0;
}

h2 {
	color: #55c6f2;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 1em;
}

#home h2 {
	padding: 0;
}

h3 {
	margin: 1.5em 0 .3em;
}

h4 {
	color: #5c433b;
}

h3 {
	color: #5c433b;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}

h3 a {
	color: #5c433b;
	text-decoration: none;
}


a {
	color: #bf9577;
}

a:hover {
	color: #5c433b;
	text-decoration: none;
}
	
a.button {
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	background: #55c6f2 url(http://milksupport.com/themes/milksupport/images/buttonArrow.gif) no-repeat left 50%;
	margin: .5em 0;
	padding: 7px 16px;
}

p, ul {
	margin-bottom: .75em;
}

a.button:hover {
	background-color: #4ab6e0;
}



/* images */

img.border,
#hero-image img {
	background-color: #55c6f2;
	border: 2px solid #55c6f2;
}

img.right {	
	float: right;
	margin: 0 0 2em 2em;
}

img.left {
	float: left;
	margin: 0 2em 2em 0;
}


/* quotes */

blockquote {
	clear: both;
	padding: 2em 0 0 0;
}

blockquote em {
	color: #5c433b;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
}

p.cite {
	color: #5c433b;
	font-style: italic;
	margin-bottom: 1em;
	padding-left: 3em;
}

.clearfloats {
	clear: both;
}
