@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	min-width: 955px;
}

img {
	border: none;
}

h1 {
	font-family: "Comic Sans MS", "Comic Sans MS Bold", "Brush Script MT", "Brush Script Std", Helvetica, "Helvetica Neue";
	font-size: 42px;
	margin: 0px;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 25px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0px;
	text-align: center;
	padding-bottom: 15px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 22px;
	padding-bottom: 10px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 18px;
}

p {
	text-indent: 15px;
}

a:link {
	color: #0000CC;
}

a:visited {
	color: #0000CC;
}



#container {
	width: 100%;
}

.leftBar {
	background-color: #FFFF99;
	background-image: url(Images/sidebarback.jpg);
	background-repeat: repeat-y;
	color: #000066;
	padding: 5px;
	vertical-align: top;
	min-width: 215px;
	width: 215px;
}

#barCapPic {
	position: relative;
	top: -5px;
	left: -5px;
}

.leftBarBottomBump {
}

.bottomBump {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#content {
	background-color: #FFFFFF;
	color:#000000;
	padding: 25px;
	vertical-align: top;
	min-width: 605px;
}

.rightBar {
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: top;
	width: 120px;
	background-image: url(Images/rightsideback.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#footer {
	text-align: center;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.slider:link {
	color: #FFFFFF;
	font-size: 9px;
}
.slider:visited {
	color: #FFFFFF;
	font-size: 9px;
}
.slider:hover {
	color: #FFFFFF;
	font-size: 9px;
}

.navSection {
	font-weight: bold;
	font-size: 18px;
	padding-left: 10px;
}

.navToSite {
	padding-left: 30px;
}

.blogArea {
	text-align: center;
}

.blogPost {
	margin-bottom: 25px;
}

.topBump {
	width: 550px;
	height: 20px;
}

.blogContent {
	background-color: #333333;
	color: #FFFFFF;
	width: 500px;
	padding: 25px;
	padding-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: left;
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
}

.blogImage {
	text-align: center;
	padding: 10px;
	border: 0px;
	width: 500px;;
	height: 375px;
}

.blogLink:link {
	color: #CCCCCC;
}
.blogLink:visited {
	color: #CCCCCC;
}

.blogControl {
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFFCC;
	margin: 15px;
}

.postDate {
	color: #999999;
	font-size: 12px;
}

.gallery {
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	padding: 10px;
	font-size: 12px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	margin: 10px;
	width: 260px;
}

.galleryControl {
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFFCC;
	margin: 15px;
}

.galleryPic {
	width: 260px;
	height: 195px;
}

.randomGalleries {
}

.rssFeed {
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
}

.rssLink {
}

.rssLinkFront {
	font-size: 12px;
}

.inheritLink:link {
	color: inherit;
}

.inheritLink:visited {
	color: inherit;
}