/*
Theme Name: Mankato Solstice Redesign
Author: SEOwhat.com
Description: Website Redesign
*/

h1 { font-size: 22px; }
h2 { font-size: 17px; }
h3 { font-size: 15px; }

a { color: #DE9826; text-decoration: none; }
a:hover { color: #000 !important; text-decoration: underline; }
img { border: 0px; }
body {
	font: 12px/17px Tahoma, sans-serif;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
	color: #231f20;
}
#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(images/bg-header.gif) top left repeat-x;
	height: 95px;
}
#header .logo { margin-left: 15px; }
#header .header-nav-top, #header .tagline, #header .header-nav-bottom { float: right; clear: both; width: 535px; }
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul li { float: left; }
#header ul li a { text-decoration: none; color: #de9826; display: block; }

#header .header-nav-top a { font: bold 21px/30px Tahoma; margin-left: 25px; padding-left: 33px; background: url(images/img-sun.gif) top left no-repeat; }
#header .header-nav-top a:hover { background: url(images/img-sun-black.gif) top left no-repeat; }

#header .header-nav-bottom li li { background: url(images/img-top-nav-link-right.gif) top right no-repeat; margin-left: 8px; }
#header .header-nav-bottom a { font: normal 13px/17px Tahoma; background: url(images/img-top-nav-link-left.gif) top left no-repeat; padding: 0px 12px; text-transform: lowercase; height: 19px; }

#header .tagline { color: #a9a7a8; font: normal 15px/20px Tahoma; letter-spacing: 2px; margin: 5px 0 12px 0; text-align: right; }

#mainContent {
	background: url(images/bg-homepage-footerB.jpg) bottom left no-repeat;
	padding-bottom: 60px;
}
#mainContent p { margin: 10px 25px; }
body.home #mainContent { margin: 0px !important; padding-bottom: 0px !important; background: url(images/bg-homepage-footer.jpg) bottom left no-repeat; }
body.home #mainContent p { margin: 0px; padding: 0px; }
body.home #mainContent p.main { margin: 20px 40px 0 275px; line-height: 19px; }
body.home #mainContent h2 { float: left; margin-top: 25px; margin-left: 45px; font-size: 25px; line-height: 30px; }
#footer {
	background: url(images/img-black-divider.gif) top left no-repeat; padding-top: 5px; font-size: 11px;
}
#footer, #footer a { color: #666; }
.edit { font-size: 11px; margin: 0px; }





/*  Hide "Page" widget heading */
#sidebar1 li.widget_pages h2 { display: none; }

.piclenselink { display: none; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
