﻿/*** Default Tag styles ***/
body
{
	font-family: Sans-Serif;
	background-color: #e7f0ff;
	color: #011c49;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div
{
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
}
a
{
	text-decoration: none;
	color: #113A7F;
}
a:hover
{
	text-decoration: underline;
	/*color: #FFFFFF;*/
	font-weight: bold;
}
img
{
	border-style: none;
}

/*** Class styles ***/
/* user bar */
div.userBar
{
	/*background-color: #96b9f2;*/
	font-size: smaller;
	padding-left: 5px;
	border-width: 0px;
	border-bottom-width: 2px;
	border-color: #113A7F;
	border-style: solid;
	border-bottom-style: solid;
}
.userName
{
	font-weight: bolder;
}

/* logo bar */
div.search
{
	border-color: #113A7F;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 2px;
}

/* nav bar */
div.navBar
{
	background-color: #96b9f2;
	padding-left: 5px;
	height: 24px;
}
div.content
{
	margin-bottom: 10px;
}
div.contentMain
{
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #113A7F;
	background-color: #ffffff;
}

div.infoColumn
{
	border: solid 1px;
}

div.footer
{
	margin-top: 10px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #113A7F;
	background-color: #96b9f2;
}
/* blog classes */
div.blogHeader
{
	border-bottom: solid 1px black;
	width: 99%;
}
span.blogTitle
{
	font-size: larger;
	font-weight: bolder;
}
span.blogDescription
{
	
}
div.blogPosts
{
	padding-top: 10px;
	font-size: smaller;
}
div.blogPostSeparator
{
	height: 20px;
	margin-top: 5px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #113A7F;
}
div.blogPost
{
	width: 99%;
}
div.blogPostAlt
{
	width: 99%;
}
span.blogPostTitle, span.blogPostTitleAlt
{
	font-weight: bolder;
	font-size: larger;
}
span.blogPostDate, span.blogPostDateAlt
{
	float: right;
}
div.blogPostDetails, div.blogPostDetailsAlt
{
	padding: 4px 4px 10px 4px;
}
/* thread detail classes */
div.threadPhotosItem
{
	width: 200px;
	font-size: smaller;
}
/* blog edit form styles */
div.blogPhotoFormItem
{
	border: solid 1px #113A7F;
}
img.blogPhotoFormImage
{
	padding-bottom: 20px;
}
